diff --git a/code/masterScriptFruitflyGEM.m b/code/masterScriptFruitflyGEM.m index d9845b3..971363f 100644 --- a/code/masterScriptFruitflyGEM.m +++ b/code/masterScriptFruitflyGEM.m @@ -44,7 +44,10 @@ exportTsvFile(metAssoc,'../model/metabolites.tsv'); end +fruitflyGEM = annotateGEM(fruitflyGEM,'../model',{'rxn','met'}); % add annotation data to structure +fruitflyGEM.id = regexprep(fruitflyGEM.id,'-',''); % remove dash from model ID since it causes problems with SBML I/O save('../model/Fruitfly-GEM.mat', 'fruitflyGEM'); exportYaml(fruitflyGEM, '../model/Fruitfly-GEM.yml'); +fruitflyGEM.genes = strcat('G_',fruitflyGEM.genes); exportModel(fruitflyGEM, '../model/Fruitfly-GEM.xml'); diff --git a/data/fruitflySpecificMets.tsv b/data/fruitflySpecificMets.tsv index 3e83563..42dc30b 100644 --- a/data/fruitflySpecificMets.tsv +++ b/data/fruitflySpecificMets.tsv @@ -1,10 +1,10 @@ mets metNames metFormulas metCharges compartments metKEGGID metPubChemID metChEBIID metMetaCycID metMetaNetXID metsNoComp "MAM20003c" "L-Allothreonine" "C4H9NO3" 0 "c" "C05519" "99289" "CHEBI:28718" "L-ALLO-THREONINE" "MNXM2125" "MAM20003" -"MAM01104p" "5-hydroxyisourate" "C5H4N4O4" 0 "p" "C11821" "250388" "CHEBI:250388" "5-HYDROXYISOURATE" "MNXM1137" "MAM01104" -"MAM10018p" "5-Hydroxy-2-oxo-4-ureido-2,5-dihydro-1H-imidazole-5-carboxylate" "C5H5N4O5" -1 "p" "C12248" "443736" "CHEBI:58639" "CPD-5821" "MNXM1805" "MAM10018" +"MAM01104x" "5-hydroxyisourate" "C5H4N4O4" 0 "x" "C11821" "250388" "CHEBI:250388" "5-HYDROXYISOURATE" "MNXM1137" "MAM01104" +"MAM10018x" "5-Hydroxy-2-oxo-4-ureido-2,5-dihydro-1H-imidazole-5-carboxylate" "C5H5N4O5" -1 "x" "C12248" "443736" "CHEBI:58639" "CPD-5821" "MNXM1805" "MAM10018" "MAM10018c" "5-Hydroxy-2-oxo-4-ureido-2,5-dihydro-1H-imidazole-5-carboxylate" "C5H5N4O5" -1 "c" "C12248" "443736" "CHEBI:58639" "CPD-5821" "MNXM1805" "MAM10018" -"MAM20005p" "1,3,7-Trimethyluric acid" "C8H10N4O3" 0 "p" "C16361" "47205669" "CHEBI:691622" "CPD-12480" "MNXM2761" "MAM20005" -"MAM20006p" "3,6,8-Trimethylallantoin" "C7H12N4O3" 0 "p" "C16362" "47205670" "CHEBI:80471" "CPD-12485" "MNXM6778" "MAM20006" +"MAM20005x" "1,3,7-Trimethyluric acid" "C8H10N4O3" 0 "x" "C16361" "47205669" "CHEBI:691622" "CPD-12480" "MNXM2761" "MAM20005" +"MAM20006x" "3,6,8-Trimethylallantoin" "C7H12N4O3" 0 "x" "C16362" "47205670" "CHEBI:80471" "CPD-12485" "MNXM6778" "MAM20006" "MAM20010c" "pseudouridine" "C9H12N2O6" 0 "c" "C02067" "15047" "CHEBI:17802" "CPD-497" "MNXM1094063;MNXM4794" "MAM20010" "MAM02807c" "pseudouridine-5-phosphate" "C9H11N2O9P" -2 "c" "C01168" "25245232" "CHEBI:18116" "PSEUDOURIDINE-5-P" "MNXM2276" "MAM02807" "MAM20027c" "L-arginine-phosphate" "C6H14N4O5P" -1 "c" "C05945" "92150" "CHEBI:58477" "L-ARGININE-P" "MNXM3663" "MAM20027" diff --git a/data/fruitflySpecificRxns.tsv b/data/fruitflySpecificRxns.tsv index 47446d8..1428be5 100644 --- a/data/fruitflySpecificRxns.tsv +++ b/data/fruitflySpecificRxns.tsv @@ -1,10 +1,10 @@ rxns equations ub lb eccodes subSystems grRules rxnReferences rxnConfidenceScores rxnKEGGID rxnMetaCycID rxnREACTOMEID rxnMetaNetXID "MAR20001" "NAD+[m] + threonine[m] => NADH[m] + H+[m] + L-2-amino-3-oxobutanoic acid[m]" 1000 0 "1.1.1.103" "Glycine, serine and threonine metabolism" "CG5955" "PMID:26492815" 4 "R01465" "THREODEHYD-RXN" "R-HSA-6798667" "MNXR103402" "MAR20003" "L-Allothreonine[c] <=> glycine[c] + acetaldehyde[c]" 1000 -1000 "4.1.2.48;4.1.2.49" "Glycine, serine and threonine metabolism" "CG10184" "" 2 "R06171" "LTAA-RXN" "" "MNXR104834" -"MAR20004" "H2O[p] + 5-hydroxyisourate[p] => 5-Hydroxy-2-oxo-4-ureido-2,5-dihydro-1H-imidazole-5-carboxylate[p] + H+[p]" 1000 0 "3.5.2.17" "Purine metabolism" "CG30016" "PMID:17085964" 4 "R06601" "3.5.2.17-RXN" "" "MNXR100652" -"MAR20005" "5-hydroxyisourate[p] <=> 5-hydroxyisourate[c]" 1000 -1000 "" "Transport" "" "" 0 "" "" "" "" -"MAR20006" "5-Hydroxy-2-oxo-4-ureido-2,5-dihydro-1H-imidazole-5-carboxylate[p] <=> 5-Hydroxy-2-oxo-4-ureido-2,5-dihydro-1H-imidazole-5-carboxylate[c]" 1000 -1000 "" "Transport" "" "" 0 "" "" "" "" -"MAR20007" "2 H2O[p] + O2[p] + 1,3,7-Trimethyluric acid[p] <=> CO2[p] + H2O2[p] + 3,6,8-Trimethylallantoin[p]" 1000 -1000 "1.7.3.3" "Caffeine metabolism" "Uro" "" 2 "R07981" "" "" "MNXR111564" +"MAR20004" "H2O[x] + 5-hydroxyisourate[x] => 5-Hydroxy-2-oxo-4-ureido-2,5-dihydro-1H-imidazole-5-carboxylate[x] + H+[x]" 1000 0 "3.5.2.17" "Purine metabolism" "CG30016" "PMID:17085964" 4 "R06601" "3.5.2.17-RXN" "" "MNXR100652" +"MAR20005" "5-hydroxyisourate[x] <=> 5-hydroxyisourate[c]" 1000 -1000 "" "Transport" "" "" 0 "" "" "" "" +"MAR20006" "5-Hydroxy-2-oxo-4-ureido-2,5-dihydro-1H-imidazole-5-carboxylate[x] <=> 5-Hydroxy-2-oxo-4-ureido-2,5-dihydro-1H-imidazole-5-carboxylate[c]" 1000 -1000 "" "Transport" "" "" 0 "" "" "" "" +"MAR20007" "2 H2O[x] + O2[x] + 1,3,7-Trimethyluric acid[x] <=> CO2[x] + H2O2[x] + 3,6,8-Trimethylallantoin[x]" 1000 -1000 "1.7.3.3" "Caffeine metabolism" "Uro" "" 2 "R07981" "" "" "MNXR111564" "MAR20013" "ATP[c] + pseudouridine[c] <=> ADP[c] + pseudouridine-5-phosphate[c] + H+[c]" 1000 -1000 "2.7.1.83" "Pyrimidine metabolism" "CG2794" "" 2 "R03315" "PSEUDOURIDINE-KINASE-RXN" "" "MNXR108088;MNXR162394" "MAR20014" "NADH[c] + O2[c] + H+[c] + cholesterol[c] => 2 H2O[c] + NAD+[c] + provitamin D3[c]" 1000 0 "1.14.19.21" "Hormone biosynthesis" "nvd" "" 2 "R11007" "RXN-16379" "" "MNXR120043" "MAR20015" "NADPH[c] + O2[c] + H+[c] + cholesterol[c] => 2 H2O[c] + NADP+[c] + provitamin D3[c]" 1000 0 "1.14.19.21" "Hormone biosynthesis" "nvd" "" 2 "R11008" "RXN-16379" "" "MNXR120043" diff --git a/data/human2FruitflyOrthologs.json b/data/human2FruitflyOrthologs.json index a61bec3..9cf59d9 100644 --- a/data/human2FruitflyOrthologs.json +++ b/data/human2FruitflyOrthologs.json @@ -16,7 +16,7 @@ }, "uri": "/api/homologs/9606/7227" }, - "requestDate": "2020/09/07 15:49:28", + "requestDate": "2022/05/02 15:12:07", "requestDuration": "00:00:02", "results": [ { @@ -24,8 +24,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18149", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18149", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -33,11 +34,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "A4GALT", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031491", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031491.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -47,8 +48,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "\u03b14GT1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -76,8 +76,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18149", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18149", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -85,11 +86,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "A4GALT", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039378", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039378.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -99,8 +100,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "\u03b14GT2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -129,8 +129,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:17968", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17968", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -138,11 +139,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "A4GNT", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031491", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031491.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -152,8 +153,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "\u03b14GT1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -182,8 +182,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17968", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17968", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -191,11 +192,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "A4GNT", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039378", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039378.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -205,8 +206,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "\u03b14GT2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -235,8 +235,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13666", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13666", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -244,11 +245,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AAAS", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030122", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030122.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -258,8 +259,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Aladin", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -288,8 +288,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13666", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13666", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -297,11 +298,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AAAS", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032188", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032188.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -311,8 +312,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG13137", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -341,8 +341,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17929", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17929", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -350,11 +351,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AADAT", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036117", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036117.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -364,8 +365,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6321", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -394,8 +394,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25662", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25662", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -403,11 +404,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AAGAB", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052109", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052109.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -417,8 +418,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG32109", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -447,8 +447,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19679", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19679", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -456,11 +457,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AAK1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015772", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015772.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -470,8 +471,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Nak", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -500,8 +500,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -509,11 +510,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AAMP", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036460", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036460.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -523,8 +524,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5114", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -553,8 +553,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15886", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15886", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -562,11 +563,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AAR2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038590", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038590.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -576,8 +577,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG12320", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -606,8 +606,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -615,11 +616,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AARS1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027094", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027094.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -629,8 +630,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "AlaRS", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -658,8 +658,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21022", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21022", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -667,11 +668,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AARS2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028962", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028962.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -681,8 +682,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "AlaRS-m", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -711,8 +711,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:28417", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28417", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -720,11 +721,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AARSD1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037728", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037728.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -734,8 +735,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "p23", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -764,8 +764,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23993", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23993", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -773,11 +774,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AASDH", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027780", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027780.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -787,8 +788,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Aasdh", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -816,8 +816,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14235", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14235", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -825,11 +826,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AASDHPPT", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052099", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052099.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -839,8 +840,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG32099", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -868,8 +868,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17366", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17366", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -877,11 +878,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AASS", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0286198", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0286198.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -891,8 +892,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "LKRSDH", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -920,8 +920,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19235", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19235", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -929,11 +930,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AATF", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031851", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031851.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -943,8 +944,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Aatf", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -973,8 +973,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -982,11 +983,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ABAT", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036927", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036927.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -996,8 +997,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Gabat", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -1025,8 +1025,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -1034,11 +1035,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ABCA10", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028539", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028539.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -1048,8 +1049,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Eato", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -1078,8 +1078,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14637", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14637", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -1087,11 +1088,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ABCA12", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0083956", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0083956.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -1101,8 +1102,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG34120", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -1131,8 +1131,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14638", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14638", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -1140,11 +1141,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ABCA13", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0083956", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0083956.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -1154,8 +1155,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG34120", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -1184,8 +1184,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:32", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:32", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -1193,11 +1194,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ABCA2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031171", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031171.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -1207,8 +1208,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG1801", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -1237,8 +1237,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:33", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:33", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -1246,11 +1247,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ABCA3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031170", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031170.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -1259,9 +1260,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "ABCA", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Abca3", + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -1290,8 +1290,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:33", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:33", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -1299,11 +1300,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ABCA3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051213", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051213.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -1313,8 +1314,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG31213", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -1343,8 +1343,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:33", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:33", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -1352,11 +1353,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ABCA3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261998", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261998.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -1366,8 +1367,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG42816", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -1396,8 +1396,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:33", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:33", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -1405,11 +1406,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ABCA3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036747", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036747.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -1419,8 +1420,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6052", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -1449,8 +1449,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:33", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:33", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -1458,11 +1459,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ABCA3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034493", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034493.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -1472,8 +1473,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8908", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -1502,8 +1502,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:34", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:34", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -1511,11 +1512,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ABCA4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028539", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028539.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -1525,8 +1526,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Eato", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -1555,8 +1555,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:35", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:35", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -1564,11 +1565,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ABCA5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028539", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028539.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -1578,8 +1579,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Eato", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -1608,8 +1608,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:36", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:36", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -1617,11 +1618,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ABCA6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028539", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028539.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -1631,8 +1632,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Eato", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -1661,8 +1661,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:37", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:37", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -1670,11 +1671,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ABCA7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028539", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028539.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -1684,8 +1685,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Eato", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -1714,8 +1714,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:38", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:38", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -1723,11 +1724,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ABCA8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028539", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028539.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -1737,8 +1738,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Eato", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -1767,8 +1767,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:39", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:39", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -1776,11 +1777,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ABCA9", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028539", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028539.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -1790,8 +1791,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Eato", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -1820,8 +1820,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:40", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:40", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -1829,11 +1830,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ABCB1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004512", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004512.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -1843,8 +1844,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Mdr49", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -1873,8 +1873,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:40", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:40", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -1882,11 +1883,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ABCB1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010241", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010241.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -1896,8 +1897,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Mdr50", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -1926,8 +1926,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:40", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:40", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -1935,11 +1936,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ABCB1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004513", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004513.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -1949,8 +1950,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Mdr65", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -1979,8 +1979,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:41", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:41", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -1988,11 +1989,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ABCB10", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0023536", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0023536.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -2002,8 +2003,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG3156", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -2031,8 +2031,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:42", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:42", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -2040,11 +2041,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ABCB11", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010241", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010241.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -2054,8 +2055,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Mdr50", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -2084,8 +2084,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:45", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:45", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -2093,11 +2094,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ABCB4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004512", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004512.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -2107,8 +2108,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Mdr49", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -2137,8 +2137,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:45", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:45", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -2146,11 +2147,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ABCB4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010241", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010241.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -2160,8 +2161,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Mdr50", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -2190,8 +2190,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:45", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:45", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -2199,11 +2200,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ABCB4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004513", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004513.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -2213,8 +2214,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Mdr65", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -2243,8 +2243,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:46", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:46", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -2252,11 +2253,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ABCB5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035695", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035695.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -2266,8 +2267,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10226", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -2296,8 +2296,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:46", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:46", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -2305,11 +2306,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ABCB5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010241", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010241.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -2319,8 +2320,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Mdr50", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -2349,8 +2349,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:47", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:47", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -2358,11 +2359,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ABCB6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038376", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038376.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -2372,8 +2373,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Hmt-1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -2401,8 +2401,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:48", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:48", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -2410,11 +2411,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ABCB7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035244", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035244.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -2424,8 +2425,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ABCB7", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -2453,8 +2453,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:49", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:49", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -2462,11 +2463,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ABCB8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030403", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030403.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -2476,8 +2477,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG1824", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -2506,8 +2506,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:51", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:51", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -2515,11 +2516,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ABCC1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032456", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032456.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -2529,8 +2530,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "MRP", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -2559,8 +2559,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:52", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:52", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -2568,11 +2569,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ABCC10", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032018", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032018.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -2582,8 +2583,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7806", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -2611,8 +2611,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:53", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:53", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -2620,11 +2621,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ABCC2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032456", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032456.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -2634,8 +2635,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "MRP", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -2664,8 +2664,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:54", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:54", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -2673,11 +2674,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ABCC3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032456", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032456.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -2687,8 +2688,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "MRP", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -2717,8 +2717,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:55", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:55", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -2726,11 +2727,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ABCC4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0034612", + "id": "FB:FBgn0039207", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039207.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -2739,9 +2740,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG10505", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Cftr", + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -2770,8 +2770,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:55", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:55", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -2779,11 +2780,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ABCC4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0039645", + "id": "FB:FBgn0034612", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034612.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -2792,9 +2793,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG11898", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "CG10505", + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -2823,8 +2823,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:55", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:55", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -2832,11 +2833,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ABCC4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0051792", + "id": "FB:FBgn0039645", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039645.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -2845,16 +2846,13 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG31792", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "CG11898", + "taxonId": "NCBITaxon:7227" }, - "methodCount": 6, + "methodCount": 4, "predictionMethodsMatched": [ "Hieranoid", - "InParanoid", "OMA", - "OrthoInspector", "PANTHER", "PhylomeDB" ], @@ -2864,7 +2862,9 @@ ], "predictionMethodsNotMatched": [ "Ensembl Compara", + "InParanoid", "OrthoFinder", + "OrthoInspector", "Roundup", "TreeFam" ], @@ -2876,8 +2876,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:55", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:55", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -2885,11 +2886,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ABCC4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0051793", + "id": "FB:FBgn0051792", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051792.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -2898,9 +2899,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG31793", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "CG31792", + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -2925,12 +2925,13 @@ "totalMethodCount": 10 }, { - "best": "Yes", + "best": "No", "bestReverse": "Yes", "gene": { "id": "HGNC:55", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:55", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -2938,11 +2939,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ABCC4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0038740", + "id": "FB:FBgn0051793", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051793.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -2951,19 +2952,17 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG4562", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "CG31793", + "taxonId": "NCBITaxon:7227" }, - "methodCount": 7, + "methodCount": 6, "predictionMethodsMatched": [ "Hieranoid", "InParanoid", "OMA", "OrthoInspector", "PANTHER", - "PhylomeDB", - "Roundup" + "PhylomeDB" ], "predictionMethodsNotCalled": [ "HGNC", @@ -2972,18 +2971,20 @@ "predictionMethodsNotMatched": [ "Ensembl Compara", "OrthoFinder", + "Roundup", "TreeFam" ], "stringencyFilter": "stringent", "totalMethodCount": 10 }, { - "best": "No", + "best": "Yes", "bestReverse": "Yes", "gene": { "id": "HGNC:55", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:55", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -2991,11 +2992,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ABCC4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0039207", + "id": "FB:FBgn0038740", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038740.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -3004,16 +3005,18 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG5789", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "CG4562", + "taxonId": "NCBITaxon:7227" }, - "methodCount": 4, + "methodCount": 7, "predictionMethodsMatched": [ "Hieranoid", + "InParanoid", "OMA", + "OrthoInspector", "PANTHER", - "PhylomeDB" + "PhylomeDB", + "Roundup" ], "predictionMethodsNotCalled": [ "HGNC", @@ -3021,10 +3024,7 @@ ], "predictionMethodsNotMatched": [ "Ensembl Compara", - "InParanoid", "OrthoFinder", - "OrthoInspector", - "Roundup", "TreeFam" ], "stringencyFilter": "stringent", @@ -3035,8 +3035,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:55", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:55", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -3044,11 +3045,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ABCC4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032026", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032026.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -3058,8 +3059,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7627", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -3088,8 +3088,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:55", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:55", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -3097,11 +3098,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ABCC4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032908", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032908.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -3111,8 +3112,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG9270", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -3141,8 +3141,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:55", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:55", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -3150,11 +3151,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ABCC4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010549", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010549.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -3164,8 +3165,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "l(2)03659", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -3194,8 +3194,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:55", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:55", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -3203,11 +3204,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ABCC4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0263316", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0263316.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -3217,8 +3218,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Mrp4", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -3247,8 +3247,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:55", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:55", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -3256,11 +3257,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ABCC4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039644", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039644.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -3270,8 +3271,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "rdog", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -3300,8 +3300,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:57", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:57", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -3309,11 +3310,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ABCC6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032456", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032456.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -3323,8 +3324,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "MRP", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -3353,8 +3353,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:59", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:59", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -3362,11 +3363,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ABCC8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028675", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028675.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -3376,8 +3377,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Sur", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -3406,8 +3406,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:60", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:60", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -3415,11 +3416,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ABCC9", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028675", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028675.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -3429,8 +3430,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Sur", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -3459,8 +3459,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:61", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:61", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -3468,11 +3469,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ABCD1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039890", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039890.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -3481,9 +3482,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "ABCD", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Abcd1", + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -3511,8 +3511,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:66", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:66", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -3520,11 +3521,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ABCD2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039890", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039890.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -3533,9 +3534,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "ABCD", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Abcd1", + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -3563,8 +3563,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:67", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:67", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -3572,11 +3573,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ABCD3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031069", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031069.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -3585,9 +3586,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "Pmp70", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Abcd3", + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -3615,8 +3615,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:69", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:69", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -3624,11 +3625,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ABCE1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0086706", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0086706.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -3638,8 +3639,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "pix", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -3667,8 +3667,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:70", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:70", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -3676,11 +3677,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ABCF1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030321", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030321.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -3690,8 +3691,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG1703", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -3720,8 +3720,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:72", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:72", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -3729,11 +3730,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ABCF3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036888", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036888.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -3743,8 +3744,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG9330", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -3772,8 +3772,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:73", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:73", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -3781,11 +3782,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ABCG1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0020762", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0020762.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -3795,8 +3796,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Atet", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -3825,8 +3825,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:73", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:73", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -3834,11 +3835,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ABCG1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0264494", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0264494.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -3848,8 +3849,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG17646", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -3878,8 +3878,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:73", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:73", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -3887,11 +3888,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ABCG1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031220", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031220.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -3901,8 +3902,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG4822", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -3931,8 +3931,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:73", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:73", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -3940,11 +3941,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ABCG1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032167", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032167.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -3954,8 +3955,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5853", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -3984,8 +3984,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:73", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:73", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -3993,11 +3994,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ABCG1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031516", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031516.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -4007,8 +4008,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG9663", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -4037,8 +4037,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:73", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:73", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -4046,11 +4047,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ABCG1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031515", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031515.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -4060,8 +4061,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG9664", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -4090,8 +4090,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:73", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:73", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -4099,11 +4100,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ABCG1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003996", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003996.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -4113,8 +4114,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "w", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -4143,8 +4143,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:74", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:74", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -4152,64 +4153,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ABCG2", - "taxonId": "NCBITaxon:9606", - "url": null - }, - "homologGene": { - "id": "FB:FBgn0025683", - "species": { - "commonNames": "['fly', 'fruit fly', 'dme']", - "dataProviderFullName": "FlyBase", - "dataProviderShortName": "FB", - "name": "Drosophila melanogaster", - "shortName": "Dme", - "taxonId": "NCBITaxon:7227" - }, - "symbol": "CG3164", - "taxonId": "NCBITaxon:7227", - "url": null - }, - "methodCount": 3, - "predictionMethodsMatched": [ - "Ensembl Compara", - "OMA", - "Roundup" - ], - "predictionMethodsNotCalled": [ - "HGNC", - "ZFIN" - ], - "predictionMethodsNotMatched": [ - "Hieranoid", - "InParanoid", - "OrthoFinder", - "OrthoInspector", - "PANTHER", - "PhylomeDB", - "TreeFam" - ], - "stringencyFilter": "stringent", - "totalMethodCount": 10 - }, - { - "best": "Yes", - "bestReverse": "No", - "gene": { - "id": "HGNC:74", - "species": { - "commonNames": "['human']", - "dataProviderFullName": "Rat Genome Database", - "dataProviderShortName": "RGD", - "name": "Homo sapiens", - "shortName": "Hsa", - "taxonId": "NCBITaxon:9606" - }, - "symbol": "ABCG2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032167", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032167.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -4219,8 +4167,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5853", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -4249,8 +4196,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:74", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:74", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -4258,11 +4206,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ABCG2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031515", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031515.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -4272,8 +4220,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG9664", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -4302,8 +4249,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:74", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:74", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -4311,11 +4259,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ABCG2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003996", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003996.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -4325,8 +4273,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "w", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -4355,8 +4302,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13884", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13884", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -4364,11 +4312,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ABCG4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0020762", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0020762.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -4378,8 +4326,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Atet", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -4408,8 +4355,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13884", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13884", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -4417,64 +4365,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ABCG4", - "taxonId": "NCBITaxon:9606", - "url": null - }, - "homologGene": { - "id": "FB:FBgn0025683", - "species": { - "commonNames": "['fly', 'fruit fly', 'dme']", - "dataProviderFullName": "FlyBase", - "dataProviderShortName": "FB", - "name": "Drosophila melanogaster", - "shortName": "Dme", - "taxonId": "NCBITaxon:7227" - }, - "symbol": "CG3164", - "taxonId": "NCBITaxon:7227", - "url": null - }, - "methodCount": 7, - "predictionMethodsMatched": [ - "Ensembl Compara", - "Hieranoid", - "OMA", - "OrthoFinder", - "PANTHER", - "Roundup", - "TreeFam" - ], - "predictionMethodsNotCalled": [ - "HGNC", - "ZFIN" - ], - "predictionMethodsNotMatched": [ - "InParanoid", - "OrthoInspector", - "PhylomeDB" - ], - "stringencyFilter": "stringent", - "totalMethodCount": 10 - }, - { - "best": "No", - "bestReverse": "Yes", - "gene": { - "id": "HGNC:13884", - "species": { - "commonNames": "['human']", - "dataProviderFullName": "Rat Genome Database", - "dataProviderShortName": "RGD", - "name": "Homo sapiens", - "shortName": "Hsa", - "taxonId": "NCBITaxon:9606" - }, - "symbol": "ABCG4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031449", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031449.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -4484,8 +4379,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG31689", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -4514,8 +4408,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13884", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13884", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -4523,11 +4418,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ABCG4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052091", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052091.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -4537,8 +4432,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG32091", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -4567,8 +4461,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13884", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13884", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -4576,11 +4471,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ABCG4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032167", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032167.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -4590,8 +4485,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5853", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -4620,8 +4514,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13884", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13884", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -4629,11 +4524,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ABCG4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031516", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031516.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -4643,8 +4538,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG9663", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -4673,8 +4567,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13884", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13884", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -4682,11 +4577,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ABCG4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003996", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003996.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -4696,8 +4591,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "w", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -4726,8 +4620,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13886", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13886", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -4735,11 +4630,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ABCG5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039244", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039244.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -4749,8 +4644,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG11069", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -4779,8 +4673,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13887", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13887", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -4788,11 +4683,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ABCG8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051121", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051121.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -4802,8 +4697,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG31121", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -4832,8 +4726,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17553", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17553", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -4841,11 +4736,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ABHD1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033382", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033382.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -4855,8 +4750,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Hydr1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -4884,8 +4778,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16407", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16407", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -4893,11 +4788,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ABHD11", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0265271", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0265271.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -4907,8 +4802,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG14717", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -4937,8 +4831,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16407", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16407", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -4946,11 +4841,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ABHD11", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029942", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029942.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -4960,8 +4855,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG2059", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -4989,8 +4883,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:15868", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15868", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -4998,11 +4893,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ABHD12", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034419", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034419.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -5012,8 +4907,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG15111", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -5042,8 +4936,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19837", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19837", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -5051,11 +4946,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ABHD12B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034419", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034419.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -5065,8 +4960,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG15111", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -5095,8 +4989,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20293", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20293", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -5104,11 +4999,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ABHD13", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0025109", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0025109.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -5118,8 +5013,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Bem46", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -5147,8 +5041,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13921", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13921", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -5156,11 +5051,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ABHD16A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035519", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035519.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -5170,8 +5065,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG1309", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -5199,8 +5093,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:16128", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16128", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -5208,11 +5103,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ABHD16B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035519", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035519.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -5222,8 +5117,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG1309", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -5252,8 +5146,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28756", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28756", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -5261,11 +5156,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ABHD17A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0053096", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0053096.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -5275,8 +5170,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG33096", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -5305,8 +5199,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24278", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24278", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -5314,11 +5209,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ABHD17B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0053096", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0053096.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -5328,8 +5223,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG33096", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -5358,8 +5252,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26925", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26925", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -5367,11 +5262,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ABHD17C", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0053096", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0053096.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -5381,8 +5276,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG33096", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -5411,8 +5305,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26111", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26111", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -5420,11 +5315,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ABHD18", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052112", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052112.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -5434,8 +5329,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG32112", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -5464,8 +5358,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18717", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18717", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -5473,11 +5368,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ABHD2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0014906", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0014906.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -5487,8 +5382,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Hydr2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -5516,8 +5410,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18718", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18718", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -5525,11 +5420,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ABHD3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033382", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033382.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -5539,8 +5434,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Hydr1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -5568,8 +5462,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20154", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20154", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -5577,11 +5472,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ABHD4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033226", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033226.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -5591,8 +5486,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "puml", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -5620,8 +5514,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21396", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21396", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -5629,11 +5524,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ABHD5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033226", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033226.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -5643,8 +5538,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "puml", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -5672,8 +5566,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11320", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11320", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -5681,11 +5576,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ABI1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0020510", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0020510.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -5695,8 +5590,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Abi", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -5725,8 +5619,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:24011", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24011", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -5734,11 +5629,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ABI2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0020510", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0020510.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -5748,8 +5643,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Abi", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -5778,8 +5672,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:29859", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29859", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -5787,11 +5682,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ABI3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0020510", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0020510.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -5801,8 +5696,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Abi", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -5831,8 +5725,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1364", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1364", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -5840,11 +5735,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ABITRAM", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0260464", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0260464.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -5854,8 +5749,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG9288", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -5883,8 +5777,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:76", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:76", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -5892,11 +5787,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ABL1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000017", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000017.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -5906,8 +5801,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Abl", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -5936,8 +5830,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:77", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:77", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -5945,11 +5840,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ABL2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000017", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000017.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -5959,8 +5854,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Abl", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -5989,8 +5883,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:78", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:78", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -5998,11 +5893,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ABLIM1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051352", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051352.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -6012,8 +5907,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Unc-115a", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -6042,8 +5936,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:78", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:78", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -6051,11 +5946,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ABLIM1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0260463", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0260463.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -6065,8 +5960,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Unc-115b", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -6095,8 +5989,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19195", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19195", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -6104,11 +5999,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ABLIM2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051352", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051352.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -6118,8 +6013,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Unc-115a", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -6148,8 +6042,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19195", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19195", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -6157,11 +6052,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ABLIM2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0260463", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0260463.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -6171,8 +6066,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Unc-115b", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -6201,8 +6095,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:29132", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29132", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -6210,11 +6105,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ABLIM3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051352", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051352.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -6224,8 +6119,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Unc-115a", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -6254,8 +6148,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29132", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29132", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -6263,11 +6158,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ABLIM3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0260463", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0260463.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -6277,8 +6172,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Unc-115b", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -6307,8 +6201,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:81", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:81", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -6316,11 +6211,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ABR", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0025836", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0025836.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -6330,8 +6225,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "RhoGAP1A", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -6360,8 +6254,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30655", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30655", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -6369,11 +6264,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ABRA", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035384", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035384.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -6383,8 +6278,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG2113", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -6413,8 +6307,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30655", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30655", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -6422,11 +6317,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ABRA", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0023540", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0023540.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -6436,8 +6331,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG3630", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -6466,8 +6360,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17369", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17369", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -6475,11 +6370,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ABT1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030524", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030524.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -6489,8 +6384,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10993", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -6519,8 +6413,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17369", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17369", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -6528,11 +6423,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ABT1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052706", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052706.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -6542,8 +6437,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG32706", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -6572,8 +6466,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17369", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17369", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -6581,11 +6476,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ABT1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052708", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052708.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -6595,8 +6490,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG32708", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -6625,8 +6519,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17369", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17369", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -6634,11 +6529,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ABT1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0085521", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0085521.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -6648,8 +6543,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG40813", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -6678,8 +6572,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17369", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17369", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -6687,11 +6582,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ABT1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0085693", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0085693.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -6701,8 +6596,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG41562", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -6731,8 +6625,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17369", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17369", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -6740,11 +6635,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ABT1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030085", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030085.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -6754,8 +6649,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6999", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -6784,8 +6678,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23842", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23842", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -6793,11 +6688,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ABTB2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0264711", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0264711.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -6807,8 +6702,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG43980", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -6837,8 +6731,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:83", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:83", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -6846,11 +6741,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ACAA2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040064", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040064.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -6860,8 +6755,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "yip2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -6889,8 +6783,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:84", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:84", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -6898,11 +6793,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ACACA", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033246", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033246.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -6912,8 +6807,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ACC", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -6942,8 +6836,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:85", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:85", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -6951,11 +6846,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ACACB", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033246", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033246.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -6965,8 +6860,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ACC", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -6994,8 +6888,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:89", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:89", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -7003,11 +6898,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ACADM", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035811", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035811.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -7017,8 +6912,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Mcad", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -7047,8 +6941,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:90", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:90", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -7056,11 +6951,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ACADS", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038742", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038742.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -7070,8 +6965,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Arc42", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -7099,8 +6993,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:90", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:90", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -7108,11 +7003,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ACADS", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037999", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037999.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -7122,8 +7017,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG4860", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -7152,8 +7046,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:91", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:91", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -7161,11 +7056,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ACADSB", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036824", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036824.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -7175,8 +7070,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG3902", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -7205,8 +7099,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:92", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:92", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -7214,11 +7109,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ACADVL", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034432", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034432.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -7228,8 +7123,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7461", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -7257,8 +7151,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16467", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16467", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -7266,11 +7161,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ACAP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039056", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039056.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -7280,8 +7175,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CenB1A", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -7309,8 +7203,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:16469", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16469", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -7318,11 +7213,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ACAP2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039056", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039056.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -7332,8 +7227,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CenB1A", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -7362,8 +7256,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16754", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16754", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -7371,11 +7266,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ACAP3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039056", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039056.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -7385,8 +7280,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CenB1A", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -7414,8 +7308,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:93", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:93", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -7423,11 +7318,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ACAT1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029969", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029969.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -7437,8 +7332,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10932", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -7466,8 +7360,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:94", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:94", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -7475,11 +7370,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ACAT2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035203", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035203.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -7488,9 +7383,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG9149", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Acat2", + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -7518,8 +7412,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15453", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15453", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -7527,11 +7422,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ACBD3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031061", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031061.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -7541,8 +7436,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG14232", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -7571,8 +7465,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:23337", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23337", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -7580,11 +7475,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ACBD4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031478", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031478.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -7594,8 +7489,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8814", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -7624,8 +7518,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23338", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23338", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -7633,11 +7528,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ACBD5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031478", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031478.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -7647,8 +7542,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8814", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -7677,8 +7571,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23339", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23339", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -7686,11 +7581,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ACBD6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0064116", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0064116.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -7700,8 +7595,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "anox", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -7729,8 +7623,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17715", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17715", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -7738,11 +7633,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ACBD7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031992", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031992.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -7752,8 +7647,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Acbp1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -7782,8 +7676,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2707", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2707", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -7791,11 +7686,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ACE", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0016122", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0016122.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -7805,8 +7700,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Acer", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -7835,8 +7729,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2707", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2707", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -7844,11 +7739,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ACE", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0012037", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0012037.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -7858,8 +7753,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ance", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -7888,8 +7782,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2707", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2707", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -7897,11 +7792,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ACE", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032535", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032535.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -7911,8 +7806,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ance-2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -7941,8 +7835,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13557", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13557", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -7950,11 +7845,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ACE2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0016122", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0016122.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -7964,8 +7859,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Acer", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -7994,8 +7888,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13557", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13557", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -8003,11 +7898,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ACE2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0012037", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0012037.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -8017,8 +7912,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ance", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -8047,8 +7941,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13557", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13557", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -8056,11 +7951,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ACE2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032535", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032535.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -8070,8 +7965,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ance-2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -8100,8 +7994,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13557", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13557", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -8109,11 +8004,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ACE2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032536", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032536.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -8123,8 +8018,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ance-3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -8153,8 +8047,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:18356", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18356", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -8162,11 +8057,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ACER1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0045064", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0045064.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -8176,8 +8071,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "bwa", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -8206,8 +8100,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23675", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23675", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -8215,11 +8110,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ACER2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0045064", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0045064.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -8229,8 +8124,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "bwa", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -8258,8 +8152,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:108", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:108", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -8267,11 +8162,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ACHE", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000024", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000024.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -8281,8 +8176,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ace", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -8311,8 +8205,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17066", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17066", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -8320,11 +8215,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ACIN1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0263198", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0263198.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -8334,8 +8229,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Acn", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -8364,8 +8258,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:115", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:115", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -8373,11 +8268,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ACLY", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0020236", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0020236.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -8387,8 +8282,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ATPCL", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -8416,8 +8310,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:117", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:117", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -8425,11 +8320,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ACO1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0024958", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0024958.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -8439,8 +8334,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Irp-1A", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -8468,8 +8362,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:117", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:117", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -8477,11 +8372,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ACO1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0024957", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0024957.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -8491,8 +8386,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Irp-1B", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -8521,8 +8415,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:118", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:118", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -8530,11 +8425,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ACO2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010100", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010100.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -8544,8 +8439,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mAcon1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -8573,8 +8467,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:118", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:118", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -8582,11 +8477,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ACO2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037862", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037862.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -8596,8 +8491,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mAcon2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -8626,8 +8520,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20999", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20999", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -8635,11 +8530,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ACOT13", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035355", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035355.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -8649,8 +8544,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG16985", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -8678,8 +8572,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20999", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20999", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -8687,11 +8582,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ACOT13", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035356", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035356.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -8701,8 +8596,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG16986", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -8730,8 +8624,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17152", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17152", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -8739,11 +8634,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ACOT9", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031844", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031844.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -8753,8 +8648,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG13771", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -8783,8 +8677,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17152", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17152", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -8792,11 +8687,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ACOT9", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039854", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039854.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -8806,8 +8701,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG1635", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -8836,8 +8730,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17152", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17152", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -8845,11 +8740,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ACOT9", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039855", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039855.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -8859,8 +8754,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG1638", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -8889,8 +8783,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17152", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17152", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -8898,11 +8793,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ACOT9", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039856", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039856.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -8912,8 +8807,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG1774", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -8937,13 +8831,66 @@ "stringencyFilter": "stringent", "totalMethodCount": 10 }, + { + "best": "Yes", + "bestReverse": "Yes", + "gene": { + "id": "HGNC:119", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:119", + "species": { + "commonNames": "['human', 'hsa']", + "dataProviderFullName": "Rat Genome Database", + "dataProviderShortName": "RGD", + "name": "Homo sapiens", + "shortName": "Hsa", + "taxonId": "NCBITaxon:9606" + }, + "symbol": "ACOX1", + "taxonId": "NCBITaxon:9606" + }, + "homologGene": { + "id": "FB:FBgn0027572", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027572.html", + "species": { + "commonNames": "['fly', 'fruit fly', 'dme']", + "dataProviderFullName": "FlyBase", + "dataProviderShortName": "FB", + "name": "Drosophila melanogaster", + "shortName": "Dme", + "taxonId": "NCBITaxon:7227" + }, + "symbol": "ACOX1", + "taxonId": "NCBITaxon:7227" + }, + "methodCount": 10, + "predictionMethodsMatched": [ + "Ensembl Compara", + "Hieranoid", + "InParanoid", + "OMA", + "OrthoFinder", + "OrthoInspector", + "PANTHER", + "PhylomeDB", + "Roundup", + "TreeFam" + ], + "predictionMethodsNotCalled": [ + "HGNC", + "ZFIN" + ], + "predictionMethodsNotMatched": [], + "stringencyFilter": "stringent", + "totalMethodCount": 10 + }, { "best": "No", "bestReverse": "Yes", "gene": { "id": "HGNC:119", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:119", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -8951,11 +8898,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ACOX1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034629", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034629.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -8965,8 +8912,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Acox57D-d", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -8995,8 +8941,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:119", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:119", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -9004,11 +8951,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ACOX1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034628", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034628.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -9018,8 +8965,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Acox57D-p", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -9048,8 +8994,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:119", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:119", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -9057,11 +9004,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ACOX1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029924", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029924.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -9071,8 +9018,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG4586", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -9098,23 +9044,24 @@ }, { "best": "Yes", - "bestReverse": "Yes", + "bestReverse": "No", "gene": { - "id": "HGNC:119", + "id": "HGNC:120", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:120", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "ACOX1", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "ACOX2", + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027572", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027572.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -9123,28 +9070,28 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG5009", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "ACOX1", + "taxonId": "NCBITaxon:7227" }, - "methodCount": 10, + "methodCount": 5, "predictionMethodsMatched": [ "Ensembl Compara", - "Hieranoid", - "InParanoid", "OMA", "OrthoFinder", "OrthoInspector", - "PANTHER", - "PhylomeDB", - "Roundup", - "TreeFam" + "PANTHER" ], "predictionMethodsNotCalled": [ "HGNC", "ZFIN" ], - "predictionMethodsNotMatched": [], + "predictionMethodsNotMatched": [ + "Hieranoid", + "InParanoid", + "PhylomeDB", + "Roundup", + "TreeFam" + ], "stringencyFilter": "stringent", "totalMethodCount": 10 }, @@ -9153,8 +9100,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:120", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:120", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -9162,11 +9110,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ACOX2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034629", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034629.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -9176,8 +9124,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Acox57D-d", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -9206,8 +9153,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:120", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:120", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -9215,11 +9163,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ACOX2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034628", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034628.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -9229,8 +9177,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Acox57D-p", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -9259,8 +9206,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:120", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:120", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -9268,11 +9216,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ACOX2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029924", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029924.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -9282,8 +9230,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG4586", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -9309,23 +9256,24 @@ }, { "best": "Yes", - "bestReverse": "No", + "bestReverse": "Yes", "gene": { - "id": "HGNC:120", + "id": "HGNC:121", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:121", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "ACOX2", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "ACOX3", + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0027572", + "id": "FB:FBgn0031813", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031813.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -9334,29 +9282,27 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG5009", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Acox3", + "taxonId": "NCBITaxon:7227" }, - "methodCount": 5, + "methodCount": 10, "predictionMethodsMatched": [ "Ensembl Compara", + "Hieranoid", + "InParanoid", "OMA", "OrthoFinder", "OrthoInspector", - "PANTHER" + "PANTHER", + "PhylomeDB", + "Roundup", + "TreeFam" ], "predictionMethodsNotCalled": [ "HGNC", "ZFIN" ], - "predictionMethodsNotMatched": [ - "Hieranoid", - "InParanoid", - "PhylomeDB", - "Roundup", - "TreeFam" - ], + "predictionMethodsNotMatched": [], "stringencyFilter": "stringent", "totalMethodCount": 10 }, @@ -9365,8 +9311,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:121", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:121", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -9374,11 +9321,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ACOX3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032775", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032775.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -9388,8 +9335,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG17544", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -9414,24 +9360,25 @@ "totalMethodCount": 10 }, { - "best": "Yes", + "best": "No", "bestReverse": "Yes", "gene": { - "id": "HGNC:121", + "id": "HGNC:122", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:122", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "ACOX3", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "ACP1", + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0031813", + "id": "FB:FBgn0051469", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051469.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -9440,20 +9387,15 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG9527", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Argp", + "taxonId": "NCBITaxon:7227" }, - "methodCount": 10, + "methodCount": 6, "predictionMethodsMatched": [ "Ensembl Compara", - "Hieranoid", - "InParanoid", "OMA", "OrthoFinder", - "OrthoInspector", "PANTHER", - "PhylomeDB", "Roundup", "TreeFam" ], @@ -9461,7 +9403,12 @@ "HGNC", "ZFIN" ], - "predictionMethodsNotMatched": [], + "predictionMethodsNotMatched": [ + "Hieranoid", + "InParanoid", + "OrthoInspector", + "PhylomeDB" + ], "stringencyFilter": "stringent", "totalMethodCount": 10 }, @@ -9470,8 +9417,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:122", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:122", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -9479,11 +9427,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ACP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038655", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038655.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -9493,8 +9441,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG14297", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -9518,66 +9465,14 @@ "stringencyFilter": "stringent", "totalMethodCount": 10 }, - { - "best": "No", - "bestReverse": "Yes", - "gene": { - "id": "HGNC:122", - "species": { - "commonNames": "['human']", - "dataProviderFullName": "Rat Genome Database", - "dataProviderShortName": "RGD", - "name": "Homo sapiens", - "shortName": "Hsa", - "taxonId": "NCBITaxon:9606" - }, - "symbol": "ACP1", - "taxonId": "NCBITaxon:9606", - "url": null - }, - "homologGene": { - "id": "FB:FBgn0051469", - "species": { - "commonNames": "['fly', 'fruit fly', 'dme']", - "dataProviderFullName": "FlyBase", - "dataProviderShortName": "FB", - "name": "Drosophila melanogaster", - "shortName": "Dme", - "taxonId": "NCBITaxon:7227" - }, - "symbol": "CG31469", - "taxonId": "NCBITaxon:7227", - "url": null - }, - "methodCount": 6, - "predictionMethodsMatched": [ - "Ensembl Compara", - "OMA", - "OrthoFinder", - "PANTHER", - "Roundup", - "TreeFam" - ], - "predictionMethodsNotCalled": [ - "HGNC", - "ZFIN" - ], - "predictionMethodsNotMatched": [ - "Hieranoid", - "InParanoid", - "OrthoInspector", - "PhylomeDB" - ], - "stringencyFilter": "stringent", - "totalMethodCount": 10 - }, { "best": "Yes", "bestReverse": "Yes", "gene": { "id": "HGNC:122", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:122", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -9585,11 +9480,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ACP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040077", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040077.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -9599,8 +9494,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "primo-1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -9628,8 +9522,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:122", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:122", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -9637,11 +9532,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ACP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040076", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040076.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -9651,8 +9546,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "primo-2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -9680,8 +9574,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:123", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:123", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -9689,11 +9584,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ACP2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000032", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000032.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -9703,8 +9598,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Acph-1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -9733,8 +9627,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:123", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:123", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -9742,11 +9637,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ACP2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038912", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038912.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -9756,8 +9651,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6656", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -9786,8 +9680,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:123", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:123", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -9795,11 +9690,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ACP2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036875", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036875.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -9809,8 +9704,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG9449", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -9839,8 +9733,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:123", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:123", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -9848,11 +9743,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ACP2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036876", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036876.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -9862,8 +9757,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG9451", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -9892,8 +9786,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:123", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:123", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -9901,11 +9796,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ACP2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036877", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036877.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -9915,8 +9810,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG9452", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -9945,8 +9839,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:125", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:125", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -9954,11 +9849,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ACP3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000032", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000032.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -9968,8 +9863,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Acph-1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -9998,8 +9892,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:125", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:125", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -10007,11 +9902,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ACP3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038912", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038912.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -10021,8 +9916,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6656", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -10051,8 +9945,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:125", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:125", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -10060,11 +9955,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ACP3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036875", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036875.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -10074,8 +9969,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG9449", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -10104,8 +9998,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:125", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:125", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -10113,11 +10008,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ACP3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036876", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036876.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -10127,8 +10022,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG9451", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -10157,8 +10051,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:125", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:125", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -10166,11 +10061,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ACP3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036877", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036877.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -10180,8 +10075,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG9452", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -10210,8 +10104,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14376", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14376", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -10219,11 +10114,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ACP4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000032", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000032.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -10233,8 +10128,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Acph-1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -10263,8 +10157,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14376", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14376", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -10272,11 +10167,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ACP4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038912", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038912.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -10286,8 +10181,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6656", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -10316,8 +10210,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14376", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14376", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -10325,11 +10220,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ACP4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036875", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036875.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -10339,8 +10234,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG9449", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -10369,8 +10263,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14376", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14376", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -10378,11 +10273,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ACP4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036876", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036876.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -10392,8 +10287,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG9451", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -10422,8 +10316,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14376", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14376", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -10431,11 +10326,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ACP4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036877", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036877.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -10445,8 +10340,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG9452", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -10475,8 +10369,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:29609", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29609", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -10484,11 +10379,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ACP6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038912", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038912.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -10498,8 +10393,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6656", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -10528,8 +10422,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:29609", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29609", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -10537,11 +10432,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ACP6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036875", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036875.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -10551,8 +10446,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG9449", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -10581,8 +10475,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:33781", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:33781", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -10590,11 +10485,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ACP7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030245", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030245.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -10604,8 +10499,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG1637", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -10633,8 +10527,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:29567", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29567", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -10642,11 +10537,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ACSBG1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027348", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027348.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -10656,8 +10551,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "bgm", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -10686,8 +10580,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24174", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24174", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -10695,11 +10590,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ACSBG2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027348", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027348.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -10709,8 +10604,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "bgm", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -10739,8 +10633,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24174", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24174", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -10748,11 +10643,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ACSBG2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0286723", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0286723.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -10762,8 +10657,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "hll", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -10792,8 +10686,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26101", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26101", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -10801,11 +10696,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ACSF2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031703", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031703.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -10814,9 +10709,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG12512", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Acsf2", + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -10844,8 +10738,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:27288", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:27288", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -10853,11 +10748,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ACSF3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029945", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029945.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -10866,9 +10761,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG18155", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Acsf3", + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -10896,8 +10790,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:3569", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3569", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -10905,11 +10800,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ACSL1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036821", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036821.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -10919,8 +10814,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG3961", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -10949,8 +10843,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3570", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3570", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -10958,11 +10853,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ACSL3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0263120", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0263120.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -10972,8 +10867,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Acsl", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -11001,8 +10895,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3571", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3571", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -11010,11 +10905,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ACSL4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0263120", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0263120.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -11024,8 +10919,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Acsl", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -11053,8 +10947,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16526", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16526", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -11062,11 +10957,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ACSL5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036821", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036821.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -11076,8 +10971,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG3961", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -11105,8 +10999,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:16496", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16496", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -11114,11 +11009,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ACSL6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036821", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036821.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -11128,8 +11023,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG3961", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -11158,8 +11052,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15814", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15814", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -11167,11 +11062,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ACSS2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0012034", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0012034.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -11181,8 +11076,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "AcCoAS", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -11210,8 +11104,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24723", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24723", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -11219,11 +11114,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ACSS3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039184", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039184.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -11233,8 +11128,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6432", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -11262,8 +11156,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:129", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:129", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -11271,11 +11166,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ACTA1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0011743", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0011743.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -11285,8 +11180,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Arp53D", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -11315,8 +11209,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:132", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:132", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -11324,11 +11219,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ACTB", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000043", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000043.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -11338,8 +11233,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Act42A", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -11368,8 +11262,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:132", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:132", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -11377,11 +11272,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ACTB", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000044", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000044.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -11391,8 +11286,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Act57B", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -11421,8 +11315,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:132", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:132", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -11430,11 +11325,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ACTB", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000042", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000042.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -11444,8 +11339,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Act5C", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -11474,8 +11368,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:132", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:132", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -11483,11 +11378,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ACTB", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000045", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000045.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -11497,8 +11392,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Act79B", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -11527,8 +11421,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:132", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:132", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -11536,11 +11431,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ACTB", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000046", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000046.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -11550,8 +11445,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Act87E", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -11580,8 +11474,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:132", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:132", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -11589,11 +11484,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ACTB", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000047", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000047.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -11603,8 +11498,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Act88F", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -11633,8 +11527,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17780", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17780", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -11642,11 +11537,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ACTBL2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0011743", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0011743.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -11656,8 +11551,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Arp53D", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -11686,8 +11580,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:144", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:144", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -11695,11 +11590,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ACTG1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000043", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000043.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -11709,8 +11604,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Act42A", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -11739,8 +11633,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:144", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:144", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -11748,11 +11643,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ACTG1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000044", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000044.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -11762,8 +11657,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Act57B", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -11792,8 +11686,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:144", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:144", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -11801,11 +11696,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ACTG1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000042", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000042.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -11815,8 +11710,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Act5C", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -11845,8 +11739,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:144", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:144", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -11854,11 +11749,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ACTG1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000045", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000045.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -11868,8 +11763,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Act79B", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -11898,8 +11792,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:144", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:144", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -11907,11 +11802,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ACTG1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000046", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000046.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -11921,8 +11816,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Act87E", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -11951,8 +11845,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:144", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:144", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -11960,11 +11855,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ACTG1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000047", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000047.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -11974,8 +11869,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Act88F", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -12004,8 +11898,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:24124", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24124", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -12013,11 +11908,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ACTL6A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0025716", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0025716.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -12027,8 +11922,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Bap55", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -12057,8 +11951,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:160", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:160", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -12066,11 +11961,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ACTL6B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0025716", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0025716.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -12080,8 +11975,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Bap55", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -12109,8 +12003,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:161", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:161", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -12118,11 +12013,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ACTL7A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0011743", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0011743.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -12132,8 +12027,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Arp53D", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -12162,8 +12056,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:162", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:162", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -12171,11 +12066,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ACTL7B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0011743", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0011743.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -12185,8 +12080,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Arp53D", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -12215,8 +12109,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28494", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28494", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -12224,11 +12119,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ACTL9", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0011743", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0011743.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -12238,8 +12133,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Arp53D", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -12268,8 +12162,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:163", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:163", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -12277,11 +12172,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ACTN1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000667", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000667.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -12291,8 +12186,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Actn", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -12320,8 +12214,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:164", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:164", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -12329,11 +12224,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ACTN2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000667", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000667.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -12343,8 +12238,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Actn", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -12373,8 +12267,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:165", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:165", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -12382,11 +12277,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ACTN3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000667", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000667.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -12396,8 +12291,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Actn", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -12426,8 +12320,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:166", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:166", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -12435,11 +12330,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ACTN4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000667", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000667.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -12449,8 +12344,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Actn", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -12479,8 +12373,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17372", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17372", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -12488,11 +12383,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ACTR10", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031050", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031050.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -12502,8 +12397,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Arp10", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -12531,8 +12425,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:167", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:167", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -12540,11 +12435,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ACTR1A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0011745", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0011745.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -12554,8 +12449,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Arp1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -12583,8 +12477,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:168", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:168", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -12592,11 +12487,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ACTR1B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0011745", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0011745.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -12606,8 +12501,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Arp1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -12636,8 +12530,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:169", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:169", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -12645,11 +12540,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ACTR2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0011742", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0011742.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -12659,8 +12554,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Arp2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -12688,8 +12582,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:170", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:170", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -12697,11 +12592,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ACTR3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0262716", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0262716.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -12711,8 +12606,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Arp3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -12740,8 +12634,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:17256", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17256", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -12749,11 +12644,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ACTR3B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0262716", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0262716.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -12763,8 +12658,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Arp3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -12793,8 +12687,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:37282", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:37282", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -12802,11 +12697,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ACTR3C", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0262716", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0262716.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -12816,8 +12711,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Arp3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -12846,8 +12740,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14671", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14671", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -12855,11 +12750,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ACTR5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038576", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038576.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -12869,8 +12764,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Arp5", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -12898,8 +12792,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24025", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24025", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -12907,11 +12802,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ACTR6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0011741", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0011741.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -12921,8 +12816,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Arp6", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -12950,8 +12844,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14672", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14672", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -12959,11 +12854,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ACTR8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030877", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030877.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -12973,8 +12868,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Arp8", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -13002,8 +12896,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24027", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24027", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -13011,11 +12906,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ACTRT1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0011743", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0011743.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -13025,8 +12920,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Arp53D", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -13055,8 +12949,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24026", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24026", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -13064,11 +12959,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ACTRT2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0011743", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0011743.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -13078,8 +12973,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Arp53D", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -13108,8 +13002,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24022", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24022", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -13117,11 +13012,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ACTRT3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0011743", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0011743.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -13131,8 +13026,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Arp53D", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -13161,8 +13055,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:171", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:171", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -13170,11 +13065,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ACVR1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003317", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003317.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -13184,8 +13079,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "sax", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -13214,8 +13108,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:172", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:172", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -13223,11 +13118,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ACVR1B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0011300", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0011300.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -13237,8 +13132,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "babo", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -13267,8 +13161,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18123", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18123", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -13276,11 +13171,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ACVR1C", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0011300", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0011300.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -13290,8 +13185,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "babo", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -13319,8 +13213,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:173", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:173", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -13328,11 +13223,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ACVR2A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003169", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003169.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -13342,8 +13237,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "put", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -13372,8 +13266,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:174", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:174", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -13381,11 +13276,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ACVR2B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003169", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003169.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -13395,8 +13290,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "put", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -13425,8 +13319,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:175", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:175", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -13434,11 +13329,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ACVRL1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003317", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003317.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -13448,8 +13343,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "sax", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -13478,8 +13372,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:177", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:177", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -13487,11 +13382,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ACY1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039051", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039051.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -13501,8 +13396,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG17109", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -13531,8 +13425,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:177", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:177", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -13540,11 +13435,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ACY1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039050", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039050.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -13554,8 +13449,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG17110", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -13583,8 +13477,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:177", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:177", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -13592,11 +13487,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ACY1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037818", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037818.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -13606,8 +13501,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6465", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -13635,8 +13529,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:177", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:177", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -13644,11 +13539,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ACY1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039049", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039049.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -13658,8 +13553,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6726", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -13688,8 +13582,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:177", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:177", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -13697,11 +13592,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ACY1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039052", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039052.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -13711,8 +13606,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6733", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -13740,8 +13634,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:177", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:177", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -13749,11 +13644,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ACY1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039053", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039053.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -13763,8 +13658,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6738", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -13793,8 +13687,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:179", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:179", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -13802,11 +13697,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ACYP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0025115", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0025115.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -13816,8 +13711,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Acyp", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -13846,8 +13740,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:179", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:179", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -13855,11 +13750,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ACYP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038363", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038363.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -13869,8 +13764,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Acyp2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -13899,8 +13793,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:179", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:179", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -13908,11 +13803,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ACYP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040524", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040524.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -13922,8 +13817,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG11052", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -13952,8 +13846,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:179", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:179", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -13961,11 +13856,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ACYP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033893", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033893.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -13975,8 +13870,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG18371", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -14005,8 +13899,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:179", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:179", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -14014,11 +13909,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ACYP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0085190", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0085190.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -14028,8 +13923,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG34161", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -14058,8 +13952,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:180", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:180", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -14067,11 +13962,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ACYP2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038363", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038363.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -14081,8 +13976,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Acyp2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -14111,8 +14005,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:180", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:180", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -14120,11 +14015,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ACYP2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031700", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031700.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -14134,8 +14029,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG14022", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -14164,8 +14058,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:180", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:180", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -14173,11 +14068,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ACYP2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033893", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033893.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -14187,8 +14082,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG18371", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -14217,8 +14111,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1839", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1839", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -14226,11 +14121,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ADA2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036752", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036752.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -14240,8 +14135,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Adgf-A", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -14270,8 +14164,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1839", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1839", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -14279,11 +14174,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ADA2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0043025", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0043025.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -14293,8 +14188,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Adgf-A2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -14323,8 +14217,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1839", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1839", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -14332,11 +14227,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ADA2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036751", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036751.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -14346,8 +14241,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Adgf-B", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -14376,8 +14270,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1839", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1839", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -14385,11 +14280,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ADA2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038173", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038173.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -14399,8 +14294,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Adgf-C", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -14429,8 +14323,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1839", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1839", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -14438,11 +14333,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ADA2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038172", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038172.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -14452,8 +14347,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Adgf-D", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -14482,8 +14376,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1839", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1839", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -14491,11 +14386,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ADA2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033952", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033952.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -14505,8 +14400,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Adgf-E", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -14535,8 +14429,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30713", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30713", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -14544,11 +14439,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ADAD1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035608", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035608.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -14558,8 +14453,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "blanks", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -14588,8 +14482,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30713", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30713", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -14597,11 +14492,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ADAD1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035571", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035571.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -14611,8 +14506,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG12493", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -14641,8 +14535,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30714", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30714", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -14650,11 +14545,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ADAD2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035608", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035608.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -14664,8 +14559,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "blanks", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -14694,8 +14588,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30714", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30714", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -14703,11 +14598,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ADAD2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035571", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035571.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -14717,8 +14612,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG12493", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -14747,8 +14641,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:31853", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:31853", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -14756,11 +14651,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ADAL", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037661", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037661.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -14770,8 +14665,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ada", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -14799,8 +14693,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:188", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:188", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -14808,11 +14703,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ADAM10", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039688", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039688.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -14822,8 +14717,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Kul", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -14852,8 +14746,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:188", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:188", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -14861,11 +14756,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ADAM10", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0259984", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0259984.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -14875,8 +14770,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "kuz", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -14905,8 +14799,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:189", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:189", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -14914,11 +14809,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ADAM11", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0259110", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0259110.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -14928,8 +14823,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mmd", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -14958,8 +14852,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:190", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:190", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -14967,11 +14862,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ADAM12", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0265140", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0265140.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -14981,8 +14876,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Meltrin", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -15011,8 +14905,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:193", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:193", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -15020,11 +14915,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ADAM15", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0265140", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0265140.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -15034,8 +14929,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Meltrin", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -15064,8 +14958,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:195", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:195", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -15073,11 +14968,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ADAM17", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039734", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039734.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -15087,8 +14982,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Tace", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -15116,8 +15010,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:197", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:197", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -15125,11 +15020,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ADAM19", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0265140", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0265140.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -15139,8 +15034,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Meltrin", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -15169,8 +15063,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:201", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:201", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -15178,11 +15073,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ADAM22", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0259110", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0259110.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -15192,8 +15087,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mmd", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -15222,8 +15116,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:202", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:202", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -15231,11 +15126,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ADAM23", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0259110", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0259110.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -15245,8 +15140,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mmd", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -15275,8 +15169,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:206", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:206", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -15284,11 +15179,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ADAM28", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0265140", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0265140.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -15298,8 +15193,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Meltrin", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -15328,8 +15222,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:15478", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15478", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -15337,11 +15232,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ADAM33", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0265140", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0265140.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -15351,8 +15246,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Meltrin", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -15381,8 +15275,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:214", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:214", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -15390,11 +15285,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ADAM7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0265140", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0265140.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -15404,8 +15299,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Meltrin", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -15434,8 +15328,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:215", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:215", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -15443,11 +15338,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ADAM8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0265140", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0265140.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -15457,8 +15352,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Meltrin", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -15487,8 +15381,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:216", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:216", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -15496,11 +15391,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ADAM9", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0265140", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0265140.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -15510,8 +15405,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Meltrin", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -15540,8 +15434,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:16299", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16299", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -15549,11 +15444,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ADAMDEC1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0265140", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0265140.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -15563,8 +15458,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Meltrin", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -15593,8 +15487,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:217", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:217", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -15602,11 +15497,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ADAMTS1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0286071", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0286071.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -15616,8 +15511,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "AdamTS-A", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -15646,8 +15540,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:13201", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13201", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -15655,11 +15550,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ADAMTS10", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029791", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029791.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -15669,8 +15564,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "AdamTS-B", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -15699,8 +15593,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14605", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14605", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -15708,11 +15603,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ADAMTS12", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029791", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029791.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -15722,8 +15617,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "AdamTS-B", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -15752,8 +15646,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1366", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1366", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -15761,11 +15656,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ADAMTS13", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0086408", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0086408.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -15775,8 +15670,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "stl", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -15805,8 +15699,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:14899", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14899", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -15814,11 +15709,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ADAMTS14", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029791", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029791.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -15828,8 +15723,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "AdamTS-B", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -15858,8 +15752,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17108", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17108", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -15867,11 +15762,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ADAMTS16", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0086408", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0086408.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -15881,8 +15776,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "stl", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -15911,8 +15805,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17109", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17109", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -15920,11 +15815,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ADAMTS17", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0086408", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0086408.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -15934,8 +15829,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "stl", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -15964,8 +15858,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:17110", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17110", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -15973,11 +15868,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ADAMTS18", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029791", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029791.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -15987,8 +15882,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "AdamTS-B", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -16017,8 +15911,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17111", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17111", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -16026,11 +15921,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ADAMTS19", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0086408", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0086408.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -16040,8 +15935,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "stl", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -16070,8 +15964,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:218", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:218", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -16079,11 +15974,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ADAMTS2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029791", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029791.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -16093,8 +15988,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "AdamTS-B", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -16123,8 +16017,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17178", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17178", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -16132,11 +16027,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ADAMTS20", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0286071", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0286071.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -16146,8 +16041,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "AdamTS-A", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -16176,8 +16070,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:219", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:219", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -16185,11 +16080,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ADAMTS3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029791", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029791.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -16199,8 +16094,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "AdamTS-B", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -16229,8 +16123,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:220", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:220", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -16238,11 +16133,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ADAMTS4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0286071", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0286071.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -16252,8 +16147,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "AdamTS-A", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -16282,8 +16176,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:221", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:221", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -16291,11 +16186,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ADAMTS5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0286071", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0286071.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -16305,8 +16200,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "AdamTS-A", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -16335,8 +16229,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:222", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:222", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -16344,11 +16239,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ADAMTS6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029791", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029791.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -16358,8 +16253,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "AdamTS-B", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -16388,8 +16282,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:223", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:223", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -16397,11 +16292,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ADAMTS7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029791", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029791.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -16411,8 +16306,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "AdamTS-B", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -16441,8 +16335,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:224", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:224", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -16450,11 +16345,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ADAMTS8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0286071", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0286071.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -16464,8 +16359,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "AdamTS-A", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -16494,8 +16388,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13202", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13202", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -16503,11 +16398,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ADAMTS9", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0286071", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0286071.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -16517,8 +16412,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "AdamTS-A", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -16547,8 +16441,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14632", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14632", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -16556,11 +16451,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ADAMTSL1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051619", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051619.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -16570,8 +16465,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "nolo", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -16600,8 +16494,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14631", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14631", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -16609,11 +16504,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ADAMTSL2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0086408", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0086408.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -16623,8 +16518,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "stl", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -16653,8 +16547,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14633", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14633", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -16662,11 +16557,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ADAMTSL3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051619", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051619.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -16676,8 +16571,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "nolo", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -16706,8 +16600,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:19706", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19706", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -16715,11 +16610,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ADAMTSL4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032252", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032252.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -16729,8 +16624,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "loh", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -16759,8 +16653,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:27912", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:27912", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -16768,11 +16663,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ADAMTSL5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0086408", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0086408.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -16782,8 +16677,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "stl", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -16812,8 +16706,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:225", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:225", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -16821,11 +16716,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ADAR", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035608", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035608.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -16835,8 +16730,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "blanks", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -16865,8 +16759,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:225", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:225", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -16874,11 +16769,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ADAR", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035571", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035571.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -16888,8 +16783,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG12493", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -16918,8 +16812,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:226", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:226", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -16927,11 +16822,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ADARB1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0026086", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026086.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -16941,8 +16836,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Adar", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -16971,8 +16865,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:227", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:227", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -16980,11 +16875,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ADARB2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0026086", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026086.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -16994,8 +16889,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Adar", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -17024,8 +16918,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:228", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:228", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -17033,11 +16928,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ADAT1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028658", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028658.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -17047,8 +16942,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Adat1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -17077,8 +16971,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21172", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21172", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -17086,11 +16981,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ADAT2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038491", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038491.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -17100,8 +16995,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5292", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -17129,8 +17023,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25151", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25151", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -17138,11 +17033,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ADAT3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034360", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034360.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -17152,8 +17047,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10927", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -17181,8 +17075,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19038", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19038", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -17190,11 +17085,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ADCK1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035039", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035039.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -17204,8 +17099,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Adck1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -17233,8 +17127,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21738", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21738", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -17242,11 +17137,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ADCK5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036142", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036142.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -17256,8 +17151,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Adck5", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -17285,8 +17179,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:232", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:232", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -17294,11 +17189,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ADCY1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003301", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003301.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -17308,8 +17203,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "rut", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -17338,8 +17232,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:233", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:233", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -17347,11 +17242,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ADCY2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004852", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004852.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -17361,8 +17256,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ac76E", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -17391,8 +17285,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:233", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:233", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -17400,11 +17295,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ADCY2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040510", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040510.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -17414,8 +17309,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ACXA", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -17444,8 +17338,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:233", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:233", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -17453,11 +17348,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ADCY2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040509", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040509.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -17467,8 +17362,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ACXB", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -17497,8 +17391,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:233", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:233", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -17506,11 +17401,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ADCY2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040508", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040508.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -17520,8 +17415,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ACXC", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -17550,8 +17444,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:233", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:233", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -17559,11 +17454,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ADCY2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040507", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040507.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -17573,8 +17468,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ACXD", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -17603,8 +17497,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:233", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:233", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -17612,11 +17507,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ADCY2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040506", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040506.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -17626,8 +17521,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ACXE", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -17656,8 +17550,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:233", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:233", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -17665,11 +17560,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ADCY2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052301", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052301.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -17679,8 +17574,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG32301", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -17709,8 +17603,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:233", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:233", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -17718,11 +17613,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ADCY2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052305", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052305.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -17732,8 +17627,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG32305", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -17762,8 +17656,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:234", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:234", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -17771,11 +17666,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ADCY3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0023416", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0023416.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -17785,8 +17680,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ac3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -17815,8 +17709,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:235", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:235", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -17824,11 +17719,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ADCY4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004852", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004852.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -17838,8 +17733,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ac76E", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -17868,8 +17762,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:235", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:235", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -17877,11 +17772,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ADCY4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052301", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052301.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -17891,8 +17786,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG32301", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -17921,8 +17815,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:235", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:235", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -17930,11 +17825,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ADCY4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052305", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052305.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -17944,8 +17839,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG32305", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -17974,8 +17868,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:236", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:236", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -17983,11 +17878,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ADCY5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0263131", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0263131.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -17997,8 +17892,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG43373", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -18027,8 +17921,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:237", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:237", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -18036,11 +17931,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ADCY6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0263131", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0263131.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -18050,8 +17945,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG43373", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -18080,8 +17974,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:238", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:238", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -18089,11 +17984,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ADCY7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004852", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004852.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -18103,8 +17998,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ac76E", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -18133,8 +18027,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:238", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:238", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -18142,11 +18037,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ADCY7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040510", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040510.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -18156,8 +18051,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ACXA", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -18186,8 +18080,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:238", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:238", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -18195,11 +18090,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ADCY7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040509", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040509.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -18209,8 +18104,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ACXB", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -18239,8 +18133,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:238", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:238", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -18248,11 +18143,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ADCY7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040508", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040508.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -18262,8 +18157,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ACXC", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -18292,8 +18186,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:238", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:238", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -18301,11 +18196,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ADCY7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040507", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040507.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -18315,8 +18210,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ACXD", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -18345,8 +18239,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:238", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:238", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -18354,11 +18249,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ADCY7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040506", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040506.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -18368,8 +18263,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ACXE", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -18398,8 +18292,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:238", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:238", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -18407,11 +18302,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ADCY7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052301", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052301.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -18421,8 +18316,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG32301", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -18451,8 +18345,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:238", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:238", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -18460,11 +18355,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ADCY7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052305", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052305.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -18474,8 +18369,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG32305", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -18504,8 +18398,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:239", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:239", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -18513,11 +18408,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ADCY8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0024150", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0024150.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -18527,8 +18422,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ac78C", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -18557,8 +18451,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:240", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:240", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -18566,11 +18461,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ADCY9", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0022710", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0022710.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -18580,8 +18475,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ac13E", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -18610,8 +18504,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:242", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:242", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -18619,11 +18514,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ADCYAP1R1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0260753", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0260753.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -18633,8 +18528,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pdfr", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -18663,8 +18557,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:243", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:243", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -18672,11 +18567,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ADD1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0263391", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0263391.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -18686,8 +18581,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "hts", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -18716,8 +18610,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:244", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:244", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -18725,11 +18620,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ADD2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0263391", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0263391.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -18739,8 +18634,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "hts", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -18769,8 +18663,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:245", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:245", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -18778,11 +18673,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ADD3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0263391", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0263391.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -18792,8 +18687,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "hts", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -18822,8 +18716,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:13838", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13838", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -18831,11 +18726,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ADGRA1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030466", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030466.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -18845,8 +18740,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG15744", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -18875,8 +18769,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17849", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17849", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -18884,11 +18779,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ADGRA2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030466", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030466.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -18898,8 +18793,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG15744", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -18927,8 +18821,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:13839", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13839", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -18936,11 +18831,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ADGRA3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030466", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030466.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -18950,8 +18845,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG15744", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -18980,8 +18874,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19893", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19893", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -18989,11 +18884,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ADGRD1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035131", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035131.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -19003,8 +18898,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mthl9", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -19033,8 +18927,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18989", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18989", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -19042,11 +18937,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ADGRF3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052475", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052475.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -19056,8 +18951,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mthl8", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -19086,8 +18980,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18989", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18989", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -19095,11 +18990,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ADGRF3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035131", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035131.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -19109,8 +19004,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mthl9", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -19139,8 +19033,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:4516", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4516", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -19148,11 +19043,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ADGRG2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039818", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039818.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -19162,8 +19057,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG11318", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -19192,8 +19086,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:4516", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4516", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -19201,11 +19096,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ADGRG2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039821", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039821.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -19215,8 +19110,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG15556", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -19245,8 +19139,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:18992", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18992", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -19254,11 +19149,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ADGRG4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039818", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039818.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -19268,8 +19163,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG11318", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -19298,8 +19192,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:13841", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13841", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -19307,11 +19202,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ADGRG6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039818", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039818.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -19321,8 +19216,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG11318", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -19351,8 +19245,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:13841", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13841", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -19360,11 +19255,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ADGRG6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039821", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039821.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -19374,8 +19269,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG15556", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -19404,8 +19298,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19241", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19241", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -19413,11 +19308,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ADGRG7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039818", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039818.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -19427,8 +19322,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG11318", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -19457,8 +19351,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19241", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19241", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -19466,11 +19361,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ADGRG7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039821", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039821.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -19480,8 +19375,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG15556", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -19510,8 +19404,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20973", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20973", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -19519,11 +19414,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ADGRL1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033313", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033313.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -19533,8 +19428,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cirl", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -19563,8 +19457,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:18582", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18582", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -19572,11 +19467,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ADGRL2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033313", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033313.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -19586,8 +19481,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cirl", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -19616,8 +19510,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:20974", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20974", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -19625,11 +19520,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ADGRL3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033313", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033313.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -19639,8 +19534,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cirl", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -19669,8 +19563,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:20822", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20822", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -19678,11 +19573,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ADGRL4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033313", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033313.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -19692,8 +19587,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cirl", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -19722,8 +19616,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:249", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:249", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -19731,11 +19626,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ADH1A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0011768", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0011768.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -19745,8 +19640,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Fdh", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -19775,8 +19669,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:250", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:250", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -19784,11 +19679,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ADH1B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0011768", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0011768.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -19798,8 +19693,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Fdh", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -19828,8 +19722,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:251", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:251", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -19837,11 +19732,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ADH1C", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0011768", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0011768.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -19851,8 +19746,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Fdh", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -19881,8 +19775,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:252", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:252", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -19890,11 +19785,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ADH4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0011768", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0011768.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -19904,8 +19799,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Fdh", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -19934,8 +19828,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:253", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:253", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -19943,11 +19838,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ADH5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0011768", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0011768.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -19957,8 +19852,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Fdh", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -19986,8 +19880,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:255", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:255", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -19995,11 +19890,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ADH6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0011768", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0011768.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -20009,8 +19904,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Fdh", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -20039,8 +19933,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:256", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:256", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -20048,11 +19943,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ADH7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0011768", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0011768.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -20062,8 +19957,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Fdh", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -20092,8 +19986,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16354", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16354", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -20101,11 +19996,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ADHFE1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0017482", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0017482.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -20115,8 +20010,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "T3dh", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -20144,8 +20038,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30576", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30576", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -20153,11 +20048,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ADI1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052068", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052068.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -20167,8 +20062,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Adi1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -20196,8 +20090,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24040", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24040", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -20205,11 +20100,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ADIPOR1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038984", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038984.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -20219,8 +20114,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "AdipoR", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -20248,8 +20142,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:24041", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24041", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -20257,11 +20152,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ADIPOR2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038984", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038984.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -20271,8 +20166,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "AdipoR", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -20301,8 +20195,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:257", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:257", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -20310,11 +20205,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ADK", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037995", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037995.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -20324,8 +20219,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Adk1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -20354,8 +20248,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:257", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:257", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -20363,11 +20258,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ADK", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036337", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036337.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -20377,8 +20272,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Adk2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -20407,8 +20301,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23506", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23506", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -20416,11 +20311,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ADO", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035839", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035839.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -20430,8 +20325,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7550", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -20459,8 +20353,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:262", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:262", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -20468,11 +20363,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ADORA1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039747", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039747.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -20482,8 +20377,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "AdoR", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -20512,8 +20406,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:263", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:263", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -20521,11 +20416,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ADORA2A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039747", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039747.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -20535,8 +20430,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "AdoR", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -20565,8 +20459,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:264", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:264", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -20574,11 +20469,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ADORA2B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039747", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039747.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -20588,8 +20483,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "AdoR", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -20618,8 +20512,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:268", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:268", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -20627,11 +20522,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ADORA3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039747", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039747.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -20641,8 +20536,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "AdoR", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -20671,8 +20565,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25250", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25250", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -20680,11 +20575,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ADPGK", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036402", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036402.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -20694,8 +20589,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6650", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -20724,8 +20618,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:277", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:277", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -20733,11 +20628,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ADRA1A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0024944", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0024944.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -20747,8 +20642,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Oamb", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -20777,8 +20671,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:278", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:278", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -20786,11 +20681,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ADRA1B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0024944", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0024944.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -20800,8 +20695,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Oamb", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -20830,8 +20724,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:281", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:281", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -20839,11 +20734,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ADRA2A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038653", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038653.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -20853,8 +20748,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Oct\u03b12R", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -20883,8 +20777,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:282", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:282", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -20892,11 +20787,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ADRA2B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038653", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038653.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -20906,8 +20801,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Oct\u03b12R", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -20936,8 +20830,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:283", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:283", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -20945,11 +20840,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ADRA2C", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038653", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038653.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -20959,8 +20854,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Oct\u03b12R", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -20989,8 +20883,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:285", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:285", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -20998,11 +20893,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ADRB1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038980", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038980.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -21012,8 +20907,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Oct\u03b21R", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -21042,8 +20936,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:285", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:285", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -21051,11 +20946,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ADRB1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038063", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038063.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -21065,8 +20960,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Oct\u03b22R", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -21095,8 +20989,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:285", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:285", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -21104,11 +20999,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ADRB1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0250910", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0250910.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -21118,8 +21013,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Oct\u03b23R", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -21148,8 +21042,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:286", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:286", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -21157,11 +21052,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ADRB2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038063", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038063.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -21171,8 +21066,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Oct\u03b22R", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -21201,8 +21095,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:288", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:288", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -21210,11 +21105,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ADRB3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038980", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038980.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -21224,8 +21119,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Oct\u03b21R", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -21254,8 +21148,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:288", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:288", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -21263,11 +21158,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ADRB3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038063", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038063.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -21277,8 +21172,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Oct\u03b22R", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -21307,8 +21201,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:288", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:288", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -21316,11 +21211,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ADRB3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0250910", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0250910.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -21330,8 +21225,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Oct\u03b23R", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -21360,8 +21254,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15759", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15759", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -21369,11 +21264,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ADRM1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033886", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033886.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -21383,8 +21278,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rpn13", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -21412,8 +21306,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15759", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15759", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -21421,11 +21316,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ADRM1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029745", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029745.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -21435,8 +21330,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rpn13R", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -21465,8 +21359,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:291", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:291", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -21474,11 +21369,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ADSL", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038467", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038467.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -21488,8 +21383,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "AdSL", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -21517,8 +21411,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20093", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20093", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -21526,11 +21421,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ADSS1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027493", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027493.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -21540,8 +21435,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "AdSS", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -21569,8 +21463,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:292", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:292", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -21578,11 +21473,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ADSS2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027493", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027493.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -21592,8 +21487,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "AdSS", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -21621,8 +21515,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:21214", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21214", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -21630,11 +21525,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ADTRP", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031244", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031244.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -21644,8 +21539,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG11601", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -21674,8 +21568,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:21214", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21214", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -21683,11 +21578,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ADTRP", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031245", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031245.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -21697,8 +21592,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG3625", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -21727,8 +21621,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:21214", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21214", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -21736,11 +21631,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ADTRP", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036158", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036158.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -21750,8 +21645,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6149", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -21780,8 +21674,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24051", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24051", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -21789,11 +21684,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AEBP2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0086655", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0086655.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -21803,8 +21698,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "jing", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -21833,8 +21727,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7137", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7137", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -21842,11 +21737,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AFDN", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0259212", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0259212.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -21856,8 +21751,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "cno", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -21886,8 +21780,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:7135", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7135", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -21895,11 +21790,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AFF1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0041111", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0041111.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -21909,8 +21804,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "lilli", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -21939,8 +21833,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3776", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3776", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -21948,11 +21843,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AFF2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0041111", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0041111.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -21962,8 +21857,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "lilli", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -21992,8 +21886,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:6473", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6473", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -22001,11 +21896,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AFF3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0041111", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0041111.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -22015,8 +21910,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "lilli", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -22045,8 +21939,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17869", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17869", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -22054,11 +21949,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AFF4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0041111", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0041111.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -22068,8 +21963,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "lilli", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -22098,8 +21992,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16411", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16411", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -22107,11 +22002,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AFG1L", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033734", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033734.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -22121,8 +22016,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8520", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -22150,8 +22044,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:315", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:315", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -22159,11 +22054,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AFG3L2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036702", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036702.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -22172,9 +22067,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG6512", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Afg3l2", + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -22203,8 +22097,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25951", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25951", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -22212,11 +22107,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AFTPH", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038223", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038223.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -22226,8 +22121,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Afti", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -22256,8 +22150,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:318", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:318", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -22265,11 +22160,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AGA", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034427", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034427.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -22279,8 +22174,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10474", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -22309,8 +22203,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:318", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:318", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -22318,11 +22213,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AGA", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033431", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033431.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -22332,8 +22227,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG1827", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -22362,8 +22256,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:318", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:318", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -22371,11 +22266,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AGA", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034665", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034665.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -22385,8 +22280,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG4372", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -22415,8 +22309,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:16922", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16922", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -22424,11 +22319,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AGAP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028509", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028509.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -22438,8 +22333,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CenG1A", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -22468,8 +22362,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:29421", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29421", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -22477,11 +22372,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AGAP11", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028509", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028509.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -22491,8 +22386,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CenG1A", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -22521,8 +22415,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:16921", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16921", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -22530,11 +22425,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AGAP2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028509", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028509.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -22544,8 +22439,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CenG1A", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -22574,8 +22468,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16923", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16923", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -22583,11 +22478,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AGAP3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028509", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028509.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -22597,8 +22492,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CenG1A", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -22626,8 +22520,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:23459", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23459", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -22635,11 +22530,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AGAP4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028509", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028509.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -22649,8 +22544,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CenG1A", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -22679,8 +22573,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:23467", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23467", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -22688,11 +22583,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AGAP5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028509", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028509.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -22702,8 +22597,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CenG1A", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -22732,8 +22626,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:23466", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23466", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -22741,11 +22636,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AGAP6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028509", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028509.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -22755,8 +22650,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CenG1A", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -22785,8 +22679,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:23465", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23465", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -22794,11 +22689,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AGAP7P", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028509", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028509.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -22808,8 +22703,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CenG1A", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -22838,8 +22732,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:23463", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23463", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -22847,11 +22742,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AGAP9", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028509", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028509.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -22861,8 +22756,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CenG1A", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -22891,8 +22785,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26296", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26296", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -22900,11 +22795,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AGBL2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0265726", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0265726.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -22914,8 +22809,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Nna1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -22944,8 +22838,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:27981", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:27981", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -22953,11 +22848,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AGBL3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0265726", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0265726.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -22967,8 +22862,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Nna1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -22997,8 +22891,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25892", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25892", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -23006,11 +22901,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AGBL4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051019", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051019.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -23020,8 +22915,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG31019", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -23050,8 +22944,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:5175", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:5175", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -23059,11 +22954,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AGFG1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0020304", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0020304.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -23073,8 +22968,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "drongo", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -23103,8 +22997,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:5177", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:5177", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -23112,11 +23007,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AGFG2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0020304", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0020304.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -23126,8 +23021,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "drongo", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -23156,8 +23050,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24684", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24684", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -23165,11 +23060,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AGGF1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034002", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034002.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -23179,8 +23074,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8079", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -23209,8 +23103,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21869", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21869", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -23218,11 +23113,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AGK", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0260750", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0260750.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -23232,8 +23127,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Mulk", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -23262,8 +23156,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:321", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:321", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -23271,11 +23166,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AGL", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034618", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034618.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -23285,8 +23180,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG9485", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -23314,8 +23208,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:3262", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3262", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -23323,11 +23218,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AGO1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0262739", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0262739.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -23337,8 +23232,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "AGO1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -23367,8 +23261,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3263", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3263", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -23376,11 +23271,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AGO2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0262739", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0262739.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -23390,8 +23285,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "AGO1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -23419,8 +23313,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:18421", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18421", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -23428,11 +23323,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AGO3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0262739", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0262739.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -23442,8 +23337,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "AGO1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -23472,8 +23366,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:18424", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18424", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -23481,11 +23376,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AGO4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0262739", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0262739.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -23495,8 +23390,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "AGO1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -23525,8 +23419,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:324", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:324", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -23534,11 +23429,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AGPAT1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030421", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030421.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -23548,8 +23443,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Agpat1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -23577,8 +23471,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:324", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:324", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -23586,11 +23481,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AGPAT1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0026718", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026718.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -23600,8 +23495,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Agpat2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -23630,8 +23524,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:325", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:325", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -23639,11 +23534,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AGPAT2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030421", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030421.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -23653,8 +23548,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Agpat1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -23682,8 +23576,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:325", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:325", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -23691,11 +23586,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AGPAT2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0026718", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026718.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -23705,8 +23600,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Agpat2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -23735,8 +23629,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:326", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:326", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -23744,11 +23639,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AGPAT3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036623", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036623.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -23758,8 +23653,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Agpat3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -23787,8 +23681,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:326", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:326", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -23796,11 +23691,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AGPAT3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036622", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036622.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -23810,8 +23705,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Agpat4", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -23839,8 +23733,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20885", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20885", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -23848,11 +23743,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AGPAT4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036623", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036623.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -23862,8 +23757,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Agpat3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -23891,8 +23785,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20885", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20885", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -23900,11 +23795,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AGPAT4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036622", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036622.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -23914,8 +23809,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Agpat4", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -23943,8 +23837,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:327", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:327", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -23952,11 +23847,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AGPS", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033983", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033983.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -23965,9 +23860,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "ADPS", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Agps", + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -23995,8 +23889,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13539", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13539", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -24004,11 +23899,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AGTRAP", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052638", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052638.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -24018,8 +23913,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG32638", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -24048,8 +23942,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:341", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:341", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -24057,11 +23952,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AGXT", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0014031", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0014031.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -24070,9 +23965,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "Spat", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Agxt", + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -24100,8 +23994,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14412", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14412", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -24109,11 +24004,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AGXT2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037186", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037186.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -24123,8 +24018,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG11241", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -24152,8 +24046,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24618", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24618", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -24161,11 +24056,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AHCTF1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031052", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031052.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -24175,8 +24070,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Elys", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -24205,8 +24099,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:343", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:343", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -24214,11 +24109,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AHCY", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0014455", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0014455.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -24228,8 +24123,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ahcy", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -24257,8 +24151,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:344", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:344", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -24266,11 +24161,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AHCYL1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035371", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035371.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -24280,8 +24175,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "AhcyL1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -24309,8 +24203,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:344", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:344", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -24318,11 +24213,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AHCYL1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015011", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015011.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -24332,8 +24227,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "AhcyL2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -24362,8 +24256,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:22204", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:22204", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -24371,11 +24266,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AHCYL2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035371", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035371.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -24385,8 +24280,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "AhcyL1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -24414,8 +24308,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:22204", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:22204", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -24423,11 +24318,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AHCYL2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015011", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015011.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -24437,8 +24332,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "AhcyL2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -24467,8 +24361,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:348", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:348", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -24476,11 +24371,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AHR", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003513", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003513.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -24490,8 +24385,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ss", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -24520,8 +24414,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:346", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:346", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -24529,11 +24424,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AHRR", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003513", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003513.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -24543,8 +24438,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ss", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -24573,8 +24467,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1189", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1189", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -24582,11 +24477,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AHSA1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032961", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032961.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -24596,8 +24491,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG1416", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -24625,8 +24519,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:20437", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20437", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -24634,11 +24529,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AHSA2P", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032961", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032961.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -24648,8 +24543,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG1416", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -24678,8 +24572,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:8768", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8768", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -24687,11 +24582,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AIFM1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031392", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031392.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -24701,8 +24596,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "AIF", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -24731,8 +24625,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26398", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26398", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -24740,11 +24635,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AIFM3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032754", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032754.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -24754,8 +24649,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10700", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -24783,8 +24677,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26398", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26398", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -24792,11 +24687,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AIFM3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0025628", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0025628.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -24806,8 +24701,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG4199", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -24835,8 +24729,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21607", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21607", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -24844,11 +24739,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AIG1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031244", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031244.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -24858,8 +24753,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG11601", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -24888,8 +24782,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21607", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21607", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -24897,11 +24792,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AIG1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031245", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031245.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -24911,8 +24806,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG3625", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -24940,8 +24834,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21607", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21607", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -24949,11 +24844,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AIG1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036158", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036158.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -24963,8 +24858,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6149", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -24993,8 +24887,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10648", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10648", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -25002,11 +24897,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AIMP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033351", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033351.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -25016,8 +24911,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "AIMP1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -25045,8 +24939,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20609", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20609", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -25054,11 +24949,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AIMP2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036515", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036515.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -25068,8 +24963,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "AIMP2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -25097,8 +24991,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:358", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:358", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -25106,11 +25001,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AIP", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030345", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030345.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -25120,8 +25015,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG1847", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -25149,8 +25043,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:359", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:359", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -25158,11 +25053,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AIPL1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030345", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030345.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -25172,8 +25067,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG1847", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -25202,8 +25096,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:37284", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:37284", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -25211,11 +25106,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AJM1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261802", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261802.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -25225,8 +25120,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG42748", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -25255,8 +25149,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:20250", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20250", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -25264,11 +25159,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AJUBA", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030530", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030530.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -25278,8 +25173,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "jub", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -25308,8 +25202,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:361", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:361", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -25317,11 +25212,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AK1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0022709", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0022709.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -25331,8 +25226,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ak1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -25361,8 +25255,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:362", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:362", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -25370,11 +25265,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AK2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0283494", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0283494.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -25384,8 +25279,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ak2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -25413,8 +25307,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17376", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17376", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -25422,11 +25317,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AK3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0042094", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0042094.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -25436,8 +25331,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ak3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -25465,8 +25359,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:363", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:363", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -25474,11 +25369,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AK4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0042094", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0042094.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -25488,8 +25383,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ak3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -25518,8 +25412,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:365", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:365", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -25527,11 +25422,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AK5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032083", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032083.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -25541,8 +25436,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG9541", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -25571,8 +25465,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26526", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26526", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -25580,11 +25475,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AK8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039799", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039799.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -25594,8 +25489,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG15543", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -25624,8 +25518,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:367", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:367", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -25633,11 +25528,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AKAP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0263987", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0263987.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -25647,8 +25542,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "spoon", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -25677,8 +25571,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:368", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:368", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -25686,11 +25581,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AKAP10", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040079", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040079.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -25700,8 +25595,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "pkaap", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -25729,8 +25623,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:371", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:371", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -25738,11 +25633,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AKAP13", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032796", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032796.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -25752,8 +25647,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "cyst", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -25782,8 +25676,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24061", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24061", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -25791,11 +25686,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AKAP14", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033344", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033344.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -25805,8 +25700,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8252", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -25835,8 +25729,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18783", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18783", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -25844,11 +25739,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AKAP17A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010772", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010772.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -25858,8 +25753,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Xe7", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -25888,8 +25782,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:379", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:379", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -25897,11 +25792,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AKAP9", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0086690", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0086690.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -25911,8 +25806,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Plp", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -25941,8 +25835,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:25744", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25744", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -25950,11 +25845,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AKIRIN1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0082598", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0082598.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -25964,8 +25859,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "akirin", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -25994,8 +25888,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21407", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21407", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -26003,11 +25898,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AKIRIN2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0082598", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0082598.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -26017,8 +25912,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "akirin", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -26046,8 +25940,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:380", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:380", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -26055,11 +25950,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AKR1A1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037537", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037537.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -26069,8 +25964,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG2767", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -26099,8 +25993,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:381", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:381", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -26108,11 +26003,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AKR1B1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0086254", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0086254.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -26122,8 +26017,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Akr1B", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -26151,8 +26045,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:381", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:381", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -26160,11 +26055,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AKR1B1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035476", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035476.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -26174,8 +26069,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG12766", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -26204,8 +26098,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:381", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:381", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -26213,11 +26108,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AKR1B1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033101", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033101.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -26227,8 +26122,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG9436", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -26257,8 +26151,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:382", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:382", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -26266,11 +26161,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AKR1B10", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0086254", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0086254.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -26280,8 +26175,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Akr1B", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -26310,8 +26204,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:382", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:382", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -26319,11 +26214,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AKR1B10", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0058064", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0058064.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -26333,8 +26228,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ARY", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -26363,8 +26257,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:382", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:382", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -26372,11 +26267,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AKR1B10", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036290", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036290.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -26386,8 +26281,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10638", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -26416,8 +26310,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:382", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:382", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -26425,11 +26320,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AKR1B10", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027552", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027552.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -26439,8 +26334,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10863", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -26469,8 +26363,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:382", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:382", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -26478,11 +26373,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AKR1B10", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035476", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035476.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -26492,8 +26387,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG12766", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -26522,8 +26416,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:382", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:382", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -26531,11 +26426,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AKR1B10", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036183", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036183.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -26545,8 +26440,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6083", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -26575,8 +26469,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:382", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:382", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -26584,11 +26479,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AKR1B10", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033101", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033101.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -26598,8 +26493,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG9436", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -26628,8 +26522,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:37281", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:37281", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -26637,11 +26532,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AKR1B15", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0086254", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0086254.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -26651,8 +26546,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Akr1B", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -26681,8 +26575,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:37281", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:37281", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -26690,11 +26585,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AKR1B15", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0058064", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0058064.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -26704,8 +26599,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ARY", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -26734,8 +26628,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:37281", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:37281", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -26743,11 +26638,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AKR1B15", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036290", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036290.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -26757,8 +26652,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10638", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -26787,8 +26681,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:37281", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:37281", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -26796,11 +26691,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AKR1B15", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027552", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027552.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -26810,8 +26705,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10863", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -26840,8 +26734,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:37281", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:37281", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -26849,11 +26744,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AKR1B15", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035476", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035476.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -26863,8 +26758,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG12766", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -26893,8 +26787,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:37281", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:37281", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -26902,11 +26797,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AKR1B15", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036183", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036183.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -26916,8 +26811,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6083", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -26946,8 +26840,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:37281", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:37281", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -26955,11 +26850,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AKR1B15", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033101", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033101.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -26969,8 +26864,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG9436", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -26999,8 +26893,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:384", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:384", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -27008,11 +26903,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AKR1C1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0086254", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0086254.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -27022,8 +26917,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Akr1B", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -27052,8 +26946,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:384", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:384", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -27061,11 +26956,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AKR1C1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0058064", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0058064.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -27075,8 +26970,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ARY", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -27105,8 +26999,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:384", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:384", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -27114,11 +27009,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AKR1C1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036290", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036290.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -27128,8 +27023,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10638", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -27158,8 +27052,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:384", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:384", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -27167,11 +27062,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AKR1C1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027552", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027552.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -27181,8 +27076,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10863", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -27211,8 +27105,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:384", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:384", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -27220,11 +27115,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AKR1C1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035476", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035476.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -27234,8 +27129,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG12766", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -27264,8 +27158,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:384", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:384", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -27273,11 +27168,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AKR1C1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036183", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036183.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -27287,8 +27182,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6083", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -27317,8 +27211,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:384", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:384", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -27326,11 +27221,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AKR1C1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033101", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033101.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -27340,8 +27235,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG9436", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -27370,8 +27264,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:385", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:385", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -27379,11 +27274,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AKR1C2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0086254", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0086254.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -27393,8 +27288,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Akr1B", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -27423,8 +27317,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:385", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:385", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -27432,11 +27327,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AKR1C2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0058064", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0058064.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -27446,8 +27341,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ARY", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -27476,8 +27370,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:385", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:385", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -27485,11 +27380,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AKR1C2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036290", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036290.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -27499,8 +27394,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10638", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -27529,8 +27423,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:385", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:385", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -27538,11 +27433,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AKR1C2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027552", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027552.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -27552,8 +27447,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10863", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -27582,8 +27476,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:385", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:385", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -27591,11 +27486,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AKR1C2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035476", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035476.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -27605,8 +27500,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG12766", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -27635,8 +27529,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:385", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:385", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -27644,11 +27539,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AKR1C2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036183", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036183.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -27658,8 +27553,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6083", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -27688,8 +27582,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:385", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:385", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -27697,11 +27592,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AKR1C2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033101", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033101.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -27711,8 +27606,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG9436", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -27741,8 +27635,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:386", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:386", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -27750,11 +27645,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AKR1C3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0086254", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0086254.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -27764,8 +27659,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Akr1B", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -27794,8 +27688,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:386", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:386", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -27803,11 +27698,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AKR1C3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0058064", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0058064.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -27817,8 +27712,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ARY", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -27847,8 +27741,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:386", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:386", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -27856,11 +27751,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AKR1C3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036290", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036290.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -27870,8 +27765,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10638", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -27900,8 +27794,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:386", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:386", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -27909,11 +27804,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AKR1C3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027552", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027552.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -27923,8 +27818,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10863", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -27953,8 +27847,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:386", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:386", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -27962,11 +27857,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AKR1C3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035476", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035476.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -27976,8 +27871,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG12766", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -28006,8 +27900,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:386", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:386", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -28015,11 +27910,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AKR1C3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036183", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036183.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -28029,8 +27924,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6083", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -28059,8 +27953,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:386", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:386", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -28068,11 +27963,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AKR1C3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033101", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033101.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -28082,8 +27977,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG9436", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -28112,8 +28006,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:387", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:387", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -28121,11 +28016,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AKR1C4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0086254", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0086254.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -28135,8 +28030,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Akr1B", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -28165,8 +28059,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:387", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:387", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -28174,11 +28069,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AKR1C4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0058064", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0058064.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -28188,8 +28083,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ARY", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -28218,8 +28112,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:387", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:387", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -28227,11 +28122,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AKR1C4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036290", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036290.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -28241,8 +28136,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10638", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -28271,8 +28165,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:387", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:387", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -28280,11 +28175,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AKR1C4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027552", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027552.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -28294,8 +28189,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10863", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -28324,8 +28218,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:387", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:387", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -28333,11 +28228,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AKR1C4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035476", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035476.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -28347,8 +28242,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG12766", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -28377,8 +28271,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:387", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:387", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -28386,11 +28281,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AKR1C4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036183", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036183.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -28400,8 +28295,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6083", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -28430,8 +28324,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:387", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:387", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -28439,11 +28334,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AKR1C4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033101", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033101.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -28453,8 +28348,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG9436", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -28483,8 +28377,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:388", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:388", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -28492,11 +28387,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AKR1D1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0086254", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0086254.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -28506,8 +28401,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Akr1B", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -28536,8 +28430,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:23437", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23437", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -28545,11 +28440,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AKR1E2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0086254", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0086254.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -28559,8 +28454,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Akr1B", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -28589,8 +28483,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:391", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:391", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -28598,11 +28493,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AKT1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010379", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010379.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -28611,9 +28506,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "Akt1", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Akt", + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -28642,8 +28536,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28426", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28426", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -28651,11 +28546,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AKT1S1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0267824", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0267824.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -28665,8 +28560,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "PRAS40", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -28695,8 +28589,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:392", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:392", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -28704,11 +28599,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AKT2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010379", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010379.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -28717,9 +28612,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "Akt1", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Akt", + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -28748,8 +28642,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:393", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:393", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -28757,11 +28652,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AKT3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010379", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010379.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -28770,9 +28665,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "Akt1", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Akt", + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -28801,8 +28695,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16710", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16710", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -28810,11 +28705,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AKTIP", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034483", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034483.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -28824,8 +28719,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG16894", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -28854,8 +28748,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16710", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16710", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -28863,11 +28758,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AKTIP", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0285962", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0285962.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -28877,8 +28772,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG46338", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -28907,8 +28801,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:395", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:395", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -28916,11 +28811,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ALAD", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036271", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036271.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -28930,8 +28825,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pbgs", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -28959,8 +28853,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:396", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:396", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -28968,11 +28863,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ALAS1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0020764", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0020764.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -28982,8 +28877,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Alas", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -29011,8 +28905,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:397", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:397", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -29020,11 +28915,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ALAS2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0020764", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0020764.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -29034,8 +28929,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Alas", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -29063,8 +28957,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9722", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9722", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -29072,11 +28967,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ALDH18A1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037146", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037146.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -29086,8 +28981,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "P5CS", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -29115,8 +29009,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:402", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:402", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -29124,11 +29019,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ALDH1A1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051075", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051075.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -29138,8 +29033,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG31075", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -29168,8 +29062,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:15472", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15472", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -29177,11 +29072,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ALDH1A2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051075", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051075.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -29191,8 +29086,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG31075", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -29221,8 +29115,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:409", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:409", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -29230,11 +29125,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ALDH1A3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051075", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051075.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -29244,8 +29139,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG31075", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -29274,8 +29168,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:407", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:407", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -29283,11 +29178,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ALDH1B1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0012036", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0012036.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -29297,8 +29192,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Aldh", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -29327,8 +29221,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3978", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3978", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -29336,11 +29231,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ALDH1L1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032945", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032945.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -29350,8 +29245,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8665", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -29379,8 +29273,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26777", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26777", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -29388,11 +29283,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ALDH1L2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032945", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032945.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -29402,8 +29297,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8665", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -29431,8 +29325,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:404", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:404", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -29440,11 +29335,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ALDH2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0012036", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0012036.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -29454,8 +29349,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Aldh", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -29483,8 +29377,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:405", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:405", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -29492,11 +29387,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ALDH3A1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010548", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010548.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -29506,8 +29401,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Aldh-III", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -29536,8 +29430,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:403", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:403", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -29545,11 +29440,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ALDH3A2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010548", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010548.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -29559,8 +29454,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Aldh-III", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -29589,8 +29483,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:410", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:410", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -29598,11 +29493,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ALDH3B1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010548", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010548.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -29612,8 +29507,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Aldh-III", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -29642,8 +29536,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:411", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:411", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -29651,11 +29546,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ALDH3B2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010548", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010548.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -29665,8 +29560,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Aldh-III", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -29695,8 +29589,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:406", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:406", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -29704,11 +29599,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ALDH4A1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036403", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036403.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -29718,8 +29613,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6661", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -29748,8 +29642,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:406", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:406", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -29757,11 +29652,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ALDH4A1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037138", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037138.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -29771,8 +29666,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "P5CDh1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -29801,8 +29695,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:408", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:408", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -29810,11 +29705,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ALDH5A1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039349", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039349.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -29824,8 +29719,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ssadh", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -29853,8 +29747,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7179", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7179", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -29862,11 +29757,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ALDH6A1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0023537", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0023537.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -29876,8 +29771,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG17896", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -29906,8 +29800,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:877", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:877", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -29915,11 +29810,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ALDH7A1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036857", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036857.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -29929,8 +29824,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Aldh7A1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -29958,8 +29852,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:414", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:414", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -29967,11 +29862,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ALDOA", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000064", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000064.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -29981,8 +29876,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ald1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -30010,8 +29904,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:414", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:414", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -30019,11 +29914,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ALDOA", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039425", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039425.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -30033,8 +29928,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ald2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -30063,8 +29957,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:417", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:417", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -30072,11 +29967,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ALDOB", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000064", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000064.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -30086,8 +29981,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ald1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -30116,8 +30010,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:417", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:417", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -30125,11 +30020,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ALDOB", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039425", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039425.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -30139,8 +30034,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ald2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -30169,8 +30063,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:418", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:418", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -30178,11 +30073,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ALDOC", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000064", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000064.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -30192,8 +30087,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ald1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -30221,8 +30115,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:418", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:418", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -30230,11 +30125,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ALDOC", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039425", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039425.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -30244,8 +30139,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ald2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -30274,8 +30168,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18294", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18294", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -30283,11 +30178,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ALG1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038552", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038552.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -30297,8 +30192,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Alg1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -30327,8 +30221,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:23162", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23162", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -30336,11 +30231,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ALG10", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052076", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052076.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -30350,8 +30245,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Alg10", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -30380,8 +30274,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:31088", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:31088", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -30389,11 +30284,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ALG10B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052076", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052076.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -30403,8 +30298,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Alg10", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -30433,8 +30327,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:32456", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:32456", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -30442,11 +30337,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ALG11", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037108", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037108.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -30456,8 +30351,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Alg11", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -30485,8 +30379,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19358", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19358", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -30494,11 +30389,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ALG12", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037743", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037743.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -30508,8 +30403,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Alg12", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -30537,8 +30431,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30881", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30881", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -30546,11 +30441,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ALG13", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039639", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039639.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -30560,8 +30455,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Alg13", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -30590,8 +30484,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:30881", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30881", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -30599,11 +30494,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ALG13", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003023", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003023.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -30613,8 +30508,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "otu", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -30643,8 +30537,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28287", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28287", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -30652,11 +30547,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ALG14", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030645", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030645.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -30666,8 +30561,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Alg14", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -30695,8 +30589,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:33721", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:33721", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -30704,11 +30599,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ALG1L", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038552", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038552.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -30718,8 +30613,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Alg1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -30748,8 +30642,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:37258", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:37258", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -30757,11 +30652,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ALG1L2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038552", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038552.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -30771,8 +30666,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Alg1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -30801,8 +30695,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23159", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23159", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -30810,11 +30705,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ALG2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035401", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035401.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -30824,8 +30719,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Alg2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -30853,8 +30747,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23056", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23056", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -30862,11 +30757,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ALG3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0011297", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0011297.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -30876,8 +30771,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Alg3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -30905,8 +30799,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20266", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20266", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -30914,11 +30809,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ALG5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261020", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261020.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -30928,8 +30823,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "wol", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -30957,8 +30851,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23157", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23157", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -30966,11 +30861,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ALG6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032234", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032234.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -30980,8 +30875,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "gny", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -31009,8 +30903,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23161", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23161", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -31018,11 +30913,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ALG8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029906", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029906.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -31032,8 +30927,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "xit", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -31062,8 +30956,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15672", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15672", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -31071,11 +30966,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ALG9", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039293", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039293.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -31085,8 +30980,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Alg9", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -31115,8 +31009,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:427", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:427", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -31124,11 +31019,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ALK", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040505", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040505.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -31138,8 +31033,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Alk", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -31167,8 +31061,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17911", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17911", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -31176,11 +31071,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ALKBH1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0065035", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0065035.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -31190,8 +31085,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "AlkB", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -31219,8 +31113,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21900", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21900", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -31228,11 +31123,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ALKBH4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032149", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032149.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -31242,8 +31137,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG4036", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -31272,8 +31166,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28243", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28243", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -31281,11 +31176,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ALKBH6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032259", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032259.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -31295,8 +31190,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6144", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -31324,8 +31218,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21306", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21306", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -31333,11 +31228,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ALKBH7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036210", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036210.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -31347,8 +31242,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG14130", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -31376,8 +31270,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25189", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25189", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -31385,11 +31280,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ALKBH8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034748", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034748.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -31399,8 +31294,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG17807", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -31428,8 +31322,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:441", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:441", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -31437,11 +31332,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ALPG", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0283479", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0283479.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -31451,8 +31346,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Alp1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -31481,8 +31375,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:441", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:441", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -31490,11 +31385,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ALPG", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035619", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035619.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -31504,8 +31399,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Alp10", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -31534,8 +31428,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:441", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:441", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -31543,11 +31438,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ALPG", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030661", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030661.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -31557,8 +31452,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Alp11", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -31587,8 +31481,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:441", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:441", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -31596,11 +31491,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ALPG", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0283480", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0283480.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -31610,8 +31505,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Alp2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -31640,8 +31534,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:441", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:441", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -31649,11 +31544,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ALPG", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0016123", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0016123.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -31663,8 +31558,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Alp4", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -31693,8 +31587,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:441", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:441", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -31702,11 +31597,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ALPG", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038845", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038845.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -31716,8 +31611,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Alp5", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -31746,8 +31640,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:441", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:441", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -31755,11 +31650,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ALPG", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033423", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033423.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -31769,8 +31664,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Alp6", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -31799,8 +31693,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:441", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:441", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -31808,11 +31703,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ALPG", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034710", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034710.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -31822,8 +31717,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Alp7", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -31852,8 +31746,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:441", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:441", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -31861,11 +31756,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ALPG", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034712", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034712.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -31875,8 +31770,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Alp8", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -31905,8 +31799,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:441", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:441", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -31914,11 +31809,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ALPG", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035620", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035620.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -31928,8 +31823,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Alp9", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -31958,8 +31852,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:441", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:441", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -31967,11 +31862,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ALPG", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0043791", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0043791.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -31981,8 +31876,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "phu", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -32011,8 +31905,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:437", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:437", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -32020,11 +31915,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ALPI", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035619", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035619.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -32034,8 +31929,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Alp10", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -32064,8 +31958,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:437", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:437", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -32073,11 +31968,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ALPI", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030661", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030661.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -32087,8 +31982,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Alp11", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -32117,8 +32011,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:437", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:437", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -32126,11 +32021,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ALPI", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0283480", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0283480.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -32140,8 +32035,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Alp2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -32170,8 +32064,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:437", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:437", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -32179,11 +32074,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ALPI", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0016123", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0016123.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -32193,8 +32088,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Alp4", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -32223,8 +32117,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:437", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:437", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -32232,11 +32127,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ALPI", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033423", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033423.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -32246,8 +32141,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Alp6", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -32276,8 +32170,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:437", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:437", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -32285,11 +32180,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ALPI", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034710", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034710.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -32299,8 +32194,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Alp7", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -32329,8 +32223,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:437", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:437", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -32338,11 +32233,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ALPI", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034712", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034712.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -32352,8 +32247,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Alp8", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -32382,8 +32276,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:437", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:437", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -32391,11 +32286,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ALPI", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035620", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035620.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -32405,8 +32300,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Alp9", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -32435,8 +32329,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:437", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:437", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -32444,11 +32339,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ALPI", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0043791", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0043791.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -32458,8 +32353,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "phu", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -32488,8 +32382,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:438", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:438", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -32497,11 +32392,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ALPL", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0283479", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0283479.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -32511,8 +32406,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Alp1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -32541,8 +32435,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:438", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:438", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -32550,11 +32445,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ALPL", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035619", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035619.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -32564,8 +32459,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Alp10", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -32594,8 +32488,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:438", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:438", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -32603,11 +32498,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ALPL", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030661", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030661.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -32617,8 +32512,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Alp11", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -32647,8 +32541,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:438", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:438", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -32656,11 +32551,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ALPL", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032779", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032779.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -32670,8 +32565,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Alp12", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -32700,8 +32594,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:438", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:438", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -32709,11 +32604,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ALPL", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037786", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037786.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -32723,8 +32618,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Alp13", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -32753,8 +32647,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:438", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:438", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -32762,11 +32657,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ALPL", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0283480", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0283480.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -32776,8 +32671,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Alp2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -32806,8 +32700,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:438", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:438", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -32815,11 +32710,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ALPL", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0016123", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0016123.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -32829,8 +32724,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Alp4", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -32859,8 +32753,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:438", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:438", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -32868,11 +32763,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ALPL", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038845", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038845.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -32882,8 +32777,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Alp5", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -32912,8 +32806,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:438", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:438", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -32921,11 +32816,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ALPL", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034710", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034710.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -32935,8 +32830,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Alp7", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -32965,8 +32859,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:438", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:438", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -32974,11 +32869,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ALPL", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034712", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034712.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -32988,8 +32883,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Alp8", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -33018,8 +32912,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:438", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:438", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -33027,11 +32922,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ALPL", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0043791", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0043791.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -33041,8 +32936,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "phu", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -33071,8 +32965,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:439", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:439", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -33080,11 +32975,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ALPP", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0283479", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0283479.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -33094,8 +32989,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Alp1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -33124,8 +33018,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:439", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:439", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -33133,11 +33028,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ALPP", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035619", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035619.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -33147,8 +33042,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Alp10", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -33177,8 +33071,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:439", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:439", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -33186,11 +33081,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ALPP", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030661", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030661.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -33200,8 +33095,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Alp11", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -33230,8 +33124,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:439", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:439", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -33239,11 +33134,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ALPP", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032779", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032779.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -33253,8 +33148,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Alp12", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -33283,8 +33177,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:439", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:439", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -33292,11 +33187,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ALPP", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0283480", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0283480.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -33306,8 +33201,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Alp2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -33336,8 +33230,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:439", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:439", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -33345,11 +33240,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ALPP", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0016123", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0016123.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -33359,8 +33254,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Alp4", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -33389,8 +33283,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:439", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:439", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -33398,11 +33293,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ALPP", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038845", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038845.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -33412,8 +33307,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Alp5", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -33442,8 +33336,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:439", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:439", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -33451,11 +33346,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ALPP", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034710", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034710.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -33465,8 +33360,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Alp7", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -33495,8 +33389,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:439", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:439", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -33504,11 +33399,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ALPP", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034712", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034712.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -33518,8 +33413,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Alp8", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -33548,8 +33442,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:439", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:439", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -33557,11 +33452,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ALPP", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0043791", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0043791.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -33571,8 +33466,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "phu", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -33601,8 +33495,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:443", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:443", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -33610,11 +33505,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ALS2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037116", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037116.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -33624,8 +33519,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Als2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -33654,8 +33548,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:20605", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20605", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -33663,11 +33558,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ALS2CL", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037116", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037116.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -33677,8 +33572,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Als2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -33707,8 +33601,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1494", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1494", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -33716,11 +33611,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ALX1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000061", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000061.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -33730,8 +33625,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "al", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -33760,8 +33654,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:1494", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1494", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -33769,11 +33664,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ALX1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0023489", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0023489.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -33783,8 +33678,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pph13", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -33813,8 +33707,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:449", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:449", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -33822,11 +33717,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ALX3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000061", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000061.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -33836,8 +33731,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "al", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -33866,8 +33760,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:449", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:449", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -33875,11 +33770,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ALX3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0023489", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0023489.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -33889,8 +33784,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pph13", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -33919,8 +33813,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19071", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19071", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -33928,11 +33823,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ALYREF", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010774", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010774.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -33942,8 +33837,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ref1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -33972,8 +33866,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:451", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:451", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -33981,11 +33876,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AMACR", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032881", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032881.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -33995,8 +33890,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Amacr", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -34025,8 +33919,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:457", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:457", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -34034,11 +33929,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AMD1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0019932", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0019932.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -34048,8 +33943,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "SamDC", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -34077,8 +33971,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24262", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24262", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -34086,11 +33981,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AMDHD2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031099", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031099.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -34100,8 +33995,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG17065", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -34130,8 +34024,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:467", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:467", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -34139,11 +34034,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AMMECR1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039136", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039136.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -34153,8 +34048,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5902", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -34183,8 +34077,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28658", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28658", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -34192,11 +34087,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AMMECR1L", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039136", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039136.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -34206,8 +34101,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5902", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -34236,8 +34130,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14604", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14604", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -34245,11 +34140,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AMN", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0025686", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0025686.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -34259,8 +34154,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Amnionless", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -34289,8 +34183,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:468", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:468", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -34298,11 +34193,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AMPD1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052626", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052626.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -34312,8 +34207,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "AMPdeam", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -34342,8 +34236,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:469", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:469", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -34351,11 +34246,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AMPD2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052626", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052626.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -34365,8 +34260,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "AMPdeam", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -34394,8 +34288,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:470", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:470", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -34403,11 +34298,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AMPD3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052626", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052626.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -34417,8 +34312,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "AMPdeam", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -34447,8 +34341,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:471", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:471", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -34456,11 +34351,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AMPH", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027356", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027356.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -34470,8 +34365,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Amph", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -34500,8 +34394,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:473", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:473", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -34509,11 +34404,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AMT", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032287", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032287.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -34523,8 +34418,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6415", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -34553,8 +34447,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:475", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:475", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -34562,11 +34457,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AMY1B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000078", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000078.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -34576,8 +34471,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Amy-d", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -34606,8 +34500,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:475", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:475", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -34615,11 +34510,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AMY1B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000079", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000079.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -34629,8 +34524,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Amy-p", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -34659,8 +34553,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:475", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:475", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -34668,11 +34563,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AMY1B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0020506", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0020506.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -34682,8 +34577,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Amyrel", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -34712,8 +34606,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:476", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:476", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -34721,11 +34616,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AMY1C", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000079", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000079.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -34735,8 +34630,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Amy-p", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -34765,8 +34659,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:476", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:476", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -34774,11 +34669,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AMY1C", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0020506", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0020506.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -34788,8 +34683,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Amyrel", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -34818,8 +34712,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:477", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:477", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -34827,11 +34722,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AMY2A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000078", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000078.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -34841,8 +34736,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Amy-d", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -34871,8 +34765,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:477", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:477", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -34880,11 +34775,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AMY2A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000079", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000079.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -34894,8 +34789,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Amy-p", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -34923,8 +34817,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:477", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:477", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -34932,11 +34827,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AMY2A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0020506", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0020506.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -34946,8 +34841,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Amyrel", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -34976,8 +34870,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:478", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:478", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -34985,11 +34880,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AMY2B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000078", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000078.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -34999,8 +34894,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Amy-d", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -35029,8 +34923,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:478", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:478", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -35038,11 +34933,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AMY2B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000079", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000079.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -35052,8 +34947,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Amy-p", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -35081,8 +34975,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:478", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:478", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -35090,11 +34985,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AMY2B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0020506", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0020506.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -35104,8 +34999,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Amyrel", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -35134,8 +35028,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19988", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19988", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -35143,11 +35038,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ANAPC1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004391", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004391.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -35157,8 +35052,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "shtd", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -35186,8 +35080,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24077", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24077", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -35195,11 +35090,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ANAPC10", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034231", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034231.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -35209,8 +35104,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "APC10", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -35238,8 +35132,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14452", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14452", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -35247,11 +35142,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ANAPC11", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0250903", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0250903.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -35261,8 +35156,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "lmgA", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -35291,8 +35185,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24540", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24540", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -35300,11 +35195,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ANAPC13", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0250851", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0250851.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -35314,8 +35209,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG33981", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -35344,8 +35238,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24531", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24531", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -35353,11 +35248,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ANAPC15", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033104", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033104.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -35367,8 +35262,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG15237", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -35397,8 +35291,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19989", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19989", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -35406,11 +35301,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ANAPC2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0002791", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0002791.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -35420,8 +35315,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mr", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -35449,8 +35343,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19990", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19990", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -35458,11 +35353,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ANAPC4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052707", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052707.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -35472,8 +35367,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "APC4", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -35502,8 +35396,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15713", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15713", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -35511,11 +35406,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ANAPC5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0041147", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0041147.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -35525,8 +35420,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ida", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -35555,8 +35449,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17380", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17380", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -35564,11 +35459,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ANAPC7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029879", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029879.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -35578,8 +35473,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "APC7", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -35608,8 +35502,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19961", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19961", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -35617,11 +35512,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ANGEL1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0016762", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0016762.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -35631,8 +35526,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "angel", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -35661,8 +35555,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:30534", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30534", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -35670,11 +35565,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ANGEL2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0016762", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0016762.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -35684,8 +35579,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "angel", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -35714,8 +35608,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:484", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:484", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -35723,11 +35618,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ANGPT1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0087011", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0087011.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -35737,8 +35632,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG41520", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -35767,8 +35661,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:484", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:484", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -35776,11 +35671,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ANGPT1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003326", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003326.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -35790,8 +35685,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "sca", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -35820,8 +35714,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:485", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:485", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -35829,11 +35724,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ANGPT2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0087011", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0087011.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -35843,8 +35738,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG41520", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -35873,8 +35767,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:485", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:485", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -35882,11 +35777,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ANGPT2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003326", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003326.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -35896,8 +35791,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "sca", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -35926,8 +35820,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:487", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:487", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -35935,11 +35830,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ANGPT4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0087011", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0087011.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -35949,8 +35844,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG41520", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -35979,8 +35873,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:487", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:487", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -35988,11 +35883,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ANGPT4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003326", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003326.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -36002,8 +35897,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "sca", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -36032,8 +35926,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:490", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:490", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -36041,11 +35936,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ANGPTL2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035452", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035452.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -36055,8 +35950,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10359", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -36085,8 +35979,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:490", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:490", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -36094,11 +35989,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ANGPTL2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038365", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038365.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -36108,8 +36003,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG9593", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -36138,8 +36032,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:491", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:491", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -36147,11 +36042,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ANGPTL3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035452", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035452.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -36161,8 +36056,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10359", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -36191,8 +36085,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:491", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:491", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -36200,11 +36095,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ANGPTL3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030163", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030163.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -36214,8 +36109,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG1791", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -36244,8 +36138,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:491", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:491", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -36253,11 +36148,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ANGPTL3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030164", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030164.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -36267,8 +36162,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG1889", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -36297,8 +36191,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16039", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16039", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -36306,11 +36201,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ANGPTL4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035452", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035452.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -36320,8 +36215,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10359", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -36350,8 +36244,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16039", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16039", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -36359,11 +36254,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ANGPTL4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030163", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030163.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -36373,8 +36268,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG1791", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -36403,8 +36297,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16039", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16039", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -36412,11 +36307,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ANGPTL4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030164", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030164.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -36426,8 +36321,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG1889", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -36456,8 +36350,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16039", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16039", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -36465,11 +36360,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ANGPTL4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038365", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038365.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -36479,8 +36374,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG9593", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -36509,8 +36403,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19705", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19705", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -36518,11 +36413,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ANGPTL5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036929", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036929.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -36532,8 +36427,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7668", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -36562,8 +36456,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:492", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:492", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -36571,11 +36466,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ANK1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0011747", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0011747.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -36585,8 +36480,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ank", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -36615,8 +36509,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:493", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:493", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -36624,11 +36519,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ANK2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0011747", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0011747.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -36638,8 +36533,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ank", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -36668,8 +36562,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:493", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:493", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -36677,11 +36572,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ANK2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261788", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261788.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -36691,8 +36586,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ank2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -36721,8 +36615,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:494", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:494", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -36730,11 +36625,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ANK3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0011747", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0011747.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -36744,8 +36639,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ank", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -36774,8 +36668,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:494", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:494", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -36783,11 +36678,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ANK3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261788", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261788.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -36797,8 +36692,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ank2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -36827,8 +36721,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26766", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26766", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -36836,11 +36731,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ANKFN1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0266418", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0266418.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -36850,8 +36745,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "wake", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -36880,8 +36774,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20763", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20763", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -36889,11 +36784,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ANKFY1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039955", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039955.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -36903,8 +36798,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG41099", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -36933,8 +36827,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:33530", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:33530", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -36942,11 +36837,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ANKHD1-EIF4EBP3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0043884", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0043884.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -36956,8 +36851,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mask", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -36986,8 +36880,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26812", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26812", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -36995,11 +36890,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ANKLE1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0259737", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0259737.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -37009,8 +36904,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG42391", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -37039,8 +36933,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26812", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26812", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -37048,11 +36943,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ANKLE1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032934", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032934.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -37062,8 +36957,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8679", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -37092,8 +36986,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29101", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29101", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -37101,11 +36996,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ANKLE2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028343", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028343.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -37115,8 +37010,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ankle2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -37145,8 +37039,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25370", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25370", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -37154,11 +37049,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ANKMY2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036096", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036096.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -37168,8 +37063,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8003", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -37197,8 +37091,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:13208", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13208", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -37206,11 +37101,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ANKRA2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032171", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032171.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -37220,8 +37115,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5846", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -37250,8 +37144,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21316", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21316", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -37259,11 +37154,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ANKRD11", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036305", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036305.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -37273,8 +37168,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10984", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -37303,8 +37197,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:29135", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29135", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -37312,11 +37207,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ANKRD12", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036305", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036305.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -37326,8 +37221,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10984", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -37356,8 +37250,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:21268", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21268", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -37365,11 +37260,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ANKRD13A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034418", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034418.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -37379,8 +37274,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG15118", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -37409,8 +37303,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:26363", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26363", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -37418,11 +37313,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ANKRD13B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034418", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034418.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -37432,8 +37327,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG15118", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -37462,8 +37356,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25374", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25374", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -37471,11 +37366,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ANKRD13C", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034304", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034304.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -37485,8 +37380,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5742", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -37514,8 +37408,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:27880", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:27880", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -37523,11 +37418,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ANKRD13D", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034418", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034418.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -37537,8 +37432,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG15118", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -37566,8 +37460,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23575", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23575", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -37575,11 +37470,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ANKRD17", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0043884", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0043884.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -37589,8 +37484,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mask", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -37619,8 +37513,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:27110", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:27110", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -37628,11 +37523,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ANKRD29", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031473", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031473.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -37642,8 +37537,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG3104", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -37672,8 +37566,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28640", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28640", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -37681,11 +37576,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ANKRD39", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0264743", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0264743.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -37695,8 +37590,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG44001", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -37725,8 +37619,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25970", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25970", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -37734,11 +37629,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ANKRD49", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261881", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261881.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -37747,9 +37642,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "l(2)35Be", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Ankrd49", + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -37778,8 +37672,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29223", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29223", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -37787,11 +37682,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ANKRD50", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039590", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039590.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -37801,8 +37696,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10011", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -37831,8 +37725,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25185", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25185", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -37840,11 +37735,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ANKRD54", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036052", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036052.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -37854,8 +37749,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10809", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -37884,8 +37778,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17280", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17280", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -37893,11 +37788,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ANKRD6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0086898", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0086898.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -37907,8 +37802,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "dgo", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -37937,8 +37831,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:22467", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:22467", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -37946,11 +37841,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ANKRD61", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0260005", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0260005.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -37960,8 +37855,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "wtrw", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -37990,8 +37884,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20961", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20961", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -37999,11 +37894,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ANKS1A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039249", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039249.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -38013,8 +37908,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG11168", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -38043,8 +37937,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20961", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20961", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -38052,11 +37947,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ANKS1A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039075", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039075.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -38066,8 +37961,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG4393", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -38096,8 +37990,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:24600", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24600", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -38105,11 +38000,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ANKS1B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039249", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039249.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -38119,8 +38014,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG11168", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -38149,8 +38043,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:24600", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24600", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -38158,11 +38053,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ANKS1B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039075", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039075.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -38172,8 +38067,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG4393", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -38202,8 +38096,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26795", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26795", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -38211,11 +38106,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ANKS4B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033785", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033785.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -38225,8 +38120,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Sans", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -38255,8 +38149,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14082", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14082", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -38264,11 +38159,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ANLN", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0050183", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0050183.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -38278,8 +38173,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG30183", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -38308,8 +38202,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14082", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14082", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -38317,11 +38212,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ANLN", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261385", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261385.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -38331,8 +38226,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "scra", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -38361,8 +38255,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21625", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21625", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -38370,11 +38265,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ANO1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030349", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030349.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -38384,8 +38279,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10353", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -38414,8 +38308,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21625", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21625", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -38423,11 +38318,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ANO1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036235", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036235.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -38437,8 +38332,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6938", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -38467,8 +38361,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21625", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21625", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -38476,11 +38371,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ANO1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038721", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038721.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -38490,8 +38385,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "subdued", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -38520,8 +38414,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25519", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25519", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -38529,11 +38424,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ANO10", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000152", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000152.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -38543,8 +38438,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Axs", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -38573,8 +38467,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:1183", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1183", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -38582,11 +38477,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ANO2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038721", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038721.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -38596,8 +38491,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "subdued", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -38626,8 +38520,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:14004", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14004", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -38635,11 +38530,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ANO3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036235", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036235.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -38649,8 +38544,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6938", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -38679,8 +38573,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23837", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23837", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -38688,11 +38583,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ANO4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036235", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036235.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -38702,8 +38597,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6938", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -38732,8 +38626,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:27337", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:27337", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -38741,11 +38636,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ANO5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030349", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030349.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -38755,8 +38650,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10353", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -38785,8 +38679,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:27337", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:27337", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -38794,11 +38689,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ANO5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036235", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036235.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -38808,8 +38703,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6938", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -38838,8 +38732,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:27337", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:27337", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -38847,11 +38742,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ANO5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038721", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038721.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -38861,8 +38756,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "subdued", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -38891,8 +38785,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:25240", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25240", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -38900,11 +38795,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ANO6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036235", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036235.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -38914,8 +38809,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6938", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -38944,8 +38838,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:25240", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25240", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -38953,11 +38848,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ANO6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038721", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038721.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -38967,8 +38862,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "subdued", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -38997,8 +38891,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:31677", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:31677", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -39006,11 +38901,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ANO7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030349", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030349.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -39020,8 +38915,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10353", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -39050,8 +38944,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:31677", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:31677", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -39059,11 +38954,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ANO7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036235", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036235.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -39073,8 +38968,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6938", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -39103,8 +38997,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:31677", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:31677", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -39112,11 +39007,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ANO7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038721", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038721.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -39126,8 +39021,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "subdued", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -39156,8 +39050,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29329", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29329", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -39165,11 +39060,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ANO8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028879", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028879.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -39179,8 +39074,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG15270", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -39209,8 +39103,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6211", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6211", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -39218,11 +39113,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ANOS1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039155", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039155.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -39232,8 +39127,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Kal1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -39262,8 +39156,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13233", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13233", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -39271,11 +39166,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ANP32A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034282", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034282.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -39285,8 +39180,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Mapmodulin", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -39314,8 +39208,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16677", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16677", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -39323,11 +39218,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ANP32B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034282", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034282.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -39337,8 +39232,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Mapmodulin", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -39366,8 +39260,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:16675", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16675", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -39375,11 +39270,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ANP32C", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034282", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034282.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -39389,8 +39284,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Mapmodulin", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -39419,8 +39313,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:16676", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16676", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -39428,11 +39323,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ANP32D", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034282", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034282.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -39442,8 +39337,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Mapmodulin", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -39472,8 +39366,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16673", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16673", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -39481,11 +39376,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ANP32E", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034282", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034282.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -39495,8 +39390,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Mapmodulin", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -39524,8 +39418,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:500", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:500", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -39533,11 +39428,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ANPEP", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051198", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051198.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -39547,8 +39442,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG31198", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -39577,8 +39471,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:500", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:500", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -39586,11 +39481,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ANPEP", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051445", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051445.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -39600,8 +39495,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG31445", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -39630,8 +39524,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:500", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:500", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -39639,11 +39534,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ANPEP", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0263236", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0263236.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -39653,8 +39548,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "SP1029", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -39683,8 +39577,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:500", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:500", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -39692,11 +39587,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ANPEP", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039640", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039640.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -39706,8 +39601,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "superdeath", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -39736,8 +39630,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:14152", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14152", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -39745,11 +39640,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ANTKMT", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038871", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038871.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -39759,8 +39654,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG3337", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -39789,8 +39683,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:534", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:534", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -39798,11 +39693,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ANXA10", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000084", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000084.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -39812,8 +39707,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "AnxB10", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -39842,8 +39736,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:535", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:535", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -39851,11 +39746,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ANXA11", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030749", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030749.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -39865,8 +39760,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "AnxB11", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -39895,8 +39789,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:542", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:542", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -39904,11 +39799,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ANXA4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030749", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030749.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -39918,8 +39813,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "AnxB11", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -39948,8 +39842,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:542", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:542", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -39957,11 +39852,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ANXA4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000083", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000083.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -39971,8 +39866,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "AnxB9", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -40001,8 +39895,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:545", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:545", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -40010,11 +39905,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ANXA7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030749", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030749.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -40024,8 +39919,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "AnxB11", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -40054,8 +39948,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:545", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:545", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -40063,11 +39958,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ANXA7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000083", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000083.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -40077,8 +39972,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "AnxB9", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -40107,8 +40001,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23334", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23334", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -40116,11 +40011,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ANXA8L1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000084", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000084.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -40130,8 +40025,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "AnxB10", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -40160,8 +40054,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:547", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:547", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -40169,11 +40064,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ANXA9", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000084", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000084.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -40183,8 +40078,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "AnxB10", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -40213,8 +40107,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:553", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:553", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -40222,11 +40117,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AOX1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003308", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003308.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -40236,8 +40131,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ry", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -40266,8 +40160,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:554", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:554", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -40275,11 +40170,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AP1B1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010380", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010380.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -40289,8 +40184,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "AP-1-2\u03b2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -40318,8 +40212,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:555", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:555", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -40327,11 +40222,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AP1G1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030089", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030089.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -40341,8 +40236,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "AP-1\u03b3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -40370,8 +40264,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:556", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:556", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -40379,11 +40274,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AP1G2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030089", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030089.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -40393,8 +40288,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "AP-1\u03b3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -40422,8 +40316,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13667", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13667", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -40431,11 +40326,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AP1M1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0024833", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0024833.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -40445,8 +40340,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "AP-1\u03bc", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -40474,8 +40368,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:558", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:558", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -40483,11 +40378,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AP1M2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0024833", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0024833.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -40497,8 +40392,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "AP-1\u03bc", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -40527,8 +40421,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:559", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:559", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -40536,11 +40431,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AP1S1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039132", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039132.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -40550,8 +40445,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "AP-1\u03c3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -40580,8 +40474,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:560", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:560", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -40589,11 +40484,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AP1S2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039132", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039132.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -40603,8 +40498,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "AP-1\u03c3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -40633,8 +40527,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:18971", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18971", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -40642,11 +40537,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AP1S3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039132", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039132.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -40656,8 +40551,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "AP-1\u03c3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -40686,8 +40580,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:561", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:561", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -40695,11 +40590,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AP2A1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0264855", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0264855.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -40709,8 +40604,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "AP-2\u03b1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -40738,8 +40632,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:562", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:562", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -40747,11 +40642,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AP2A2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0264855", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0264855.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -40761,8 +40656,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "AP-2\u03b1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -40790,8 +40684,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:563", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:563", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -40799,11 +40694,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AP2B1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010380", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010380.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -40813,8 +40708,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "AP-1-2\u03b2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -40843,8 +40737,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:564", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:564", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -40852,11 +40747,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AP2M1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0263351", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0263351.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -40866,8 +40761,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "AP-2\u03bc", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -40896,8 +40790,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:565", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:565", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -40905,11 +40800,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AP2S1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0043012", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0043012.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -40919,8 +40814,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "AP-2\u03c3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -40948,8 +40842,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:566", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:566", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -40957,11 +40852,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AP3B1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003210", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003210.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -40971,8 +40866,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "rb", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -41001,8 +40895,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:567", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:567", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -41010,11 +40905,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AP3B2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003210", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003210.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -41024,8 +40919,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "rb", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -41054,8 +40948,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:568", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:568", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -41063,11 +40958,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AP3D1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0001087", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0001087.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -41077,8 +40972,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "g", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -41106,8 +41000,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:569", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:569", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -41115,11 +41010,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AP3M1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000330", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000330.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -41129,8 +41024,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "cm", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -41159,8 +41053,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:570", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:570", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -41168,11 +41063,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AP3M2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000330", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000330.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -41182,8 +41077,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "cm", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -41211,8 +41105,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2013", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2013", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -41220,11 +41115,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AP3S1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003008", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003008.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -41234,8 +41129,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "or", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -41263,8 +41157,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:571", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:571", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -41272,11 +41167,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AP3S2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003008", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003008.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -41286,8 +41181,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "or", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -41315,8 +41209,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:576", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:576", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -41324,11 +41219,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "APAF1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0263864", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0263864.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -41338,8 +41233,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Dark", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -41368,8 +41262,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:578", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:578", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -41377,11 +41272,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "APBA1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0026313", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026313.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -41391,8 +41286,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "X11L", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -41421,8 +41315,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:578", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:578", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -41430,11 +41325,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "APBA1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052677", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052677.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -41444,8 +41339,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "X11L\u03b2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -41474,8 +41368,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:579", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:579", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -41483,11 +41378,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "APBA2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0026313", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026313.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -41497,8 +41392,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "X11L", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -41527,8 +41421,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:579", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:579", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -41536,11 +41431,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "APBA2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052677", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052677.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -41550,8 +41445,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "X11L\u03b2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -41580,8 +41474,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:580", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:580", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -41589,11 +41484,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "APBA3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0026313", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026313.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -41603,8 +41498,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "X11L", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -41633,8 +41527,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:580", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:580", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -41642,11 +41537,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "APBA3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052677", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052677.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -41656,8 +41551,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "X11L\u03b2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -41686,8 +41580,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:17379", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17379", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -41695,11 +41590,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "APBB1IP", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261811", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261811.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -41709,8 +41604,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "pico", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -41739,8 +41633,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:583", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:583", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -41748,11 +41643,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "APC", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015589", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015589.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -41762,8 +41657,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Apc", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -41792,8 +41686,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:583", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:583", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -41801,11 +41696,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "APC", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0026598", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026598.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -41815,8 +41710,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Apc2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -41845,8 +41739,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:24036", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24036", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -41854,11 +41749,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "APC2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015589", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015589.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -41868,8 +41763,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Apc", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -41898,8 +41792,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24036", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24036", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -41907,11 +41802,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "APC2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0026598", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026598.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -41921,8 +41816,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Apc2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -41951,8 +41845,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:587", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:587", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -41960,11 +41855,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "APEX1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004584", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004584.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -41974,8 +41869,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rrp1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -42004,8 +41898,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29509", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29509", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -42013,11 +41908,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "APH1A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031458", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031458.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -42027,8 +41922,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "aph-1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -42056,8 +41950,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24080", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24080", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -42065,11 +41960,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "APH1B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031458", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031458.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -42079,8 +41974,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "aph-1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -42108,8 +42002,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:594", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:594", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -42117,11 +42012,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "API5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0286781", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0286781.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -42131,8 +42026,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "cass", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -42160,8 +42054,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17581", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17581", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -42169,11 +42064,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "APIP", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030518", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030518.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -42183,8 +42078,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG11134", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -42212,8 +42106,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28724", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28724", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -42221,11 +42116,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "APLF", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0026737", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026737.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -42235,8 +42130,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6171", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -42265,8 +42159,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:597", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:597", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -42274,11 +42169,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "APLP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000108", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000108.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -42288,8 +42183,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Appl", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -42318,8 +42212,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:598", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:598", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -42327,11 +42222,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "APLP2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000108", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000108.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -42341,8 +42236,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Appl", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -42370,8 +42264,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13238", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13238", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -42379,11 +42274,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "APMAP", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015737", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015737.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -42393,8 +42288,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Hmu", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -42423,8 +42317,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13238", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13238", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -42432,11 +42327,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "APMAP", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0041780", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0041780.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -42446,8 +42341,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ssl2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -42475,8 +42369,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:603", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:603", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -42484,11 +42379,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "APOB", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0087002", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0087002.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -42498,8 +42393,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "apolpp", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -42528,8 +42422,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:603", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:603", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -42537,11 +42432,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "APOB", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032136", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032136.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -42551,8 +42446,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Apoltp", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -42581,8 +42475,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:612", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:612", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -42590,11 +42485,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "APOD", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051659", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051659.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -42604,8 +42499,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG31659", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -42634,8 +42528,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:612", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:612", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -42643,11 +42538,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "APOD", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033799", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033799.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -42657,8 +42552,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "GLaz", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -42687,8 +42581,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:612", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:612", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -42696,11 +42591,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "APOD", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0053126", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0053126.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -42710,8 +42605,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "NLaz", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -42740,8 +42634,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:28727", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28727", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -42749,11 +42644,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "APOO", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038400", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038400.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -42762,9 +42657,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG5903", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Mic26-27", + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -42793,8 +42687,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24009", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24009", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -42802,11 +42697,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "APOOL", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038400", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038400.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -42815,9 +42710,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG5903", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Mic26-27", + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -42846,8 +42740,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:620", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:620", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -42855,11 +42750,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "APP", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000108", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000108.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -42869,8 +42764,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Appl", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -42898,8 +42792,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:622", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:622", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -42907,11 +42802,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "APPBP2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029878", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029878.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -42921,8 +42816,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pat1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -42951,8 +42845,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:626", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:626", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -42960,11 +42855,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "APRT", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000109", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000109.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -42974,8 +42869,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Aprt", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -43003,8 +42897,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15984", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15984", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -43012,11 +42907,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "APTX", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038704", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038704.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -43026,8 +42921,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5316", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -43056,8 +42950,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:633", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:633", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -43065,11 +42960,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AQP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000180", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000180.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -43079,8 +42974,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "bib", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -43109,8 +43003,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:633", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:633", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -43118,11 +43013,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AQP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015872", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015872.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -43132,8 +43027,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Drip", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -43162,8 +43056,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:633", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:633", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -43171,11 +43066,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AQP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034882", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034882.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -43185,8 +43080,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Eglp1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -43215,8 +43109,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:633", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:633", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -43224,11 +43119,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AQP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034883", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034883.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -43238,8 +43133,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Eglp2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -43268,8 +43162,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:633", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:633", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -43277,11 +43172,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AQP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034884", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034884.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -43291,8 +43186,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Eglp3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -43321,8 +43215,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:633", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:633", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -43330,11 +43225,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AQP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034885", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034885.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -43344,8 +43239,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Eglp4", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -43374,8 +43268,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:633", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:633", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -43383,11 +43278,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AQP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033635", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033635.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -43397,8 +43292,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Prip", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -43427,8 +43321,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16029", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16029", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -43436,11 +43331,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AQP10", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034882", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034882.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -43450,8 +43345,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Eglp1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -43480,8 +43374,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:19940", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19940", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -43489,11 +43384,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AQP11", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033807", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033807.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -43503,8 +43398,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "AQP", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -43533,8 +43427,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19941", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19941", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -43542,11 +43437,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AQP12A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033807", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033807.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -43556,8 +43451,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "AQP", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -43586,8 +43480,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6096", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6096", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -43595,11 +43490,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AQP12B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033807", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033807.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -43609,8 +43504,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "AQP", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -43639,8 +43533,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:634", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:634", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -43648,11 +43543,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AQP2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000180", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000180.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -43662,8 +43557,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "bib", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -43692,8 +43586,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:634", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:634", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -43701,11 +43596,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AQP2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015872", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015872.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -43715,8 +43610,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Drip", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -43745,8 +43639,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:634", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:634", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -43754,11 +43649,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AQP2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034882", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034882.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -43768,8 +43663,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Eglp1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -43798,8 +43692,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:634", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:634", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -43807,11 +43702,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AQP2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034883", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034883.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -43821,8 +43716,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Eglp2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -43851,8 +43745,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:634", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:634", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -43860,11 +43755,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AQP2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034884", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034884.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -43874,8 +43769,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Eglp3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -43904,8 +43798,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:634", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:634", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -43913,11 +43808,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AQP2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034885", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034885.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -43927,8 +43822,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Eglp4", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -43957,8 +43851,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:634", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:634", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -43966,11 +43861,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AQP2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033635", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033635.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -43980,8 +43875,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Prip", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -44010,8 +43904,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:636", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:636", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -44019,11 +43914,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AQP3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015872", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015872.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -44033,8 +43928,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Drip", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -44063,8 +43957,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:636", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:636", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -44072,11 +43967,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AQP3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034882", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034882.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -44086,8 +43981,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Eglp1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -44116,8 +44010,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:636", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:636", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -44125,11 +44020,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AQP3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034884", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034884.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -44139,8 +44034,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Eglp3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -44169,8 +44063,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:636", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:636", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -44178,11 +44073,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AQP3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033635", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033635.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -44192,8 +44087,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Prip", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -44222,8 +44116,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:637", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:637", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -44231,11 +44126,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AQP4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015872", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015872.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -44245,8 +44140,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Drip", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -44275,8 +44169,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:638", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:638", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -44284,11 +44179,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AQP5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015872", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015872.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -44298,8 +44193,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Drip", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -44328,8 +44222,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:638", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:638", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -44337,11 +44232,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AQP5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034882", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034882.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -44351,8 +44246,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Eglp1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -44381,8 +44275,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:638", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:638", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -44390,11 +44285,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AQP5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034883", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034883.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -44404,8 +44299,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Eglp2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -44434,8 +44328,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:638", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:638", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -44443,11 +44338,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AQP5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034885", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034885.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -44457,8 +44352,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Eglp4", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -44487,8 +44381,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:639", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:639", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -44496,11 +44391,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AQP6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000180", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000180.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -44510,8 +44405,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "bib", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -44540,8 +44434,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:639", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:639", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -44549,11 +44444,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AQP6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015872", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015872.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -44563,8 +44458,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Drip", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -44593,8 +44487,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:639", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:639", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -44602,11 +44497,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AQP6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034882", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034882.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -44616,8 +44511,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Eglp1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -44646,8 +44540,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:639", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:639", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -44655,11 +44550,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AQP6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034883", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034883.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -44669,8 +44564,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Eglp2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -44699,8 +44593,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:639", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:639", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -44708,11 +44603,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AQP6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034884", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034884.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -44722,8 +44617,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Eglp3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -44752,8 +44646,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:639", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:639", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -44761,11 +44656,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AQP6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034885", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034885.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -44775,8 +44670,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Eglp4", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -44805,8 +44699,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:639", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:639", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -44814,11 +44709,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AQP6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033635", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033635.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -44828,8 +44723,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Prip", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -44858,8 +44752,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:640", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:640", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -44867,11 +44762,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AQP7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015872", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015872.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -44881,8 +44776,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Drip", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -44911,8 +44805,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:640", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:640", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -44920,11 +44815,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AQP7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034882", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034882.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -44934,8 +44829,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Eglp1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -44964,8 +44858,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:640", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:640", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -44973,11 +44868,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AQP7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034884", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034884.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -44987,8 +44882,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Eglp3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -45017,8 +44911,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:640", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:640", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -45026,11 +44921,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AQP7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033635", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033635.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -45040,8 +44935,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Prip", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -45070,8 +44964,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:642", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:642", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -45079,11 +44974,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AQP8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034883", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034883.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -45093,8 +44988,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Eglp2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -45123,8 +45017,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:642", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:642", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -45132,11 +45027,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AQP8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034884", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034884.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -45146,8 +45041,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Eglp3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -45176,8 +45070,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:642", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:642", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -45185,11 +45080,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AQP8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034885", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034885.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -45199,8 +45094,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Eglp4", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -45229,8 +45123,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:643", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:643", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -45238,11 +45133,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AQP9", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015872", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015872.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -45252,8 +45147,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Drip", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -45282,8 +45176,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:643", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:643", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -45291,11 +45186,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AQP9", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034882", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034882.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -45305,8 +45200,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Eglp1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -45335,8 +45229,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:643", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:643", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -45344,11 +45239,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AQP9", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034883", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034883.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -45358,8 +45253,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Eglp2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -45388,8 +45282,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:643", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:643", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -45397,11 +45292,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AQP9", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034884", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034884.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -45411,8 +45306,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Eglp3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -45441,8 +45335,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:643", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:643", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -45450,11 +45345,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AQP9", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033635", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033635.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -45464,8 +45359,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Prip", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -45494,8 +45388,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29513", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29513", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -45503,11 +45398,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AQR", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051368", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051368.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -45517,8 +45412,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG31368", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -45546,8 +45440,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:646", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:646", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -45555,11 +45450,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ARAF", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003079", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003079.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -45569,8 +45464,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Raf", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -45598,8 +45492,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16925", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16925", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -45607,11 +45502,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ARAP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030808", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030808.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -45621,8 +45516,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "RhoGAP15B", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -45651,8 +45545,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:16924", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16924", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -45660,11 +45555,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ARAP2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030808", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030808.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -45674,8 +45569,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "RhoGAP15B", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -45704,8 +45598,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24097", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24097", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -45713,11 +45608,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ARAP3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030808", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030808.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -45727,8 +45622,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "RhoGAP15B", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -45757,8 +45651,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:649", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:649", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -45766,11 +45661,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ARCN1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028969", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028969.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -45780,8 +45675,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "\u03b4COP", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -45809,8 +45703,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20363", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20363", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -45818,11 +45713,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AREL1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031384", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031384.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -45832,8 +45727,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG4238", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -45861,8 +45755,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:652", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:652", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -45870,11 +45765,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ARF1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010348", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010348.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -45884,8 +45779,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Arf79F", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -45914,8 +45808,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:654", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:654", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -45923,11 +45818,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ARF3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010348", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010348.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -45937,8 +45832,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Arf79F", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -45967,8 +45861,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:655", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:655", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -45976,11 +45871,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ARF4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0013749", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0013749.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -45990,8 +45885,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Arf102F", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -46020,8 +45914,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:658", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:658", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -46029,11 +45924,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ARF5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0013749", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0013749.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -46043,8 +45938,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Arf102F", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -46073,8 +45967,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:659", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:659", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -46082,11 +45977,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ARF6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0013750", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0013750.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -46096,8 +45991,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Arf51F", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -46125,8 +46019,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15852", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15852", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -46134,11 +46029,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ARFGAP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0020655", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0020655.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -46148,8 +46043,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ArfGAP1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -46178,8 +46072,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13504", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13504", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -46187,11 +46082,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ARFGAP2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037182", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037182.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -46201,8 +46096,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ArfGAP3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -46230,8 +46124,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:661", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:661", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -46239,11 +46134,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ARFGAP3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037182", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037182.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -46253,8 +46148,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ArfGAP3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -46283,8 +46177,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:15772", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15772", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -46292,11 +46187,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ARFGEF1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028538", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028538.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -46306,8 +46201,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Sec71", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -46336,8 +46230,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15853", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15853", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -46345,11 +46240,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ARFGEF2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028538", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028538.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -46359,8 +46254,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Sec71", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -46388,8 +46282,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21213", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21213", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -46397,11 +46292,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ARFGEF3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029834", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029834.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -46411,8 +46306,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5937", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -46441,8 +46335,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21496", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21496", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -46450,11 +46345,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ARFIP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037884", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037884.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -46464,8 +46359,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Arfip", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -46493,8 +46387,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17160", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17160", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -46502,11 +46397,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ARFIP2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037884", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037884.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -46516,8 +46411,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Arfip", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -46545,8 +46439,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:662", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:662", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -46554,11 +46449,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ARFRP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030088", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030088.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -46568,8 +46463,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Arfrp1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -46597,8 +46491,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:663", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:663", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -46606,11 +46501,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ARG1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0023535", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0023535.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -46620,8 +46515,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "arg", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -46649,8 +46543,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:664", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:664", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -46658,11 +46553,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ARG2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0023535", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0023535.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -46672,8 +46567,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "arg", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -46701,8 +46595,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:30146", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30146", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -46710,11 +46605,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ARGFX", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004102", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004102.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -46724,8 +46619,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "oc", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -46754,8 +46648,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25482", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25482", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -46763,11 +46658,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ARGLU1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051712", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051712.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -46777,8 +46672,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG31712", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -46807,8 +46701,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:673", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:673", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -46816,11 +46711,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ARHGAP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036257", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036257.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -46830,8 +46725,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "RhoGAP68F", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -46859,8 +46753,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26099", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26099", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -46868,11 +46763,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ARHGAP10", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030685", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030685.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -46882,8 +46777,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Graf", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -46911,8 +46805,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16348", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16348", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -46920,11 +46815,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ARHGAP12", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261461", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261461.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -46934,8 +46829,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "RhoGAP18B", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -46964,8 +46858,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21030", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21030", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -46973,11 +46868,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ARHGAP15", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030893", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030893.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -46987,8 +46882,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "RhoGAP16F", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -47017,8 +46911,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21030", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21030", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -47026,11 +46921,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ARHGAP15", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261461", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261461.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -47040,8 +46935,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "RhoGAP18B", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -47070,8 +46964,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:18239", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18239", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -47079,11 +46974,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ARHGAP17", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038747", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038747.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -47093,8 +46988,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "RhoGAP92B", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -47123,8 +47017,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21035", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21035", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -47132,11 +47027,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ARHGAP18", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039994", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039994.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -47146,8 +47041,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "conu", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -47176,8 +47070,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23724", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23724", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -47185,11 +47080,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ARHGAP19", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034249", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034249.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -47199,8 +47094,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "RhoGAP54D", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -47229,8 +47123,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18357", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18357", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -47238,11 +47133,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ARHGAP20", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036518", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036518.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -47252,8 +47147,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "RhoGAP71E", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -47282,8 +47176,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:23725", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23725", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -47291,11 +47186,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ARHGAP21", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031118", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031118.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -47305,8 +47200,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "RhoGAP19D", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -47335,8 +47229,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29293", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29293", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -47344,11 +47239,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ARHGAP23", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031118", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031118.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -47358,8 +47253,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "RhoGAP19D", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -47388,8 +47282,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17073", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17073", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -47397,11 +47292,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ARHGAP26", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030685", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030685.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -47411,8 +47306,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Graf", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -47440,8 +47334,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:31813", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:31813", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -47449,11 +47344,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ARHGAP27", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261461", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261461.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -47463,8 +47358,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "RhoGAP18B", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -47493,8 +47387,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:25509", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25509", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -47502,11 +47397,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ARHGAP28", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039994", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039994.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -47516,8 +47411,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "conu", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -47546,8 +47440,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:27414", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:27414", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -47555,11 +47450,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ARHGAP30", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032821", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032821.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -47569,8 +47464,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CdGAPr", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -47599,8 +47493,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:29216", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29216", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -47608,11 +47503,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ARHGAP31", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032821", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032821.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -47622,8 +47517,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CdGAPr", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -47652,8 +47546,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17399", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17399", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -47661,11 +47556,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ARHGAP32", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032821", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032821.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -47675,8 +47570,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CdGAPr", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -47705,8 +47599,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23085", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23085", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -47714,11 +47609,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ARHGAP33", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032821", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032821.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -47728,8 +47623,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CdGAPr", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -47758,8 +47652,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4591", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4591", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -47767,11 +47662,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ARHGAP35", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0026375", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026375.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -47781,8 +47676,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "RhoGAPp190", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -47811,8 +47705,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26388", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26388", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -47820,11 +47715,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ARHGAP36", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0259216", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0259216.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -47834,8 +47729,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "RhoGAP102A", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -47864,8 +47758,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29351", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29351", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -47873,11 +47768,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ARHGAP39", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038853", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038853.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -47887,8 +47782,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "RhoGAP93B", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -47917,8 +47811,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:16226", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16226", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -47926,11 +47821,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ARHGAP40", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039994", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039994.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -47940,8 +47835,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "conu", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -47970,8 +47864,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26545", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26545", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -47979,11 +47874,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ARHGAP42", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030685", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030685.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -47993,8 +47888,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Graf", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -48022,8 +47916,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29096", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29096", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -48031,11 +47926,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ARHGAP44", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038747", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038747.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -48045,8 +47940,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "RhoGAP92B", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -48075,8 +47969,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:675", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:675", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -48084,11 +47979,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ARHGAP5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0026375", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026375.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -48098,8 +47993,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "RhoGAPp190", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -48128,8 +48022,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:676", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:676", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -48137,11 +48032,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ARHGAP6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0259216", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0259216.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -48151,8 +48046,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "RhoGAP102A", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -48181,8 +48075,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:677", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:677", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -48190,11 +48085,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ARHGAP8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036257", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036257.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -48204,8 +48099,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "RhoGAP68F", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -48234,8 +48128,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14130", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14130", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -48243,11 +48138,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ARHGAP9", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030893", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030893.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -48257,8 +48152,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "RhoGAP16F", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -48287,8 +48181,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14130", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14130", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -48296,11 +48191,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ARHGAP9", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261461", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261461.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -48310,8 +48205,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "RhoGAP18B", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -48340,8 +48234,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:678", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:678", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -48349,11 +48244,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ARHGDIA", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036921", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036921.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -48363,8 +48258,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "RhoGDI", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -48392,8 +48286,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:679", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:679", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -48401,11 +48296,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ARHGDIB", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036921", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036921.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -48415,8 +48310,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "RhoGDI", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -48444,8 +48338,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:680", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:680", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -48453,11 +48348,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ARHGDIG", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036921", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036921.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -48467,8 +48362,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "RhoGDI", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -48497,8 +48391,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:681", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:681", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -48506,11 +48401,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ARHGEF1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0023172", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0023172.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -48520,8 +48415,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "RhoGEF2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -48550,8 +48444,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14103", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14103", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -48559,11 +48454,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ARHGEF10", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0263706", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0263706.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -48573,8 +48468,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG43658", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -48603,8 +48497,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:25540", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25540", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -48612,11 +48507,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ARHGEF10L", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0263706", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0263706.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -48626,8 +48521,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG43658", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -48656,8 +48550,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14580", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14580", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -48665,11 +48560,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ARHGEF11", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0023172", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0023172.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -48679,8 +48574,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "RhoGEF2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -48709,8 +48603,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:14193", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14193", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -48718,11 +48613,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ARHGEF12", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0023172", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0023172.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -48732,8 +48627,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "RhoGEF2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -48762,8 +48656,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15590", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15590", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -48771,11 +48666,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ARHGEF15", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261547", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261547.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -48785,8 +48680,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Exn", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -48815,8 +48709,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:15515", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15515", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -48824,11 +48719,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ARHGEF16", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261547", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261547.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -48838,8 +48733,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Exn", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -48868,8 +48762,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21726", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21726", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -48877,11 +48772,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ARHGEF17", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0262562", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0262562.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -48891,8 +48786,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG43102", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -48921,8 +48815,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17090", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17090", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -48930,11 +48825,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ARHGEF18", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032796", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032796.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -48944,8 +48839,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "cyst", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -48974,8 +48868,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:26604", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26604", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -48983,11 +48878,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ARHGEF19", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261547", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261547.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -48997,8 +48892,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Exn", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -49027,8 +48921,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:682", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:682", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -49036,11 +48931,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ARHGEF2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032796", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032796.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -49050,8 +48945,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "cyst", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -49080,8 +48974,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30275", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30275", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -49089,11 +48984,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ARHGEF25", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034194", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034194.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -49103,8 +48998,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG15611", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -49133,8 +49027,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:30322", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30322", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -49142,11 +49037,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ARHGEF28", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032796", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032796.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -49156,8 +49051,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "cyst", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -49186,8 +49080,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:683", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:683", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -49195,11 +49090,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ARHGEF3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035574", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035574.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -49209,8 +49104,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "RhoGEF64C", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -49239,8 +49133,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25909", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25909", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -49248,11 +49143,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ARHGEF39", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035761", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035761.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -49262,8 +49157,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "RhoGEF4", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -49292,8 +49186,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:684", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:684", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -49301,11 +49196,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ARHGEF4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0264707", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0264707.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -49315,8 +49210,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "RhoGEF3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -49345,8 +49239,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:25516", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25516", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -49354,11 +49249,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ARHGEF40", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035802", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035802.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -49368,8 +49263,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pura", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -49398,8 +49292,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:685", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:685", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -49407,11 +49302,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ARHGEF6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015803", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015803.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -49421,8 +49316,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "RtGEF", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -49451,8 +49345,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15607", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15607", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -49460,11 +49355,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ARHGEF7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015803", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015803.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -49474,8 +49369,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "RtGEF", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -49504,8 +49398,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14561", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14561", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -49513,11 +49408,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ARHGEF9", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0264707", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0264707.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -49527,8 +49422,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "RhoGEF3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -49557,8 +49451,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11110", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11110", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -49566,11 +49461,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ARID1A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261885", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261885.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -49580,8 +49475,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "osa", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -49610,8 +49504,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18040", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18040", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -49619,11 +49514,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ARID1B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261885", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261885.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -49633,8 +49528,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "osa", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -49663,8 +49557,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18037", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18037", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -49672,11 +49567,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ARID2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0042085", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0042085.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -49686,8 +49581,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Bap170", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -49715,8 +49609,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3031", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3031", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -49724,11 +49619,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ARID3A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004795", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004795.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -49738,8 +49633,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "retn", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -49768,8 +49662,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:14350", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14350", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -49777,11 +49672,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ARID3B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004795", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004795.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -49791,8 +49686,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "retn", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -49821,8 +49715,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21209", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21209", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -49830,11 +49725,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ARID3C", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004795", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004795.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -49844,8 +49739,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "retn", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -49874,8 +49768,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9885", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9885", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -49883,11 +49778,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ARID4A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0085451", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0085451.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -49897,8 +49792,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "htk", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -49927,8 +49821,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15550", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15550", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -49936,11 +49831,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ARID4B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0085451", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0085451.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -49950,8 +49845,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "htk", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -49980,8 +49874,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:689", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:689", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -49989,11 +49884,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ARIH1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0017418", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0017418.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -50003,8 +49898,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ari-1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -50032,8 +49926,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:689", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:689", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -50041,11 +49936,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ARIH1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036082", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036082.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -50055,8 +49950,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG12362", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -50085,8 +49979,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:690", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:690", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -50094,11 +49989,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ARIH2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0025186", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0025186.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -50108,8 +50003,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ari-2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -50137,8 +50031,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:692", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:692", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -50146,11 +50041,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ARL1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000115", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000115.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -50160,8 +50055,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Arl1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -50189,8 +50083,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:26798", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26798", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -50198,11 +50093,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ARL14EP", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033000", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033000.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -50212,8 +50107,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG14464", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -50242,8 +50136,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:44201", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:44201", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -50251,11 +50146,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ARL14EPL", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033000", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033000.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -50265,8 +50160,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG14464", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -50295,8 +50189,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:27902", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:27902", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -50304,11 +50199,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ARL16", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031254", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031254.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -50318,8 +50213,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG13692", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -50348,8 +50242,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:693", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:693", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -50357,11 +50252,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ARL2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004908", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004908.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -50371,8 +50266,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Arl2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -50400,8 +50294,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:694", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:694", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -50409,11 +50304,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ARL3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038916", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038916.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -50423,8 +50318,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "dnd", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -50452,8 +50346,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:695", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:695", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -50461,11 +50356,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ARL4A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039889", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039889.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -50475,8 +50370,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Arl4", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -50504,8 +50398,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:698", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:698", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -50513,11 +50408,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ARL4C", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039889", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039889.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -50527,8 +50422,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Arl4", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -50556,8 +50450,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:656", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:656", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -50565,11 +50460,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ARL4D", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039889", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039889.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -50579,8 +50474,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Arl4", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -50609,8 +50503,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:696", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:696", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -50618,11 +50513,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ARL5A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035866", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035866.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -50632,8 +50527,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Arl5", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -50662,8 +50556,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23052", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23052", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -50671,11 +50566,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ARL5B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035866", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035866.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -50685,8 +50580,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Arl5", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -50714,8 +50608,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:31111", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:31111", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -50723,11 +50618,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ARL5C", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035866", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035866.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -50737,8 +50632,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Arl5", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -50767,8 +50661,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13210", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13210", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -50776,11 +50671,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ARL6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034446", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034446.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -50790,8 +50685,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Arl6", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -50819,8 +50713,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:697", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:697", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -50828,11 +50723,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ARL6IP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038453", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038453.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -50842,8 +50737,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Arl6IP1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -50871,8 +50765,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18076", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18076", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -50880,11 +50775,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ARL6IP4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039149", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039149.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -50894,8 +50789,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG18428", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -50924,8 +50818,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16937", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16937", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -50933,11 +50828,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ARL6IP5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032704", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032704.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -50947,8 +50842,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Jwa", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -50976,8 +50870,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24048", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24048", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -50985,11 +50880,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ARL6IP6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033677", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033677.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -50999,8 +50894,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8321", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -51029,8 +50923,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25192", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25192", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -51038,11 +50933,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ARL8A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037551", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037551.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -51052,8 +50947,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Arl8", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -51082,8 +50976,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:25564", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25564", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -51091,11 +50986,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ARL8B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037551", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037551.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -51105,8 +51000,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Arl8", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -51135,8 +51029,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23045", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23045", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -51144,11 +51039,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ARMC2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052668", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052668.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -51158,8 +51053,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG32668", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -51188,8 +51082,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30964", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30964", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -51197,11 +51092,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ARMC3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033794", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033794.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -51211,8 +51106,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG13326", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -51236,66 +51130,14 @@ "stringencyFilter": "stringent", "totalMethodCount": 10 }, - { - "best": "Yes", - "bestReverse": "Yes", - "gene": { - "id": "HGNC:25583", - "species": { - "commonNames": "['human']", - "dataProviderFullName": "Rat Genome Database", - "dataProviderShortName": "RGD", - "name": "Homo sapiens", - "shortName": "Hsa", - "taxonId": "NCBITaxon:9606" - }, - "symbol": "ARMC4", - "taxonId": "NCBITaxon:9606", - "url": null - }, - "homologGene": { - "id": "FB:FBgn0031905", - "species": { - "commonNames": "['fly', 'fruit fly', 'dme']", - "dataProviderFullName": "FlyBase", - "dataProviderShortName": "FB", - "name": "Drosophila melanogaster", - "shortName": "Dme", - "taxonId": "NCBITaxon:7227" - }, - "symbol": "gudu", - "taxonId": "NCBITaxon:7227", - "url": null - }, - "methodCount": 9, - "predictionMethodsMatched": [ - "Ensembl Compara", - "Hieranoid", - "InParanoid", - "OMA", - "OrthoFinder", - "OrthoInspector", - "PANTHER", - "PhylomeDB", - "TreeFam" - ], - "predictionMethodsNotCalled": [ - "HGNC", - "ZFIN" - ], - "predictionMethodsNotMatched": [ - "Roundup" - ], - "stringencyFilter": "stringent", - "totalMethodCount": 10 - }, { "best": "Yes", "bestReverse": "Yes", "gene": { "id": "HGNC:25781", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25781", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -51303,11 +51145,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ARMC5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039696", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039696.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -51317,8 +51159,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rnb", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -51347,8 +51188,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25049", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25049", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -51356,11 +51198,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ARMC6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034315", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034315.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -51370,8 +51212,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5721", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -51399,8 +51240,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26168", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26168", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -51408,11 +51250,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ARMC7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038425", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038425.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -51422,8 +51264,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG14881", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -51452,8 +51293,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25788", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25788", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -51461,11 +51303,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ARMH3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037638", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037638.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -51475,8 +51317,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8379", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -51504,8 +51345,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17872", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17872", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -51513,11 +51355,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ARMT1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034688", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034688.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -51527,8 +51369,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG11474", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -51557,8 +51398,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17872", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17872", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -51566,11 +51408,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ARMT1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034687", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034687.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -51580,8 +51422,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG11475", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -51610,8 +51451,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17872", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17872", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -51619,11 +51461,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ARMT1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034689", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034689.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -51633,8 +51475,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG2921", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -51663,8 +51504,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17872", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17872", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -51672,11 +51514,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ARMT1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028892", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028892.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -51686,8 +51528,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG4161", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -51715,8 +51556,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:700", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:700", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -51724,11 +51566,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ARNT", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0264075", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0264075.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -51738,8 +51580,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "tgo", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -51768,8 +51609,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16876", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16876", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -51777,11 +51619,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ARNT2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0264075", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0264075.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -51791,8 +51633,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "tgo", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -51821,8 +51662,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:701", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:701", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -51830,11 +51672,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ARNTL", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0023094", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0023094.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -51844,8 +51686,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "cyc", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -51874,8 +51715,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:18984", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18984", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -51883,11 +51725,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ARNTL2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0023094", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0023094.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -51897,8 +51739,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "cyc", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -51927,8 +51768,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:703", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:703", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -51936,11 +51778,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ARPC1A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0001961", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0001961.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -51950,8 +51792,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Arpc1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -51979,8 +51820,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:704", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:704", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -51988,11 +51830,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ARPC1B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0001961", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0001961.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -52002,8 +51844,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Arpc1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -52031,8 +51872,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:705", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:705", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -52040,11 +51882,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ARPC2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032859", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032859.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -52054,8 +51896,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Arpc2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -52083,8 +51924,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:706", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:706", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -52092,11 +51934,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ARPC3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038369", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038369.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -52106,8 +51948,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Arpc3A", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -52135,8 +51976,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:706", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:706", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -52144,11 +51986,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ARPC3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0065032", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0065032.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -52158,8 +52000,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Arpc3B", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -52188,8 +52029,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:707", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:707", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -52197,11 +52039,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ARPC4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0284255", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0284255.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -52211,8 +52053,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Arpc4", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -52241,8 +52082,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:38830", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:38830", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -52250,11 +52092,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ARPC4-TTLL3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0284255", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0284255.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -52264,8 +52106,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Arpc4", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -52294,8 +52135,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:708", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:708", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -52303,11 +52145,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ARPC5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031437", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031437.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -52317,8 +52159,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Arpc5", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -52346,8 +52187,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23366", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23366", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -52355,11 +52197,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ARPC5L", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031437", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031437.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -52369,8 +52211,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Arpc5", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -52398,8 +52239,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16967", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16967", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -52407,11 +52249,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ARPP19", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0061515", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0061515.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -52421,8 +52263,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "endos", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -52451,8 +52292,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16968", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16968", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -52460,11 +52302,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ARPP21", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004875", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004875.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -52474,8 +52316,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "enc", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -52504,8 +52345,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:710", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:710", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -52513,11 +52355,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ARR3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040206", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040206.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -52527,8 +52369,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "krz", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -52557,8 +52398,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:711", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:711", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -52566,11 +52408,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ARRB1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040206", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040206.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -52580,8 +52422,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "krz", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -52610,8 +52451,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:712", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:712", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -52619,11 +52461,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ARRB2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000120", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000120.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -52633,8 +52475,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Arr1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -52663,8 +52504,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:712", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:712", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -52672,11 +52514,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ARRB2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000121", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000121.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -52686,8 +52528,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Arr2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -52716,8 +52557,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:712", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:712", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -52725,11 +52567,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ARRB2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052683", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052683.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -52739,8 +52581,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG32683", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -52769,8 +52610,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:712", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:712", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -52778,11 +52620,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ARRB2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040206", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040206.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -52792,8 +52634,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "krz", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -52822,8 +52663,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28633", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28633", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -52831,11 +52673,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ARRDC1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037853", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037853.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -52845,8 +52687,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG14696", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -52875,8 +52716,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28633", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28633", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -52884,11 +52726,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ARRDC1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0042101", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0042101.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -52898,8 +52740,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG18744", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -52928,8 +52769,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28633", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28633", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -52937,11 +52779,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ARRDC1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035103", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035103.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -52951,8 +52793,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Vdup1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -52981,8 +52822,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25225", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25225", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -52990,11 +52832,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ARRDC2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037517", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037517.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -53004,8 +52846,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10086", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -53034,8 +52875,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25225", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25225", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -53043,11 +52885,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ARRDC2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037465", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037465.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -53057,8 +52899,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG1105", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -53087,8 +52928,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25225", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25225", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -53096,11 +52938,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ARRDC2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037853", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037853.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -53110,8 +52952,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG14696", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -53140,8 +52981,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25225", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25225", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -53149,11 +52991,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ARRDC2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0042101", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0042101.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -53163,8 +53005,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG18744", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -53193,8 +53034,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25225", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25225", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -53202,11 +53044,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ARRDC2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0042102", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0042102.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -53216,8 +53058,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG18745", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -53246,8 +53087,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25225", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25225", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -53255,11 +53097,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ARRDC2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0042103", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0042103.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -53269,8 +53111,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG18746", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -53299,8 +53140,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25225", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25225", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -53308,11 +53150,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ARRDC2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0042104", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0042104.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -53322,8 +53164,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG18747", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -53352,8 +53193,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25225", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25225", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -53361,11 +53203,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ARRDC2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0042105", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0042105.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -53375,8 +53217,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG18748", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -53405,8 +53246,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25225", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25225", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -53414,11 +53256,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ARRDC2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037518", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037518.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -53428,8 +53270,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG2641", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -53458,8 +53299,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25225", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25225", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -53467,11 +53309,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ARRDC2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037521", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037521.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -53481,8 +53323,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG2993", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -53511,8 +53352,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29263", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29263", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -53520,11 +53362,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ARRDC3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037517", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037517.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -53534,8 +53376,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10086", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -53564,8 +53405,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29263", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29263", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -53573,11 +53415,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ARRDC3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037465", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037465.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -53587,8 +53429,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG1105", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -53617,8 +53458,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29263", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29263", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -53626,11 +53468,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ARRDC3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037853", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037853.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -53640,8 +53482,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG14696", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -53670,8 +53511,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29263", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29263", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -53679,11 +53521,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ARRDC3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0042101", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0042101.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -53693,8 +53535,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG18744", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -53723,8 +53564,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29263", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29263", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -53732,11 +53574,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ARRDC3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0042102", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0042102.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -53746,8 +53588,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG18745", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -53776,8 +53617,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29263", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29263", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -53785,11 +53627,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ARRDC3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0042103", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0042103.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -53799,8 +53641,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG18746", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -53829,8 +53670,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29263", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29263", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -53838,11 +53680,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ARRDC3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0042104", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0042104.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -53852,8 +53694,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG18747", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -53882,8 +53723,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29263", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29263", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -53891,11 +53733,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ARRDC3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0042105", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0042105.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -53905,8 +53747,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG18748", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -53935,8 +53776,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29263", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29263", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -53944,11 +53786,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ARRDC3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037518", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037518.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -53958,8 +53800,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG2641", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -53988,8 +53829,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29263", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29263", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -53997,11 +53839,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ARRDC3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037521", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037521.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -54011,8 +53853,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG2993", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -54041,8 +53882,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28087", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28087", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -54050,11 +53892,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ARRDC4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037517", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037517.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -54064,8 +53906,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10086", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -54094,8 +53935,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:28087", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28087", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -54103,11 +53945,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ARRDC4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037465", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037465.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -54117,8 +53959,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG1105", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -54147,8 +53988,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28087", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28087", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -54156,11 +53998,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ARRDC4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037853", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037853.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -54170,8 +54012,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG14696", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -54200,8 +54041,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28087", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28087", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -54209,11 +54051,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ARRDC4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0042101", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0042101.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -54223,8 +54065,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG18744", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -54253,8 +54094,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28087", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28087", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -54262,11 +54104,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ARRDC4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0042102", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0042102.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -54276,8 +54118,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG18745", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -54306,8 +54147,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28087", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28087", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -54315,11 +54157,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ARRDC4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0042103", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0042103.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -54329,8 +54171,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG18746", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -54359,8 +54200,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28087", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28087", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -54368,11 +54210,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ARRDC4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0042104", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0042104.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -54382,8 +54224,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG18747", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -54412,8 +54253,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28087", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28087", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -54421,11 +54263,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ARRDC4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0042105", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0042105.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -54435,8 +54277,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG18748", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -54465,8 +54306,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:28087", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28087", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -54474,11 +54316,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ARRDC4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037518", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037518.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -54488,8 +54330,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG2641", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -54518,8 +54359,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28087", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28087", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -54527,11 +54369,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ARRDC4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037521", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037521.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -54541,8 +54383,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG2993", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -54571,8 +54412,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:31407", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:31407", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -54580,11 +54422,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ARRDC5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037520", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037520.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -54594,8 +54436,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG18268", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -54624,8 +54465,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:31407", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:31407", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -54633,11 +54475,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ARRDC5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037519", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037519.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -54647,8 +54489,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG3014", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -54677,8 +54518,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:31407", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:31407", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -54686,11 +54528,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ARRDC5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037856", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037856.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -54700,8 +54542,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Leash", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -54730,8 +54571,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:714", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:714", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -54739,11 +54581,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ARSB", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052191", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052191.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -54753,8 +54595,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG32191", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -54783,8 +54624,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:714", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:714", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -54792,11 +54634,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ARSB", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036768", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036768.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -54806,8 +54648,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7402", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -54836,8 +54677,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:714", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:714", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -54845,11 +54687,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ARSB", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036765", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036765.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -54859,8 +54701,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7408", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -54889,8 +54730,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:714", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:714", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -54898,11 +54740,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ARSB", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033763", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033763.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -54912,8 +54754,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8646", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -54942,8 +54783,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:32521", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:32521", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -54951,11 +54793,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ARSI", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052191", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052191.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -54965,8 +54807,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG32191", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -54995,8 +54836,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:32521", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:32521", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -55004,11 +54846,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ARSI", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036768", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036768.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -55018,8 +54860,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7402", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -55048,8 +54889,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:32521", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:32521", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -55057,11 +54899,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ARSI", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036765", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036765.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -55071,8 +54913,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7408", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -55101,8 +54942,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:32521", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:32521", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -55110,11 +54952,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ARSI", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033763", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033763.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -55124,8 +54966,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8646", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -55154,8 +54995,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26286", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26286", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -55163,11 +55005,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ARSJ", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052191", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052191.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -55177,8 +55019,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG32191", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -55207,8 +55048,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26286", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26286", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -55216,11 +55058,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ARSJ", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036768", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036768.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -55230,8 +55072,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7402", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -55260,8 +55101,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26286", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26286", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -55269,11 +55111,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ARSJ", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036765", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036765.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -55283,8 +55125,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7408", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -55313,8 +55154,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26286", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26286", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -55322,11 +55164,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ARSJ", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033763", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033763.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -55336,8 +55178,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8646", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -55366,8 +55207,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29561", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29561", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -55375,11 +55217,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ARV1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052442", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052442.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -55389,8 +55231,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Arv1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -55419,8 +55260,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:728", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:728", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -55428,11 +55270,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ARVCF", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0260799", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0260799.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -55442,8 +55284,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "p120ctn", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -55472,8 +55313,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18060", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18060", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -55481,11 +55323,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ARX", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000061", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000061.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -55495,8 +55337,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "al", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -55525,8 +55366,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18060", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18060", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -55534,11 +55376,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ARX", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0008636", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0008636.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -55548,8 +55390,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "hbn", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -55578,8 +55419,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18060", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18060", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -55587,11 +55429,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ARX", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0023489", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0023489.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -55601,8 +55443,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pph13", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -55631,8 +55472,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18060", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18060", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -55640,11 +55482,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ARX", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0011701", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0011701.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -55654,8 +55496,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "repo", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -55684,8 +55525,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:18860", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18860", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -55693,11 +55535,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ASAH2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039774", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039774.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -55707,8 +55549,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CDase", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -55737,8 +55578,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23456", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23456", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -55746,11 +55588,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ASAH2B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039774", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039774.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -55760,8 +55602,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CDase", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -55790,8 +55631,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:2720", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2720", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -55799,11 +55641,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ASAP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0050372", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0050372.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -55813,8 +55655,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Asap", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -55843,8 +55684,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2721", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2721", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -55852,11 +55694,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ASAP2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0050372", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0050372.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -55866,8 +55708,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Asap", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -55895,8 +55736,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:14987", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14987", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -55904,11 +55746,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ASAP3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0050372", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0050372.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -55918,8 +55760,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Asap", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -55948,8 +55789,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19768", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19768", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -55957,11 +55799,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ASB16", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031675", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031675.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -55971,8 +55813,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG9121", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -56001,8 +55842,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19769", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19769", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -56010,11 +55852,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ASB17", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0086704", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0086704.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -56024,8 +55866,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "stops", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -56054,8 +55895,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19770", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19770", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -56063,11 +55905,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ASB18", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031675", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031675.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -56077,8 +55919,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG9121", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -56107,8 +55948,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16009", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16009", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -56116,11 +55958,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ASB4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031675", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031675.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -56130,8 +55972,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG9121", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -56160,8 +56001,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24268", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24268", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -56169,11 +56011,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ASCC1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033475", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033475.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -56183,8 +56025,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG12129", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -56213,8 +56054,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24103", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24103", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -56222,11 +56064,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ASCC2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0024973", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0024973.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -56236,8 +56078,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG2701", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -56265,8 +56106,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18697", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18697", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -56274,11 +56116,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ASCC3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038344", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038344.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -56288,8 +56130,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "obe", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -56317,8 +56158,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:738", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:738", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -56326,11 +56168,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ASCL1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000022", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000022.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -56340,8 +56182,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ac", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -56370,8 +56211,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:738", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:738", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -56379,11 +56221,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ASCL1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000137", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000137.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -56393,8 +56235,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ase", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -56423,8 +56264,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:738", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:738", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -56432,11 +56274,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ASCL1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0002561", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0002561.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -56446,8 +56288,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "l(1)sc", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -56476,8 +56317,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:738", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:738", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -56485,11 +56327,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ASCL1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004170", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004170.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -56499,8 +56341,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "sc", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -56529,8 +56370,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:739", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:739", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -56538,11 +56380,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ASCL2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0002561", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0002561.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -56552,8 +56394,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "l(1)sc", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -56582,8 +56423,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:740", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:740", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -56591,11 +56433,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ASCL3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0002561", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0002561.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -56605,8 +56447,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "l(1)sc", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -56635,8 +56476,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:24311", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24311", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -56644,11 +56486,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ASCL4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0002561", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0002561.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -56658,8 +56500,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "l(1)sc", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -56688,8 +56529,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:33169", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:33169", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -56697,11 +56539,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ASCL5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0002561", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0002561.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -56711,8 +56553,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "l(1)sc", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -56741,8 +56582,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20995", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20995", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -56750,11 +56592,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ASF1A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029094", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029094.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -56764,8 +56606,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "asf1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -56793,8 +56634,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20996", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20996", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -56802,11 +56644,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ASF1B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029094", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029094.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -56816,8 +56658,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "asf1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -56845,8 +56686,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:742", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:742", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -56854,11 +56696,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ASGR1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040102", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040102.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -56868,8 +56710,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "lectin-24Db", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -56898,8 +56739,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:743", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:743", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -56907,11 +56749,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ASGR2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040102", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040102.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -56921,8 +56763,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "lectin-24Db", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -56951,8 +56792,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19088", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19088", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -56960,11 +56802,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ASH1L", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0005386", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0005386.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -56974,8 +56816,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ash1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -57004,8 +56845,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:744", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:744", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -57013,11 +56855,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ASH2L", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000139", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000139.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -57027,8 +56869,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ash2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -57056,8 +56897,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:100", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:100", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -57065,11 +56907,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ASIC1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0065109", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0065109.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -57079,8 +56921,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ppk11", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -57109,8 +56950,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:100", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:100", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -57118,11 +56960,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ASIC1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030795", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030795.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -57132,8 +56974,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ppk28", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -57162,8 +57003,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:100", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:100", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -57171,11 +57013,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ASIC1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031802", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031802.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -57185,8 +57027,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ppk7", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -57215,8 +57056,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:99", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:99", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -57224,11 +57066,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ASIC2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0024319", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0024319.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -57238,8 +57080,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Nach", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -57268,8 +57109,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:99", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:99", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -57277,11 +57119,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ASIC2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0020258", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0020258.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -57291,8 +57133,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ppk", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -57321,8 +57162,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:99", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:99", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -57330,11 +57172,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ASIC2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0065109", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0065109.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -57344,8 +57186,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ppk11", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -57374,8 +57215,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:99", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:99", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -57383,11 +57225,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ASIC2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034730", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034730.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -57397,8 +57239,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ppk12", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -57427,8 +57268,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:99", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:99", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -57436,11 +57278,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ASIC2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0053349", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0053349.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -57450,8 +57292,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ppk25", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -57480,8 +57321,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:99", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:99", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -57489,11 +57331,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ASIC2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030795", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030795.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -57503,8 +57345,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ppk28", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -57533,8 +57374,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:99", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:99", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -57542,11 +57384,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ASIC2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052792", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052792.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -57556,8 +57398,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ppk8", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -57586,8 +57427,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:101", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:101", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -57595,11 +57437,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ASIC3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0024319", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0024319.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -57609,8 +57451,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Nach", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -57639,8 +57480,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21263", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21263", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -57648,11 +57490,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ASIC4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0065109", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0065109.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -57662,8 +57504,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ppk11", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -57692,8 +57533,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21263", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21263", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -57701,11 +57543,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ASIC4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030795", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030795.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -57715,8 +57557,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ppk28", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -57745,8 +57586,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21263", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21263", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -57754,11 +57596,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ASIC4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031802", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031802.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -57768,8 +57610,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ppk7", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -57798,8 +57639,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17537", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17537", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -57807,11 +57649,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ASIC5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0020258", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0020258.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -57821,8 +57663,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ppk", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -57851,8 +57692,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17537", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17537", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -57860,11 +57702,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ASIC5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035785", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035785.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -57874,8 +57716,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ppk26", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -57904,8 +57745,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17537", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17537", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -57913,11 +57755,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ASIC5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031802", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031802.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -57927,8 +57769,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ppk7", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -57957,8 +57798,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17537", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17537", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -57966,11 +57808,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ASIC5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0022981", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0022981.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -57980,8 +57822,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "rpk", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -58010,8 +57851,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:746", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:746", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -58019,11 +57861,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ASL", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032076", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032076.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -58033,8 +57875,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Argl", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -58063,8 +57904,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:751", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:751", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -58072,11 +57914,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ASMTL", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032077", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032077.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -58086,8 +57928,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG9515", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -58116,8 +57957,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:753", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:753", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -58125,11 +57967,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ASNS", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0270926", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0270926.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -58139,8 +57981,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "AsnS", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -58169,8 +58010,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24910", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24910", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -58178,11 +58020,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ASNSD1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032997", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032997.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -58192,8 +58034,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG17486", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -58221,8 +58062,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20123", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20123", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -58230,11 +58072,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ASPG", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029689", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029689.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -58244,8 +58086,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6428", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -58273,8 +58114,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20123", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20123", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -58282,11 +58124,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ASPG", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037759", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037759.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -58296,8 +58138,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8526", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -58325,8 +58166,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:757", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:757", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -58334,11 +58176,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ASPH", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034075", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034075.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -58348,8 +58190,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Asph", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -58378,8 +58219,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19048", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19048", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -58387,11 +58229,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ASPM", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000140", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000140.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -58401,8 +58243,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "asp", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -58431,8 +58272,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13825", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13825", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -58440,11 +58282,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ASPSCR1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0064126", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0064126.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -58454,8 +58296,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG33722", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -58484,8 +58325,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16448", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16448", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -58493,11 +58335,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ASRGL1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030653", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030653.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -58507,8 +58349,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7860", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -58537,8 +58378,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:758", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:758", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -58546,11 +58388,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ASS1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0026565", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026565.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -58560,8 +58402,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ass", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -58589,8 +58430,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25021", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25021", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -58598,11 +58440,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ASTE1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015905", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015905.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -58612,8 +58454,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ast", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -58642,8 +58483,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:31704", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:31704", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -58651,11 +58493,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ASTL", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037395", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037395.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -58665,8 +58507,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10280", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -58695,8 +58536,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:31704", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:31704", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -58704,11 +58546,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ASTL", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039180", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039180.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -58718,8 +58560,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5715", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -58748,8 +58589,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:31704", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:31704", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -58757,11 +58599,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ASTL", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039069", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039069.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -58771,8 +58613,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6763", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -58801,8 +58642,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18318", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18318", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -58810,11 +58652,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ASXL1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261823", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261823.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -58824,8 +58666,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Asx", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -58854,8 +58695,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23805", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23805", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -58863,11 +58705,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ASXL2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261823", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261823.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -58877,8 +58719,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Asx", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -58907,8 +58748,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29357", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29357", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -58916,11 +58758,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ASXL3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261823", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261823.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -58930,8 +58772,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Asx", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -58960,8 +58801,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25903", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25903", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -58969,11 +58811,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ATAD1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028868", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028868.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -58983,8 +58825,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG4701", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -59012,8 +58853,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25903", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25903", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -59021,11 +58863,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ATAD1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0005322", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0005322.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -59035,8 +58877,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "nmd", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -59064,8 +58905,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25567", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25567", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -59073,11 +58915,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ATAD3A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0287225", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0287225.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -59087,8 +58929,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "bor", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -59116,8 +58957,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:24007", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24007", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -59125,11 +58967,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ATAD3B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0287225", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0287225.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -59139,8 +58981,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "bor", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -59169,8 +59010,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:32151", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:32151", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -59178,11 +59020,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ATAD3C", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0287225", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0287225.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -59192,8 +59034,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "bor", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -59222,8 +59063,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25752", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25752", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -59231,11 +59073,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ATAD5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036574", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036574.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -59245,8 +59087,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "elg1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -59271,12 +59112,13 @@ "totalMethodCount": 10 }, { - "best": "Yes", + "best": "No", "bestReverse": "Yes", "gene": { "id": "HGNC:21186", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21186", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -59284,11 +59126,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ATAT1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0031082", + "id": "FB:FBgn0035989", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035989.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -59297,14 +59139,12 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG17003", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Atat", + "taxonId": "NCBITaxon:7227" }, - "methodCount": 8, + "methodCount": 7, "predictionMethodsMatched": [ "Ensembl Compara", - "Hieranoid", "OrthoFinder", "OrthoInspector", "PANTHER", @@ -59317,6 +59157,7 @@ "ZFIN" ], "predictionMethodsNotMatched": [ + "Hieranoid", "InParanoid", "OMA" ], @@ -59324,12 +59165,13 @@ "totalMethodCount": 10 }, { - "best": "No", + "best": "Yes", "bestReverse": "Yes", "gene": { "id": "HGNC:21186", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21186", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -59337,11 +59179,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ATAT1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0035989", + "id": "FB:FBgn0031082", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031082.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -59350,13 +59192,13 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "Tat", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "CG17003", + "taxonId": "NCBITaxon:7227" }, - "methodCount": 7, + "methodCount": 8, "predictionMethodsMatched": [ "Ensembl Compara", + "Hieranoid", "OrthoFinder", "OrthoInspector", "PANTHER", @@ -59369,7 +59211,6 @@ "ZFIN" ], "predictionMethodsNotMatched": [ - "Hieranoid", "InParanoid", "OMA" ], @@ -59381,8 +59222,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:779", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:779", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -59390,11 +59232,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ATCAY", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035488", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035488.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -59404,8 +59246,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG11593", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -59434,8 +59275,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:782", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:782", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -59443,11 +59285,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ATE1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0025720", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0025720.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -59457,8 +59299,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ate1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -59486,8 +59327,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:783", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:783", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -59495,11 +59337,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ATF1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0265784", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0265784.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -59509,8 +59351,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CrebB", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -59539,8 +59380,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:784", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:784", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -59548,11 +59390,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ATF2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0265193", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0265193.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -59562,8 +59404,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Atf-2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -59592,8 +59433,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:785", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:785", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -59601,11 +59443,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ATF3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028550", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028550.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -59615,8 +59457,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Atf3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -59645,8 +59486,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:786", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:786", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -59654,11 +59496,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ATF4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000370", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000370.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -59668,8 +59510,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "crc", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -59698,8 +59539,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:790", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:790", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -59707,11 +59549,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ATF5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000370", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000370.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -59721,8 +59563,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "crc", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -59751,8 +59592,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:791", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:791", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -59760,11 +59602,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ATF6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033010", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033010.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -59774,8 +59616,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Atf6", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -59804,8 +59645,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2349", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2349", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -59813,11 +59655,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ATF6B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033010", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033010.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -59827,8 +59669,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Atf6", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -59857,8 +59698,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:792", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:792", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -59866,11 +59708,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ATF7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0265193", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0265193.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -59880,8 +59722,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Atf-2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -59910,8 +59751,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20092", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20092", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -59919,11 +59761,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ATF7IP", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027499", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027499.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -59933,8 +59775,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "wde", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -59963,8 +59804,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:20397", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20397", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -59972,11 +59814,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ATF7IP2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027499", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027499.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -59986,8 +59828,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "wde", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -60016,8 +59857,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20315", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20315", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -60025,11 +59867,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ATG10", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040780", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040780.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -60039,8 +59881,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Atg10", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -60069,8 +59910,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25679", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25679", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -60078,11 +59920,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ATG101", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030960", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030960.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -60092,8 +59934,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Atg101", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -60121,8 +59962,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:588", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:588", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -60130,11 +59972,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ATG12", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036255", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036255.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -60144,8 +59986,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Atg12", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -60173,8 +60014,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29091", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29091", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -60182,11 +60024,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ATG13", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261108", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261108.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -60196,8 +60038,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Atg13", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -60226,8 +60067,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19962", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19962", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -60235,11 +60077,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ATG14", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039636", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039636.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -60249,8 +60091,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Atg14", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -60278,8 +60119,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21498", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21498", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -60287,11 +60129,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ATG16L1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039705", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039705.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -60301,8 +60143,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Atg16", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -60331,8 +60172,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:25464", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25464", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -60340,11 +60182,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ATG16L2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039705", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039705.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -60354,8 +60196,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Atg16", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -60384,8 +60225,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29028", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29028", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -60393,11 +60235,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ATG2A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0044452", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0044452.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -60407,8 +60249,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Atg2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -60436,8 +60277,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20187", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20187", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -60445,11 +60287,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ATG2B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0044452", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0044452.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -60459,8 +60301,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Atg2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -60488,8 +60329,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20962", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20962", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -60497,11 +60339,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ATG3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036813", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036813.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -60511,8 +60353,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Atg3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -60540,8 +60381,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16489", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16489", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -60549,11 +60391,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ATG4A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031298", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031298.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -60563,8 +60405,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Atg4a", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -60592,8 +60433,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20790", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20790", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -60601,11 +60443,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ATG4B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031298", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031298.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -60615,8 +60457,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Atg4a", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -60644,8 +60485,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16040", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16040", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -60653,11 +60495,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ATG4C", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038325", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038325.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -60667,8 +60509,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Atg4b", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -60697,8 +60538,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20789", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20789", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -60706,11 +60548,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ATG4D", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038325", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038325.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -60720,8 +60562,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Atg4b", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -60750,8 +60591,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:589", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:589", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -60759,11 +60601,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ATG5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029943", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029943.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -60773,8 +60615,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Atg5", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -60802,8 +60643,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16935", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16935", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -60811,11 +60653,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ATG7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034366", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034366.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -60825,8 +60667,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Atg7", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -60854,8 +60695,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:22408", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:22408", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -60863,11 +60705,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ATG9A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034110", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034110.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -60877,8 +60719,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Atg9", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -60907,8 +60748,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:21899", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21899", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -60916,11 +60758,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ATG9B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034110", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034110.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -60930,8 +60772,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Atg9", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -60960,8 +60801,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:794", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:794", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -60969,11 +60811,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ATIC", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039241", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039241.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -60983,8 +60825,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG11089", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -61012,8 +60853,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11231", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11231", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -61021,11 +60863,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ATL1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039213", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039213.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -61035,8 +60877,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "atl", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -61064,8 +60905,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:24047", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24047", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -61073,11 +60915,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ATL2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039213", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039213.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -61087,8 +60929,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "atl", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -61117,8 +60958,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:24526", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24526", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -61126,11 +60968,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ATL3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039213", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039213.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -61140,8 +60982,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "atl", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -61170,8 +61011,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:795", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:795", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -61179,11 +61021,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ATM", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0045035", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0045035.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -61193,8 +61035,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "tefu", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -61223,8 +61064,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29034", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29034", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -61232,11 +61074,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ATMIN", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035407", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035407.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -61246,8 +61088,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Asciz", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -61276,8 +61117,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:3033", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3033", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -61285,11 +61127,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ATN1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010825", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010825.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -61299,8 +61141,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Gug", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -61329,8 +61170,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:797", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:797", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -61338,11 +61180,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ATOH1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003270", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003270.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -61352,8 +61194,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "amos", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -61382,8 +61223,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13907", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13907", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -61391,11 +61233,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ATOH7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010433", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010433.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -61405,8 +61247,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ato", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -61435,8 +61276,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13907", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13907", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -61444,11 +61286,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ATOH7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0024249", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0024249.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -61458,8 +61300,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "cato", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -61488,8 +61329,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24126", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24126", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -61497,11 +61339,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ATOH8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0002931", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0002931.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -61511,8 +61353,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "net", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -61541,8 +61382,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:798", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:798", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -61550,11 +61392,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ATOX1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052446", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052446.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -61564,8 +61406,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Atox1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -61594,8 +61435,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13542", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13542", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -61603,11 +61445,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ATP10A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032120", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032120.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -61617,8 +61459,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG33298", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -61646,8 +61487,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:13543", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13543", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -61655,11 +61497,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ATP10B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032120", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032120.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -61669,8 +61511,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG33298", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -61699,8 +61540,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13549", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13549", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -61708,11 +61550,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ATP10D", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032120", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032120.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -61722,8 +61564,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG33298", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -61751,8 +61592,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13552", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13552", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -61760,11 +61602,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ATP11A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030747", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030747.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -61774,8 +61616,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG4301", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -61804,8 +61645,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13552", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13552", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -61813,11 +61655,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ATP11A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030746", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030746.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -61827,8 +61669,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG9981", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -61857,8 +61698,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13553", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13553", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -61866,11 +61708,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ATP11B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030747", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030747.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -61880,8 +61722,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG4301", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -61910,8 +61751,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13553", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13553", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -61919,11 +61761,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ATP11B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030746", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030746.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -61933,8 +61775,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG9981", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -61963,8 +61804,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13554", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13554", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -61972,11 +61814,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ATP11C", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030747", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030747.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -61986,8 +61828,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG4301", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -62016,8 +61857,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13554", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13554", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -62025,11 +61867,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ATP11C", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030746", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030746.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -62039,8 +61881,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG9981", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -62069,8 +61910,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:13816", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13816", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -62078,11 +61920,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ATP12A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0002921", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0002921.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -62092,8 +61934,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Atp\u03b1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -62122,8 +61963,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13816", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13816", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -62131,11 +61973,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ATP12A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0267363", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0267363.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -62145,8 +61987,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "JYalpha", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -62175,8 +62016,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24215", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24215", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -62184,11 +62026,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ATP13A1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027582", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027582.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -62198,8 +62040,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6230", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -62227,8 +62068,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:30213", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30213", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -62236,11 +62078,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ATP13A2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052000", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052000.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -62250,8 +62092,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "anne", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -62280,8 +62121,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24113", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24113", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -62289,11 +62131,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ATP13A3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052000", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052000.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -62303,8 +62145,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "anne", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -62333,8 +62174,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:25422", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25422", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -62342,11 +62184,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ATP13A4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052000", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052000.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -62356,8 +62198,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "anne", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -62386,8 +62227,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:31789", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:31789", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -62395,11 +62237,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ATP13A5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052000", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052000.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -62409,8 +62251,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "anne", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -62439,8 +62280,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:799", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:799", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -62448,11 +62290,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ATP1A1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0002921", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0002921.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -62462,8 +62304,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Atp\u03b1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -62492,8 +62333,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:799", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:799", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -62501,11 +62343,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ATP1A1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0267363", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0267363.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -62515,8 +62357,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "JYalpha", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -62545,8 +62386,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:800", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:800", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -62554,11 +62396,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ATP1A2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0002921", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0002921.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -62568,8 +62410,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Atp\u03b1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -62598,8 +62439,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:801", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:801", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -62607,11 +62449,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ATP1A3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0002921", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0002921.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -62621,8 +62463,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Atp\u03b1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -62651,8 +62492,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:14073", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14073", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -62660,11 +62502,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ATP1A4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0002921", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0002921.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -62674,8 +62516,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Atp\u03b1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -62704,8 +62545,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:804", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:804", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -62713,11 +62555,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ATP1B1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038690", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038690.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -62727,8 +62569,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG11703", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -62757,8 +62598,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:804", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:804", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -62766,11 +62608,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ATP1B1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0053310", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0053310.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -62780,8 +62622,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG33310", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -62810,8 +62651,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:804", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:804", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -62819,11 +62661,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ATP1B1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038691", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038691.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -62833,8 +62675,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5250", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -62863,8 +62704,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:804", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:804", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -62872,11 +62714,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ATP1B1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015776", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015776.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -62886,8 +62728,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "nrv1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -62915,8 +62756,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:804", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:804", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -62924,11 +62766,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ATP1B1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015777", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015777.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -62938,8 +62780,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "nrv2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -62968,8 +62809,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:804", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:804", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -62977,11 +62819,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ATP1B1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032946", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032946.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -62991,8 +62833,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "nrv3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -63020,8 +62861,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:805", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:805", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -63029,11 +62871,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ATP1B2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015776", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015776.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -63043,8 +62885,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "nrv1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -63073,8 +62914,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:805", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:805", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -63082,11 +62924,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ATP1B2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032946", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032946.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -63096,8 +62938,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "nrv3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -63126,8 +62967,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:806", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:806", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -63135,11 +62977,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ATP1B3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015776", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015776.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -63149,8 +62991,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "nrv1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -63179,8 +63020,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:806", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:806", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -63188,11 +63030,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ATP1B3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032946", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032946.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -63202,8 +63044,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "nrv3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -63232,8 +63073,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:808", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:808", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -63241,11 +63083,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ATP1B4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015777", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015777.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -63255,8 +63097,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "nrv2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -63285,8 +63126,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29452", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29452", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -63294,11 +63136,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ATP23", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032644", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032644.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -63308,8 +63150,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5131", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -63337,8 +63178,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:811", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:811", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -63346,11 +63188,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ATP2A1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0263006", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0263006.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -63360,8 +63202,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "SERCA", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -63390,8 +63231,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:812", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:812", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -63399,11 +63241,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ATP2A2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0263006", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0263006.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -63413,8 +63255,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "SERCA", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -63443,8 +63284,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:813", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:813", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -63452,11 +63294,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ATP2A3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0263006", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0263006.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -63466,8 +63308,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "SERCA", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -63496,8 +63337,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:814", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:814", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -63505,11 +63347,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ATP2B1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0259214", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0259214.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -63519,8 +63361,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "PMCA", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -63549,8 +63390,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:815", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:815", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -63558,11 +63400,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ATP2B2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0259214", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0259214.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -63572,8 +63414,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "PMCA", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -63602,8 +63443,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:816", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:816", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -63611,11 +63453,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ATP2B3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0259214", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0259214.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -63625,8 +63467,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "PMCA", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -63655,8 +63496,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:817", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:817", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -63664,11 +63506,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ATP2B4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0259214", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0259214.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -63678,8 +63520,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "PMCA", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -63707,8 +63548,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13211", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13211", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -63716,11 +63558,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ATP2C1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052451", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052451.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -63730,8 +63572,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "SPoCk", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -63759,8 +63600,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:29103", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29103", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -63768,11 +63610,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ATP2C2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052451", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052451.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -63782,8 +63624,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "SPoCk", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -63812,8 +63653,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:819", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:819", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -63821,11 +63663,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ATP4A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0002921", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0002921.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -63835,8 +63677,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Atp\u03b1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -63865,8 +63706,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:819", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:819", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -63874,11 +63716,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ATP4A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0267363", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0267363.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -63888,8 +63730,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "JYalpha", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -63918,8 +63759,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:820", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:820", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -63927,11 +63769,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ATP4B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015776", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015776.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -63941,8 +63783,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "nrv1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -63971,8 +63812,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:820", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:820", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -63980,11 +63822,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ATP4B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032946", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032946.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -63994,8 +63836,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "nrv3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -64024,8 +63865,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:823", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:823", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -64033,11 +63875,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ATP5F1A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0011211", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0011211.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -64047,8 +63889,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "blw", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -64076,8 +63917,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:830", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:830", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -64085,11 +63927,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ATP5F1B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010217", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010217.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -64099,8 +63941,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ATPsyn\u03b2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -64129,8 +63970,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:830", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:830", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -64138,11 +63980,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ATP5F1B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036568", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036568.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -64152,8 +63994,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ATPsyn\u03b2L", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -64182,8 +64023,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:833", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:833", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -64191,11 +64033,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ATP5F1C", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0020235", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0020235.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -64205,8 +64047,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ATPsyn\u03b3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -64234,8 +64075,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:837", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:837", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -64243,11 +64085,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ATP5F1D", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028342", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028342.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -64257,8 +64099,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ATPsyn\u03b4", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -64286,8 +64127,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:838", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:838", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -64295,11 +64137,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ATP5F1E", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051477", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051477.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -64309,8 +64151,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ATPsyn\u03b5L", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -64339,8 +64180,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:838", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:838", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -64348,11 +64190,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ATP5F1E", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0014391", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0014391.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -64362,8 +64204,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "sun", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -64392,8 +64233,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:34026", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:34026", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -64401,11 +64243,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ATP5F1EP2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051477", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051477.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -64415,8 +64257,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ATPsyn\u03b5L", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -64445,8 +64286,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:34026", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:34026", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -64454,11 +64296,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ATP5F1EP2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0014391", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0014391.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -64468,8 +64310,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "sun", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -64498,8 +64339,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:871", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:871", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -64507,11 +64349,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ATP5IF1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040660", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040660.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -64521,8 +64363,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG13551", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -64551,8 +64392,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:871", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:871", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -64560,11 +64402,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ATP5IF1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0085452", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0085452.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -64574,8 +64416,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG34423", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -64604,8 +64445,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:841", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:841", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -64613,11 +64455,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ATP5MC1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039830", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039830.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -64627,8 +64469,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ATPsynC", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -64657,8 +64498,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:842", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:842", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -64666,11 +64508,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ATP5MC2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039830", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039830.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -64680,8 +64522,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ATPsynC", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -64710,8 +64551,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:843", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:843", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -64719,11 +64561,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ATP5MC3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039830", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039830.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -64733,8 +64575,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ATPsynC", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -64758,119 +64599,14 @@ "stringencyFilter": "stringent", "totalMethodCount": 10 }, - { - "best": "No", - "bestReverse": "Yes", - "gene": { - "id": "HGNC:30889", - "species": { - "commonNames": "['human']", - "dataProviderFullName": "Rat Genome Database", - "dataProviderShortName": "RGD", - "name": "Homo sapiens", - "shortName": "Hsa", - "taxonId": "NCBITaxon:9606" - }, - "symbol": "ATP5MD", - "taxonId": "NCBITaxon:9606", - "url": null - }, - "homologGene": { - "id": "FB:FBgn0031108", - "species": { - "commonNames": "['fly', 'fruit fly', 'dme']", - "dataProviderFullName": "FlyBase", - "dataProviderShortName": "FB", - "name": "Drosophila melanogaster", - "shortName": "Dme", - "taxonId": "NCBITaxon:7227" - }, - "symbol": "CG15459", - "taxonId": "NCBITaxon:7227", - "url": null - }, - "methodCount": 3, - "predictionMethodsMatched": [ - "OrthoInspector", - "PANTHER", - "TreeFam" - ], - "predictionMethodsNotCalled": [ - "HGNC", - "ZFIN" - ], - "predictionMethodsNotMatched": [ - "Ensembl Compara", - "Hieranoid", - "InParanoid", - "OMA", - "OrthoFinder", - "PhylomeDB", - "Roundup" - ], - "stringencyFilter": "stringent", - "totalMethodCount": 10 - }, - { - "best": "Yes", - "bestReverse": "Yes", - "gene": { - "id": "HGNC:30889", - "species": { - "commonNames": "['human']", - "dataProviderFullName": "Rat Genome Database", - "dataProviderShortName": "RGD", - "name": "Homo sapiens", - "shortName": "Hsa", - "taxonId": "NCBITaxon:9606" - }, - "symbol": "ATP5MD", - "taxonId": "NCBITaxon:9606", - "url": null - }, - "homologGene": { - "id": "FB:FBgn0083167", - "species": { - "commonNames": "['fly', 'fruit fly', 'dme']", - "dataProviderFullName": "FlyBase", - "dataProviderShortName": "FB", - "name": "Drosophila melanogaster", - "shortName": "Dme", - "taxonId": "NCBITaxon:7227" - }, - "symbol": "Neb-cGP", - "taxonId": "NCBITaxon:7227", - "url": null - }, - "methodCount": 5, - "predictionMethodsMatched": [ - "Hieranoid", - "OrthoFinder", - "OrthoInspector", - "PANTHER", - "PhylomeDB" - ], - "predictionMethodsNotCalled": [ - "HGNC", - "ZFIN" - ], - "predictionMethodsNotMatched": [ - "Ensembl Compara", - "InParanoid", - "OMA", - "Roundup", - "TreeFam" - ], - "stringencyFilter": "stringent", - "totalMethodCount": 10 - }, { "best": "Yes", "bestReverse": "Yes", "gene": { "id": "HGNC:846", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:846", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -64878,11 +64614,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ATP5ME", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038224", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038224.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -64892,8 +64628,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ATPsynE", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -64922,8 +64657,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:848", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:848", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -64931,11 +64667,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ATP5MF", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035032", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035032.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -64945,8 +64681,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ATPsynF", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -64975,8 +64710,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:38844", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:38844", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -64984,11 +64720,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ATP5MF-PTCD1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035591", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035591.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -64998,8 +64734,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG4611", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -65028,8 +64763,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14247", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14247", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -65037,11 +64773,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ATP5MG", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010612", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010612.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -65051,8 +64787,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ATPsynG", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -65080,8 +64815,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14247", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14247", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -65089,11 +64825,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ATP5MG", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031941", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031941.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -65103,8 +64839,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ATPsynGL", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -65133,8 +64868,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:13213", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13213", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -65142,11 +64878,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ATP5MGL", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010612", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010612.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -65156,8 +64892,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ATPsynG", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -65182,24 +64917,25 @@ "totalMethodCount": 10 }, { - "best": "Yes", + "best": "No", "bestReverse": "Yes", "gene": { - "id": "HGNC:840", + "id": "HGNC:30889", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30889", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "ATP5PB", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "ATP5MK", + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0019644", + "id": "FB:FBgn0031108", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031108.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -65208,50 +64944,51 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "ATPsynB", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "CG15459", + "taxonId": "NCBITaxon:7227" }, - "methodCount": 10, + "methodCount": 3, "predictionMethodsMatched": [ - "Ensembl Compara", - "Hieranoid", - "InParanoid", - "OMA", - "OrthoFinder", "OrthoInspector", "PANTHER", - "PhylomeDB", - "Roundup", "TreeFam" ], "predictionMethodsNotCalled": [ "HGNC", "ZFIN" ], - "predictionMethodsNotMatched": [], + "predictionMethodsNotMatched": [ + "Ensembl Compara", + "Hieranoid", + "InParanoid", + "OMA", + "OrthoFinder", + "PhylomeDB", + "Roundup" + ], "stringencyFilter": "stringent", "totalMethodCount": 10 }, { - "best": "No", + "best": "Yes", "bestReverse": "Yes", "gene": { - "id": "HGNC:840", + "id": "HGNC:30889", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30889", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "ATP5PB", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "ATP5MK", + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0036345", + "id": "FB:FBgn0083167", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0083167.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -65260,13 +64997,14 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG17300", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Neb-cGP", + "taxonId": "NCBITaxon:7227" }, - "methodCount": 3, + "methodCount": 5, "predictionMethodsMatched": [ + "Hieranoid", "OrthoFinder", + "OrthoInspector", "PANTHER", "PhylomeDB" ], @@ -65276,10 +65014,8 @@ ], "predictionMethodsNotMatched": [ "Ensembl Compara", - "Hieranoid", "InParanoid", "OMA", - "OrthoInspector", "Roundup", "TreeFam" ], @@ -65290,21 +65026,22 @@ "best": "Yes", "bestReverse": "Yes", "gene": { - "id": "HGNC:845", + "id": "HGNC:840", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:840", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "ATP5PD", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "ATP5PB", + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0016120", + "id": "FB:FBgn0019644", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0019644.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -65313,9 +65050,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "ATPsynD", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "ATPsynB", + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -65341,10 +65077,64 @@ { "best": "No", "bestReverse": "Yes", + "gene": { + "id": "HGNC:840", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:840", + "species": { + "commonNames": "['human', 'hsa']", + "dataProviderFullName": "Rat Genome Database", + "dataProviderShortName": "RGD", + "name": "Homo sapiens", + "shortName": "Hsa", + "taxonId": "NCBITaxon:9606" + }, + "symbol": "ATP5PB", + "taxonId": "NCBITaxon:9606" + }, + "homologGene": { + "id": "FB:FBgn0036345", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036345.html", + "species": { + "commonNames": "['fly', 'fruit fly', 'dme']", + "dataProviderFullName": "FlyBase", + "dataProviderShortName": "FB", + "name": "Drosophila melanogaster", + "shortName": "Dme", + "taxonId": "NCBITaxon:7227" + }, + "symbol": "CG17300", + "taxonId": "NCBITaxon:7227" + }, + "methodCount": 3, + "predictionMethodsMatched": [ + "OrthoFinder", + "PANTHER", + "PhylomeDB" + ], + "predictionMethodsNotCalled": [ + "HGNC", + "ZFIN" + ], + "predictionMethodsNotMatched": [ + "Ensembl Compara", + "Hieranoid", + "InParanoid", + "OMA", + "OrthoInspector", + "Roundup", + "TreeFam" + ], + "stringencyFilter": "stringent", + "totalMethodCount": 10 + }, + { + "best": "Yes", + "bestReverse": "Yes", "gene": { "id": "HGNC:845", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:845", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -65352,11 +65142,63 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ATP5PD", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" + }, + "homologGene": { + "id": "FB:FBgn0016120", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0016120.html", + "species": { + "commonNames": "['fly', 'fruit fly', 'dme']", + "dataProviderFullName": "FlyBase", + "dataProviderShortName": "FB", + "name": "Drosophila melanogaster", + "shortName": "Dme", + "taxonId": "NCBITaxon:7227" + }, + "symbol": "ATPsynD", + "taxonId": "NCBITaxon:7227" + }, + "methodCount": 10, + "predictionMethodsMatched": [ + "Ensembl Compara", + "Hieranoid", + "InParanoid", + "OMA", + "OrthoFinder", + "OrthoInspector", + "PANTHER", + "PhylomeDB", + "Roundup", + "TreeFam" + ], + "predictionMethodsNotCalled": [ + "HGNC", + "ZFIN" + ], + "predictionMethodsNotMatched": [], + "stringencyFilter": "stringent", + "totalMethodCount": 10 + }, + { + "best": "No", + "bestReverse": "Yes", + "gene": { + "id": "HGNC:845", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:845", + "species": { + "commonNames": "['human', 'hsa']", + "dataProviderFullName": "Rat Genome Database", + "dataProviderShortName": "RGD", + "name": "Homo sapiens", + "shortName": "Hsa", + "taxonId": "NCBITaxon:9606" + }, + "symbol": "ATP5PD", + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0285943", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0285943.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -65366,8 +65208,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "knon", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -65396,8 +65237,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:847", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:847", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -65405,11 +65247,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ATP5PF", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0016119", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0016119.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -65419,8 +65261,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ATPsynCF6", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -65448,8 +65289,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:847", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:847", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -65457,11 +65299,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ATP5PF", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035585", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035585.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -65471,8 +65313,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ATPsynCF6L", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -65501,8 +65342,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:850", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:850", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -65510,11 +65352,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ATP5PO", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0016691", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0016691.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -65524,8 +65366,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ATPsynO", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -65549,12 +65390,13 @@ "totalMethodCount": 10 }, { - "best": "No", + "best": "Yes", "bestReverse": "Yes", "gene": { "id": "HGNC:868", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:868", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -65562,11 +65404,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ATP6AP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0051030", + "id": "FB:FBgn0262515", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0262515.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -65575,15 +65417,17 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG31030", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "VhaAC45", + "taxonId": "NCBITaxon:7227" }, - "methodCount": 4, + "methodCount": 7, "predictionMethodsMatched": [ "Ensembl Compara", + "Hieranoid", "OrthoFinder", + "OrthoInspector", "PANTHER", + "Roundup", "TreeFam" ], "predictionMethodsNotCalled": [ @@ -65591,23 +65435,21 @@ "ZFIN" ], "predictionMethodsNotMatched": [ - "Hieranoid", "InParanoid", "OMA", - "OrthoInspector", - "PhylomeDB", - "Roundup" + "PhylomeDB" ], "stringencyFilter": "stringent", "totalMethodCount": 10 }, { - "best": "Yes", + "best": "No", "bestReverse": "Yes", "gene": { "id": "HGNC:868", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:868", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -65615,11 +65457,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ATP6AP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0262515", + "id": "FB:FBgn0051030", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051030.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -65628,18 +65470,14 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "VhaAC45", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "VhaAC45RP", + "taxonId": "NCBITaxon:7227" }, - "methodCount": 7, + "methodCount": 4, "predictionMethodsMatched": [ "Ensembl Compara", - "Hieranoid", "OrthoFinder", - "OrthoInspector", "PANTHER", - "Roundup", "TreeFam" ], "predictionMethodsNotCalled": [ @@ -65647,20 +65485,24 @@ "ZFIN" ], "predictionMethodsNotMatched": [ + "Hieranoid", "InParanoid", "OMA", - "PhylomeDB" + "OrthoInspector", + "PhylomeDB", + "Roundup" ], "stringencyFilter": "stringent", "totalMethodCount": 10 }, { "best": "Yes", - "bestReverse": "Yes", + "bestReverse": "No", "gene": { "id": "HGNC:28091", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28091", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -65668,11 +65510,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ATP6AP1L", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0051030", + "id": "FB:FBgn0262515", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0262515.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -65681,9 +65523,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG31030", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "VhaAC45", + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -65709,11 +65550,12 @@ }, { "best": "Yes", - "bestReverse": "No", + "bestReverse": "Yes", "gene": { "id": "HGNC:28091", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28091", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -65721,11 +65563,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ATP6AP1L", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0262515", + "id": "FB:FBgn0051030", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051030.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -65734,9 +65576,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "VhaAC45", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "VhaAC45RP", + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -65765,8 +65606,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18305", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18305", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -65774,11 +65616,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ATP6AP2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037671", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037671.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -65788,8 +65630,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ATP6AP2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -65817,8 +65658,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:865", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:865", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -65826,11 +65668,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ATP6V0A1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028671", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028671.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -65840,8 +65682,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Vha100-1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -65869,8 +65710,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:865", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:865", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -65878,11 +65720,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ATP6V0A1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028670", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028670.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -65892,8 +65734,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Vha100-2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -65922,8 +65763,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:865", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:865", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -65931,11 +65773,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ATP6V0A1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028669", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028669.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -65945,8 +65787,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Vha100-3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -65975,8 +65816,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:865", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:865", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -65984,11 +65826,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ATP6V0A1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038613", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038613.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -65998,8 +65840,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Vha100-4", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -66028,8 +65869,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:865", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:865", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -66037,11 +65879,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ATP6V0A1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032373", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032373.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -66051,8 +65893,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Vha100-5", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -66081,8 +65922,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:18481", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18481", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -66090,11 +65932,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ATP6V0A2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028671", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028671.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -66104,8 +65946,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Vha100-1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -66134,8 +65975,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:18481", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18481", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -66143,11 +65985,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ATP6V0A2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028670", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028670.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -66157,8 +65999,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Vha100-2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -66187,8 +66028,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:18481", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18481", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -66196,11 +66038,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ATP6V0A2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038613", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038613.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -66210,8 +66052,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Vha100-4", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -66240,8 +66081,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:18481", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18481", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -66249,11 +66091,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ATP6V0A2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032373", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032373.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -66263,8 +66105,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Vha100-5", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -66293,8 +66134,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:866", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:866", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -66302,11 +66144,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ATP6V0A4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028671", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028671.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -66316,8 +66158,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Vha100-1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -66346,8 +66187,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:866", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:866", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -66355,11 +66197,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ATP6V0A4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028669", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028669.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -66369,8 +66211,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Vha100-3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -66399,8 +66240,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:866", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:866", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -66408,11 +66250,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ATP6V0A4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038613", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038613.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -66422,8 +66264,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Vha100-4", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -66452,8 +66293,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:866", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:866", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -66461,11 +66303,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ATP6V0A4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032373", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032373.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -66475,8 +66317,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Vha100-5", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -66505,8 +66346,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:861", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:861", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -66514,11 +66356,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ATP6V0B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028662", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028662.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -66528,8 +66370,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "VhaPPA1-1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -66557,8 +66398,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:861", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:861", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -66566,11 +66408,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ATP6V0B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0262514", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0262514.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -66580,8 +66422,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "VhaPPA1-2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -66610,8 +66451,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:855", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:855", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -66619,11 +66461,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ATP6V0C", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0262736", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0262736.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -66633,8 +66475,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Vha16-1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -66663,8 +66504,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:855", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:855", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -66672,11 +66514,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ATP6V0C", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028668", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028668.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -66686,8 +66528,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Vha16-2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -66716,8 +66557,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:855", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:855", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -66725,11 +66567,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ATP6V0C", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028667", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028667.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -66739,8 +66581,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Vha16-3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -66769,8 +66610,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:855", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:855", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -66778,11 +66620,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ATP6V0C", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0262513", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0262513.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -66792,8 +66634,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Vha16-4", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -66822,8 +66663,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:855", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:855", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -66831,11 +66673,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ATP6V0C", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032294", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032294.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -66845,8 +66687,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Vha16-5", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -66875,8 +66716,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13724", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13724", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -66884,11 +66726,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ATP6V0D1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0285910", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0285910.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -66898,8 +66740,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "VhaAC39-1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -66927,8 +66768,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13724", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13724", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -66936,11 +66778,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ATP6V0D1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039058", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039058.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -66950,8 +66792,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "VhaAC39-2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -66980,8 +66821,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:18266", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18266", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -66989,11 +66831,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ATP6V0D2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0285910", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0285910.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -67003,8 +66845,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "VhaAC39-1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -67033,8 +66874,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18266", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18266", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -67042,11 +66884,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ATP6V0D2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039058", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039058.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -67056,8 +66898,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "VhaAC39-2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -67086,8 +66927,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:863", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:863", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -67095,11 +66937,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ATP6V0E1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035521", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035521.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -67109,8 +66951,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "VhaM9.7-a", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -67139,8 +66980,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:863", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:863", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -67148,11 +66990,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ATP6V0E1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028663", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028663.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -67162,8 +67004,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "VhaM9.7-b", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -67192,8 +67033,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:863", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:863", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -67201,11 +67043,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ATP6V0E1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028664", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028664.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -67215,8 +67057,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "VhaM9.7-c", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -67245,8 +67086,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:863", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:863", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -67254,11 +67096,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ATP6V0E1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038458", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038458.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -67268,8 +67110,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "VhaM9.7-d", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -67298,8 +67139,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21723", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21723", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -67307,11 +67149,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ATP6V0E2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035521", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035521.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -67321,8 +67163,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "VhaM9.7-a", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -67351,8 +67192,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21723", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21723", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -67360,11 +67202,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ATP6V0E2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028663", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028663.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -67374,8 +67216,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "VhaM9.7-b", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -67404,8 +67245,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21723", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21723", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -67413,11 +67255,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ATP6V0E2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028664", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028664.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -67427,8 +67269,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "VhaM9.7-c", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -67457,8 +67298,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21723", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21723", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -67466,11 +67308,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ATP6V0E2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038458", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038458.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -67480,8 +67322,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "VhaM9.7-d", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -67510,8 +67351,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:851", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:851", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -67519,11 +67361,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ATP6V1A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0265262", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0265262.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -67533,8 +67375,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Vha68-1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -67563,8 +67404,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:851", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:851", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -67572,11 +67414,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ATP6V1A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0263598", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0263598.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -67586,8 +67428,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Vha68-2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -67615,8 +67456,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:851", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:851", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -67624,11 +67466,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ATP6V1A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032464", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032464.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -67638,8 +67480,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Vha68-3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -67668,8 +67509,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:853", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:853", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -67677,11 +67519,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ATP6V1B1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0005671", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0005671.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -67691,8 +67533,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Vha55", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -67721,8 +67562,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:854", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:854", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -67730,11 +67572,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ATP6V1B2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0005671", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0005671.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -67744,8 +67586,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Vha55", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -67772,21 +67613,22 @@ "best": "Yes", "bestReverse": "Yes", "gene": { - "id": "HGNC:856", + "id": "HGNC:13527", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13527", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "ATP6V1C1", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "ATP6V1D", + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0262511", + "id": "FB:FBgn0022097", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0022097.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -67795,15 +67637,15 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "Vha44", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Vha36-1", + "taxonId": "NCBITaxon:7227" }, - "methodCount": 9, + "methodCount": 10, "predictionMethodsMatched": [ "Ensembl Compara", "Hieranoid", "InParanoid", + "OMA", "OrthoFinder", "OrthoInspector", "PANTHER", @@ -67815,31 +67657,82 @@ "HGNC", "ZFIN" ], - "predictionMethodsNotMatched": [ - "OMA" + "predictionMethodsNotMatched": [], + "stringencyFilter": "stringent", + "totalMethodCount": 10 + }, + { + "best": "Yes", + "bestReverse": "Yes", + "gene": { + "id": "HGNC:13527", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13527", + "species": { + "commonNames": "['human', 'hsa']", + "dataProviderFullName": "Rat Genome Database", + "dataProviderShortName": "RGD", + "name": "Homo sapiens", + "shortName": "Hsa", + "taxonId": "NCBITaxon:9606" + }, + "symbol": "ATP6V1D", + "taxonId": "NCBITaxon:9606" + }, + "homologGene": { + "id": "FB:FBgn0040377", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040377.html", + "species": { + "commonNames": "['fly', 'fruit fly', 'dme']", + "dataProviderFullName": "FlyBase", + "dataProviderShortName": "FB", + "name": "Drosophila melanogaster", + "shortName": "Dme", + "taxonId": "NCBITaxon:7227" + }, + "symbol": "Vha36-3", + "taxonId": "NCBITaxon:7227" + }, + "methodCount": 10, + "predictionMethodsMatched": [ + "Ensembl Compara", + "Hieranoid", + "InParanoid", + "OMA", + "OrthoFinder", + "OrthoInspector", + "PANTHER", + "PhylomeDB", + "Roundup", + "TreeFam" + ], + "predictionMethodsNotCalled": [ + "HGNC", + "ZFIN" ], + "predictionMethodsNotMatched": [], "stringencyFilter": "stringent", "totalMethodCount": 10 }, { "best": "Yes", - "bestReverse": "No", + "bestReverse": "Yes", "gene": { - "id": "HGNC:18264", + "id": "HGNC:857", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:857", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "ATP6V1C2", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "ATP6V1E1", + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0262511", + "id": "FB:FBgn0283535", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0283535.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -67848,14 +67741,15 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "Vha44", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Vha26", + "taxonId": "NCBITaxon:7227" }, - "methodCount": 8, + "methodCount": 10, "predictionMethodsMatched": [ "Ensembl Compara", "Hieranoid", + "InParanoid", + "OMA", "OrthoFinder", "OrthoInspector", "PANTHER", @@ -67867,10 +67761,59 @@ "HGNC", "ZFIN" ], - "predictionMethodsNotMatched": [ + "predictionMethodsNotMatched": [], + "stringencyFilter": "stringent", + "totalMethodCount": 10 + }, + { + "best": "Yes", + "bestReverse": "Yes", + "gene": { + "id": "HGNC:18125", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18125", + "species": { + "commonNames": "['human', 'hsa']", + "dataProviderFullName": "Rat Genome Database", + "dataProviderShortName": "RGD", + "name": "Homo sapiens", + "shortName": "Hsa", + "taxonId": "NCBITaxon:9606" + }, + "symbol": "ATP6V1E2", + "taxonId": "NCBITaxon:9606" + }, + "homologGene": { + "id": "FB:FBgn0283535", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0283535.html", + "species": { + "commonNames": "['fly', 'fruit fly', 'dme']", + "dataProviderFullName": "FlyBase", + "dataProviderShortName": "FB", + "name": "Drosophila melanogaster", + "shortName": "Dme", + "taxonId": "NCBITaxon:7227" + }, + "symbol": "Vha26", + "taxonId": "NCBITaxon:7227" + }, + "methodCount": 10, + "predictionMethodsMatched": [ + "Ensembl Compara", + "Hieranoid", "InParanoid", - "OMA" + "OMA", + "OrthoFinder", + "OrthoInspector", + "PANTHER", + "PhylomeDB", + "Roundup", + "TreeFam" + ], + "predictionMethodsNotCalled": [ + "HGNC", + "ZFIN" ], + "predictionMethodsNotMatched": [], "stringencyFilter": "stringent", "totalMethodCount": 10 }, @@ -67878,21 +67821,22 @@ "best": "Yes", "bestReverse": "Yes", "gene": { - "id": "HGNC:13527", + "id": "HGNC:16832", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16832", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "ATP6V1D", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "ATP6V1F", + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0022097", + "id": "FB:FBgn0262512", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0262512.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -67901,217 +67845,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "Vha36-1", - "taxonId": "NCBITaxon:7227", - "url": null - }, - "methodCount": 10, - "predictionMethodsMatched": [ - "Ensembl Compara", - "Hieranoid", - "InParanoid", - "OMA", - "OrthoFinder", - "OrthoInspector", - "PANTHER", - "PhylomeDB", - "Roundup", - "TreeFam" - ], - "predictionMethodsNotCalled": [ - "HGNC", - "ZFIN" - ], - "predictionMethodsNotMatched": [], - "stringencyFilter": "stringent", - "totalMethodCount": 10 - }, - { - "best": "Yes", - "bestReverse": "Yes", - "gene": { - "id": "HGNC:13527", - "species": { - "commonNames": "['human']", - "dataProviderFullName": "Rat Genome Database", - "dataProviderShortName": "RGD", - "name": "Homo sapiens", - "shortName": "Hsa", - "taxonId": "NCBITaxon:9606" - }, - "symbol": "ATP6V1D", - "taxonId": "NCBITaxon:9606", - "url": null - }, - "homologGene": { - "id": "FB:FBgn0040377", - "species": { - "commonNames": "['fly', 'fruit fly', 'dme']", - "dataProviderFullName": "FlyBase", - "dataProviderShortName": "FB", - "name": "Drosophila melanogaster", - "shortName": "Dme", - "taxonId": "NCBITaxon:7227" - }, - "symbol": "Vha36-3", - "taxonId": "NCBITaxon:7227", - "url": null - }, - "methodCount": 10, - "predictionMethodsMatched": [ - "Ensembl Compara", - "Hieranoid", - "InParanoid", - "OMA", - "OrthoFinder", - "OrthoInspector", - "PANTHER", - "PhylomeDB", - "Roundup", - "TreeFam" - ], - "predictionMethodsNotCalled": [ - "HGNC", - "ZFIN" - ], - "predictionMethodsNotMatched": [], - "stringencyFilter": "stringent", - "totalMethodCount": 10 - }, - { - "best": "Yes", - "bestReverse": "Yes", - "gene": { - "id": "HGNC:857", - "species": { - "commonNames": "['human']", - "dataProviderFullName": "Rat Genome Database", - "dataProviderShortName": "RGD", - "name": "Homo sapiens", - "shortName": "Hsa", - "taxonId": "NCBITaxon:9606" - }, - "symbol": "ATP6V1E1", - "taxonId": "NCBITaxon:9606", - "url": null - }, - "homologGene": { - "id": "FB:FBgn0283535", - "species": { - "commonNames": "['fly', 'fruit fly', 'dme']", - "dataProviderFullName": "FlyBase", - "dataProviderShortName": "FB", - "name": "Drosophila melanogaster", - "shortName": "Dme", - "taxonId": "NCBITaxon:7227" - }, - "symbol": "Vha26", - "taxonId": "NCBITaxon:7227", - "url": null - }, - "methodCount": 10, - "predictionMethodsMatched": [ - "Ensembl Compara", - "Hieranoid", - "InParanoid", - "OMA", - "OrthoFinder", - "OrthoInspector", - "PANTHER", - "PhylomeDB", - "Roundup", - "TreeFam" - ], - "predictionMethodsNotCalled": [ - "HGNC", - "ZFIN" - ], - "predictionMethodsNotMatched": [], - "stringencyFilter": "stringent", - "totalMethodCount": 10 - }, - { - "best": "Yes", - "bestReverse": "Yes", - "gene": { - "id": "HGNC:18125", - "species": { - "commonNames": "['human']", - "dataProviderFullName": "Rat Genome Database", - "dataProviderShortName": "RGD", - "name": "Homo sapiens", - "shortName": "Hsa", - "taxonId": "NCBITaxon:9606" - }, - "symbol": "ATP6V1E2", - "taxonId": "NCBITaxon:9606", - "url": null - }, - "homologGene": { - "id": "FB:FBgn0283535", - "species": { - "commonNames": "['fly', 'fruit fly', 'dme']", - "dataProviderFullName": "FlyBase", - "dataProviderShortName": "FB", - "name": "Drosophila melanogaster", - "shortName": "Dme", - "taxonId": "NCBITaxon:7227" - }, - "symbol": "Vha26", - "taxonId": "NCBITaxon:7227", - "url": null - }, - "methodCount": 10, - "predictionMethodsMatched": [ - "Ensembl Compara", - "Hieranoid", - "InParanoid", - "OMA", - "OrthoFinder", - "OrthoInspector", - "PANTHER", - "PhylomeDB", - "Roundup", - "TreeFam" - ], - "predictionMethodsNotCalled": [ - "HGNC", - "ZFIN" - ], - "predictionMethodsNotMatched": [], - "stringencyFilter": "stringent", - "totalMethodCount": 10 - }, - { - "best": "Yes", - "bestReverse": "Yes", - "gene": { - "id": "HGNC:16832", - "species": { - "commonNames": "['human']", - "dataProviderFullName": "Rat Genome Database", - "dataProviderShortName": "RGD", - "name": "Homo sapiens", - "shortName": "Hsa", - "taxonId": "NCBITaxon:9606" - }, - "symbol": "ATP6V1F", - "taxonId": "NCBITaxon:9606", - "url": null - }, - "homologGene": { - "id": "FB:FBgn0262512", - "species": { - "commonNames": "['fly', 'fruit fly', 'dme']", - "dataProviderFullName": "FlyBase", - "dataProviderShortName": "FB", - "name": "Drosophila melanogaster", - "shortName": "Dme", - "taxonId": "NCBITaxon:7227" - }, - "symbol": "Vha14-1", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Vha14-1", + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -68139,8 +67874,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16832", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16832", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -68148,11 +67884,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ATP6V1F", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037402", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037402.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -68162,8 +67898,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Vha14-2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -68192,8 +67927,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:52392", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:52392", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -68201,11 +67937,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ATP6V1FNB", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035014", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035014.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -68215,8 +67951,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG13581", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -68245,8 +67980,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:864", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:864", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -68254,11 +67990,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ATP6V1G1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0283536", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0283536.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -68268,8 +68004,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Vha13", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -68298,8 +68033,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:862", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:862", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -68307,11 +68043,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ATP6V1G2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0283536", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0283536.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -68321,8 +68057,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Vha13", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -68350,8 +68085,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:18265", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18265", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -68359,11 +68095,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ATP6V1G3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0283536", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0283536.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -68373,8 +68109,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Vha13", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -68403,8 +68138,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18303", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18303", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -68412,11 +68148,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ATP6V1H", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027779", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027779.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -68426,8 +68162,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "VhaSFD", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -68455,8 +68190,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:869", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:869", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -68464,11 +68200,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ATP7A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030343", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030343.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -68478,8 +68214,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ATP7", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -68508,8 +68243,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:870", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:870", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -68517,11 +68253,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ATP7B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030343", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030343.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -68531,8 +68267,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ATP7", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -68560,8 +68295,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:13531", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13531", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -68569,11 +68305,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ATP8A1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0259221", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0259221.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -68583,8 +68319,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ATP8A", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -68613,8 +68348,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13533", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13533", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -68622,11 +68358,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ATP8A2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0259221", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0259221.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -68636,8 +68372,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ATP8A", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -68665,8 +68400,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:3706", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3706", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -68674,11 +68410,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ATP8B1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037989", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037989.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -68688,8 +68424,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ATP8B", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -68718,8 +68453,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13534", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13534", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -68727,11 +68463,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ATP8B2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037989", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037989.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -68741,8 +68477,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ATP8B", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -68771,8 +68506,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:13535", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13535", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -68780,11 +68516,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ATP8B3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037989", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037989.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -68794,8 +68530,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ATP8B", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -68824,8 +68559,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13536", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13536", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -68833,11 +68569,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ATP8B4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037989", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037989.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -68847,8 +68583,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ATP8B", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -68877,8 +68612,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13540", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13540", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -68886,11 +68622,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ATP9A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051729", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051729.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -68900,8 +68636,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG31729", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -68930,8 +68665,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13541", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13541", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -68939,11 +68675,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ATP9B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051729", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051729.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -68953,8 +68689,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG31729", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -68983,8 +68718,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18803", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18803", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -68992,11 +68728,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ATPAF1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0022344", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0022344.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -69006,8 +68742,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10340", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -69035,8 +68770,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18802", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18802", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -69044,11 +68780,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ATPAF2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0021856", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0021856.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -69058,8 +68794,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "l(2)k14505", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -69088,8 +68823,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:27029", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:27029", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -69097,11 +68833,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ATPSCKMT", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038871", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038871.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -69111,8 +68847,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG3337", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -69140,8 +68875,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:882", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:882", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -69149,11 +68885,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ATR", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004367", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004367.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -69163,8 +68899,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mei-41", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -69193,8 +68928,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:33499", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:33499", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -69202,11 +68938,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ATRIP", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0002901", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0002901.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -69216,8 +68952,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mus304", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -69246,8 +68981,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:885", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:885", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -69255,11 +68991,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ATRN", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039528", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039528.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -69269,8 +69005,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "dsd", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -69299,8 +69034,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29063", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29063", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -69308,11 +69044,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ATRNL1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039528", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039528.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -69322,8 +69058,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "dsd", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -69352,8 +69087,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:886", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:886", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -69361,11 +69097,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ATRX", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039338", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039338.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -69375,8 +69111,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "XNP", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -69405,8 +69140,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10548", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10548", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -69414,11 +69150,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ATXN1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029907", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029907.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -69428,8 +69164,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Atx-1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -69458,8 +69193,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10549", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10549", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -69467,11 +69203,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ATXN10", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034266", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034266.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -69481,8 +69217,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG4975", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -69511,8 +69246,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:33279", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:33279", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -69520,11 +69256,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ATXN1L", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029907", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029907.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -69534,8 +69270,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Atx-1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -69564,8 +69299,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:10555", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10555", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -69573,11 +69309,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ATXN2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0041188", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0041188.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -69587,8 +69323,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Atx2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -69617,8 +69352,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:31326", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:31326", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -69626,11 +69362,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ATXN2L", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0041188", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0041188.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -69640,8 +69376,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Atx2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -69670,8 +69405,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25416", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25416", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -69679,11 +69415,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ATXN7L3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036804", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036804.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -69693,8 +69429,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Sgf11", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -69723,8 +69458,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:890", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:890", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -69732,11 +69468,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AUH", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033761", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033761.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -69746,8 +69482,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8778", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -69776,8 +69511,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11393", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11393", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -69785,11 +69521,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AURKA", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000147", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000147.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -69799,8 +69535,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "aurA", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -69829,8 +69564,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11390", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11390", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -69838,11 +69574,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AURKB", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000147", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000147.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -69852,8 +69588,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "aurA", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -69882,8 +69617,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11390", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11390", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -69891,11 +69627,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AURKB", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0024227", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0024227.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -69905,8 +69641,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "aurB", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -69935,8 +69670,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:11391", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11391", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -69944,11 +69680,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AURKC", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000147", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000147.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -69958,8 +69694,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "aurA", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -69988,8 +69723,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11391", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11391", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -69997,11 +69733,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AURKC", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0024227", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0024227.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -70011,8 +69747,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "aurB", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -70041,8 +69776,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14262", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14262", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -70050,11 +69786,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AUTS2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0260938", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0260938.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -70064,8 +69800,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "tay", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -70094,8 +69829,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13509", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13509", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -70103,11 +69839,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AVEN", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030410", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030410.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -70117,8 +69853,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Aven", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -70147,8 +69882,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:14188", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14188", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -70156,11 +69892,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AVIL", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010225", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010225.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -70170,8 +69906,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Gel", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -70200,8 +69935,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14188", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14188", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -70209,11 +69945,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AVIL", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003187", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003187.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -70223,8 +69959,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "qua", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -70253,8 +69988,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28994", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28994", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -70262,11 +69998,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AVL9", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030499", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030499.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -70276,8 +70012,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG11178", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -70305,8 +70040,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:895", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:895", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -70314,11 +70050,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AVPR1A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039396", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039396.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -70328,8 +70064,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CCAP-R", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -70358,8 +70093,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:896", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:896", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -70367,11 +70103,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AVPR1B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039396", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039396.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -70381,8 +70117,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CCAP-R", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -70411,8 +70146,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:897", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:897", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -70420,11 +70156,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AVPR2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039396", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039396.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -70434,8 +70170,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CCAP-R", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -70464,8 +70199,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:23252", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23252", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -70473,11 +70209,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AWAT1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033214", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033214.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -70487,8 +70223,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG1941", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -70517,8 +70252,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:23252", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23252", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -70526,11 +70262,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AWAT1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033216", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033216.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -70540,8 +70276,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG1946", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -70570,8 +70305,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:23252", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23252", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -70579,11 +70315,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AWAT1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033215", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033215.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -70593,8 +70329,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Dgat2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -70623,8 +70358,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:23251", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23251", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -70632,11 +70368,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AWAT2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033214", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033214.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -70646,8 +70382,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG1941", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -70676,8 +70411,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:23251", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23251", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -70685,11 +70421,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AWAT2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033216", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033216.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -70699,8 +70435,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG1946", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -70729,8 +70464,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:23251", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23251", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -70738,11 +70474,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AWAT2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033215", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033215.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -70752,8 +70488,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Dgat2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -70782,8 +70517,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:903", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:903", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -70791,11 +70527,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AXIN1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0026597", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026597.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -70805,8 +70541,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Axn", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -70834,8 +70569,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:904", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:904", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -70843,11 +70579,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AXIN2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0026597", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026597.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -70857,8 +70593,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Axn", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -70887,8 +70622,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:16432", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16432", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -70896,11 +70632,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AZIN1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0013307", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0013307.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -70910,8 +70646,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Odc1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -70940,8 +70675,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16432", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16432", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -70949,11 +70685,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AZIN1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0013308", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0013308.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -70963,8 +70699,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Odc2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -70993,8 +70728,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:29957", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29957", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -71002,11 +70738,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AZIN2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0013307", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0013307.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -71016,8 +70752,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Odc1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -71046,8 +70781,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29957", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29957", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -71055,11 +70791,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "AZIN2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0013308", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0013308.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -71069,8 +70805,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Odc2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -71099,8 +70834,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:918", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:918", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -71108,11 +70844,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "B3GALNT1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0050036", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0050036.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -71122,8 +70858,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG30036", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -71152,8 +70887,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:916", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:916", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -71161,11 +70897,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "B3GALT1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0050036", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0050036.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -71175,8 +70911,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG30036", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -71205,8 +70940,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:916", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:916", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -71214,11 +70950,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "B3GALT1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0050037", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0050037.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -71228,8 +70964,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG30037", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -71258,8 +70993,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:916", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:916", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -71267,11 +71003,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "B3GALT1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031986", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031986.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -71281,8 +71017,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8673", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -71311,8 +71046,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:916", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:916", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -71320,11 +71056,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "B3GALT1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0053145", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0053145.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -71334,8 +71070,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "GalT1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -71364,8 +71099,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:917", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:917", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -71373,11 +71109,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "B3GALT2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0050036", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0050036.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -71387,8 +71123,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG30036", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -71417,8 +71152,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:917", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:917", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -71426,11 +71162,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "B3GALT2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0050037", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0050037.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -71440,8 +71176,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG30037", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -71470,8 +71205,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:917", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:917", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -71479,11 +71215,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "B3GALT2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0053145", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0053145.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -71493,8 +71229,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "GalT1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -71523,8 +71258,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:919", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:919", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -71532,11 +71268,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "B3GALT4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031986", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031986.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -71546,8 +71282,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8673", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -71576,8 +71311,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:920", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:920", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -71585,11 +71321,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "B3GALT5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0050036", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0050036.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -71599,8 +71335,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG30036", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -71629,8 +71364,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:920", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:920", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -71638,11 +71374,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "B3GALT5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031986", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031986.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -71652,8 +71388,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8673", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -71682,8 +71417,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17978", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17978", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -71691,11 +71427,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "B3GALT6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033315", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033315.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -71705,8 +71441,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "\u03b23GalTII", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -71735,8 +71470,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:921", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:921", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -71744,11 +71480,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "B3GAT1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0066114", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0066114.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -71758,8 +71494,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "GlcAT-I", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -71788,8 +71523,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:922", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:922", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -71797,11 +71533,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "B3GAT2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0066114", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0066114.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -71811,8 +71547,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "GlcAT-I", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -71841,8 +71576,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:923", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:923", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -71850,11 +71586,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "B3GAT3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0066114", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0066114.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -71864,8 +71600,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "GlcAT-I", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -71893,8 +71628,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20207", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20207", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -71902,11 +71638,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "B3GLCT", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031765", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031765.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -71916,8 +71652,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG9109", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -71946,8 +71681,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:15629", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15629", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -71955,11 +71691,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "B3GNT2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000221", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000221.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -71969,8 +71705,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "brn", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -71999,8 +71734,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13528", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13528", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -72008,11 +71744,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "B3GNT3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000221", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000221.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -72022,8 +71758,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "brn", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -72052,8 +71787,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:15683", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15683", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -72061,11 +71797,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "B3GNT4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000221", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000221.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -72075,8 +71811,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "brn", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -72105,8 +71840,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:15684", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15684", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -72114,11 +71850,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "B3GNT5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000221", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000221.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -72128,8 +71864,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "brn", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -72158,8 +71893,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24141", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24141", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -72167,11 +71903,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "B3GNT6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000221", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000221.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -72181,8 +71917,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "brn", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -72211,8 +71946,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:18811", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18811", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -72220,11 +71956,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "B3GNT7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000221", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000221.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -72234,8 +71970,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "brn", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -72264,8 +71999,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:24139", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24139", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -72273,11 +72009,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "B3GNT8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000221", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000221.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -72287,8 +72023,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "brn", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -72317,8 +72052,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:28714", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28714", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -72326,11 +72062,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "B3GNT9", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000221", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000221.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -72340,8 +72076,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "brn", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -72370,8 +72105,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:924", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:924", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -72379,11 +72115,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "B4GALT1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027538", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027538.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -72393,8 +72129,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "\u03b24GalNAcTA", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -72423,8 +72158,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:924", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:924", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -72432,11 +72168,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "B4GALT1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039625", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039625.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -72446,8 +72182,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "\u03b24GalNAcTB", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -72476,8 +72211,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:925", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:925", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -72485,11 +72221,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "B4GALT2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027538", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027538.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -72499,8 +72235,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "\u03b24GalNAcTA", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -72529,8 +72264,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:925", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:925", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -72538,11 +72274,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "B4GALT2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039625", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039625.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -72552,8 +72288,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "\u03b24GalNAcTB", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -72582,8 +72317,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:926", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:926", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -72591,11 +72327,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "B4GALT3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027538", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027538.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -72605,8 +72341,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "\u03b24GalNAcTA", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -72635,8 +72370,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:926", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:926", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -72644,11 +72380,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "B4GALT3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039625", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039625.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -72658,8 +72394,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "\u03b24GalNAcTB", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -72688,8 +72423,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:927", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:927", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -72697,11 +72433,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "B4GALT4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027538", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027538.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -72711,8 +72447,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "\u03b24GalNAcTA", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -72741,8 +72476,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:927", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:927", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -72750,11 +72486,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "B4GALT4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039625", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039625.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -72764,8 +72500,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "\u03b24GalNAcTB", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -72794,8 +72529,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:928", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:928", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -72803,11 +72539,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "B4GALT5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027538", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027538.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -72817,8 +72553,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "\u03b24GalNAcTA", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -72847,8 +72582,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:929", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:929", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -72856,11 +72592,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "B4GALT6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027538", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027538.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -72870,8 +72606,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "\u03b24GalNAcTA", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -72900,8 +72635,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:929", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:929", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -72909,11 +72645,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "B4GALT6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039625", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039625.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -72923,8 +72659,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "\u03b24GalNAcTB", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -72953,8 +72688,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:930", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:930", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -72962,11 +72698,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "B4GALT7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039258", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039258.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -72976,8 +72712,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "\u03b24GalT7", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -73005,8 +72740,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15685", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15685", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -73014,11 +72750,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "B4GAT1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031732", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031732.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -73028,8 +72764,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG11149", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -73058,8 +72793,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15685", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15685", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -73067,11 +72803,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "B4GAT1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032457", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032457.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -73081,8 +72817,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG15483", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -73111,8 +72846,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15685", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15685", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -73120,11 +72856,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "B4GAT1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0041706", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0041706.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -73134,8 +72870,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG3253", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -73164,8 +72899,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15685", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15685", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -73173,11 +72909,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "B4GAT1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031738", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031738.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -73187,8 +72923,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG9171", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -73217,8 +72952,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24123", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24123", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -73226,11 +72962,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "B9D1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038342", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038342.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -73240,8 +72976,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "B9d1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -73269,8 +73004,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28636", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28636", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -73278,11 +73014,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "B9D2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261683", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261683.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -73292,8 +73028,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "B9d2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -73322,8 +73057,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:935", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:935", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -73331,11 +73067,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "BACH1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030417", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030417.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -73345,8 +73081,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG15725", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -73375,8 +73110,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:936", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:936", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -73384,11 +73120,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "BAD", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039752", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039752.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -73398,8 +73134,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG15530", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -73428,8 +73163,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:938", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:938", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -73437,11 +73173,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "BAG2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036505", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036505.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -73451,8 +73187,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7945", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -73480,8 +73215,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:939", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:939", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -73489,11 +73225,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "BAG3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0086708", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0086708.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -73503,8 +73239,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "stv", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -73533,8 +73268,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:940", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:940", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -73542,11 +73278,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "BAG4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0086708", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0086708.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -73556,8 +73292,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "stv", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -73586,8 +73321,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13919", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13919", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -73595,11 +73331,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "BAG6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035793", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035793.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -73609,8 +73345,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7546", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -73638,8 +73373,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29279", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29279", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -73647,11 +73383,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "BAHCC1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051151", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051151.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -73661,8 +73397,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "wge", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -73691,8 +73426,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29153", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29153", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -73700,11 +73436,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "BAHD1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052529", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052529.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -73714,8 +73450,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Hers", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -73744,8 +73479,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:947", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:947", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -73753,11 +73489,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "BAIAP2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052082", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052082.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -73767,8 +73503,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "IRSp53", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -73797,8 +73532,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:21649", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21649", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -73806,11 +73542,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "BAIAP2L1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052082", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052082.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -73820,8 +73556,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "IRSp53", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -73850,8 +73585,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:26203", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26203", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -73859,11 +73595,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "BAIAP2L2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052082", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052082.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -73873,8 +73609,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "IRSp53", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -73903,8 +73638,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:948", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:948", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -73912,11 +73648,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "BAIAP3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0266719", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0266719.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -73926,8 +73662,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "stac", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -73956,8 +73691,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:948", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:948", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -73965,11 +73701,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "BAIAP3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035756", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035756.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -73979,8 +73715,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "unc-13-4A", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -74009,8 +73744,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17397", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17397", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -74018,11 +73754,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "BANF1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031977", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031977.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -74032,8 +73768,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "baf", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -74062,8 +73797,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:16172", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16172", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -74071,11 +73807,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "BANF2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031977", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031977.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -74085,8 +73821,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "baf", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -74115,8 +73850,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:18233", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18233", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -74124,11 +73860,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "BANK1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0020299", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0020299.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -74138,8 +73874,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "stumps", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -74168,8 +73903,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:950", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:950", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -74177,11 +73913,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "BAP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0262166", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0262166.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -74191,8 +73927,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "calypso", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -74221,8 +73956,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:953", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:953", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -74230,11 +73966,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "BARHL1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0011758", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0011758.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -74244,8 +73980,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "B-H1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -74274,8 +74009,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:953", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:953", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -74283,11 +74019,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "BARHL1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004854", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004854.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -74297,8 +74033,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "B-H2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -74327,8 +74062,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:954", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:954", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -74336,11 +74072,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "BARHL2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0011758", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0011758.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -74350,8 +74086,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "B-H1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -74380,8 +74115,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:954", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:954", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -74389,11 +74125,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "BARHL2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004854", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004854.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -74403,8 +74139,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "B-H2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -74433,8 +74168,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:960", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:960", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -74442,11 +74178,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "BAZ1A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027620", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027620.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -74456,8 +74192,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Acf", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -74486,8 +74221,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:962", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:962", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -74495,11 +74231,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "BAZ2A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033636", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033636.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -74509,8 +74245,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "tou", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -74539,8 +74274,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:963", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:963", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -74548,11 +74284,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "BAZ2B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033636", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033636.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -74562,8 +74298,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "tou", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -74592,8 +74327,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28093", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28093", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -74601,11 +74337,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "BBIP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0260237", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0260237.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -74615,8 +74351,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "BBIP1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -74641,24 +74376,25 @@ "totalMethodCount": 10 }, { - "best": "No", + "best": "Yes", "bestReverse": "Yes", "gene": { - "id": "HGNC:964", + "id": "HGNC:17823", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17823", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "BBOX1", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "BBLN", + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0033830", + "id": "FB:FBgn0026088", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026088.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -74667,15 +74403,11 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG10814", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "CG14818", + "taxonId": "NCBITaxon:7227" }, - "methodCount": 8, + "methodCount": 5, "predictionMethodsMatched": [ - "Ensembl Compara", - "InParanoid", - "OMA", "OrthoFinder", "OrthoInspector", "PANTHER", @@ -74687,7 +74419,10 @@ "ZFIN" ], "predictionMethodsNotMatched": [ + "Ensembl Compara", "Hieranoid", + "InParanoid", + "OMA", "Roundup" ], "stringencyFilter": "stringent", @@ -74698,8 +74433,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:964", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:964", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -74707,11 +74443,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "BBOX1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0014903", + "id": "FB:FBgn0033830", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033830.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -74720,9 +74456,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG14630", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "CG10814", + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -74732,7 +74467,7 @@ "OrthoFinder", "OrthoInspector", "PANTHER", - "Roundup", + "PhylomeDB", "TreeFam" ], "predictionMethodsNotCalled": [ @@ -74741,18 +74476,19 @@ ], "predictionMethodsNotMatched": [ "Hieranoid", - "PhylomeDB" + "Roundup" ], "stringencyFilter": "stringent", "totalMethodCount": 10 }, { - "best": "Yes", + "best": "No", "bestReverse": "Yes", "gene": { "id": "HGNC:964", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:964", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -74760,11 +74496,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "BBOX1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0030575", + "id": "FB:FBgn0014903", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0014903.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -74773,11 +74509,10 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG5321", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "CG14630", + "taxonId": "NCBITaxon:7227" }, - "methodCount": 9, + "methodCount": 8, "predictionMethodsMatched": [ "Ensembl Compara", "InParanoid", @@ -74785,7 +74520,6 @@ "OrthoFinder", "OrthoInspector", "PANTHER", - "PhylomeDB", "Roundup", "TreeFam" ], @@ -74794,7 +74528,8 @@ "ZFIN" ], "predictionMethodsNotMatched": [ - "Hieranoid" + "Hieranoid", + "PhylomeDB" ], "stringencyFilter": "stringent", "totalMethodCount": 10 @@ -74803,21 +74538,22 @@ "best": "Yes", "bestReverse": "Yes", "gene": { - "id": "HGNC:966", + "id": "HGNC:964", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:964", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "BBS1", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "BBOX1", + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0035741", + "id": "FB:FBgn0030575", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030575.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -74826,14 +74562,12 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "BBS1", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "CG5321", + "taxonId": "NCBITaxon:7227" }, - "methodCount": 10, + "methodCount": 9, "predictionMethodsMatched": [ "Ensembl Compara", - "Hieranoid", "InParanoid", "OMA", "OrthoFinder", @@ -74847,7 +74581,9 @@ "HGNC", "ZFIN" ], - "predictionMethodsNotMatched": [], + "predictionMethodsNotMatched": [ + "Hieranoid" + ], "stringencyFilter": "stringent", "totalMethodCount": 10 }, @@ -74855,21 +74591,22 @@ "best": "Yes", "bestReverse": "Yes", "gene": { - "id": "HGNC:969", + "id": "HGNC:966", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:966", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "BBS4", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "BBS1", + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0033578", + "id": "FB:FBgn0035741", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035741.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -74878,9 +74615,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "BBS4", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "BBS1", + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -74907,21 +74643,22 @@ "best": "Yes", "bestReverse": "Yes", "gene": { - "id": "HGNC:970", + "id": "HGNC:969", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:969", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "BBS5", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "BBS4", + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0037280", + "id": "FB:FBgn0033578", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033578.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -74930,9 +74667,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "BBS5", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "BBS4", + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -74959,21 +74695,22 @@ "best": "Yes", "bestReverse": "Yes", "gene": { - "id": "HGNC:30000", + "id": "HGNC:970", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:970", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "BBS9", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "BBS5", + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0034622", + "id": "FB:FBgn0037280", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037280.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -74982,9 +74719,60 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "BBS9", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "BBS5", + "taxonId": "NCBITaxon:7227" + }, + "methodCount": 10, + "predictionMethodsMatched": [ + "Ensembl Compara", + "Hieranoid", + "InParanoid", + "OMA", + "OrthoFinder", + "OrthoInspector", + "PANTHER", + "PhylomeDB", + "Roundup", + "TreeFam" + ], + "predictionMethodsNotCalled": [ + "HGNC", + "ZFIN" + ], + "predictionMethodsNotMatched": [], + "stringencyFilter": "stringent", + "totalMethodCount": 10 + }, + { + "best": "Yes", + "bestReverse": "Yes", + "gene": { + "id": "HGNC:30000", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30000", + "species": { + "commonNames": "['human', 'hsa']", + "dataProviderFullName": "Rat Genome Database", + "dataProviderShortName": "RGD", + "name": "Homo sapiens", + "shortName": "Hsa", + "taxonId": "NCBITaxon:9606" + }, + "symbol": "BBS9", + "taxonId": "NCBITaxon:9606" + }, + "homologGene": { + "id": "FB:FBgn0034622", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034622.html", + "species": { + "commonNames": "['fly', 'fruit fly', 'dme']", + "dataProviderFullName": "FlyBase", + "dataProviderShortName": "FB", + "name": "Drosophila melanogaster", + "shortName": "Dme", + "taxonId": "NCBITaxon:7227" + }, + "symbol": "BBS9", + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -75012,8 +74800,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14422", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14422", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -75021,11 +74810,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "BBX", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0024251", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0024251.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -75035,8 +74824,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "bbx", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -75065,8 +74853,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23059", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23059", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -75074,11 +74863,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "BCAN", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035199", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035199.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -75088,8 +74877,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "tfc", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -75118,8 +74906,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:24131", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24131", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -75127,11 +74916,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "BCAP29", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035165", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035165.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -75141,8 +74930,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG13887", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -75171,8 +74959,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16695", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16695", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -75180,11 +74969,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "BCAP31", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035165", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035165.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -75194,8 +74983,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG13887", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -75223,8 +75011,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:971", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:971", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -75232,11 +75021,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "BCAR1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035101", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035101.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -75246,8 +75035,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "p130CAS", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -75272,75 +75060,24 @@ }, { "best": "Yes", - "bestReverse": "Yes", - "gene": { - "id": "HGNC:975", - "species": { - "commonNames": "['human']", - "dataProviderFullName": "Rat Genome Database", - "dataProviderShortName": "RGD", - "name": "Homo sapiens", - "shortName": "Hsa", - "taxonId": "NCBITaxon:9606" - }, - "symbol": "BCAS2", - "taxonId": "NCBITaxon:9606", - "url": null - }, - "homologGene": { - "id": "FB:FBgn0039558", - "species": { - "commonNames": "['fly', 'fruit fly', 'dme']", - "dataProviderFullName": "FlyBase", - "dataProviderShortName": "FB", - "name": "Drosophila melanogaster", - "shortName": "Dme", - "taxonId": "NCBITaxon:7227" - }, - "symbol": "BCAS2", - "taxonId": "NCBITaxon:7227", - "url": null - }, - "methodCount": 10, - "predictionMethodsMatched": [ - "Ensembl Compara", - "Hieranoid", - "InParanoid", - "OMA", - "OrthoFinder", - "OrthoInspector", - "PANTHER", - "PhylomeDB", - "Roundup", - "TreeFam" - ], - "predictionMethodsNotCalled": [ - "HGNC", - "ZFIN" - ], - "predictionMethodsNotMatched": [], - "stringencyFilter": "stringent", - "totalMethodCount": 10 - }, - { - "best": "Yes", - "bestReverse": "Yes", + "bestReverse": "No", "gene": { - "id": "HGNC:14347", + "id": "HGNC:973", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:973", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "BCAS3", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "BCAR3", + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0266019", + "id": "FB:FBgn0031762", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031762.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -75349,70 +75086,19 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "rudhira", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "CG9098", + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ "Ensembl Compara", "Hieranoid", "InParanoid", + "OMA", "OrthoFinder", "OrthoInspector", "PANTHER", "PhylomeDB", - "Roundup", - "TreeFam" - ], - "predictionMethodsNotCalled": [ - "HGNC", - "ZFIN" - ], - "predictionMethodsNotMatched": [ - "OMA" - ], - "stringencyFilter": "stringent", - "totalMethodCount": 10 - }, - { - "best": "Yes", - "bestReverse": "No", - "gene": { - "id": "HGNC:14367", - "species": { - "commonNames": "['human']", - "dataProviderFullName": "Rat Genome Database", - "dataProviderShortName": "RGD", - "name": "Homo sapiens", - "shortName": "Hsa", - "taxonId": "NCBITaxon:9606" - }, - "symbol": "BCAS4", - "taxonId": "NCBITaxon:9606", - "url": null - }, - "homologGene": { - "id": "FB:FBgn0036105", - "species": { - "commonNames": "['fly', 'fruit fly', 'dme']", - "dataProviderFullName": "FlyBase", - "dataProviderShortName": "FB", - "name": "Drosophila melanogaster", - "shortName": "Dme", - "taxonId": "NCBITaxon:7227" - }, - "symbol": "Blos4", - "taxonId": "NCBITaxon:7227", - "url": null - }, - "methodCount": 6, - "predictionMethodsMatched": [ - "Ensembl Compara", - "Hieranoid", - "InParanoid", - "OrthoFinder", - "PANTHER", "TreeFam" ], "predictionMethodsNotCalled": [ @@ -75420,9 +75106,6 @@ "ZFIN" ], "predictionMethodsNotMatched": [ - "OMA", - "OrthoInspector", - "PhylomeDB", "Roundup" ], "stringencyFilter": "stringent", @@ -75432,21 +75115,22 @@ "best": "Yes", "bestReverse": "Yes", "gene": { - "id": "HGNC:976", + "id": "HGNC:975", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:975", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "BCAT1", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "BCAS2", + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0030482", + "id": "FB:FBgn0039558", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039558.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -75455,9 +75139,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG1673", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "BCAS2", + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -75484,21 +75167,22 @@ "best": "Yes", "bestReverse": "Yes", "gene": { - "id": "HGNC:977", + "id": "HGNC:14347", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14347", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "BCAT2", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "BCAS3", + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0030482", + "id": "FB:FBgn0266019", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0266019.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -75507,16 +75191,14 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG1673", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "rudhira", + "taxonId": "NCBITaxon:7227" }, - "methodCount": 10, + "methodCount": 9, "predictionMethodsMatched": [ "Ensembl Compara", "Hieranoid", "InParanoid", - "OMA", "OrthoFinder", "OrthoInspector", "PANTHER", @@ -75528,29 +75210,32 @@ "HGNC", "ZFIN" ], - "predictionMethodsNotMatched": [], + "predictionMethodsNotMatched": [ + "OMA" + ], "stringencyFilter": "stringent", "totalMethodCount": 10 }, { "best": "Yes", - "bestReverse": "Yes", + "bestReverse": "No", "gene": { - "id": "HGNC:978", + "id": "HGNC:14367", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14367", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "BCCIP", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "BCAS4", + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0038183", + "id": "FB:FBgn0036105", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036105.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -75559,28 +75244,28 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG9286", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Blos4", + "taxonId": "NCBITaxon:7227" }, - "methodCount": 10, + "methodCount": 6, "predictionMethodsMatched": [ "Ensembl Compara", "Hieranoid", "InParanoid", - "OMA", "OrthoFinder", - "OrthoInspector", "PANTHER", - "PhylomeDB", - "Roundup", "TreeFam" ], "predictionMethodsNotCalled": [ "HGNC", "ZFIN" ], - "predictionMethodsNotMatched": [], + "predictionMethodsNotMatched": [ + "OMA", + "OrthoInspector", + "PhylomeDB", + "Roundup" + ], "stringencyFilter": "stringent", "totalMethodCount": 10 }, @@ -75588,21 +75273,22 @@ "best": "Yes", "bestReverse": "Yes", "gene": { - "id": "HGNC:27050", + "id": "HGNC:976", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:976", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "BCDIN3D", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "BCAT1", + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0035537", + "id": "FB:FBgn0030482", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030482.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -75611,9 +75297,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG11342", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "CG1673", + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -75640,74 +75325,22 @@ "best": "Yes", "bestReverse": "Yes", "gene": { - "id": "HGNC:983", - "species": { - "commonNames": "['human']", - "dataProviderFullName": "Rat Genome Database", - "dataProviderShortName": "RGD", - "name": "Homo sapiens", - "shortName": "Hsa", - "taxonId": "NCBITaxon:9606" - }, - "symbol": "BCHE", - "taxonId": "NCBITaxon:9606", - "url": null - }, - "homologGene": { - "id": "FB:FBgn0000024", - "species": { - "commonNames": "['fly', 'fruit fly', 'dme']", - "dataProviderFullName": "FlyBase", - "dataProviderShortName": "FB", - "name": "Drosophila melanogaster", - "shortName": "Dme", - "taxonId": "NCBITaxon:7227" - }, - "symbol": "Ace", - "taxonId": "NCBITaxon:7227", - "url": null - }, - "methodCount": 7, - "predictionMethodsMatched": [ - "Ensembl Compara", - "InParanoid", - "OMA", - "OrthoInspector", - "PANTHER", - "PhylomeDB", - "TreeFam" - ], - "predictionMethodsNotCalled": [ - "HGNC", - "ZFIN" - ], - "predictionMethodsNotMatched": [ - "Hieranoid", - "OrthoFinder", - "Roundup" - ], - "stringencyFilter": "stringent", - "totalMethodCount": 10 - }, - { - "best": "Yes", - "bestReverse": "Yes", - "gene": { - "id": "HGNC:986", + "id": "HGNC:977", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:977", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "BCKDHA", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "BCAT2", + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0037709", + "id": "FB:FBgn0030482", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030482.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -75716,9 +75349,217 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG8199", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "CG1673", + "taxonId": "NCBITaxon:7227" + }, + "methodCount": 10, + "predictionMethodsMatched": [ + "Ensembl Compara", + "Hieranoid", + "InParanoid", + "OMA", + "OrthoFinder", + "OrthoInspector", + "PANTHER", + "PhylomeDB", + "Roundup", + "TreeFam" + ], + "predictionMethodsNotCalled": [ + "HGNC", + "ZFIN" + ], + "predictionMethodsNotMatched": [], + "stringencyFilter": "stringent", + "totalMethodCount": 10 + }, + { + "best": "Yes", + "bestReverse": "Yes", + "gene": { + "id": "HGNC:978", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:978", + "species": { + "commonNames": "['human', 'hsa']", + "dataProviderFullName": "Rat Genome Database", + "dataProviderShortName": "RGD", + "name": "Homo sapiens", + "shortName": "Hsa", + "taxonId": "NCBITaxon:9606" + }, + "symbol": "BCCIP", + "taxonId": "NCBITaxon:9606" + }, + "homologGene": { + "id": "FB:FBgn0038183", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038183.html", + "species": { + "commonNames": "['fly', 'fruit fly', 'dme']", + "dataProviderFullName": "FlyBase", + "dataProviderShortName": "FB", + "name": "Drosophila melanogaster", + "shortName": "Dme", + "taxonId": "NCBITaxon:7227" + }, + "symbol": "CG9286", + "taxonId": "NCBITaxon:7227" + }, + "methodCount": 10, + "predictionMethodsMatched": [ + "Ensembl Compara", + "Hieranoid", + "InParanoid", + "OMA", + "OrthoFinder", + "OrthoInspector", + "PANTHER", + "PhylomeDB", + "Roundup", + "TreeFam" + ], + "predictionMethodsNotCalled": [ + "HGNC", + "ZFIN" + ], + "predictionMethodsNotMatched": [], + "stringencyFilter": "stringent", + "totalMethodCount": 10 + }, + { + "best": "Yes", + "bestReverse": "Yes", + "gene": { + "id": "HGNC:27050", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:27050", + "species": { + "commonNames": "['human', 'hsa']", + "dataProviderFullName": "Rat Genome Database", + "dataProviderShortName": "RGD", + "name": "Homo sapiens", + "shortName": "Hsa", + "taxonId": "NCBITaxon:9606" + }, + "symbol": "BCDIN3D", + "taxonId": "NCBITaxon:9606" + }, + "homologGene": { + "id": "FB:FBgn0035537", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035537.html", + "species": { + "commonNames": "['fly', 'fruit fly', 'dme']", + "dataProviderFullName": "FlyBase", + "dataProviderShortName": "FB", + "name": "Drosophila melanogaster", + "shortName": "Dme", + "taxonId": "NCBITaxon:7227" + }, + "symbol": "CG11342", + "taxonId": "NCBITaxon:7227" + }, + "methodCount": 10, + "predictionMethodsMatched": [ + "Ensembl Compara", + "Hieranoid", + "InParanoid", + "OMA", + "OrthoFinder", + "OrthoInspector", + "PANTHER", + "PhylomeDB", + "Roundup", + "TreeFam" + ], + "predictionMethodsNotCalled": [ + "HGNC", + "ZFIN" + ], + "predictionMethodsNotMatched": [], + "stringencyFilter": "stringent", + "totalMethodCount": 10 + }, + { + "best": "Yes", + "bestReverse": "Yes", + "gene": { + "id": "HGNC:983", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:983", + "species": { + "commonNames": "['human', 'hsa']", + "dataProviderFullName": "Rat Genome Database", + "dataProviderShortName": "RGD", + "name": "Homo sapiens", + "shortName": "Hsa", + "taxonId": "NCBITaxon:9606" + }, + "symbol": "BCHE", + "taxonId": "NCBITaxon:9606" + }, + "homologGene": { + "id": "FB:FBgn0000024", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000024.html", + "species": { + "commonNames": "['fly', 'fruit fly', 'dme']", + "dataProviderFullName": "FlyBase", + "dataProviderShortName": "FB", + "name": "Drosophila melanogaster", + "shortName": "Dme", + "taxonId": "NCBITaxon:7227" + }, + "symbol": "Ace", + "taxonId": "NCBITaxon:7227" + }, + "methodCount": 7, + "predictionMethodsMatched": [ + "Ensembl Compara", + "InParanoid", + "OMA", + "OrthoInspector", + "PANTHER", + "PhylomeDB", + "TreeFam" + ], + "predictionMethodsNotCalled": [ + "HGNC", + "ZFIN" + ], + "predictionMethodsNotMatched": [ + "Hieranoid", + "OrthoFinder", + "Roundup" + ], + "stringencyFilter": "stringent", + "totalMethodCount": 10 + }, + { + "best": "Yes", + "bestReverse": "Yes", + "gene": { + "id": "HGNC:986", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:986", + "species": { + "commonNames": "['human', 'hsa']", + "dataProviderFullName": "Rat Genome Database", + "dataProviderShortName": "RGD", + "name": "Homo sapiens", + "shortName": "Hsa", + "taxonId": "NCBITaxon:9606" + }, + "symbol": "BCKDHA", + "taxonId": "NCBITaxon:9606" + }, + "homologGene": { + "id": "FB:FBgn0037709", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037709.html", + "species": { + "commonNames": "['fly', 'fruit fly', 'dme']", + "dataProviderFullName": "FlyBase", + "dataProviderShortName": "FB", + "name": "Drosophila melanogaster", + "shortName": "Dme", + "taxonId": "NCBITaxon:7227" + }, + "symbol": "CG8199", + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -75746,8 +75587,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:987", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:987", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -75755,11 +75597,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "BCKDHB", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039993", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039993.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -75769,8 +75611,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG17691", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -75798,8 +75639,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13221", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13221", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -75807,11 +75649,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "BCL11A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029939", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029939.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -75821,8 +75663,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG9650", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -75851,8 +75692,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13222", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13222", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -75860,11 +75702,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "BCL11B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029939", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029939.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -75874,8 +75716,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG9650", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -75904,8 +75745,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1001", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1001", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -75913,11 +75755,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "BCL6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032979", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032979.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -75927,8 +75769,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Clamp", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -75957,8 +75798,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1001", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1001", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -75966,11 +75808,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "BCL6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0001325", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0001325.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -75980,8 +75822,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Kr", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -76010,8 +75851,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1004", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1004", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -76019,11 +75861,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "BCL7A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0026149", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026149.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -76033,8 +75875,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "BCL7-like", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -76063,8 +75904,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1005", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1005", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -76072,11 +75914,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "BCL7B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0026149", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026149.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -76086,8 +75928,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "BCL7-like", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -76116,8 +75957,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:1006", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1006", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -76125,11 +75967,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "BCL7C", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0026149", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026149.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -76139,8 +75981,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "BCL7-like", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -76169,8 +76010,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1008", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1008", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -76178,11 +76020,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "BCL9", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039907", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039907.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -76192,8 +76034,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "lgs", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -76222,8 +76063,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23688", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23688", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -76231,11 +76073,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "BCL9L", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039907", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039907.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -76245,8 +76087,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "lgs", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -76275,8 +76116,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:13815", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13815", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -76284,11 +76126,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "BCO1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0002937", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0002937.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -76298,8 +76140,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ninaB", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -76328,8 +76169,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:18503", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18503", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -76337,11 +76179,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "BCO2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0002937", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0002937.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -76351,8 +76193,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ninaB", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -76381,8 +76222,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20893", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20893", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -76390,11 +76232,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "BCOR", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036814", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036814.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -76404,8 +76246,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG14073", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -76434,8 +76275,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25657", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25657", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -76443,11 +76285,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "BCORL1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036814", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036814.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -76457,8 +76299,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG14073", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -76487,8 +76328,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1014", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1014", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -76496,11 +76338,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "BCR", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0025836", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0025836.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -76510,8 +76352,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "RhoGAP1A", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -76540,8 +76381,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1020", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1020", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -76549,11 +76391,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "BCS1L", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032195", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032195.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -76562,9 +76404,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG4908", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Bcs1", + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -76592,8 +76433,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:1027", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1027", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -76601,11 +76443,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "BDH1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033679", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033679.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -76615,8 +76457,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8888", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -76645,8 +76486,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13652", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13652", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -76654,11 +76496,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "BDP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032512", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032512.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -76668,8 +76510,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Bdp1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -76698,8 +76539,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1034", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1034", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -76707,11 +76549,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "BECN1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0264325", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0264325.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -76721,8 +76563,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Atg6", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -76750,8 +76591,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:38606", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:38606", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -76759,11 +76601,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "BECN2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0264325", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0264325.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -76773,8 +76615,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Atg6", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -76803,8 +76644,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24163", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24163", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -76812,11 +76654,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "BEGAIN", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0259224", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0259224.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -76826,8 +76668,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG42324", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -76856,8 +76697,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12703", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12703", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -76865,11 +76707,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "BEST1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035696", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035696.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -76879,8 +76721,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Best2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -76909,8 +76750,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:12703", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12703", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -76918,11 +76760,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "BEST1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036492", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036492.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -76932,8 +76774,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Best3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -76962,8 +76803,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:12703", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12703", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -76971,11 +76813,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "BEST1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036491", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036491.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -76985,8 +76827,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Best4", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -77015,8 +76856,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:17107", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17107", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -77024,11 +76866,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "BEST2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036491", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036491.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -77038,8 +76880,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Best4", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -77068,8 +76909,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17105", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17105", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -77077,11 +76919,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "BEST3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040238", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040238.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -77091,8 +76933,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Best1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -77121,8 +76962,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17105", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17105", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -77130,11 +76972,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "BEST3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035696", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035696.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -77144,8 +76986,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Best2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -77174,8 +77015,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:17105", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17105", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -77183,11 +77025,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "BEST3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036491", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036491.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -77197,8 +77039,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Best4", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -77227,8 +77068,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17106", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17106", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -77236,11 +77078,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "BEST4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040238", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040238.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -77250,8 +77092,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Best1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -77280,8 +77121,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17106", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17106", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -77289,11 +77131,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "BEST4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035696", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035696.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -77303,8 +77145,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Best2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -77333,8 +77174,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17106", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17106", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -77342,11 +77184,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "BEST4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036492", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036492.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -77356,8 +77198,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Best3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -77386,8 +77227,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17106", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17106", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -77395,11 +77237,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "BEST4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036491", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036491.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -77409,8 +77251,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Best4", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -77438,8 +77279,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14562", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14562", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -77447,11 +77289,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "BET1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0260857", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0260857.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -77461,8 +77303,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Bet1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -77491,8 +77332,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1044", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1044", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -77500,11 +77342,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "BGN", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028872", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028872.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -77514,8 +77356,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG18095", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -77544,8 +77385,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:22265", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:22265", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -77553,11 +77395,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "BHLHA15", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0023091", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0023091.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -77567,8 +77409,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "dimm", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -77597,8 +77438,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11963", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11963", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -77606,11 +77448,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "BHLHE22", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032651", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032651.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -77620,8 +77462,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Oli", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -77650,8 +77491,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16093", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16093", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -77659,11 +77501,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "BHLHE23", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032651", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032651.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -77673,8 +77515,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Oli", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -77703,8 +77544,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19351", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19351", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -77712,11 +77554,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "BICC1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000182", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000182.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -77726,8 +77568,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "BicC", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -77756,8 +77597,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1049", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1049", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -77765,11 +77607,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "BICD1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000183", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000183.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -77779,8 +77621,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "BicD", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -77808,8 +77649,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17208", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17208", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -77817,11 +77659,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "BICD2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000183", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000183.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -77831,8 +77673,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "BicD", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -77860,8 +77701,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28095", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28095", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -77869,11 +77711,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "BICDL1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052137", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052137.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -77883,8 +77725,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG32137", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -77912,8 +77753,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:33584", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:33584", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -77921,11 +77763,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "BICDL2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052137", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052137.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -77935,8 +77777,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG32137", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -77965,8 +77806,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4332", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4332", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -77974,11 +77816,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "BICRA", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039633", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039633.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -77987,9 +77829,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG11873", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Bicra", + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -78018,8 +77859,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21111", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21111", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -78027,11 +77869,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "BICRAL", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039633", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039633.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -78040,9 +77882,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG11873", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Bicra", + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -78071,8 +77912,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1052", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1052", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -78080,11 +77922,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "BIN1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027356", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027356.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -78094,8 +77936,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Amph", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -78124,8 +77965,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:1053", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1053", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -78133,11 +77975,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "BIN2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027356", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027356.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -78147,8 +77989,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Amph", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -78177,8 +78018,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:590", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:590", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -78186,11 +78028,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "BIRC2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015247", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015247.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -78200,8 +78042,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Diap2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -78229,8 +78070,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:591", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:591", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -78238,11 +78080,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "BIRC3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015247", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015247.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -78252,8 +78094,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Diap2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -78281,8 +78122,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:593", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:593", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -78290,11 +78132,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "BIRC5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0264291", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0264291.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -78304,8 +78146,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Det", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -78334,8 +78175,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13516", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13516", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -78343,11 +78185,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "BIRC6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0266717", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0266717.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -78357,8 +78199,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Bruce", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -78387,8 +78228,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:13702", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13702", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -78396,11 +78238,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "BIRC7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015247", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015247.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -78410,8 +78252,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Diap2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -78440,8 +78281,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:14878", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14878", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -78449,11 +78291,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "BIRC8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015247", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015247.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -78463,8 +78305,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Diap2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -78493,8 +78334,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1055", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1055", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -78502,11 +78344,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "BLCAP", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040239", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040239.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -78516,8 +78358,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "bc10", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -78545,8 +78386,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1058", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1058", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -78554,11 +78396,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "BLM", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0002906", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0002906.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -78568,8 +78410,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Blm", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -78598,8 +78439,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1059", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1059", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -78607,11 +78449,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "BLMH", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034513", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034513.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -78621,8 +78463,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG13423", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -78651,8 +78492,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1059", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1059", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -78660,11 +78502,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "BLMH", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030038", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030038.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -78674,8 +78516,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG1440", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -78703,8 +78544,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14211", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14211", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -78712,11 +78554,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "BLNK", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039748", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039748.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -78726,8 +78568,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG15529", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -78756,8 +78597,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4200", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4200", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -78765,11 +78607,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "BLOC1S1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0050077", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0050077.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -78779,8 +78621,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Blos1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -78808,8 +78649,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20984", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20984", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -78817,11 +78659,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "BLOC1S2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036118", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036118.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -78831,8 +78673,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Blos2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -78860,8 +78701,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20914", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20914", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -78869,11 +78711,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "BLOC1S3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0085284", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0085284.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -78883,8 +78725,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Blos3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -78913,8 +78754,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24206", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24206", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -78922,11 +78764,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "BLOC1S4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036105", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036105.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -78936,8 +78778,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Blos4", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -78966,8 +78807,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18561", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18561", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -78975,11 +78817,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "BLOC1S5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0083967", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0083967.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -78989,8 +78831,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Muted", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -79019,8 +78860,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8549", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8549", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -79028,11 +78870,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "BLOC1S6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036192", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036192.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -79042,8 +78884,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pldn", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -79072,8 +78913,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1063", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1063", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -79081,11 +78923,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "BLVRB", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037749", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037749.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -79095,8 +78937,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG9471", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -79124,8 +78965,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1065", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1065", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -79133,11 +78975,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "BLZF1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037688", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037688.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -79147,8 +78989,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG9356", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -79177,8 +79018,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1067", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1067", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -79186,11 +79028,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "BMP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004885", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004885.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -79200,8 +79042,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "tok", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -79230,8 +79071,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1069", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1069", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -79239,11 +79081,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "BMP2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000490", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000490.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -79253,8 +79095,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "dpp", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -79283,8 +79124,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:18041", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18041", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -79292,11 +79134,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "BMP2K", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015772", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015772.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -79306,8 +79148,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Nak", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -79336,8 +79177,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1071", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1071", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -79345,11 +79187,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "BMP4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000490", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000490.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -79359,8 +79201,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "dpp", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -79389,8 +79230,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1072", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1072", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -79398,11 +79240,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "BMP5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0024234", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0024234.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -79412,8 +79254,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "gbb", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -79442,8 +79283,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1072", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1072", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -79451,11 +79293,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "BMP5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0005590", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0005590.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -79465,8 +79307,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "scw", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -79495,8 +79336,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:1073", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1073", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -79504,11 +79346,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "BMP6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0024234", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0024234.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -79518,8 +79360,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "gbb", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -79548,8 +79389,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1074", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1074", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -79557,11 +79399,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "BMP7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0024234", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0024234.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -79571,8 +79413,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "gbb", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -79601,8 +79442,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1074", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1074", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -79610,11 +79452,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "BMP7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0005590", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0005590.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -79624,8 +79466,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "scw", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -79654,8 +79495,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21650", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21650", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -79663,11 +79505,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "BMP8A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0024234", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0024234.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -79677,8 +79519,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "gbb", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -79707,8 +79548,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21650", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21650", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -79716,11 +79558,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "BMP8A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0005590", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0005590.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -79730,8 +79572,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "scw", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -79760,8 +79601,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1075", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1075", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -79769,11 +79611,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "BMP8B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0024234", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0024234.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -79783,8 +79625,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "gbb", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -79813,8 +79654,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1075", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1075", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -79822,11 +79664,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "BMP8B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0005590", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0005590.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -79836,8 +79678,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "scw", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -79866,8 +79707,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24154", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24154", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -79875,11 +79717,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "BMPER", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000395", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000395.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -79889,8 +79731,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "cv-2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -79919,8 +79760,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:1076", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1076", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -79928,11 +79770,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "BMPR1A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003716", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003716.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -79942,8 +79784,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "tkv", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -79972,8 +79813,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1077", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1077", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -79981,11 +79823,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "BMPR1B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003716", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003716.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -79995,8 +79837,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "tkv", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -80025,8 +79866,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1078", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1078", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -80034,11 +79876,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "BMPR2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0024179", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0024179.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -80048,8 +79890,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "wit", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -80078,8 +79919,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23505", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23505", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -80087,11 +79929,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "BMS1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036686", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036686.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -80101,8 +79943,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7728", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -80130,8 +79971,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26475", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26475", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -80139,11 +79981,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "BMT2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035035", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035035.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -80153,8 +79995,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Samtor", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -80182,8 +80023,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:1079", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1079", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -80191,11 +80033,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "BMX", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003502", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003502.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -80205,8 +80047,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Btk29A", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -80235,8 +80076,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1081", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1081", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -80244,11 +80086,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "BNC1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000459", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000459.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -80258,8 +80100,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "disco", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -80288,8 +80129,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:1081", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1081", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -80297,11 +80139,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "BNC1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0285879", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0285879.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -80311,8 +80153,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "disco-r", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -80341,8 +80182,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30988", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30988", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -80350,11 +80192,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "BNC2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000459", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000459.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -80364,8 +80206,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "disco", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -80394,8 +80235,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30988", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30988", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -80403,11 +80245,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "BNC2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0285879", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0285879.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -80417,8 +80259,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "disco-r", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -80447,8 +80288,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1082", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1082", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -80456,11 +80298,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "BNIP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037383", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037383.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -80470,8 +80312,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Sec20", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -80499,8 +80340,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1083", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1083", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -80508,11 +80350,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "BNIP2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035488", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035488.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -80522,8 +80364,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG11593", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -80552,8 +80393,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1084", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1084", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -80561,11 +80403,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "BNIP3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037007", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037007.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -80575,8 +80417,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "BNIP3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -80605,8 +80446,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:1085", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1085", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -80614,11 +80456,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "BNIP3L", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037007", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037007.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -80628,8 +80470,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "BNIP3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -80658,8 +80499,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:16976", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16976", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -80667,11 +80509,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "BNIPL", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035488", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035488.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -80681,8 +80523,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG11593", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -80711,8 +80552,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17173", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17173", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -80720,11 +80562,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "BOC", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040388", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040388.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -80734,8 +80576,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "boi", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -80764,8 +80605,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17173", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17173", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -80773,11 +80615,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "BOC", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031872", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031872.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -80787,8 +80629,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ihog", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -80817,8 +80658,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25114", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25114", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -80826,11 +80668,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "BOD1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039560", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039560.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -80840,8 +80682,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "BOD1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -80870,8 +80711,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:31792", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:31792", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -80879,11 +80721,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "BOD1L1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039560", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039560.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -80893,8 +80735,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "BOD1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -80923,8 +80764,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:28505", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28505", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -80932,11 +80774,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "BOD1L2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039560", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039560.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -80946,8 +80788,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "BOD1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -80976,8 +80817,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1087", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1087", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -80985,11 +80827,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "BOK", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040491", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040491.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -80999,8 +80841,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Buffy", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -81029,8 +80870,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1087", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1087", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -81038,11 +80880,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "BOK", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029131", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029131.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -81052,8 +80894,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Debcl", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -81082,8 +80923,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24263", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24263", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -81091,11 +80933,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "BOLA1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051126", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051126.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -81105,8 +80947,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG31126", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -81134,8 +80975,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:32479", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:32479", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -81143,11 +80985,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "BOLA2B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0061360", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0061360.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -81157,8 +80999,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG33672", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -81186,8 +81027,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14273", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14273", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -81195,11 +81037,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "BOLL", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0011206", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0011206.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -81209,8 +81051,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "bol", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -81239,8 +81080,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15519", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15519", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -81248,11 +81090,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "BOP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028744", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028744.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -81262,8 +81104,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5033", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -81291,8 +81132,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24724", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24724", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -81300,11 +81142,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "BORA", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0259791", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0259791.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -81314,8 +81156,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "bora", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -81344,8 +81185,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17950", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17950", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -81353,11 +81195,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "BORCS5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030346", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030346.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -81367,8 +81209,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "BORCS5", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -81397,8 +81238,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25939", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25939", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -81406,11 +81248,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "BORCS6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035140", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035140.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -81420,8 +81262,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "BORCS6", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -81450,8 +81291,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23516", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23516", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -81459,11 +81301,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "BORCS7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034519", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034519.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -81473,8 +81315,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "BORCS7", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -81503,8 +81344,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:37247", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:37247", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -81512,11 +81354,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "BORCS8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052590", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052590.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -81526,8 +81368,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG32590", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -81556,8 +81397,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:1093", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1093", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -81565,11 +81407,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "BPGM", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038957", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038957.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -81579,8 +81421,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7059", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -81609,8 +81450,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:1093", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1093", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -81618,11 +81460,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "BPGM", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0014869", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0014869.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -81632,8 +81474,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pglym78", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -81662,8 +81503,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:1093", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1093", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -81671,11 +81513,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "BPGM", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0011270", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0011270.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -81685,8 +81527,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pglym87", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -81715,8 +81556,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1094", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1094", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -81724,11 +81566,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "BPHL", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038974", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038974.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -81738,8 +81580,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5377", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -81767,8 +81608,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1094", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1094", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -81776,11 +81618,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "BPHL", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0023216", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0023216.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -81790,8 +81632,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Parg", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -81820,8 +81661,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1096", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1096", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -81829,11 +81671,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "BPNT1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039698", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039698.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -81843,8 +81685,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7789", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -81873,8 +81714,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26019", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26019", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -81882,11 +81724,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "BPNT2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030465", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030465.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -81896,8 +81738,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG15743", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -81926,8 +81767,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3581", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3581", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -81935,11 +81777,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "BPTF", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000541", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000541.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -81949,8 +81791,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "E(bx)", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -81979,8 +81820,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:1097", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1097", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -81988,11 +81830,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "BRAF", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003079", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003079.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -82002,8 +81844,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Raf", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -82032,8 +81873,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1099", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1099", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -82041,11 +81883,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "BRAP", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038686", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038686.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -82055,8 +81897,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5555", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -82085,8 +81926,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21701", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21701", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -82094,11 +81936,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "BRAT1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038854", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038854.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -82108,8 +81950,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7044", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -82138,8 +81979,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:1102", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1102", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -82147,11 +81989,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "BRD1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033155", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033155.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -82161,8 +82003,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Br140", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -82191,8 +82032,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1103", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1103", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -82200,11 +82042,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "BRD2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004656", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004656.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -82214,8 +82056,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "fs(1)h", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -82244,8 +82085,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1103", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1103", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -82253,11 +82095,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "BRD2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039124", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039124.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -82267,8 +82109,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "tbrd-1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -82297,8 +82138,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:1104", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1104", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -82306,11 +82148,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "BRD3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004656", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004656.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -82320,8 +82162,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "fs(1)h", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -82350,8 +82191,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:13575", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13575", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -82359,11 +82201,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "BRD4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004656", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004656.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -82373,8 +82215,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "fs(1)h", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -82403,8 +82244,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:14310", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14310", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -82412,11 +82254,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "BRD7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031947", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031947.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -82425,9 +82267,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG7154", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Brd7-9", + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -82456,8 +82297,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19874", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19874", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -82465,11 +82307,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "BRD8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039654", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039654.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -82479,8 +82321,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Brd8", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -82509,8 +82350,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25818", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25818", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -82518,11 +82360,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "BRD9", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031947", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031947.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -82531,9 +82373,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG7154", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Brd7-9", + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -82562,8 +82403,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1105", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1105", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -82571,11 +82413,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "BRDT", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004656", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004656.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -82585,8 +82427,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "fs(1)h", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -82615,8 +82456,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1105", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1105", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -82624,11 +82466,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "BRDT", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034423", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034423.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -82638,8 +82480,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "tbrd-2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -82668,8 +82509,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11551", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11551", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -82677,11 +82519,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "BRF1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038499", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038499.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -82691,8 +82533,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Brf", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -82720,8 +82561,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1109", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1109", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -82729,11 +82571,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "BRI3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035444", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035444.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -82743,8 +82585,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG12012", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -82773,8 +82614,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:20473", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20473", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -82782,11 +82624,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "BRIP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029798", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029798.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -82795,9 +82637,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG4078", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Rtel1", + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -82826,8 +82667,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24170", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24170", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -82835,11 +82677,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "BRIX1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035524", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035524.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -82849,8 +82691,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG11583", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -82878,8 +82719,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23057", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23057", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -82887,11 +82729,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "BRK1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0061198", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0061198.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -82901,8 +82743,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "HSPC300", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -82930,8 +82771,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:17262", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17262", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -82939,11 +82781,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "BRMS1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030434", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030434.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -82953,8 +82795,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Brms1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -82983,8 +82824,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20512", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20512", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -82992,11 +82834,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "BRMS1L", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030434", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030434.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -83006,8 +82848,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Brms1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -83035,8 +82876,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14255", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14255", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -83044,11 +82886,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "BRPF1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033155", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033155.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -83058,8 +82900,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Br140", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -83087,8 +82928,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14256", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14256", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -83096,11 +82938,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "BRPF3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033155", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033155.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -83110,8 +82952,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Br140", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -83139,8 +82980,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1113", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1113", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -83148,11 +82990,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "BRS3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0050106", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0050106.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -83162,8 +83004,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CCHa1-R", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -83192,8 +83033,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1113", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1113", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -83201,11 +83043,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "BRS3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033058", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033058.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -83215,8 +83057,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CCHa2-R", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -83245,8 +83086,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18994", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18994", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -83254,11 +83096,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "BRSK1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036544", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036544.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -83268,8 +83110,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "sff", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -83298,8 +83139,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:11405", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11405", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -83307,11 +83149,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "BRSK2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036544", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036544.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -83321,8 +83163,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "sff", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -83351,8 +83192,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:12760", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12760", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -83360,11 +83202,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "BRWD1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0011785", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0011785.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -83374,8 +83216,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "BRWD3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -83404,8 +83245,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17342", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17342", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -83413,11 +83255,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "BRWD3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0011785", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0011785.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -83427,8 +83269,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "BRWD3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -83457,8 +83298,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15832", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15832", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -83466,11 +83308,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "BSCL2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040336", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040336.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -83480,8 +83322,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Seipin", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -83510,8 +83351,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1116", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1116", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -83519,11 +83361,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "BSG", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261822", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261822.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -83533,8 +83375,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Bsg", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -83563,8 +83404,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20450", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20450", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -83572,11 +83414,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "BSX", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000529", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000529.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -83586,8 +83428,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "bsh", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -83616,8 +83457,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17307", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17307", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -83625,11 +83467,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "BTAF1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0022787", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0022787.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -83639,8 +83481,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Hel89B", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -83669,8 +83510,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21445", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21445", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -83678,11 +83520,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "BTBD10", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035107", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035107.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -83692,8 +83534,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mri", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -83722,8 +83563,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23844", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23844", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -83731,11 +83573,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "BTBD11", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0264711", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0264711.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -83745,8 +83587,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG43980", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -83775,8 +83616,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:33758", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:33758", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -83784,11 +83626,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "BTBD17", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030330", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030330.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -83798,8 +83640,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Tango10", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -83828,8 +83669,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:37214", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:37214", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -83837,11 +83679,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "BTBD18", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0013263", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0013263.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -83851,8 +83693,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Trl", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -83881,8 +83722,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:27145", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:27145", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -83890,11 +83732,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "BTBD19", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031961", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031961.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -83904,8 +83746,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7102", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -83934,8 +83775,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15504", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15504", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -83943,11 +83785,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "BTBD2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031098", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031098.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -83957,8 +83799,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG17068", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -83987,8 +83828,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15854", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15854", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -83996,11 +83838,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "BTBD3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0262871", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0262871.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -84010,8 +83852,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "lute", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -84039,8 +83880,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:19897", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19897", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -84048,11 +83890,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "BTBD6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0262871", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0262871.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -84062,8 +83904,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "lute", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -84092,8 +83933,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18269", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18269", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -84101,11 +83943,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "BTBD7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030701", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030701.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -84115,8 +83957,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG16952", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -84145,8 +83986,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21019", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21019", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -84154,11 +83996,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "BTBD8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035237", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035237.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -84168,8 +84010,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG13917", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -84198,8 +84039,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21228", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21228", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -84207,11 +84049,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "BTBD9", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030228", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030228.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -84221,8 +84063,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "BTBD9", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -84250,8 +84091,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1122", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1122", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -84259,11 +84101,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "BTD", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029848", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029848.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -84273,8 +84115,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Btnd", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -84302,8 +84143,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1122", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1122", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -84311,11 +84153,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "BTD", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052750", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052750.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -84325,8 +84167,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG32750", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -84354,8 +84195,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1122", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1122", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -84363,11 +84205,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "BTD", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052751", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052751.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -84377,8 +84219,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG32751", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -84407,8 +84248,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1122", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1122", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -84416,11 +84258,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "BTD", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040069", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040069.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -84430,8 +84272,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "vanin-like", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -84460,8 +84301,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:1125", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1125", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -84469,11 +84311,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "BTF3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000181", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000181.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -84483,8 +84325,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "bic", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -84513,8 +84354,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30547", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30547", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -84522,11 +84364,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "BTF3L4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000181", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000181.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -84536,8 +84378,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "bic", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -84565,8 +84406,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30547", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30547", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -84574,11 +84416,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "BTF3L4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031264", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031264.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -84588,8 +84430,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG11835", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -84618,8 +84459,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:1133", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1133", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -84627,11 +84469,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "BTK", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003502", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003502.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -84641,8 +84483,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Btk29A", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -84671,8 +84512,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1144", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1144", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -84680,11 +84522,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "BTRC", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0283468", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0283468.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -84694,8 +84536,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "slmb", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -84724,8 +84565,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1148", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1148", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -84733,11 +84575,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "BUB1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031696", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031696.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -84747,8 +84589,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Bub1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -84777,8 +84618,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1148", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1148", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -84786,11 +84628,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "BUB1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0263855", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0263855.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -84800,8 +84642,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "BubR1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -84830,8 +84671,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:1149", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1149", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -84839,11 +84681,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "BUB1B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0263855", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0263855.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -84853,8 +84695,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "BubR1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -84883,8 +84724,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:52276", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:52276", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -84892,11 +84734,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "BUB1B-PAK6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0025743", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0025743.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -84906,8 +84748,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mbt", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -84936,8 +84777,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1151", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1151", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -84945,11 +84787,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "BUB3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0025457", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0025457.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -84959,8 +84801,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Bub3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -84989,8 +84830,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28199", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28199", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -84998,11 +84840,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "BUD13", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039210", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039210.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -85012,8 +84854,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG13625", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -85041,8 +84882,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16405", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16405", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -85050,11 +84892,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "BUD23", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037543", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037543.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -85064,8 +84906,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10903", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -85093,8 +84934,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29629", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29629", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -85102,11 +84944,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "BUD31", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0001491", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0001491.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -85116,8 +84958,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "l(1)10Bb", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -85145,8 +84986,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1152", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1152", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -85154,11 +84996,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "BVES", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031150", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031150.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -85168,8 +85010,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "bves", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -85198,8 +85039,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1157", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1157", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -85207,11 +85049,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "BYSL", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010292", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010292.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -85221,8 +85063,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "bys", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -85250,8 +85091,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18380", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18380", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -85259,11 +85101,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "BZW1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0250753", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0250753.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -85273,8 +85115,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "kra", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -85302,8 +85143,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:18808", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18808", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -85311,11 +85153,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "BZW2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0250753", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0250753.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -85325,8 +85167,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "kra", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -85355,8 +85196,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30204", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30204", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -85364,11 +85206,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "C11orf54", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0063667", + "id": "FB:FBgn0035189", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035189.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -85377,9 +85219,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG32335", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "CG9119", + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -85408,8 +85249,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30204", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30204", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -85417,11 +85259,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "C11orf54", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0035189", + "id": "FB:FBgn0063667", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0063667.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -85430,9 +85272,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG9119", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "meep", + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -85461,8 +85302,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1184", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1184", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -85470,11 +85312,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "C12orf4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039589", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039589.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -85484,8 +85326,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG9986", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -85513,8 +85354,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29521", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29521", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -85522,11 +85364,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "C12orf57", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031403", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031403.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -85536,8 +85378,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG15387", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -85560,66 +85401,14 @@ "stringencyFilter": "stringent", "totalMethodCount": 10 }, - { - "best": "Yes", - "bestReverse": "Yes", - "gene": { - "id": "HGNC:26784", - "species": { - "commonNames": "['human']", - "dataProviderFullName": "Rat Genome Database", - "dataProviderShortName": "RGD", - "name": "Homo sapiens", - "shortName": "Hsa", - "taxonId": "NCBITaxon:9606" - }, - "symbol": "C12orf65", - "taxonId": "NCBITaxon:9606", - "url": null - }, - "homologGene": { - "id": "FB:FBgn0050100", - "species": { - "commonNames": "['fly', 'fruit fly', 'dme']", - "dataProviderFullName": "FlyBase", - "dataProviderShortName": "FB", - "name": "Drosophila melanogaster", - "shortName": "Dme", - "taxonId": "NCBITaxon:7227" - }, - "symbol": "CG30100", - "taxonId": "NCBITaxon:7227", - "url": null - }, - "methodCount": 8, - "predictionMethodsMatched": [ - "Ensembl Compara", - "Hieranoid", - "InParanoid", - "OrthoFinder", - "OrthoInspector", - "PANTHER", - "PhylomeDB", - "TreeFam" - ], - "predictionMethodsNotCalled": [ - "HGNC", - "ZFIN" - ], - "predictionMethodsNotMatched": [ - "OMA", - "Roundup" - ], - "stringencyFilter": "stringent", - "totalMethodCount": 10 - }, { "best": "Yes", "bestReverse": "Yes", "gene": { "id": "HGNC:34450", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:34450", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -85627,11 +85416,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "C12orf73", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0259204", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0259204.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -85641,8 +85430,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG42308", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -85671,8 +85459,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20270", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20270", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -85680,11 +85469,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "C14orf119", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037739", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037739.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -85694,8 +85483,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG12948", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -85724,8 +85512,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28443", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28443", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -85733,11 +85522,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "C15orf40", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035415", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035415.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -85747,8 +85536,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG14966", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -85777,8 +85565,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:34453", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:34453", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -85786,11 +85575,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "C15orf61", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0083984", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0083984.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -85800,8 +85589,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG34148", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -85825,119 +85613,14 @@ "stringencyFilter": "stringent", "totalMethodCount": 10 }, - { - "best": "Yes", - "bestReverse": "No", - "gene": { - "id": "HGNC:44654", - "species": { - "commonNames": "['human']", - "dataProviderFullName": "Rat Genome Database", - "dataProviderShortName": "RGD", - "name": "Homo sapiens", - "shortName": "Hsa", - "taxonId": "NCBITaxon:9606" - }, - "symbol": "C15orf65", - "taxonId": "NCBITaxon:9606", - "url": null - }, - "homologGene": { - "id": "FB:FBgn0083943", - "species": { - "commonNames": "['fly', 'fruit fly', 'dme']", - "dataProviderFullName": "FlyBase", - "dataProviderShortName": "FB", - "name": "Drosophila melanogaster", - "shortName": "Dme", - "taxonId": "NCBITaxon:7227" - }, - "symbol": "CG34107", - "taxonId": "NCBITaxon:7227", - "url": null - }, - "methodCount": 4, - "predictionMethodsMatched": [ - "Ensembl Compara", - "OrthoFinder", - "PANTHER", - "TreeFam" - ], - "predictionMethodsNotCalled": [ - "HGNC", - "ZFIN" - ], - "predictionMethodsNotMatched": [ - "Hieranoid", - "InParanoid", - "OMA", - "OrthoInspector", - "PhylomeDB", - "Roundup" - ], - "stringencyFilter": "stringent", - "totalMethodCount": 10 - }, - { - "best": "Yes", - "bestReverse": "Yes", - "gene": { - "id": "HGNC:29564", - "species": { - "commonNames": "['human']", - "dataProviderFullName": "Rat Genome Database", - "dataProviderShortName": "RGD", - "name": "Homo sapiens", - "shortName": "Hsa", - "taxonId": "NCBITaxon:9606" - }, - "symbol": "C16orf70", - "taxonId": "NCBITaxon:9606", - "url": null - }, - "homologGene": { - "id": "FB:FBgn0035877", - "species": { - "commonNames": "['fly', 'fruit fly', 'dme']", - "dataProviderFullName": "FlyBase", - "dataProviderShortName": "FB", - "name": "Drosophila melanogaster", - "shortName": "Dme", - "taxonId": "NCBITaxon:7227" - }, - "symbol": "CG7083", - "taxonId": "NCBITaxon:7227", - "url": null - }, - "methodCount": 9, - "predictionMethodsMatched": [ - "Ensembl Compara", - "Hieranoid", - "InParanoid", - "OMA", - "OrthoFinder", - "OrthoInspector", - "PANTHER", - "PhylomeDB", - "TreeFam" - ], - "predictionMethodsNotCalled": [ - "HGNC", - "ZFIN" - ], - "predictionMethodsNotMatched": [ - "Roundup" - ], - "stringencyFilter": "stringent", - "totalMethodCount": 10 - }, { "best": "Yes", "bestReverse": "Yes", "gene": { "id": "HGNC:30103", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30103", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -85945,11 +85628,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "C16orf72", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030790", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030790.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -85959,8 +85642,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG4768", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -85989,8 +85671,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28687", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28687", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -85998,11 +85681,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "C16orf89", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034069", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034069.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -86012,8 +85695,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8401", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -86042,8 +85724,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:27558", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:27558", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -86051,11 +85734,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "C16orf91", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0050373", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0050373.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -86065,8 +85748,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG30373", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -86095,8 +85777,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28737", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28737", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -86104,11 +85787,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "C17orf49", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052831", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052831.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -86118,8 +85801,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG33695", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -86148,8 +85830,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:31690", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:31690", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -86157,11 +85840,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "C18orf32", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028746", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028746.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -86171,8 +85854,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG18508", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -86201,8 +85883,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25443", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25443", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -86210,11 +85893,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "C19orf12", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0023530", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0023530.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -86224,8 +85907,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG3740", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -86253,8 +85935,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25443", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25443", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -86262,11 +85945,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "C19orf12", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037562", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037562.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -86276,8 +85959,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Nazo", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -86306,8 +85988,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26723", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26723", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -86315,11 +85998,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "C19orf47", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032488", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032488.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -86329,8 +86012,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG16812", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -86359,8 +86041,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24758", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24758", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -86368,11 +86051,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "C19orf54", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0053108", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0053108.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -86382,8 +86065,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG33108", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -86412,8 +86094,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29911", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29911", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -86421,11 +86104,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "C1D", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030711", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030711.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -86435,8 +86118,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rrp47", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -86465,8 +86147,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24337", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24337", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -86474,11 +86157,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "C1GALT1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032078", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032078.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -86488,8 +86171,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "C1GalTA", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -86518,8 +86200,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24337", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24337", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -86527,11 +86210,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "C1GALT1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031468", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031468.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -86541,8 +86224,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG2975", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -86571,8 +86253,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24337", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24337", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -86580,11 +86263,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "C1GALT1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031472", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031472.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -86594,8 +86277,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG2983", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -86624,8 +86306,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24337", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24337", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -86633,11 +86316,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "C1GALT1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031466", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031466.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -86647,8 +86330,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG3119", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -86677,8 +86359,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24337", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24337", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -86686,11 +86369,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "C1GALT1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0054056", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0054056.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -86700,8 +86383,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG34056", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -86730,8 +86412,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24337", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24337", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -86739,11 +86422,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "C1GALT1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0054057", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0054057.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -86753,8 +86436,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG34057", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -86783,8 +86465,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24337", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24337", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -86792,11 +86475,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "C1GALT1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0085480", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0085480.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -86806,8 +86489,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG34451", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -86836,8 +86518,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24337", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24337", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -86845,11 +86528,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "C1GALT1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0085481", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0085481.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -86859,8 +86542,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG34452", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -86889,8 +86571,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24337", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24337", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -86898,11 +86581,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "C1GALT1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033271", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033271.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -86912,8 +86595,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8708", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -86942,8 +86624,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24337", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24337", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -86951,11 +86634,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "C1GALT1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030984", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030984.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -86965,8 +86648,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "tgy", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -86995,8 +86677,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24338", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24338", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -87004,11 +86687,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "C1GALT1C1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031469", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031469.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -87018,8 +86701,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG18558", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -87048,8 +86730,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:51617", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:51617", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -87057,11 +86740,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "C1GALT1C1L", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031469", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031469.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -87071,8 +86754,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG18558", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -87101,8 +86783,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25332", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25332", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -87110,11 +86793,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "C1orf131", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030291", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030291.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -87124,8 +86807,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG1738", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -87149,66 +86831,14 @@ "stringencyFilter": "stringent", "totalMethodCount": 10 }, - { - "best": "Yes", - "bestReverse": "Yes", - "gene": { - "id": "HGNC:32331", - "species": { - "commonNames": "['human']", - "dataProviderFullName": "Rat Genome Database", - "dataProviderShortName": "RGD", - "name": "Homo sapiens", - "shortName": "Hsa", - "taxonId": "NCBITaxon:9606" - }, - "symbol": "C1orf194", - "taxonId": "NCBITaxon:9606", - "url": null - }, - "homologGene": { - "id": "FB:FBgn0032431", - "species": { - "commonNames": "['fly', 'fruit fly', 'dme']", - "dataProviderFullName": "FlyBase", - "dataProviderShortName": "FB", - "name": "Drosophila melanogaster", - "shortName": "Dme", - "taxonId": "NCBITaxon:7227" - }, - "symbol": "CG5435", - "taxonId": "NCBITaxon:7227", - "url": null - }, - "methodCount": 7, - "predictionMethodsMatched": [ - "Hieranoid", - "InParanoid", - "OrthoFinder", - "OrthoInspector", - "PhylomeDB", - "Roundup", - "TreeFam" - ], - "predictionMethodsNotCalled": [ - "HGNC", - "ZFIN" - ], - "predictionMethodsNotMatched": [ - "Ensembl Compara", - "OMA", - "PANTHER" - ], - "stringencyFilter": "stringent", - "totalMethodCount": 10 - }, { "best": "Yes", "bestReverse": "Yes", "gene": { "id": "HGNC:15494", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15494", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -87216,11 +86846,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "C1orf21", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035719", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035719.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -87230,8 +86860,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "tow", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -87260,8 +86889,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29876", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29876", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -87269,11 +86899,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "C1orf43", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034172", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034172.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -87283,8 +86913,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6665", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -87313,8 +86942,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28795", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28795", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -87322,11 +86952,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "C1orf50", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051800", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051800.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -87336,8 +86966,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG31800", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -87365,8 +86994,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1243", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1243", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -87374,11 +87004,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "C1QBP", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034259", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034259.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -87388,8 +87018,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "P32", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -87417,8 +87046,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15873", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15873", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -87426,11 +87056,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "C20orf27", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035896", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035896.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -87440,8 +87070,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6983", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -87469,8 +87098,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18589", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18589", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -87478,11 +87108,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "C22orf23", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035952", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035952.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -87492,8 +87122,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5280", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -87521,8 +87150,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:27012", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:27012", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -87530,11 +87160,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "C22orf39", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033085", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033085.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -87544,8 +87174,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG15908", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -87574,8 +87203,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1266", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1266", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -87583,11 +87213,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "C2CD2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034420", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034420.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -87597,8 +87227,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10737", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -87627,8 +87256,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:29000", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29000", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -87636,11 +87266,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "C2CD2L", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034420", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034420.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -87650,8 +87280,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10737", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -87680,8 +87309,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24564", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24564", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -87689,11 +87319,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "C2CD3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052425", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052425.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -87703,8 +87333,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG32425", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -87733,8 +87362,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29062", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29062", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -87742,11 +87372,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "C2CD5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039187", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039187.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -87756,8 +87386,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6454", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -87786,8 +87415,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26056", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26056", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -87795,11 +87425,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "C2orf42", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039663", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039663.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -87809,8 +87439,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG2321", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -87839,8 +87468,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26799", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26799", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -87848,11 +87478,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "C2orf69", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051122", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051122.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -87862,8 +87492,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG31122", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -87892,8 +87521,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:1318", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1318", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -87901,11 +87531,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "C3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0041183", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0041183.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -87915,8 +87545,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Tep1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -87945,8 +87574,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:1318", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1318", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -87954,11 +87584,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "C3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0041182", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0041182.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -87968,8 +87598,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Tep2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -87998,8 +87627,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:1318", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1318", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -88007,11 +87637,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "C3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0041181", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0041181.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -88021,8 +87651,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Tep3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -88051,8 +87680,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:1318", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1318", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -88060,11 +87690,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "C3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0041180", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0041180.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -88074,8 +87704,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Tep4", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -88104,8 +87733,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:1318", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1318", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -88113,11 +87743,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "C3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0264845", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0264845.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -88127,8 +87757,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Tep5\u03a8", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -88157,8 +87786,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26434", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26434", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -88166,11 +87796,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "C3orf33", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0050159", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0050159.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -88180,8 +87810,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG30159", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -88210,8 +87839,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28384", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28384", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -88219,11 +87849,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "C3orf38", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035109", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035109.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -88233,8 +87863,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG13876", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -88263,8 +87892,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1331", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1331", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -88272,11 +87902,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "C5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0267488", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0267488.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -88286,8 +87916,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Mcr", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -88316,8 +87945,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25639", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25639", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -88325,11 +87955,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "C5orf22", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036846", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036846.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -88339,8 +87969,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "MESR6", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -88369,8 +87998,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:40051", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:40051", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -88378,11 +88008,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "C5orf63", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031774", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031774.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -88392,8 +88022,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG9147", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -88422,8 +88051,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21301", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21301", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -88431,11 +88061,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "C6orf136", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034940", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034940.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -88445,8 +88075,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG16787", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -88475,8 +88104,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21703", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21703", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -88484,11 +88114,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "C7orf25", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0260755", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0260755.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -88498,60 +88128,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG42553", - "taxonId": "NCBITaxon:7227", - "url": null - }, - "methodCount": 10, - "predictionMethodsMatched": [ - "Ensembl Compara", - "Hieranoid", - "InParanoid", - "OMA", - "OrthoFinder", - "OrthoInspector", - "PANTHER", - "PhylomeDB", - "Roundup", - "TreeFam" - ], - "predictionMethodsNotCalled": [ - "HGNC", - "ZFIN" - ], - "predictionMethodsNotMatched": [], - "stringencyFilter": "stringent", - "totalMethodCount": 10 - }, - { - "best": "Yes", - "bestReverse": "Yes", - "gene": { - "id": "HGNC:21702", - "species": { - "commonNames": "['human']", - "dataProviderFullName": "Rat Genome Database", - "dataProviderShortName": "RGD", - "name": "Homo sapiens", - "shortName": "Hsa", - "taxonId": "NCBITaxon:9606" - }, - "symbol": "C7orf26", - "taxonId": "NCBITaxon:9606", - "url": null - }, - "homologGene": { - "id": "FB:FBgn0036987", - "species": { - "commonNames": "['fly', 'fruit fly', 'dme']", - "dataProviderFullName": "FlyBase", - "dataProviderShortName": "FB", - "name": "Drosophila melanogaster", - "shortName": "Dme", - "taxonId": "NCBITaxon:7227" - }, - "symbol": "CG5274", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -88579,8 +88156,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:22421", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:22421", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -88588,11 +88166,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "C7orf50", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035337", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035337.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -88602,8 +88180,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG15877", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -88632,8 +88209,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26104", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26104", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -88641,11 +88219,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "C8orf33", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038673", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038673.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -88655,8 +88233,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG14286", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -88685,8 +88262,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:33826", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:33826", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -88694,11 +88272,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "C8orf82", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0050010", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0050010.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -88708,8 +88286,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG30010", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -88732,119 +88309,14 @@ "stringencyFilter": "stringent", "totalMethodCount": 10 }, - { - "best": "Yes", - "bestReverse": "Yes", - "gene": { - "id": "HGNC:28435", - "species": { - "commonNames": "['human']", - "dataProviderFullName": "Rat Genome Database", - "dataProviderShortName": "RGD", - "name": "Homo sapiens", - "shortName": "Hsa", - "taxonId": "NCBITaxon:9606" - }, - "symbol": "C9orf116", - "taxonId": "NCBITaxon:9606", - "url": null - }, - "homologGene": { - "id": "FB:FBgn0083943", - "species": { - "commonNames": "['fly', 'fruit fly', 'dme']", - "dataProviderFullName": "FlyBase", - "dataProviderShortName": "FB", - "name": "Drosophila melanogaster", - "shortName": "Dme", - "taxonId": "NCBITaxon:7227" - }, - "symbol": "CG34107", - "taxonId": "NCBITaxon:7227", - "url": null - }, - "methodCount": 8, - "predictionMethodsMatched": [ - "Ensembl Compara", - "Hieranoid", - "OrthoFinder", - "OrthoInspector", - "PANTHER", - "PhylomeDB", - "Roundup", - "TreeFam" - ], - "predictionMethodsNotCalled": [ - "HGNC", - "ZFIN" - ], - "predictionMethodsNotMatched": [ - "InParanoid", - "OMA" - ], - "stringencyFilter": "stringent", - "totalMethodCount": 10 - }, - { - "best": "Yes", - "bestReverse": "Yes", - "gene": { - "id": "HGNC:17823", - "species": { - "commonNames": "['human']", - "dataProviderFullName": "Rat Genome Database", - "dataProviderShortName": "RGD", - "name": "Homo sapiens", - "shortName": "Hsa", - "taxonId": "NCBITaxon:9606" - }, - "symbol": "C9orf16", - "taxonId": "NCBITaxon:9606", - "url": null - }, - "homologGene": { - "id": "FB:FBgn0026088", - "species": { - "commonNames": "['fly', 'fruit fly', 'dme']", - "dataProviderFullName": "FlyBase", - "dataProviderShortName": "FB", - "name": "Drosophila melanogaster", - "shortName": "Dme", - "taxonId": "NCBITaxon:7227" - }, - "symbol": "CG14818", - "taxonId": "NCBITaxon:7227", - "url": null - }, - "methodCount": 5, - "predictionMethodsMatched": [ - "OrthoFinder", - "OrthoInspector", - "PANTHER", - "PhylomeDB", - "TreeFam" - ], - "predictionMethodsNotCalled": [ - "HGNC", - "ZFIN" - ], - "predictionMethodsNotMatched": [ - "Ensembl Compara", - "Hieranoid", - "InParanoid", - "OMA", - "Roundup" - ], - "stringencyFilter": "stringent", - "totalMethodCount": 10 - }, { "best": "Yes", "bestReverse": "Yes", "gene": { "id": "HGNC:28144", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28144", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -88852,11 +88324,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "C9orf64", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034614", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034614.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -88866,8 +88338,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG9752", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -88895,8 +88366,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24932", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24932", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -88904,11 +88376,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "C9orf78", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035254", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035254.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -88918,8 +88390,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7974", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -88947,8 +88418,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28784", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28784", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -88956,11 +88428,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "C9orf85", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030834", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030834.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -88970,8 +88442,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8675", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -89000,8 +88471,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:1368", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1368", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -89009,11 +88481,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CA1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027844", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027844.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -89023,8 +88495,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CAH1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -89053,8 +88524,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1368", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1368", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -89062,11 +88534,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CA1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040628", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040628.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -89076,8 +88548,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CAH16", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -89106,8 +88577,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1368", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1368", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -89115,11 +88587,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CA1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027843", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027843.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -89129,8 +88601,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CAH2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -89159,8 +88630,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1368", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1368", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -89168,11 +88640,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CA1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030056", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030056.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -89182,8 +88654,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CAH3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -89212,8 +88683,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1368", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1368", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -89221,11 +88693,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CA1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040629", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040629.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -89235,8 +88707,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CAH5", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -89265,8 +88736,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1368", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1368", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -89274,11 +88746,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CA1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038956", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038956.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -89288,8 +88760,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CAH8", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -89318,8 +88789,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1369", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1369", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -89327,11 +88799,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CA10", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029962", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029962.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -89341,8 +88813,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CARPA", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -89371,8 +88842,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1369", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1369", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -89380,11 +88852,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CA10", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052698", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052698.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -89394,8 +88866,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CARPB", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -89424,8 +88895,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1370", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1370", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -89433,11 +88905,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CA11", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029962", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029962.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -89447,8 +88919,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CARPA", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -89477,8 +88948,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:1370", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1370", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -89486,11 +88958,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CA11", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052698", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052698.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -89500,8 +88972,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CARPB", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -89530,8 +89001,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1371", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1371", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -89539,11 +89011,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CA12", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027843", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027843.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -89553,8 +89025,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CAH2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -89583,8 +89054,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1371", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1371", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -89592,11 +89064,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CA12", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037788", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037788.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -89606,8 +89078,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CAH7", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -89636,8 +89107,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:14914", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14914", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -89645,11 +89117,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CA13", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027844", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027844.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -89659,8 +89131,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CAH1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -89689,8 +89160,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14914", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14914", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -89698,11 +89170,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CA13", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027843", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027843.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -89712,8 +89184,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CAH2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -89742,8 +89213,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14914", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14914", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -89751,11 +89223,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CA13", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030056", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030056.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -89765,8 +89237,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CAH3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -89795,8 +89266,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1372", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1372", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -89804,11 +89276,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CA14", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027843", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027843.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -89818,8 +89290,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CAH2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -89848,8 +89319,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1372", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1372", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -89857,11 +89329,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CA14", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040629", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040629.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -89871,8 +89343,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CAH5", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -89901,8 +89372,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1372", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1372", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -89910,11 +89382,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CA14", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037788", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037788.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -89924,8 +89396,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CAH7", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -89954,8 +89425,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1373", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1373", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -89963,11 +89435,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CA2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027844", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027844.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -89977,8 +89449,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CAH1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -90007,8 +89478,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:1374", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1374", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -90016,11 +89488,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CA3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027844", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027844.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -90030,8 +89502,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CAH1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -90060,8 +89531,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1374", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1374", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -90069,11 +89541,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CA3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040628", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040628.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -90083,8 +89555,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CAH16", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -90113,8 +89584,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1374", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1374", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -90122,11 +89594,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CA3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027843", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027843.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -90136,8 +89608,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CAH2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -90166,8 +89637,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1374", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1374", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -90175,11 +89647,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CA3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030056", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030056.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -90189,8 +89661,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CAH3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -90219,8 +89690,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1374", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1374", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -90228,11 +89700,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CA3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040629", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040629.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -90242,8 +89714,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CAH5", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -90272,8 +89743,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1374", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1374", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -90281,11 +89753,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CA3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038956", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038956.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -90295,8 +89767,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CAH8", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -90325,8 +89796,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1375", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1375", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -90334,11 +89806,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CA4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040628", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040628.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -90348,8 +89820,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CAH16", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -90378,8 +89849,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1375", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1375", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -90387,11 +89859,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CA4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040629", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040629.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -90401,8 +89873,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CAH5", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -90431,8 +89902,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1375", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1375", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -90440,11 +89912,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CA4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039838", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039838.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -90454,8 +89926,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CAH6", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -90484,8 +89955,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1375", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1375", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -90493,11 +89965,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CA4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038956", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038956.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -90507,8 +89979,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CAH8", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -90537,8 +90008,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1377", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1377", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -90546,11 +90018,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CA5A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027844", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027844.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -90560,8 +90032,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CAH1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -90590,8 +90061,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1377", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1377", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -90599,11 +90071,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CA5A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040628", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040628.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -90613,8 +90085,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CAH16", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -90643,8 +90114,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1377", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1377", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -90652,11 +90124,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CA5A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027843", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027843.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -90666,8 +90138,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CAH2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -90696,8 +90167,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1377", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1377", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -90705,11 +90177,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CA5A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030056", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030056.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -90719,8 +90191,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CAH3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -90749,8 +90220,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1377", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1377", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -90758,11 +90230,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CA5A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040629", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040629.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -90772,8 +90244,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CAH5", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -90802,8 +90273,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1377", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1377", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -90811,11 +90283,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CA5A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038956", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038956.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -90825,8 +90297,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CAH8", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -90855,8 +90326,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1378", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1378", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -90864,11 +90336,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CA5B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027844", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027844.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -90878,8 +90350,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CAH1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -90908,8 +90379,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1378", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1378", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -90917,11 +90389,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CA5B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040628", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040628.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -90931,8 +90403,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CAH16", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -90961,8 +90432,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1378", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1378", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -90970,11 +90442,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CA5B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027843", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027843.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -90984,8 +90456,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CAH2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -91014,8 +90485,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1378", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1378", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -91023,11 +90495,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CA5B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030056", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030056.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -91037,8 +90509,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CAH3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -91067,8 +90538,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1378", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1378", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -91076,11 +90548,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CA5B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040629", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040629.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -91090,8 +90562,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CAH5", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -91120,8 +90591,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1378", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1378", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -91129,11 +90601,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CA5B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039838", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039838.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -91143,8 +90615,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CAH6", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -91173,8 +90644,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1378", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1378", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -91182,11 +90654,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CA5B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038956", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038956.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -91196,8 +90668,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CAH8", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -91226,8 +90697,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1380", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1380", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -91235,11 +90707,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CA6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040628", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040628.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -91249,8 +90721,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CAH16", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -91279,8 +90750,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1380", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1380", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -91288,11 +90760,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CA6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027843", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027843.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -91302,8 +90774,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CAH2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -91332,8 +90803,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1380", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1380", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -91341,11 +90813,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CA6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040629", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040629.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -91355,8 +90827,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CAH5", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -91385,8 +90856,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1380", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1380", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -91394,11 +90866,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CA6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037788", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037788.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -91408,8 +90880,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CAH7", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -91438,8 +90909,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1380", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1380", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -91447,11 +90919,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CA6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038956", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038956.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -91461,8 +90933,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CAH8", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -91491,8 +90962,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1380", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1380", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -91500,11 +90972,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CA6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039486", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039486.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -91514,8 +90986,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CAH9", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -91544,8 +91015,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1381", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1381", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -91553,11 +91025,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CA7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027844", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027844.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -91567,8 +91039,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CAH1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -91597,8 +91068,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1382", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1382", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -91606,11 +91078,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CA8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034560", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034560.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -91620,8 +91092,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CAH15", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -91650,8 +91121,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1383", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1383", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -91659,11 +91131,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CA9", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027843", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027843.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -91673,8 +91145,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CAH2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -91703,8 +91174,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1383", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1383", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -91712,11 +91184,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CA9", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037788", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037788.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -91726,8 +91198,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CAH7", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -91756,8 +91227,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25834", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25834", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -91765,11 +91237,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CAAP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052176", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052176.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -91779,8 +91251,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG32176", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -91809,8 +91280,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20292", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20292", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -91818,11 +91290,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CAB39", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0017572", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0017572.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -91832,8 +91304,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Mo25", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -91861,8 +91332,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20290", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20290", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -91870,11 +91342,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CAB39L", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0017572", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0017572.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -91884,8 +91356,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Mo25", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -91913,8 +91384,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25097", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25097", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -91922,11 +91394,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CABLES1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027581", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027581.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -91936,8 +91408,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6191", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -91966,8 +91437,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16143", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16143", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -91975,11 +91447,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CABLES2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027581", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027581.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -91989,8 +91461,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6191", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -92019,8 +91490,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1384", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1384", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -92028,11 +91500,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CABP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0050378", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0050378.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -92042,8 +91514,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG30378", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -92072,8 +91543,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1385", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1385", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -92081,11 +91553,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CABP2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0050378", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0050378.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -92095,8 +91567,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG30378", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -92125,8 +91596,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1386", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1386", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -92134,11 +91606,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CABP4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0050378", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0050378.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -92148,8 +91620,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG30378", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -92178,8 +91649,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13714", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13714", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -92187,11 +91659,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CABP5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0050378", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0050378.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -92201,8 +91673,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG30378", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -92231,8 +91702,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20834", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20834", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -92240,11 +91712,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CABP7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034774", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034774.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -92254,8 +91726,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG13526", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -92284,8 +91755,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20834", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20834", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -92293,11 +91765,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CABP7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004910", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004910.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -92307,8 +91779,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Eip63F-1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -92337,8 +91808,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1365", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1365", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -92346,11 +91818,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CACFD1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261722", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261722.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -92360,8 +91832,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "fwe", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -92390,8 +91861,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29314", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29314", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -92399,11 +91871,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CACHD1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034498", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034498.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -92413,8 +91885,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG16868", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -92442,8 +91913,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1388", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1388", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -92451,11 +91923,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CACNA1A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0263111", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0263111.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -92465,8 +91937,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "cac", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -92495,8 +91966,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:1389", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1389", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -92504,11 +91976,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CACNA1B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0263111", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0263111.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -92518,8 +91990,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "cac", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -92548,8 +92019,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1390", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1390", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -92557,11 +92029,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CACNA1C", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0001991", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0001991.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -92571,8 +92043,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ca-\u03b11D", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -92601,8 +92072,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:1391", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1391", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -92610,11 +92082,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CACNA1D", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0001991", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0001991.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -92624,8 +92096,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ca-\u03b11D", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -92654,8 +92125,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:1392", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1392", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -92663,11 +92135,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CACNA1E", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0263111", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0263111.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -92677,8 +92149,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "cac", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -92707,8 +92178,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:1393", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1393", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -92716,11 +92188,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CACNA1F", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0001991", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0001991.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -92730,8 +92202,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ca-\u03b11D", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -92760,8 +92231,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:1394", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1394", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -92769,11 +92241,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CACNA1G", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0264386", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0264386.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -92783,8 +92255,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ca-\u03b11T", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -92813,8 +92284,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1395", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1395", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -92822,11 +92294,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CACNA1H", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0264386", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0264386.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -92836,8 +92308,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ca-\u03b11T", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -92866,8 +92337,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1396", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1396", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -92875,11 +92347,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CACNA1I", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0264386", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0264386.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -92889,8 +92361,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ca-\u03b11T", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -92919,8 +92390,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1397", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1397", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -92928,11 +92400,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CACNA1S", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0001991", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0001991.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -92942,8 +92414,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ca-\u03b11D", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -92972,8 +92443,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:1399", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1399", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -92981,11 +92453,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CACNA2D1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261999", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261999.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -92995,8 +92467,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ca-Ma2d", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -93025,8 +92496,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:1399", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1399", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -93034,11 +92506,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CACNA2D1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028863", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028863.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -93047,9 +92519,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG4587", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "stol", + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -93078,8 +92549,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:1400", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1400", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -93087,11 +92559,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CACNA2D2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261999", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261999.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -93101,8 +92573,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ca-Ma2d", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -93131,8 +92602,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:1400", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1400", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -93140,11 +92612,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CACNA2D2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0028863", + "id": "FB:FBgn0261041", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261041.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -93153,9 +92625,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG4587", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "stj", + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -93184,8 +92655,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:1400", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1400", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -93193,11 +92665,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CACNA2D2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0261041", + "id": "FB:FBgn0028863", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028863.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -93206,9 +92678,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "stj", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "stol", + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -93233,12 +92704,13 @@ "totalMethodCount": 10 }, { - "best": "No", + "best": "Yes", "bestReverse": "Yes", "gene": { "id": "HGNC:15460", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15460", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -93246,11 +92718,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CACNA2D3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0028863", + "id": "FB:FBgn0261041", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261041.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -93259,11 +92731,10 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG4587", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "stj", + "taxonId": "NCBITaxon:7227" }, - "methodCount": 9, + "methodCount": 10, "predictionMethodsMatched": [ "Ensembl Compara", "Hieranoid", @@ -93273,25 +92744,25 @@ "OrthoInspector", "PANTHER", "PhylomeDB", + "Roundup", "TreeFam" ], "predictionMethodsNotCalled": [ "HGNC", "ZFIN" ], - "predictionMethodsNotMatched": [ - "Roundup" - ], + "predictionMethodsNotMatched": [], "stringencyFilter": "stringent", "totalMethodCount": 10 }, { - "best": "Yes", + "best": "No", "bestReverse": "Yes", "gene": { "id": "HGNC:15460", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15460", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -93299,11 +92770,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CACNA2D3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0261041", + "id": "FB:FBgn0028863", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028863.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -93312,11 +92783,10 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "stj", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "stol", + "taxonId": "NCBITaxon:7227" }, - "methodCount": 10, + "methodCount": 9, "predictionMethodsMatched": [ "Ensembl Compara", "Hieranoid", @@ -93326,14 +92796,15 @@ "OrthoInspector", "PANTHER", "PhylomeDB", - "Roundup", "TreeFam" ], "predictionMethodsNotCalled": [ "HGNC", "ZFIN" ], - "predictionMethodsNotMatched": [], + "predictionMethodsNotMatched": [ + "Roundup" + ], "stringencyFilter": "stringent", "totalMethodCount": 10 }, @@ -93342,8 +92813,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20202", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20202", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -93351,11 +92823,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CACNA2D4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261999", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261999.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -93365,8 +92837,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ca-Ma2d", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -93395,8 +92866,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:20202", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20202", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -93404,11 +92876,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CACNA2D4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261041", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261041.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -93418,8 +92890,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "stj", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -93448,8 +92919,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1406", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1406", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -93457,11 +92929,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CACNG2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0064123", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0064123.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -93471,8 +92943,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "stg1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -93501,8 +92972,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1407", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1407", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -93510,11 +92982,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CACNG3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0064123", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0064123.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -93524,8 +92996,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "stg1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -93554,8 +93025,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1408", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1408", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -93563,11 +93035,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CACNG4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0064123", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0064123.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -93577,8 +93049,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "stg1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -93607,8 +93078,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1409", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1409", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -93616,11 +93088,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CACNG5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031159", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031159.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -93630,8 +93102,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG11566", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -93660,8 +93131,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13626", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13626", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -93669,11 +93141,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CACNG7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031159", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031159.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -93683,8 +93155,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG11566", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -93713,8 +93184,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:13628", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13628", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -93722,11 +93194,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CACNG8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031159", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031159.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -93736,8 +93208,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG11566", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -93766,8 +93237,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29938", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29938", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -93775,11 +93247,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CACTIN", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031114", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031114.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -93789,8 +93261,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "cactin", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -93818,8 +93289,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30423", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30423", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -93827,11 +93299,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CACYBP", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029882", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029882.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -93841,8 +93313,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG3226", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -93870,8 +93341,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1424", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1424", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -93879,11 +93351,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CAD", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003189", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003189.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -93893,8 +93365,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "r", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -93922,8 +93393,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:5951", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:5951", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -93931,11 +93403,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CADM1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000636", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000636.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -93945,8 +93417,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Fas3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -93975,8 +93446,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30825", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30825", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -93984,11 +93456,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CADM4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000636", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000636.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -93998,8 +93470,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Fas3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -94028,8 +93499,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1426", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1426", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -94037,11 +93509,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CADPS", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0053653", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0053653.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -94051,8 +93523,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cadps", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -94081,8 +93552,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:16018", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16018", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -94090,11 +93562,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CADPS2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0053653", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0053653.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -94104,8 +93576,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cadps", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -94134,8 +93605,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:1434", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1434", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -94143,11 +93615,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CALB1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004580", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004580.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -94157,8 +93629,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cbp53E", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -94187,8 +93658,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:1435", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1435", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -94196,11 +93668,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CALB2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004580", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004580.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -94210,8 +93682,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cbp53E", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -94240,8 +93711,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1440", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1440", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -94249,11 +93721,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CALCR", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052843", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052843.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -94263,8 +93735,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Dh31-R", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -94293,8 +93764,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1440", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1440", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -94302,11 +93774,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CALCR", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030437", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030437.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -94316,8 +93788,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "hec", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -94346,8 +93817,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16709", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16709", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -94355,11 +93827,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CALCRL", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052843", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052843.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -94369,8 +93841,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Dh31-R", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -94399,8 +93870,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16709", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16709", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -94408,11 +93880,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CALCRL", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030437", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030437.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -94422,8 +93894,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "hec", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -94452,8 +93923,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1442", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1442", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -94461,11 +93933,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CALM1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000253", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000253.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -94475,8 +93947,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cam", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -94505,8 +93976,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:1445", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1445", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -94514,11 +93986,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CALM2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000253", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000253.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -94528,8 +94000,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cam", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -94558,8 +94029,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:1449", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1449", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -94567,11 +94039,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CALM3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000253", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000253.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -94581,8 +94053,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cam", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -94611,8 +94082,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18445", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18445", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -94620,11 +94092,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CALML4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038830", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038830.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -94634,8 +94106,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG17272", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -94664,8 +94135,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18180", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18180", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -94673,11 +94145,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CALML5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033238", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033238.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -94687,8 +94159,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "azot", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -94717,8 +94188,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18180", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18180", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -94726,11 +94198,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CALML5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004910", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004910.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -94740,8 +94212,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Eip63F-1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -94770,8 +94241,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18180", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18180", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -94779,11 +94251,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CALML5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033027", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033027.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -94793,8 +94265,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "TpnC4", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -94823,8 +94294,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24193", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24193", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -94832,11 +94304,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CALML6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004910", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004910.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -94846,8 +94318,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Eip63F-1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -94876,8 +94347,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24193", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24193", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -94885,11 +94357,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CALML6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033027", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033027.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -94899,8 +94371,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "TpnC4", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -94929,8 +94400,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13248", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13248", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -94938,11 +94410,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CALN1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004910", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004910.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -94952,8 +94424,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Eip63F-1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -94982,8 +94453,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1455", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1455", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -94991,11 +94463,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CALR", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0005585", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0005585.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -95005,8 +94477,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Calr", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -95035,8 +94506,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:20407", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20407", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -95044,11 +94516,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CALR3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0005585", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0005585.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -95058,8 +94530,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Calr", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -95088,8 +94559,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1458", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1458", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -95097,11 +94569,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CALU", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0025682", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0025682.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -95111,8 +94583,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "scf", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -95140,8 +94611,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:1459", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1459", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -95149,11 +94621,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CAMK1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0016126", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0016126.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -95163,8 +94635,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CaMKI", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -95193,8 +94664,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19341", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19341", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -95202,11 +94674,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CAMK1D", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0016126", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0016126.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -95216,8 +94688,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CaMKI", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -95246,8 +94717,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:14585", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14585", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -95255,11 +94727,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CAMK1G", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0016126", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0016126.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -95269,8 +94741,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CaMKI", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -95299,8 +94770,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:1460", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1460", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -95308,11 +94780,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CAMK2A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0264607", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0264607.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -95322,8 +94794,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CaMKII", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -95352,8 +94823,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:1461", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1461", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -95361,11 +94833,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CAMK2B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0264607", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0264607.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -95375,8 +94847,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CaMKII", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -95405,8 +94876,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1462", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1462", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -95414,11 +94886,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CAMK2D", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0264607", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0264607.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -95428,8 +94900,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CaMKII", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -95458,8 +94929,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:1463", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1463", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -95467,11 +94939,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CAMK2G", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0264607", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0264607.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -95481,8 +94953,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CaMKII", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -95511,8 +94982,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1469", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1469", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -95520,11 +94992,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CAMKK1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040056", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040056.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -95534,8 +95006,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG17698", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -95564,8 +95035,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:1470", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1470", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -95573,11 +95045,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CAMKK2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040056", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040056.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -95587,8 +95059,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG17698", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -95617,8 +95088,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26276", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26276", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -95626,11 +95098,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CAMKMT", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032857", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032857.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -95640,8 +95112,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10947", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -95670,8 +95141,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19946", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19946", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -95679,11 +95151,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CAMSAP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0263197", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0263197.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -95693,8 +95165,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Patronin", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -95722,8 +95193,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29188", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29188", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -95731,11 +95203,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CAMSAP2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0263197", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0263197.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -95745,8 +95217,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Patronin", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -95774,8 +95245,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:29307", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29307", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -95783,11 +95255,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CAMSAP3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0263197", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0263197.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -95797,8 +95269,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Patronin", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -95827,8 +95298,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30688", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30688", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -95836,11 +95308,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CAND1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027568", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027568.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -95850,8 +95322,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cand1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -95879,8 +95350,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30689", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30689", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -95888,11 +95360,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CAND2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027568", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027568.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -95902,8 +95374,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cand1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -95931,8 +95402,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19721", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19721", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -95940,11 +95412,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CANT1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037900", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037900.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -95954,8 +95426,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5276", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -95983,8 +95454,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1473", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1473", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -95992,11 +95464,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CANX", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030377", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030377.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -96006,8 +95478,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG1924", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -96036,8 +95507,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1473", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1473", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -96045,11 +95517,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CANX", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0264077", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0264077.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -96059,8 +95531,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cnx14D", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -96089,8 +95560,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1473", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1473", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -96098,11 +95570,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CANX", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015622", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015622.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -96112,8 +95584,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cnx99A", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -96142,8 +95613,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20040", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20040", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -96151,11 +95623,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CAP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261458", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261458.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -96165,8 +95637,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "capt", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -96195,8 +95666,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20039", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20039", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -96204,11 +95676,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CAP2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261458", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261458.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -96218,8 +95690,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "capt", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -96248,8 +95719,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:1474", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1474", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -96257,11 +95729,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CAPG", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003187", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003187.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -96271,8 +95743,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "qua", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -96301,8 +95772,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1476", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1476", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -96310,11 +95782,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CAPN1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0025866", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0025866.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -96324,8 +95796,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CalpB", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -96354,8 +95825,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1477", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1477", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -96363,11 +95835,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CAPN10", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0260450", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0260450.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -96377,8 +95849,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CalpC", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -96407,8 +95878,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:1478", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1478", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -96416,11 +95888,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CAPN11", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0012051", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0012051.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -96430,8 +95902,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CalpA", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -96460,8 +95931,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:1478", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1478", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -96469,11 +95941,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CAPN11", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0025866", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0025866.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -96483,8 +95955,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CalpB", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -96513,8 +95984,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11182", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11182", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -96522,11 +95994,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CAPN15", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003464", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003464.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -96536,8 +96008,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "sol", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -96566,8 +96037,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:1479", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1479", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -96575,11 +96047,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CAPN2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0012051", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0012051.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -96589,8 +96061,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CalpA", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -96619,8 +96090,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:1479", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1479", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -96628,11 +96100,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CAPN2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0025866", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0025866.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -96642,8 +96114,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CalpB", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -96672,8 +96143,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:1480", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1480", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -96681,11 +96153,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CAPN3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0012051", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0012051.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -96695,8 +96167,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CalpA", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -96725,8 +96196,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:1480", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1480", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -96734,11 +96206,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CAPN3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0025866", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0025866.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -96748,8 +96220,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CalpB", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -96778,8 +96249,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:1485", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1485", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -96787,11 +96259,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CAPN8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0012051", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0012051.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -96801,8 +96273,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CalpA", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -96831,8 +96302,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1486", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1486", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -96840,11 +96312,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CAPN9", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0012051", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0012051.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -96854,8 +96326,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CalpA", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -96884,8 +96355,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6743", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6743", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -96893,11 +96365,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CAPRIN1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0042134", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0042134.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -96907,8 +96379,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Capr", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -96937,8 +96408,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:21259", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21259", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -96946,11 +96418,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CAPRIN2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0042134", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0042134.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -96960,8 +96432,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Capr", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -96990,8 +96461,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:1487", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1487", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -96999,11 +96471,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CAPS", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038088", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038088.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -97013,8 +96485,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10126", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -97043,8 +96514,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:1487", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1487", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -97052,11 +96524,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CAPS", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051345", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051345.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -97066,8 +96538,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG31345", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -97096,8 +96567,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28375", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28375", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -97105,11 +96577,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CAPSL", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038088", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038088.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -97119,8 +96591,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10126", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -97149,8 +96620,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28375", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28375", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -97158,11 +96630,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CAPSL", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051345", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051345.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -97172,8 +96644,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG31345", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -97202,8 +96673,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1488", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1488", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -97211,11 +96683,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CAPZA1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034577", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034577.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -97225,8 +96697,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "cpa", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -97254,8 +96725,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1490", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1490", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -97263,11 +96735,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CAPZA2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034577", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034577.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -97277,8 +96749,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "cpa", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -97306,8 +96777,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:24205", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24205", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -97315,11 +96787,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CAPZA3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034577", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034577.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -97329,8 +96801,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "cpa", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -97359,8 +96830,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1491", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1491", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -97368,11 +96840,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CAPZB", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0011570", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0011570.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -97382,8 +96854,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "cpb", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -97411,8 +96882,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17150", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17150", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -97420,11 +96892,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CARHSP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036661", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036661.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -97434,8 +96906,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG9705", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -97463,8 +96934,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23393", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23393", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -97472,11 +96944,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CARM1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037770", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037770.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -97486,8 +96958,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Art4", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -97516,8 +96987,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21581", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21581", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -97525,11 +96997,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CARMIL1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033212", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033212.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -97539,8 +97011,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "LRR", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -97569,8 +97040,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:27089", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:27089", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -97578,11 +97050,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CARMIL2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033212", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033212.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -97592,8 +97064,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "LRR", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -97622,8 +97093,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20272", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20272", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -97631,11 +97103,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CARMIL3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033212", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033212.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -97645,8 +97117,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "LRR", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -97675,8 +97146,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23435", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23435", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -97684,11 +97156,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CARNMT1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0023522", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0023522.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -97698,8 +97170,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG11596", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -97727,8 +97198,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1493", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1493", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -97736,11 +97208,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CARS1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027091", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027091.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -97750,8 +97222,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CysRS", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -97779,8 +97250,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25695", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25695", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -97788,11 +97260,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CARS2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033900", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033900.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -97802,8 +97274,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CysRS-m", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -97831,8 +97302,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17040", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17040", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -97840,11 +97312,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CASC3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0045862", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0045862.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -97854,8 +97326,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "btz", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -97884,8 +97355,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16014", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16014", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -97893,11 +97365,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CASD1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029685", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029685.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -97907,8 +97379,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG2938", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -97936,8 +97407,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1497", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1497", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -97945,11 +97417,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CASK", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0013759", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0013759.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -97959,8 +97431,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CASK", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -97989,8 +97460,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20879", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20879", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -97998,11 +97470,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CASKIN1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033987", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033987.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -98012,8 +97484,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ckn", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -98042,8 +97513,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1500", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1500", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -98051,11 +97523,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CASP10", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0020381", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0020381.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -98065,8 +97537,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Dredd", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -98095,8 +97566,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1503", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1503", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -98104,11 +97576,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CASP2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0026404", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026404.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -98118,8 +97590,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Dronc", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -98148,8 +97619,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1504", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1504", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -98157,11 +97629,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CASP3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010501", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010501.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -98171,8 +97643,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Dcp-1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -98201,8 +97672,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1504", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1504", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -98210,11 +97682,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CASP3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0019972", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0019972.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -98224,8 +97696,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Drice", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -98254,8 +97725,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1507", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1507", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -98263,11 +97735,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CASP6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033659", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033659.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -98277,8 +97749,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Damm", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -98307,8 +97778,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:1507", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1507", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -98316,11 +97788,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CASP6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010501", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010501.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -98330,8 +97802,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Dcp-1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -98360,8 +97831,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1507", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1507", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -98369,11 +97841,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CASP6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028381", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028381.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -98383,8 +97855,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Decay", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -98413,8 +97884,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:1507", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1507", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -98422,11 +97894,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CASP6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0019972", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0019972.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -98436,8 +97908,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Drice", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -98466,8 +97937,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1508", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1508", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -98475,11 +97947,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CASP7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010501", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010501.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -98489,8 +97961,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Dcp-1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -98519,8 +97990,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1508", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1508", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -98528,11 +98000,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CASP7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0019972", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0019972.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -98542,8 +98014,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Drice", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -98572,8 +98043,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:1509", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1509", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -98581,11 +98053,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CASP8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0020381", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0020381.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -98595,8 +98067,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Dredd", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -98625,8 +98096,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:15878", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15878", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -98634,11 +98106,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CASS4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035101", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035101.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -98648,8 +98120,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "p130CAS", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -98678,8 +98149,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26002", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26002", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -98687,11 +98159,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CASZ1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004878", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004878.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -98701,8 +98173,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "cas", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -98731,8 +98202,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26002", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26002", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -98740,11 +98212,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CASZ1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036168", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036168.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -98754,8 +98226,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7512", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -98784,8 +98255,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1516", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1516", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -98793,11 +98265,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CAT", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000261", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000261.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -98807,8 +98279,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cat", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -98836,8 +98307,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1516", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1516", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -98845,11 +98317,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CAT", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032061", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032061.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -98859,8 +98331,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG9314", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -98889,8 +98360,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25062", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25062", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -98898,11 +98370,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CATIP", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028903", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028903.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -98912,8 +98384,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG13243", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -98942,8 +98413,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1536", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1536", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -98951,11 +98423,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CBFA2T2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0005636", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0005636.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -98965,8 +98437,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "nvy", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -98995,8 +98466,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1537", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1537", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -99004,11 +98476,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CBFA2T3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0005636", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0005636.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -99018,8 +98490,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "nvy", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -99048,8 +98519,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1539", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1539", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -99057,11 +98529,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CBFB", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0013753", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0013753.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -99071,8 +98543,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Bgb", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -99101,8 +98572,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1539", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1539", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -99110,11 +98582,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CBFB", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0013755", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0013755.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -99124,8 +98596,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Bro", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -99154,8 +98625,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:1541", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1541", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -99163,11 +98635,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CBL", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0020224", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0020224.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -99177,8 +98649,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cbl", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -99207,8 +98678,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1542", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1542", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -99216,11 +98688,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CBLB", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0020224", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0020224.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -99230,8 +98702,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cbl", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -99260,8 +98731,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:15961", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15961", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -99269,11 +98741,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CBLC", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0020224", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0020224.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -99283,8 +98755,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cbl", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -99313,8 +98784,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:4268", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4268", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -99322,11 +98794,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CBLIF", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029708", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029708.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -99336,8 +98808,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG3556", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -99366,8 +98837,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21225", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21225", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -99375,11 +98847,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CBLL1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032812", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032812.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -99389,8 +98861,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Hakai", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -99419,8 +98890,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:26371", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26371", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -99428,11 +98900,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CBLL2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032812", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032812.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -99442,8 +98914,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Hakai", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -99472,8 +98943,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:1550", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1550", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -99481,11 +98953,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CBS", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031148", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031148.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -99495,8 +98967,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cbs", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -99520,66 +98991,14 @@ "stringencyFilter": "stringent", "totalMethodCount": 10 }, - { - "best": "Yes", - "bestReverse": "Yes", - "gene": { - "id": "HGNC:51829", - "species": { - "commonNames": "['human']", - "dataProviderFullName": "Rat Genome Database", - "dataProviderShortName": "RGD", - "name": "Homo sapiens", - "shortName": "Hsa", - "taxonId": "NCBITaxon:9606" - }, - "symbol": "CBSL", - "taxonId": "NCBITaxon:9606", - "url": null - }, - "homologGene": { - "id": "FB:FBgn0031148", - "species": { - "commonNames": "['fly', 'fruit fly', 'dme']", - "dataProviderFullName": "FlyBase", - "dataProviderShortName": "FB", - "name": "Drosophila melanogaster", - "shortName": "Dme", - "taxonId": "NCBITaxon:7227" - }, - "symbol": "Cbs", - "taxonId": "NCBITaxon:7227", - "url": null - }, - "methodCount": 9, - "predictionMethodsMatched": [ - "Ensembl Compara", - "Hieranoid", - "InParanoid", - "OMA", - "OrthoFinder", - "OrthoInspector", - "PANTHER", - "PhylomeDB", - "Roundup" - ], - "predictionMethodsNotCalled": [ - "HGNC", - "ZFIN" - ], - "predictionMethodsNotMatched": [ - "TreeFam" - ], - "stringencyFilter": "stringent", - "totalMethodCount": 10 - }, { "best": "Yes", "bestReverse": "No", "gene": { "id": "HGNC:1551", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1551", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -99587,11 +99006,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CBX1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030082", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030082.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -99601,8 +99020,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "HP1b", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -99631,8 +99049,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1551", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1551", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -99640,11 +99059,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CBX1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037675", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037675.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -99654,8 +99073,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "HP1e", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -99684,8 +99102,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1551", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1551", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -99693,11 +99112,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CBX1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003607", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003607.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -99707,8 +99126,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Su(var)205", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -99737,8 +99155,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:1552", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1552", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -99746,11 +99165,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CBX2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003042", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003042.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -99760,8 +99179,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pc", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -99790,8 +99208,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1553", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1553", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -99799,11 +99218,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CBX3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030082", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030082.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -99813,8 +99232,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "HP1b", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -99843,8 +99261,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1553", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1553", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -99852,11 +99271,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CBX3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039019", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039019.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -99866,8 +99285,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "HP1c", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -99896,8 +99314,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1553", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1553", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -99905,11 +99324,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CBX3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037675", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037675.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -99919,8 +99338,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "HP1e", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -99949,8 +99367,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:1554", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1554", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -99958,11 +99377,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CBX4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003042", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003042.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -99972,8 +99391,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pc", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -100002,8 +99420,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:1555", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1555", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -100011,11 +99430,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CBX5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030082", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030082.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -100025,8 +99444,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "HP1b", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -100055,8 +99473,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1555", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1555", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -100064,11 +99483,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CBX5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037675", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037675.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -100078,8 +99497,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "HP1e", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -100108,8 +99526,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:1556", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1556", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -100117,11 +99536,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CBX6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003042", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003042.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -100131,8 +99550,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pc", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -100161,8 +99579,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:1557", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1557", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -100170,11 +99589,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CBX7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003042", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003042.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -100184,8 +99603,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pc", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -100214,8 +99632,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15962", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15962", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -100223,11 +99642,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CBX8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003042", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003042.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -100237,8 +99656,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pc", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -100267,8 +99685,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1307", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1307", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -100276,11 +99695,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CBY1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0067317", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0067317.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -100290,8 +99709,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cby", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -100320,8 +99738,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:33278", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:33278", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -100329,11 +99748,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CBY3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0067317", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0067317.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -100343,8 +99762,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cby", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -100373,8 +99791,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30237", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30237", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -100382,11 +99801,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CC2D1A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261983", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261983.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -100396,8 +99815,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "l(2)gd1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -100425,8 +99843,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:29386", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29386", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -100434,11 +99853,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CC2D1B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261983", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261983.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -100448,8 +99867,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "l(2)gd1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -100478,8 +99896,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29253", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29253", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -100487,11 +99906,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CC2D2A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0263113", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0263113.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -100501,8 +99920,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cc2d2a", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -100531,8 +99949,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:31666", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:31666", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -100540,11 +99959,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CC2D2B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0263113", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0263113.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -100554,8 +99973,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cc2d2a", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -100584,8 +100002,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28097", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28097", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -100593,11 +100012,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CCDC102A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051638", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051638.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -100607,8 +100026,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG31638", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -100637,8 +100055,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:26295", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26295", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -100646,11 +100065,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CCDC102B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051638", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051638.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -100660,8 +100079,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG31638", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -100690,8 +100108,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:32700", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:32700", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -100699,11 +100118,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CCDC103", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033623", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033623.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -100713,8 +100132,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG13202", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -100743,8 +100161,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25002", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25002", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -100752,11 +100171,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CCDC113", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031235", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031235.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -100766,8 +100185,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG13693", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -100791,66 +100209,14 @@ "stringencyFilter": "stringent", "totalMethodCount": 10 }, - { - "best": "Yes", - "bestReverse": "No", - "gene": { - "id": "HGNC:26560", - "species": { - "commonNames": "['human']", - "dataProviderFullName": "Rat Genome Database", - "dataProviderShortName": "RGD", - "name": "Homo sapiens", - "shortName": "Hsa", - "taxonId": "NCBITaxon:9606" - }, - "symbol": "CCDC114", - "taxonId": "NCBITaxon:9606", - "url": null - }, - "homologGene": { - "id": "FB:FBgn0038452", - "species": { - "commonNames": "['fly', 'fruit fly', 'dme']", - "dataProviderFullName": "FlyBase", - "dataProviderShortName": "FB", - "name": "Drosophila melanogaster", - "shortName": "Dme", - "taxonId": "NCBITaxon:7227" - }, - "symbol": "CG14905", - "taxonId": "NCBITaxon:7227", - "url": null - }, - "methodCount": 5, - "predictionMethodsMatched": [ - "OMA", - "OrthoFinder", - "OrthoInspector", - "PANTHER", - "Roundup" - ], - "predictionMethodsNotCalled": [ - "HGNC", - "ZFIN" - ], - "predictionMethodsNotMatched": [ - "Ensembl Compara", - "Hieranoid", - "InParanoid", - "PhylomeDB", - "TreeFam" - ], - "stringencyFilter": "stringent", - "totalMethodCount": 10 - }, { "best": "Yes", "bestReverse": "Yes", "gene": { "id": "HGNC:28178", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28178", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -100858,11 +100224,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CCDC115", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037340", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037340.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -100872,8 +100238,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG14671", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -100902,8 +100267,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28178", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28178", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -100911,11 +100277,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CCDC115", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036426", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036426.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -100925,8 +100291,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG9592", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -100955,8 +100320,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28332", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28332", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -100964,11 +100330,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CCDC12", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039732", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039732.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -100978,8 +100344,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG15525", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -101007,8 +100372,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25171", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25171", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -101016,11 +100382,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CCDC124", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038675", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038675.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -101030,8 +100396,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6013", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -101059,8 +100424,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26358", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26358", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -101068,11 +100434,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CCDC13", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036652", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036652.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -101082,8 +100448,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG13032", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -101107,66 +100472,14 @@ "stringencyFilter": "stringent", "totalMethodCount": 10 }, - { - "best": "Yes", - "bestReverse": "Yes", - "gene": { - "id": "HGNC:28118", - "species": { - "commonNames": "['human']", - "dataProviderFullName": "Rat Genome Database", - "dataProviderShortName": "RGD", - "name": "Homo sapiens", - "shortName": "Hsa", - "taxonId": "NCBITaxon:9606" - }, - "symbol": "CCDC130", - "taxonId": "NCBITaxon:9606", - "url": null - }, - "homologGene": { - "id": "FB:FBgn0034402", - "species": { - "commonNames": "['fly', 'fruit fly', 'dme']", - "dataProviderFullName": "FlyBase", - "dataProviderShortName": "FB", - "name": "Drosophila melanogaster", - "shortName": "Dme", - "taxonId": "NCBITaxon:7227" - }, - "symbol": "CG15084", - "taxonId": "NCBITaxon:7227", - "url": null - }, - "methodCount": 9, - "predictionMethodsMatched": [ - "Ensembl Compara", - "Hieranoid", - "InParanoid", - "OrthoFinder", - "OrthoInspector", - "PANTHER", - "PhylomeDB", - "Roundup", - "TreeFam" - ], - "predictionMethodsNotCalled": [ - "HGNC", - "ZFIN" - ], - "predictionMethodsNotMatched": [ - "OMA" - ], - "stringencyFilter": "stringent", - "totalMethodCount": 10 - }, { "best": "Yes", "bestReverse": "Yes", "gene": { "id": "HGNC:33451", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:33451", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -101174,11 +100487,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CCDC137", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030851", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030851.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -101188,8 +100501,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8326", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -101218,8 +100530,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26821", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26821", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -101227,11 +100540,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CCDC141", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052311", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052311.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -101241,8 +100554,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "zormin", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -101271,8 +100583,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25889", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25889", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -101280,11 +100593,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CCDC142", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039009", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039009.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -101294,8 +100607,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG13842", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -101324,8 +100636,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29296", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29296", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -101333,11 +100646,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CCDC146", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039491", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039491.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -101347,8 +100660,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6059", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -101377,8 +100689,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25405", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25405", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -101386,11 +100699,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CCDC149", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038330", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038330.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -101400,8 +100713,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG14868", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -101425,66 +100737,14 @@ "stringencyFilter": "stringent", "totalMethodCount": 10 }, - { - "best": "Yes", - "bestReverse": "Yes", - "gene": { - "id": "HGNC:28303", - "species": { - "commonNames": "['human']", - "dataProviderFullName": "Rat Genome Database", - "dataProviderShortName": "RGD", - "name": "Homo sapiens", - "shortName": "Hsa", - "taxonId": "NCBITaxon:9606" - }, - "symbol": "CCDC151", - "taxonId": "NCBITaxon:9606", - "url": null - }, - "homologGene": { - "id": "FB:FBgn0036219", - "species": { - "commonNames": "['fly', 'fruit fly', 'dme']", - "dataProviderFullName": "FlyBase", - "dataProviderShortName": "FB", - "name": "Drosophila melanogaster", - "shortName": "Dme", - "taxonId": "NCBITaxon:7227" - }, - "symbol": "CCDC151", - "taxonId": "NCBITaxon:7227", - "url": null - }, - "methodCount": 8, - "predictionMethodsMatched": [ - "Hieranoid", - "InParanoid", - "OMA", - "OrthoFinder", - "OrthoInspector", - "PANTHER", - "PhylomeDB", - "Roundup" - ], - "predictionMethodsNotCalled": [ - "HGNC", - "ZFIN" - ], - "predictionMethodsNotMatched": [ - "Ensembl Compara", - "TreeFam" - ], - "stringencyFilter": "stringent", - "totalMethodCount": 10 - }, { "best": "Yes", "bestReverse": "Yes", "gene": { "id": "HGNC:21177", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21177", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -101492,11 +100752,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CCDC170", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0263079", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0263079.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -101506,8 +100766,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG43338", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -101535,8 +100794,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28033", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28033", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -101544,11 +100804,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CCDC174", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038583", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038583.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -101558,8 +100818,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7183", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -101588,8 +100847,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24349", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24349", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -101597,11 +100857,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CCDC186", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036614", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036614.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -101611,8 +100871,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Golgin104", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -101640,8 +100899,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29272", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29272", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -101649,11 +100909,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CCDC191", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031496", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031496.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -101663,8 +100923,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG17258", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -101693,8 +100952,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28909", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28909", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -101702,11 +100962,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CCDC22", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036671", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036671.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -101716,8 +100976,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG9951", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -101745,8 +101004,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25591", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25591", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -101754,11 +101014,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CCDC25", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029929", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029929.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -101768,8 +101028,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG4593", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -101797,8 +101056,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21098", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21098", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -101806,11 +101066,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CCDC28A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031395", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031395.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -101820,8 +101080,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10874", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -101850,8 +101109,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28163", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28163", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -101859,11 +101119,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CCDC28B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031395", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031395.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -101873,8 +101133,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10874", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -101903,8 +101162,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28295", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28295", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -101912,11 +101172,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CCDC32", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0260759", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0260759.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -101926,8 +101186,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG42557", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -101956,8 +101215,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25079", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25079", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -101965,11 +101225,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CCDC34", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031722", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031722.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -101979,8 +101239,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG14011", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -102009,8 +101268,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25079", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25079", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -102018,11 +101278,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CCDC34", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031724", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031724.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -102032,8 +101292,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG18266", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -102062,8 +101321,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25079", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25079", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -102071,11 +101331,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CCDC34", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031723", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031723.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -102085,8 +101345,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7251", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -102115,8 +101374,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25244", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25244", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -102124,11 +101384,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CCDC39", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037276", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037276.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -102138,8 +101398,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG17387", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -102168,8 +101427,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26090", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26090", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -102177,11 +101437,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CCDC40", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0262123", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0262123.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -102191,8 +101451,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "l(2)41Ab", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -102221,8 +101480,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:26528", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26528", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -102230,11 +101490,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CCDC42", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032769", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032769.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -102244,8 +101504,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10750", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -102274,8 +101533,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26528", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26528", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -102283,11 +101543,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CCDC42", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032768", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032768.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -102297,8 +101557,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG17564", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -102327,8 +101586,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26472", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26472", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -102336,11 +101596,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CCDC43", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032101", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032101.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -102350,8 +101610,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG9586", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -102379,8 +101638,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24856", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24856", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -102388,11 +101648,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CCDC47", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031544", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031544.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -102402,8 +101662,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG17593", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -102431,8 +101690,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18111", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18111", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -102440,11 +101700,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CCDC50", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032681", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032681.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -102454,8 +101714,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10283", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -102479,65 +101738,14 @@ "stringencyFilter": "stringent", "totalMethodCount": 10 }, - { - "best": "Yes", - "bestReverse": "Yes", - "gene": { - "id": "HGNC:31136", - "species": { - "commonNames": "['human']", - "dataProviderFullName": "Rat Genome Database", - "dataProviderShortName": "RGD", - "name": "Homo sapiens", - "shortName": "Hsa", - "taxonId": "NCBITaxon:9606" - }, - "symbol": "CCDC58", - "taxonId": "NCBITaxon:9606", - "url": null - }, - "homologGene": { - "id": "FB:FBgn0036909", - "species": { - "commonNames": "['fly', 'fruit fly', 'dme']", - "dataProviderFullName": "FlyBase", - "dataProviderShortName": "FB", - "name": "Drosophila melanogaster", - "shortName": "Dme", - "taxonId": "NCBITaxon:7227" - }, - "symbol": "Ccdc58", - "taxonId": "NCBITaxon:7227", - "url": null - }, - "methodCount": 10, - "predictionMethodsMatched": [ - "Ensembl Compara", - "Hieranoid", - "InParanoid", - "OMA", - "OrthoFinder", - "OrthoInspector", - "PANTHER", - "PhylomeDB", - "Roundup", - "TreeFam" - ], - "predictionMethodsNotCalled": [ - "HGNC", - "ZFIN" - ], - "predictionMethodsNotMatched": [], - "stringencyFilter": "stringent", - "totalMethodCount": 10 - }, { "best": "Yes", "bestReverse": "Yes", "gene": { "id": "HGNC:25005", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25005", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -102545,11 +101753,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CCDC59", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039764", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039764.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -102559,8 +101767,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG15535", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -102589,8 +101796,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18782", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18782", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -102598,11 +101806,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CCDC6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036685", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036685.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -102612,8 +101820,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6664", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -102642,8 +101849,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26669", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26669", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -102651,11 +101859,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CCDC63", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038452", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038452.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -102665,8 +101873,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG14905", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -102694,8 +101901,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26669", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26669", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -102703,11 +101911,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CCDC63", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039070", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039070.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -102716,9 +101924,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG17083", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "wam", + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -102747,8 +101954,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29937", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29937", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -102756,11 +101964,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CCDC65", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037059", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037059.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -102770,8 +101978,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10510", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -102800,8 +102007,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29937", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29937", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -102809,11 +102017,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CCDC65", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0050259", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0050259.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -102823,8 +102031,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG30259", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -102852,8 +102059,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:27709", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:27709", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -102861,11 +102069,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CCDC66", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037014", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037014.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -102875,8 +102083,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG13251", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -102905,8 +102112,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26282", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26282", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -102914,11 +102122,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CCDC82", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036958", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036958.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -102928,8 +102136,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG17233", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -102958,8 +102165,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:29400", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29400", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -102967,11 +102175,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CCDC85A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031488", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031488.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -102981,8 +102189,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ccdc85", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -103011,8 +102218,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:24926", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24926", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -103020,11 +102228,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CCDC85B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031488", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031488.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -103034,8 +102242,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ccdc85", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -103064,8 +102271,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:35459", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:35459", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -103073,11 +102281,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CCDC85C", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031488", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031488.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -103087,8 +102295,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ccdc85", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -103117,8 +102324,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28359", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28359", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -103126,11 +102334,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CCDC86", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031040", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031040.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -103140,8 +102348,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG14210", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -103170,8 +102377,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25523", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25523", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -103179,11 +102387,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CCDC88A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0283724", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0283724.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -103193,8 +102401,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Girdin", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -103223,8 +102430,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:26757", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26757", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -103232,11 +102440,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CCDC88B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0283724", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0283724.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -103246,8 +102454,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Girdin", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -103276,8 +102483,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19967", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19967", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -103285,11 +102493,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CCDC88C", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0283724", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0283724.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -103299,8 +102507,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Girdin", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -103329,8 +102536,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25611", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25611", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -103338,11 +102546,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CCDC93", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0025519", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0025519.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -103352,8 +102560,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "fidipidine", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -103381,8 +102588,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26900", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26900", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -103390,11 +102598,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CCDC96", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033819", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033819.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -103404,8 +102612,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG4714", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -103434,8 +102641,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28289", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28289", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -103443,11 +102651,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CCDC97", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032017", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032017.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -103457,8 +102665,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7810", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -103486,8 +102693,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1570", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1570", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -103495,11 +102703,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CCKAR", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0259231", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0259231.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -103509,8 +102717,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CCKLR-17D1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -103539,8 +102746,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1570", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1570", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -103548,11 +102756,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CCKAR", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030954", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030954.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -103562,8 +102770,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CCKLR-17D3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -103592,8 +102799,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:1571", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1571", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -103601,11 +102809,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CCKBR", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0259231", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0259231.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -103615,8 +102823,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CCKLR-17D1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -103645,8 +102852,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:2654", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2654", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -103654,11 +102862,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CCN1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052183", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052183.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -103668,8 +102876,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ccn", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -103698,8 +102905,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2500", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2500", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -103707,11 +102915,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CCN2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052183", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052183.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -103721,8 +102929,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ccn", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -103751,8 +102958,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:7885", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7885", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -103760,11 +102968,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CCN3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052183", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052183.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -103774,8 +102982,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ccn", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -103804,8 +103011,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:12769", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12769", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -103813,11 +103021,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CCN4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052183", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052183.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -103827,8 +103035,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ccn", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -103857,8 +103064,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:12770", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12770", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -103866,11 +103074,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CCN5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052183", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052183.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -103880,8 +103088,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ccn", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -103910,8 +103117,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:12771", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12771", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -103919,11 +103127,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CCN6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052183", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052183.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -103933,8 +103141,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ccn", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -103963,8 +103170,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:1577", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1577", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -103972,11 +103180,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CCNA1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000404", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000404.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -103986,8 +103194,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CycA", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -104016,8 +103223,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1578", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1578", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -104025,11 +103233,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CCNA2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000404", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000404.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -104039,8 +103247,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CycA", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -104069,8 +103276,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1579", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1579", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -104078,11 +103286,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CCNB1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000405", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000405.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -104092,8 +103300,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CycB", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -104121,8 +103328,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:1580", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1580", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -104130,11 +103338,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CCNB2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000405", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000405.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -104144,8 +103352,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CycB", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -104174,8 +103381,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18709", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18709", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -104183,11 +103391,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CCNB3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015625", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015625.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -104197,8 +103405,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CycB3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -104227,8 +103434,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1581", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1581", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -104236,11 +103444,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CCNC", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004597", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004597.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -104250,8 +103458,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CycC", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -104280,8 +103487,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1582", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1582", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -104289,11 +103497,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CCND1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010315", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010315.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -104303,8 +103511,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CycD", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -104333,8 +103540,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1583", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1583", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -104342,11 +103550,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CCND2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010315", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010315.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -104356,8 +103564,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CycD", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -104386,8 +103593,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:1585", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1585", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -104395,11 +103603,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CCND3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010315", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010315.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -104409,8 +103617,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CycD", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -104439,8 +103646,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1589", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1589", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -104448,11 +103656,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CCNE1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010382", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010382.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -104462,8 +103670,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CycE", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -104492,8 +103699,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1590", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1590", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -104501,11 +103709,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CCNE2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010382", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010382.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -104515,8 +103723,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CycE", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -104545,8 +103752,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1592", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1592", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -104554,11 +103762,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CCNG1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039858", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039858.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -104568,8 +103776,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CycG", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -104598,8 +103805,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:1593", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1593", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -104607,11 +103815,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CCNG2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039858", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039858.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -104621,8 +103829,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CycG", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -104651,8 +103858,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1594", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1594", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -104660,11 +103868,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CCNH", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0022936", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0022936.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -104674,8 +103882,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CycH", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -104704,8 +103911,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:1595", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1595", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -104713,11 +103921,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CCNI", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039858", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039858.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -104727,8 +103935,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CycG", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -104757,8 +103964,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:33869", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:33869", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -104766,11 +103974,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CCNI2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039858", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039858.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -104780,8 +103988,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CycG", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -104810,8 +104017,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23434", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23434", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -104819,11 +104027,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CCNJ", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010317", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010317.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -104833,8 +104041,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CycJ", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -104863,8 +104070,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25876", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25876", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -104872,11 +104080,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CCNJL", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010317", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010317.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -104886,8 +104094,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CycJ", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -104916,8 +104123,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1596", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1596", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -104925,11 +104133,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CCNK", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0025674", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0025674.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -104939,8 +104147,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CycK", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -104969,8 +104176,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:20569", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20569", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -104978,11 +104186,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CCNL1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040394", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040394.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -104992,8 +104200,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG16903", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -105022,8 +104229,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20570", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20570", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -105031,11 +104239,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CCNL2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040394", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040394.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -105045,8 +104253,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG16903", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -105075,8 +104282,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28434", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28434", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -105084,11 +104292,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CCNQ", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0264751", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0264751.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -105098,8 +104306,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Vti1b", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -105128,8 +104335,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:27373", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:27373", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -105137,11 +104345,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CCNQP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0264751", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0264751.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -105151,8 +104359,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Vti1b", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -105181,8 +104388,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1599", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1599", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -105190,11 +104398,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CCNT1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0025455", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0025455.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -105204,8 +104412,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CycT", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -105234,8 +104441,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1600", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1600", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -105243,11 +104451,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CCNT2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0025455", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0025455.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -105257,8 +104465,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CycT", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -105287,8 +104494,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:23354", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23354", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -105296,11 +104504,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CCNY", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032378", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032378.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -105310,8 +104518,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CycY", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -105340,8 +104547,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26868", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26868", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -105349,11 +104557,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CCNYL1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032378", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032378.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -105363,8 +104571,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CycY", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -105393,8 +104600,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:23495", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23495", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -105402,11 +104610,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CCNYL2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032378", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032378.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -105416,8 +104624,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CycY", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -105446,8 +104653,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24342", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24342", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -105455,11 +104663,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CCP110", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031191", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031191.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -105469,8 +104677,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cp110", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -105499,8 +104706,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1613", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1613", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -105508,11 +104716,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CCS", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010531", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010531.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -105522,8 +104730,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ccs", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -105551,8 +104758,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1615", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1615", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -105560,11 +104768,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CCT2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030086", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030086.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -105574,8 +104782,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CCT2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -105603,8 +104810,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1616", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1616", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -105612,11 +104820,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CCT3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015019", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015019.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -105626,8 +104834,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CCT3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -105655,8 +104862,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1617", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1617", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -105664,11 +104872,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CCT4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032444", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032444.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -105678,8 +104886,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CCT4", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -105708,8 +104915,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1618", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1618", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -105717,11 +104925,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CCT5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010621", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010621.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -105731,8 +104939,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CCT5", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -105760,8 +104967,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1620", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1620", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -105769,11 +104977,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CCT6A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027329", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027329.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -105783,8 +104991,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CCT6", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -105813,8 +105020,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1621", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1621", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -105822,11 +105030,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CCT6B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027329", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027329.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -105836,8 +105044,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CCT6", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -105866,8 +105073,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1622", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1622", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -105875,11 +105083,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CCT7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037632", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037632.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -105889,8 +105097,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CCT7", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -105918,8 +105125,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1623", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1623", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -105927,11 +105135,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CCT8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0284436", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0284436.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -105941,8 +105149,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CCT8", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -105970,8 +105177,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21691", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21691", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -105979,11 +105187,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CCZ1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035470", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035470.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -105993,8 +105201,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ccz1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -106022,8 +105229,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:21717", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21717", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -106031,11 +105239,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CCZ1B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035470", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035470.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -106045,8 +105253,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ccz1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -106075,8 +105282,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21685", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21685", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -106084,11 +105292,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CD109", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0041183", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0041183.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -106098,8 +105306,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Tep1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -106128,8 +105335,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21685", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21685", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -106137,11 +105345,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CD109", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0041182", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0041182.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -106151,8 +105359,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Tep2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -106181,8 +105388,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21685", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21685", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -106190,11 +105398,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CD109", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0041181", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0041181.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -106204,8 +105412,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Tep3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -106234,8 +105441,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21685", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21685", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -106243,11 +105451,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CD109", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0041180", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0041180.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -106257,8 +105465,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Tep4", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -106287,8 +105494,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21685", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21685", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -106296,11 +105504,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CD109", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0264845", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0264845.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -106310,8 +105518,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Tep5\u03a8", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -106340,8 +105547,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:1630", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1630", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -106349,11 +105557,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CD151", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036769", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036769.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -106363,8 +105571,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Tsp74F", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -106393,8 +105600,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1632", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1632", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -106402,11 +105610,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CD164", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0045823", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0045823.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -106416,8 +105624,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "vsg", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -106446,8 +105653,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:32043", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:32043", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -106455,11 +105663,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CD164L2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0045823", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0045823.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -106469,8 +105677,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "vsg", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -106499,8 +105706,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17935", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17935", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -106508,11 +105716,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CD207", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035199", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035199.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -106522,8 +105730,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "tfc", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -106552,8 +105759,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1641", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1641", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -106561,11 +105769,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CD209", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035199", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035199.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -106575,8 +105783,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "tfc", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -106605,8 +105812,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:14258", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14258", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -106614,11 +105822,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CD2AP", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027598", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027598.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -106628,8 +105836,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "cindr", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -106658,8 +105865,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1656", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1656", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -106667,11 +105875,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CD2BP2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032250", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032250.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -106681,8 +105889,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "holn1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -106710,8 +105917,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1663", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1663", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -106719,11 +105927,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CD36", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035815", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035815.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -106733,8 +105941,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Snmp2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -106763,8 +105970,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:1666", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1666", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -106772,11 +105980,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CD37", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035936", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035936.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -106786,8 +105994,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Tsp66E", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -106816,8 +106023,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:1686", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1686", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -106825,11 +106033,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CD53", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029837", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029837.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -106839,8 +106047,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Tsp5D", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -106869,8 +106076,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1692", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1692", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -106878,11 +106086,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CD63", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032074", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032074.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -106892,8 +106100,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Tsp29Fa", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -106922,8 +106129,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1692", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1692", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -106931,11 +106139,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CD63", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032075", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032075.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -106945,8 +106153,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Tsp29Fb", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -106975,8 +106182,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1692", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1692", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -106984,11 +106192,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CD63", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032943", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032943.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -106998,8 +106206,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Tsp39D", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -107028,8 +106235,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1692", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1692", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -107037,11 +106245,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CD63", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029508", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029508.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -107051,8 +106259,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Tsp42Ea", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -107081,8 +106288,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1692", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1692", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -107090,11 +106298,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CD63", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029507", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029507.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -107104,8 +106312,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Tsp42Ed", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -107134,8 +106341,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1692", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1692", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -107143,11 +106351,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CD63", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029506", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029506.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -107157,8 +106365,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Tsp42Ee", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -107187,8 +106394,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1692", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1692", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -107196,11 +106404,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CD63", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033629", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033629.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -107210,8 +106418,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Tsp47F", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -107240,8 +106447,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:1693", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1693", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -107249,11 +106457,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CD68", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032949", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032949.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -107263,8 +106471,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Lamp1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -107293,8 +106500,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1701", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1701", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -107302,11 +106510,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CD81", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027865", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027865.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -107316,8 +106524,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Tsp96F", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -107346,8 +106553,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6210", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6210", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -107355,11 +106563,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CD82", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035936", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035936.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -107369,8 +106577,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Tsp66E", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -107399,8 +106606,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:1709", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1709", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -107408,11 +106616,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CD9", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027865", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027865.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -107422,8 +106630,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Tsp96F", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -107452,8 +106659,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1712", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1712", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -107461,11 +106669,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CDA", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032003", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032003.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -107475,8 +106683,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8349", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -107505,8 +106712,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1712", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1712", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -107514,11 +106722,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CDA", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032002", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032002.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -107528,8 +106736,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8353", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -107558,8 +106765,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1712", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1712", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -107567,11 +106775,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CDA", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032001", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032001.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -107581,8 +106789,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8360", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -107611,8 +106818,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1713", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1713", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -107620,11 +106828,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CDAN1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0024510", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0024510.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -107634,8 +106842,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "dlt", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -107664,8 +106871,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1718", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1718", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -107673,11 +106881,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CDC14A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031952", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031952.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -107687,8 +106895,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "cdc14", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -107717,8 +106924,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1719", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1719", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -107726,11 +106934,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CDC14B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031952", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031952.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -107740,8 +106948,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "cdc14", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -107770,8 +106977,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:22427", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:22427", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -107779,11 +106987,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CDC14C", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031952", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031952.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -107793,8 +107001,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "cdc14", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -107823,8 +107030,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1720", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1720", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -107832,11 +107040,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CDC16", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0025781", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0025781.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -107846,8 +107054,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cdc16", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -107876,8 +107083,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1723", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1723", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -107885,11 +107093,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CDC20", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0001086", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0001086.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -107899,8 +107107,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "fzy", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -107928,8 +107135,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:24222", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24222", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -107937,11 +107145,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CDC20B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0001086", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0001086.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -107951,8 +107159,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "fzy", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -107981,8 +107188,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1724", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1724", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -107990,11 +107198,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CDC23", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032863", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032863.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -108004,8 +107212,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cdc23", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -108033,8 +107240,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1724", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1724", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -108042,11 +107250,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CDC23", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051687", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051687.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -108056,8 +107264,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG31687", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -108086,8 +107293,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1725", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1725", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -108095,11 +107303,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CDC25A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003525", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003525.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -108109,8 +107317,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "stg", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -108139,8 +107346,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1725", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1725", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -108148,11 +107356,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CDC25A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0002673", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0002673.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -108162,8 +107370,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "twe", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -108192,8 +107399,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:1726", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1726", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -108201,11 +107409,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CDC25B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003525", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003525.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -108215,8 +107423,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "stg", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -108245,8 +107452,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:1726", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1726", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -108254,11 +107462,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CDC25B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0002673", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0002673.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -108268,8 +107476,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "twe", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -108298,8 +107505,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:1727", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1727", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -108307,11 +107515,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CDC25C", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003525", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003525.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -108321,8 +107529,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "stg", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -108351,8 +107558,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:1727", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1727", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -108360,11 +107568,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CDC25C", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0002673", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0002673.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -108374,8 +107582,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "twe", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -108404,8 +107611,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1728", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1728", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -108413,11 +107621,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CDC27", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0012058", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0012058.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -108427,8 +107635,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cdc27", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -108456,8 +107663,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1734", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1734", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -108465,11 +107673,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CDC34", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036516", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036516.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -108479,8 +107687,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7656", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -108508,8 +107715,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1735", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1735", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -108517,11 +107725,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CDC37", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0011573", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0011573.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -108531,8 +107739,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cdc37", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -108560,8 +107767,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:17179", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17179", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -108569,11 +107777,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CDC37L1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0011573", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0011573.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -108583,8 +107791,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cdc37", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -108613,8 +107820,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17350", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17350", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -108622,11 +107830,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CDC40", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038927", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038927.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -108636,8 +107844,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6015", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -108665,8 +107872,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1736", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1736", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -108674,11 +107882,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CDC42", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010341", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010341.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -108688,8 +107896,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cdc42", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -108718,8 +107925,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1737", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1737", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -108727,11 +107935,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CDC42BPA", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0023081", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0023081.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -108741,8 +107949,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "gek", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -108771,8 +107978,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1738", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1738", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -108780,11 +107988,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CDC42BPB", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0023081", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0023081.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -108794,8 +108002,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "gek", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -108824,8 +108031,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:29829", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29829", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -108833,11 +108041,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CDC42BPG", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0023081", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0023081.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -108847,8 +108055,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "gek", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -108877,8 +108084,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:17719", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17719", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -108886,11 +108094,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CDC42SE1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0044823", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0044823.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -108900,8 +108108,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Spec2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -108930,8 +108137,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18547", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18547", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -108939,11 +108147,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CDC42SE2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0044823", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0044823.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -108953,8 +108161,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Spec2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -108983,8 +108190,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1739", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1739", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -108992,11 +108200,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CDC45", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0026143", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026143.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -109006,8 +108214,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cdc45", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -109035,8 +108242,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1743", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1743", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -109044,11 +108252,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CDC5L", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0265574", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0265574.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -109058,8 +108266,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cdc5", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -109087,8 +108294,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1744", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1744", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -109096,11 +108304,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CDC6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035918", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035918.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -109110,8 +108318,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cdc6", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -109139,8 +108346,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1745", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1745", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -109148,11 +108356,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CDC7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028360", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028360.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -109162,8 +108370,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cdc7", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -109192,8 +108399,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1745", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1745", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -109201,11 +108409,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CDC7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032677", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032677.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -109215,8 +108423,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5790", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -109244,8 +108451,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16783", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16783", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -109253,11 +108461,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CDC73", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033865", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033865.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -109267,8 +108475,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6220", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -109297,8 +108504,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16783", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16783", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -109306,11 +108514,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CDC73", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037657", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037657.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -109320,8 +108528,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "hyx", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -109349,8 +108556,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14624", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14624", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -109358,11 +108566,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CDCA3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027949", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027949.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -109372,8 +108580,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "msb1l", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -109402,8 +108609,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14629", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14629", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -109411,11 +108619,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CDCA8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032104", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032104.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -109425,8 +108633,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "aust", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -109455,8 +108662,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14629", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14629", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -109464,11 +108672,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CDCA8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032105", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032105.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -109478,8 +108686,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "borr", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -109508,8 +108715,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1748", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1748", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -109517,11 +108725,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CDH1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0262018", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0262018.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -109531,8 +108739,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CadN2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -109561,8 +108768,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1749", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1749", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -109570,11 +108778,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CDH10", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0262018", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0262018.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -109584,8 +108792,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CadN2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -109614,8 +108821,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1750", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1750", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -109623,11 +108831,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CDH11", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0262018", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0262018.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -109637,8 +108845,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CadN2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -109667,8 +108874,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1751", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1751", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -109676,11 +108884,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CDH12", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0262018", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0262018.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -109690,8 +108898,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CadN2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -109720,8 +108927,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1753", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1753", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -109729,11 +108937,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CDH13", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0262018", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0262018.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -109743,8 +108951,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CadN2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -109773,8 +108980,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1754", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1754", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -109782,11 +108990,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CDH15", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0262018", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0262018.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -109796,8 +109004,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CadN2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -109826,8 +109033,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1756", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1756", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -109835,11 +109043,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CDH17", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0262018", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0262018.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -109849,8 +109057,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CadN2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -109879,8 +109086,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1757", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1757", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -109888,11 +109096,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CDH18", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0262018", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0262018.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -109902,8 +109110,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CadN2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -109932,8 +109139,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1758", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1758", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -109941,11 +109149,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CDH19", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0262018", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0262018.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -109955,8 +109163,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CadN2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -109985,8 +109192,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1759", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1759", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -109994,11 +109202,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CDH2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0262018", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0262018.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -110008,8 +109216,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CadN2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -110038,8 +109245,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13733", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13733", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -110047,11 +109255,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CDH23", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0262018", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0262018.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -110061,8 +109269,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CadN2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -110091,8 +109298,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14265", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14265", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -110100,11 +109308,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CDH24", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0262018", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0262018.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -110114,8 +109322,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CadN2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -110144,8 +109351,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15902", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15902", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -110153,11 +109361,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CDH26", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0262018", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0262018.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -110167,8 +109375,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CadN2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -110197,8 +109404,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1763", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1763", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -110206,11 +109414,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CDH4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0262018", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0262018.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -110220,8 +109428,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CadN2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -110250,8 +109457,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1764", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1764", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -110259,11 +109467,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CDH5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0262018", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0262018.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -110273,8 +109481,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CadN2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -110303,8 +109510,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1765", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1765", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -110312,11 +109520,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CDH6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0262018", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0262018.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -110326,8 +109534,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CadN2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -110356,8 +109563,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1766", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1766", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -110365,11 +109573,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CDH7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0262018", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0262018.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -110379,8 +109587,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CadN2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -110409,8 +109616,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1767", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1767", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -110418,11 +109626,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CDH8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0262018", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0262018.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -110432,8 +109640,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CadN2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -110462,8 +109669,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1768", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1768", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -110471,11 +109679,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CDH9", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0262018", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0262018.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -110485,8 +109693,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CadN2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -110515,8 +109722,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14550", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14550", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -110524,11 +109732,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CDHR1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261053", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261053.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -110538,8 +109746,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cad86C", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -110568,8 +109775,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18231", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18231", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -110577,11 +109785,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CDHR2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038247", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038247.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -110591,8 +109799,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cad88C", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -110621,8 +109828,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26929", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26929", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -110630,11 +109838,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CDIN1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036536", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036536.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -110644,8 +109852,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG12713", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -110674,8 +109881,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13234", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13234", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -110683,11 +109891,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CDIP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034870", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034870.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -110697,8 +109905,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG13559", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -110727,8 +109934,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13234", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13234", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -110736,11 +109944,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CDIP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052280", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052280.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -110750,8 +109958,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG32280", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -110780,8 +109987,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1769", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1769", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -110789,11 +109997,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CDIPT", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030670", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030670.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -110803,8 +110011,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pis", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -110832,8 +110039,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1722", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1722", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -110841,11 +110049,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CDK1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004106", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004106.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -110855,8 +110063,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cdk1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -110885,8 +110092,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1770", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1770", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -110894,11 +110102,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CDK10", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0013435", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0013435.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -110908,8 +110116,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cdc2rk", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -110938,8 +110145,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1730", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1730", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -110947,11 +110155,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CDK11A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0016696", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0016696.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -110961,8 +110169,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pitslre", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -110991,8 +110198,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1729", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1729", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -111000,11 +110208,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CDK11B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0016696", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0016696.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -111014,8 +110222,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pitslre", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -111044,8 +110251,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:24224", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24224", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -111053,11 +110261,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CDK12", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037093", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037093.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -111067,8 +110275,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cdk12", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -111097,8 +110304,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1733", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1733", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -111106,11 +110314,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CDK13", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037093", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037093.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -111120,8 +110328,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cdk12", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -111150,8 +110357,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8883", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8883", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -111159,11 +110367,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CDK14", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0005640", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0005640.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -111173,8 +110381,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Eip63E", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -111203,8 +110410,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:14434", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14434", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -111212,11 +110420,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CDK15", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0005640", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0005640.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -111226,8 +110434,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Eip63E", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -111256,8 +110463,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19338", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19338", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -111265,11 +110473,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CDK19", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015618", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015618.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -111279,8 +110487,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cdk8", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -111309,8 +110516,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1771", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1771", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -111318,11 +110526,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CDK2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004107", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004107.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -111332,8 +110540,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cdk2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -111362,8 +110569,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21420", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21420", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -111371,11 +110579,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CDK20", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038902", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038902.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -111385,8 +110593,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6800", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -111415,8 +110622,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14002", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14002", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -111424,11 +110632,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CDK2AP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030269", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030269.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -111438,8 +110646,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CDK2AP1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -111468,8 +110675,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30833", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30833", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -111477,11 +110685,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CDK2AP2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030269", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030269.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -111491,8 +110699,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CDK2AP1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -111521,8 +110728,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:1772", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1772", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -111530,11 +110738,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CDK3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004107", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004107.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -111544,8 +110752,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cdk2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -111574,8 +110781,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1773", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1773", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -111583,11 +110791,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CDK4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0016131", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0016131.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -111597,8 +110805,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cdk4", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -111627,8 +110834,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1774", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1774", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -111636,11 +110844,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CDK5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0013762", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0013762.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -111650,8 +110858,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cdk5", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -111680,8 +110887,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1775", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1775", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -111689,11 +110897,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CDK5R1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027491", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027491.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -111703,8 +110911,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cdk5\u03b1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -111733,8 +110940,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:1776", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1776", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -111742,11 +110950,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CDK5R2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027491", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027491.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -111756,8 +110964,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cdk5\u03b1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -111786,8 +110993,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15880", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15880", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -111795,11 +111003,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CDK5RAP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037816", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037816.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -111809,8 +111017,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6345", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -111838,8 +111045,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18672", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18672", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -111847,11 +111055,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CDK5RAP2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0013765", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0013765.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -111861,8 +111069,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "cnn", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -111891,8 +111098,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18673", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18673", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -111900,11 +111108,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CDK5RAP3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0050291", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0050291.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -111914,8 +111122,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG30291", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -111944,8 +111151,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:1777", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1777", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -111953,11 +111161,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CDK6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0016131", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0016131.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -111967,8 +111175,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cdk4", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -111997,8 +111204,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1778", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1778", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -112006,11 +111214,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CDK7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0263237", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0263237.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -112020,8 +111228,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cdk7", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -112050,8 +111257,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:1779", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1779", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -112059,11 +111267,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CDK8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015618", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015618.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -112073,8 +111281,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cdk8", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -112103,8 +111310,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1780", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1780", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -112112,11 +111320,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CDK9", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0019949", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0019949.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -112126,8 +111334,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cdk9", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -112156,8 +111363,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21050", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21050", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -112165,11 +111373,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CDKAL1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034214", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034214.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -112179,8 +111387,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6550", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -112208,8 +111415,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1781", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1781", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -112217,11 +111425,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CDKL1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031730", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031730.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -112231,8 +111439,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7236", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -112261,8 +111468,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:19287", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19287", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -112270,11 +111478,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CDKL4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031730", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031730.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -112284,8 +111492,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7236", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -112314,8 +111521,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:24913", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24913", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -112323,11 +111531,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CDNF", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027095", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027095.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -112337,8 +111545,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Manf", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -112367,8 +111574,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1795", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1795", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -112376,11 +111584,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CDO1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034364", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034364.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -112390,8 +111598,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5493", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -112419,8 +111626,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17104", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17104", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -112428,11 +111636,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CDON", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040388", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040388.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -112442,8 +111650,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "boi", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -112472,8 +111679,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17104", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17104", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -112481,11 +111689,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CDON", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031872", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031872.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -112495,8 +111703,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ihog", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -112525,8 +111732,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:33710", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:33710", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -112534,11 +111742,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CDPF1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037611", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037611.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -112548,8 +111756,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG11755", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -112578,8 +111785,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1799", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1799", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -112587,11 +111795,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CDR2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032876", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032876.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -112601,8 +111809,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cen", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -112631,8 +111838,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:29999", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29999", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -112640,11 +111848,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CDR2L", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032876", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032876.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -112654,8 +111862,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cen", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -112684,8 +111891,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1800", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1800", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -112693,11 +111901,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CDS1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010350", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010350.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -112707,8 +111915,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cds", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -112736,8 +111943,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1801", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1801", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -112745,11 +111953,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CDS2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010350", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010350.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -112759,8 +111967,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cds", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -112788,8 +111995,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24576", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24576", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -112797,11 +112005,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CDT1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000996", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000996.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -112811,8 +112019,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "dup", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -112841,8 +112048,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26928", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26928", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -112850,11 +112058,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CDV3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0022343", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0022343.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -112864,8 +112072,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG3760", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -112894,8 +112101,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26928", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26928", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -112903,11 +112111,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CDV3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028884", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028884.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -112917,8 +112125,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG4892", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -112947,8 +112154,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1805", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1805", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -112956,11 +112164,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CDX1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000251", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000251.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -112970,8 +112178,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "cad", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -113000,8 +112207,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1806", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1806", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -113009,11 +112217,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CDX2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000251", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000251.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -113023,8 +112231,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "cad", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -113053,8 +112260,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:1808", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1808", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -113062,11 +112270,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CDX4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000251", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000251.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -113076,8 +112284,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "cad", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -113106,8 +112313,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:23920", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23920", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -113115,11 +112323,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CDY1B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035169", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035169.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -113129,8 +112337,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Dci", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -113159,8 +112366,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:23921", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23921", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -113168,11 +112376,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CDY2B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035169", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035169.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -113182,8 +112390,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Dci", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -113212,8 +112419,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:1811", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1811", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -113221,11 +112429,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CDYL", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035169", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035169.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -113235,8 +112443,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Dci", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -113265,8 +112472,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23030", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23030", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -113274,11 +112482,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CDYL2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035169", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035169.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -113288,8 +112496,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Dci", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -113318,8 +112525,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1833", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1833", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -113327,11 +112535,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CEBPA", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0005638", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0005638.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -113341,8 +112549,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "slbo", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -113371,8 +112578,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:1834", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1834", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -113380,11 +112588,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CEBPB", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0005638", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0005638.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -113394,8 +112602,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "slbo", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -113424,8 +112631,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1835", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1835", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -113433,11 +112641,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CEBPD", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0005638", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0005638.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -113447,8 +112655,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "slbo", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -113477,8 +112684,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1836", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1836", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -113486,11 +112694,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CEBPE", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0005638", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0005638.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -113500,8 +112708,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "slbo", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -113530,8 +112737,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1837", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1837", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -113539,11 +112747,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CEBPG", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036126", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036126.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -113553,8 +112761,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Irbp18", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -113583,8 +112790,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24218", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24218", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -113592,11 +112800,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CEBPZ", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036124", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036124.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -113606,8 +112814,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7839", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -113635,8 +112842,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:49288", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:49288", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -113644,11 +112852,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CEBPZOS", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0259717", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0259717.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -113658,8 +112866,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG42371", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -113688,8 +112895,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1840", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1840", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -113697,11 +112905,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CECR2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261934", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261934.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -113711,8 +112919,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "dikar", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -113741,8 +112948,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1848", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1848", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -113750,11 +112958,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CEL", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0001987", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0001987.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -113764,8 +112972,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Gli", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -113794,8 +113001,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2549", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2549", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -113803,11 +113011,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CELF1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000114", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000114.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -113817,8 +113025,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "bru1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -113847,8 +113054,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2549", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2549", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -113856,11 +113064,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CELF1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0262475", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0262475.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -113870,8 +113078,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "bru2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -113900,8 +113107,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2550", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2550", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -113909,11 +113117,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CELF2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000114", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000114.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -113923,8 +113131,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "bru1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -113953,8 +113160,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2550", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2550", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -113962,11 +113170,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CELF2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0262475", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0262475.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -113976,8 +113184,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "bru2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -114006,8 +113213,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:11967", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11967", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -114015,11 +113223,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CELF3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0264001", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0264001.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -114029,8 +113237,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "bru3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -114059,8 +113266,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:14015", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14015", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -114068,11 +113276,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CELF4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0264001", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0264001.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -114082,8 +113290,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "bru3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -114112,8 +113319,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14058", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14058", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -114121,11 +113329,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CELF5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0264001", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0264001.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -114135,8 +113343,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "bru3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -114165,8 +113372,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:14059", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14059", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -114174,11 +113382,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CELF6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0264001", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0264001.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -114188,8 +113396,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "bru3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -114218,8 +113425,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:1850", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1850", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -114227,11 +113435,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CELSR1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0024836", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0024836.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -114241,8 +113449,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "stan", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -114271,8 +113478,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3231", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3231", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -114280,11 +113488,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CELSR2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0024836", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0024836.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -114294,8 +113502,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "stan", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -114324,8 +113531,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3230", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3230", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -114333,11 +113541,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CELSR3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0024836", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0024836.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -114347,8 +113555,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "stan", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -114377,8 +113584,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1852", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1852", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -114386,11 +113594,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CENPB", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0017414", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0017414.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -114400,8 +113608,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "cag", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -114430,8 +113637,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1856", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1856", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -114439,11 +113647,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CENPE", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040233", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040233.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -114453,8 +113661,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "cana", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -114483,8 +113690,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1856", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1856", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -114492,11 +113700,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CENPE", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040232", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040232.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -114506,8 +113714,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "cmet", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -114536,8 +113743,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17272", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17272", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -114545,11 +113753,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CENPJ", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0011020", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0011020.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -114559,8 +113767,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Sas-4", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -114589,8 +113796,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24866", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24866", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -114598,11 +113806,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CEP104", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032800", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032800.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -114612,8 +113820,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10137", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -114641,8 +113848,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29511", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29511", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -114650,11 +113858,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CEP131", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033447", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033447.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -114664,8 +113872,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "dila", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -114694,8 +113901,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29086", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29086", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -114703,11 +113911,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CEP135", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036480", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036480.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -114717,8 +113925,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cep135", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -114747,8 +113954,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29298", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29298", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -114756,11 +113964,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CEP152", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261004", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261004.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -114770,8 +113978,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "asl", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -114800,8 +114007,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21107", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21107", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -114809,11 +114017,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CEP162", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261610", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261610.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -114823,8 +114031,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG42699", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -114853,8 +114060,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29182", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29182", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -114862,11 +114070,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CEP164", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030716", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030716.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -114876,8 +114084,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG9170", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -114906,8 +114113,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25515", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25515", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -114915,11 +114123,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CEP192", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027500", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027500.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -114929,8 +114137,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "spd-2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -114959,8 +114166,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26435", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26435", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -114968,11 +114176,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CEP20", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038359", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038359.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -114982,8 +114190,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5614", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -115012,8 +114219,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:1859", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1859", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -115021,11 +114229,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CEP250", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039152", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039152.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -115035,8 +114243,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Root", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -115065,8 +114272,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29021", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29021", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -115074,11 +114282,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CEP290", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035168", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035168.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -115087,9 +114295,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "cep290", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Cep290", + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -115118,8 +114325,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25740", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25740", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -115127,11 +114335,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CEP78", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038248", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038248.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -115141,8 +114349,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7886", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -115171,8 +114378,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25907", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25907", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -115180,11 +114388,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CEP89", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0266708", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0266708.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -115194,8 +114402,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cep89", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -115224,8 +114431,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26244", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26244", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -115233,11 +114441,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CEP97", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031575", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031575.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -115247,8 +114455,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cep97", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -115277,8 +114484,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24289", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24289", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -115286,11 +114494,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CEPT1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033844", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033844.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -115300,8 +114508,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "bbc", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -115329,8 +114536,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:23723", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23723", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -115338,11 +114546,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CERCAM", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051915", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051915.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -115352,8 +114560,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG31915", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -115382,8 +114589,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19256", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19256", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -115391,11 +114599,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CERK", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037315", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037315.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -115405,8 +114613,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cerk", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -115434,8 +114641,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:14076", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14076", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -115443,11 +114651,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CERS2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040918", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040918.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -115457,8 +114665,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "schlank", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -115487,8 +114694,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:23752", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23752", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -115496,11 +114704,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CERS3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040918", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040918.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -115510,8 +114718,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "schlank", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -115540,8 +114747,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:23747", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23747", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -115549,11 +114757,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CERS4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040918", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040918.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -115563,8 +114771,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "schlank", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -115593,8 +114800,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23749", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23749", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -115602,11 +114810,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CERS5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040918", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040918.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -115616,8 +114824,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "schlank", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -115646,8 +114853,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23826", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23826", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -115655,11 +114863,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CERS6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040918", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040918.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -115669,8 +114877,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "schlank", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -115699,8 +114906,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2205", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2205", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -115708,11 +114916,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CERT1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027569", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027569.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -115722,8 +114930,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "cert", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -115752,8 +114959,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1863", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1863", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -115761,11 +114969,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CES1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039084", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039084.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -115775,8 +114983,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10175", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -115805,8 +115012,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1863", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1863", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -115814,11 +115022,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CES1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032131", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032131.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -115828,8 +115036,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG3841", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -115858,8 +115065,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1863", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1863", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -115867,11 +115075,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CES1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032132", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032132.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -115881,8 +115089,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG4382", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -115911,8 +115118,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1863", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1863", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -115920,11 +115128,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CES1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027584", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027584.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -115934,8 +115142,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG4757", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -115964,8 +115171,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1863", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1863", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -115973,11 +115181,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CES1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029690", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029690.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -115987,8 +115195,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6414", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -116017,8 +115224,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1863", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1863", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -116026,11 +115234,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CES1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000326", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000326.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -116040,8 +115248,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "clt", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -116070,8 +115277,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1863", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1863", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -116079,11 +115287,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CES1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000592", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000592.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -116093,8 +115301,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Est-6", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -116123,8 +115330,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1863", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1863", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -116132,11 +115340,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CES1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000594", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000594.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -116146,8 +115354,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Est-P", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -116176,8 +115383,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1863", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1863", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -116185,11 +115393,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CES1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034736", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034736.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -116199,8 +115407,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "gas", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -116229,8 +115436,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1863", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1863", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -116238,11 +115446,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CES1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010052", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010052.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -116252,8 +115460,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Jhe", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -116282,8 +115489,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1863", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1863", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -116291,11 +115499,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CES1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034076", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034076.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -116305,8 +115513,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Jhedup", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -116335,8 +115542,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1863", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1863", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -116344,11 +115552,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CES1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015568", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015568.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -116358,8 +115566,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "\u03b1-Est1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -116388,8 +115595,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1863", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1863", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -116397,11 +115605,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CES1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015570", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015570.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -116411,8 +115619,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "\u03b1-Est2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -116441,8 +115648,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1863", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1863", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -116450,11 +115658,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CES1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015571", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015571.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -116464,8 +115672,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "\u03b1-Est3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -116494,8 +115701,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1863", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1863", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -116503,11 +115711,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CES1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015572", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015572.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -116517,8 +115725,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "\u03b1-Est4", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -116547,8 +115754,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1863", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1863", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -116556,11 +115764,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CES1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261393", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261393.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -116570,8 +115778,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "\u03b1-Est5", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -116600,8 +115807,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1863", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1863", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -116609,11 +115817,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CES1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015574", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015574.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -116623,8 +115831,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "\u03b1-Est6", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -116653,8 +115860,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1863", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1863", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -116662,11 +115870,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CES1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015575", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015575.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -116676,8 +115884,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "\u03b1-Est7", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -116706,8 +115913,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1863", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1863", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -116715,11 +115923,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CES1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015577", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015577.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -116729,8 +115937,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "\u03b1-Est9", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -116759,8 +115966,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:1864", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1864", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -116768,11 +115976,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CES2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039084", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039084.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -116782,8 +115990,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10175", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -116812,8 +116019,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1864", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1864", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -116821,11 +116029,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CES2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032131", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032131.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -116835,8 +116043,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG3841", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -116865,8 +116072,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1864", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1864", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -116874,11 +116082,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CES2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032132", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032132.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -116888,8 +116096,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG4382", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -116918,8 +116125,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1864", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1864", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -116927,11 +116135,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CES2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027584", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027584.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -116941,8 +116149,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG4757", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -116971,8 +116178,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:1864", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1864", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -116980,11 +116188,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CES2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029690", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029690.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -116994,8 +116202,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6414", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -117024,8 +116231,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:1864", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1864", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -117033,11 +116241,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CES2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000326", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000326.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -117047,8 +116255,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "clt", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -117077,8 +116284,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1864", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1864", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -117086,11 +116294,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CES2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000592", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000592.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -117100,8 +116308,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Est-6", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -117130,8 +116337,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1864", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1864", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -117139,11 +116347,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CES2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000594", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000594.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -117153,8 +116361,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Est-P", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -117183,8 +116390,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1864", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1864", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -117192,11 +116400,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CES2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034736", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034736.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -117206,8 +116414,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "gas", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -117236,8 +116443,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:1864", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1864", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -117245,11 +116453,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CES2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010052", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010052.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -117259,8 +116467,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Jhe", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -117289,8 +116496,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:1864", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1864", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -117298,11 +116506,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CES2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034076", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034076.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -117312,8 +116520,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Jhedup", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -117342,8 +116549,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1864", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1864", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -117351,11 +116559,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CES2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015568", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015568.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -117365,8 +116573,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "\u03b1-Est1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -117395,8 +116602,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:1864", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1864", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -117404,11 +116612,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CES2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015569", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015569.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -117418,8 +116626,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "\u03b1-Est10", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -117448,8 +116655,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1864", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1864", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -117457,11 +116665,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CES2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015570", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015570.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -117471,8 +116679,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "\u03b1-Est2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -117501,8 +116708,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1864", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1864", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -117510,11 +116718,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CES2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015571", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015571.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -117524,8 +116732,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "\u03b1-Est3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -117554,8 +116761,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1864", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1864", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -117563,11 +116771,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CES2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015572", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015572.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -117577,8 +116785,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "\u03b1-Est4", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -117607,8 +116814,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1864", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1864", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -117616,11 +116824,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CES2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261393", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261393.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -117630,8 +116838,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "\u03b1-Est5", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -117660,8 +116867,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1864", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1864", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -117669,11 +116877,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CES2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015574", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015574.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -117683,8 +116891,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "\u03b1-Est6", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -117713,8 +116920,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1864", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1864", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -117722,11 +116930,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CES2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015575", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015575.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -117736,8 +116944,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "\u03b1-Est7", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -117766,8 +116973,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1864", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1864", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -117775,11 +116983,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CES2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015577", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015577.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -117789,8 +116997,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "\u03b1-Est9", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -117819,8 +117026,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1865", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1865", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -117828,11 +117036,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CES3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039084", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039084.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -117842,8 +117050,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10175", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -117872,8 +117079,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1865", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1865", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -117881,11 +117089,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CES3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032131", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032131.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -117895,8 +117103,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG3841", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -117925,8 +117132,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1865", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1865", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -117934,11 +117142,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CES3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032132", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032132.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -117948,8 +117156,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG4382", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -117978,8 +117185,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1865", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1865", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -117987,11 +117195,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CES3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027584", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027584.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -118001,8 +117209,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG4757", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -118031,8 +117238,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1865", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1865", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -118040,11 +117248,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CES3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029690", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029690.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -118054,8 +117262,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6414", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -118084,8 +117291,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1865", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1865", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -118093,11 +117301,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CES3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000326", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000326.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -118107,8 +117315,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "clt", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -118137,8 +117344,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1865", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1865", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -118146,11 +117354,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CES3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000592", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000592.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -118160,8 +117368,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Est-6", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -118190,8 +117397,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1865", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1865", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -118199,11 +117407,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CES3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000594", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000594.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -118213,8 +117421,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Est-P", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -118243,8 +117450,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1865", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1865", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -118252,11 +117460,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CES3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037090", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037090.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -118266,8 +117474,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Est-Q", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -118296,8 +117503,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1865", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1865", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -118305,11 +117513,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CES3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034736", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034736.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -118319,8 +117527,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "gas", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -118349,8 +117556,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1865", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1865", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -118358,11 +117566,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CES3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010052", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010052.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -118372,8 +117580,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Jhe", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -118402,8 +117609,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1865", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1865", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -118411,11 +117619,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CES3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034076", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034076.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -118425,8 +117633,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Jhedup", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -118455,8 +117662,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1865", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1865", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -118464,11 +117672,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CES3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015568", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015568.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -118478,8 +117686,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "\u03b1-Est1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -118508,8 +117715,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1865", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1865", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -118517,11 +117725,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CES3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015569", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015569.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -118531,8 +117739,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "\u03b1-Est10", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -118561,8 +117768,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1865", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1865", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -118570,11 +117778,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CES3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015570", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015570.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -118584,8 +117792,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "\u03b1-Est2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -118614,8 +117821,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1865", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1865", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -118623,11 +117831,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CES3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015571", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015571.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -118637,8 +117845,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "\u03b1-Est3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -118667,8 +117874,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1865", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1865", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -118676,11 +117884,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CES3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015572", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015572.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -118690,8 +117898,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "\u03b1-Est4", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -118720,8 +117927,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1865", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1865", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -118729,11 +117937,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CES3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261393", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261393.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -118743,8 +117951,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "\u03b1-Est5", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -118773,8 +117980,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1865", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1865", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -118782,11 +117990,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CES3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015574", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015574.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -118796,8 +118004,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "\u03b1-Est6", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -118826,8 +118033,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1865", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1865", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -118835,11 +118043,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CES3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015575", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015575.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -118849,8 +118057,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "\u03b1-Est7", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -118879,8 +118086,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1865", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1865", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -118888,11 +118096,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CES3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015577", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015577.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -118902,8 +118110,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "\u03b1-Est9", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -118932,8 +118139,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26741", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26741", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -118941,11 +118149,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CES4A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039084", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039084.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -118955,8 +118163,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10175", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -118985,8 +118192,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26741", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26741", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -118994,11 +118202,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CES4A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032131", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032131.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -119008,8 +118216,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG3841", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -119038,8 +118245,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26741", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26741", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -119047,11 +118255,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CES4A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032132", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032132.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -119061,8 +118269,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG4382", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -119091,8 +118298,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26741", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26741", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -119100,11 +118308,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CES4A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027584", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027584.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -119114,8 +118322,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG4757", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -119144,8 +118351,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26741", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26741", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -119153,11 +118361,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CES4A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029690", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029690.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -119167,8 +118375,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6414", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -119197,8 +118404,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26741", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26741", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -119206,11 +118414,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CES4A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000326", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000326.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -119220,8 +118428,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "clt", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -119250,8 +118457,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26741", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26741", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -119259,11 +118467,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CES4A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000592", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000592.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -119273,8 +118481,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Est-6", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -119303,8 +118510,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26741", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26741", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -119312,11 +118520,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CES4A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000594", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000594.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -119326,8 +118534,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Est-P", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -119356,8 +118563,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26741", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26741", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -119365,11 +118573,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CES4A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037090", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037090.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -119379,8 +118587,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Est-Q", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -119409,8 +118616,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26741", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26741", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -119418,11 +118626,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CES4A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034736", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034736.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -119432,8 +118640,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "gas", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -119462,8 +118669,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26741", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26741", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -119471,11 +118679,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CES4A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010052", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010052.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -119485,8 +118693,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Jhe", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -119515,8 +118722,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26741", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26741", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -119524,11 +118732,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CES4A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034076", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034076.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -119538,8 +118746,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Jhedup", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -119568,8 +118775,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26741", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26741", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -119577,11 +118785,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CES4A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015568", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015568.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -119591,8 +118799,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "\u03b1-Est1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -119621,8 +118828,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26741", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26741", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -119630,11 +118838,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CES4A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015570", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015570.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -119644,8 +118852,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "\u03b1-Est2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -119674,8 +118881,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26741", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26741", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -119683,11 +118891,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CES4A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015571", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015571.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -119697,8 +118905,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "\u03b1-Est3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -119727,8 +118934,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26741", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26741", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -119736,11 +118944,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CES4A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015572", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015572.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -119750,8 +118958,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "\u03b1-Est4", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -119780,8 +118987,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26741", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26741", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -119789,11 +118997,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CES4A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261393", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261393.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -119803,8 +119011,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "\u03b1-Est5", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -119833,8 +119040,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26741", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26741", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -119842,11 +119050,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CES4A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015574", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015574.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -119856,8 +119064,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "\u03b1-Est6", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -119886,8 +119093,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26741", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26741", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -119895,11 +119103,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CES4A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015575", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015575.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -119909,8 +119117,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "\u03b1-Est7", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -119939,8 +119146,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26741", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26741", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -119948,11 +119156,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CES4A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015577", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015577.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -119962,8 +119170,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "\u03b1-Est9", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -119992,8 +119199,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26459", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26459", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -120001,11 +119209,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CES5A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039084", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039084.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -120015,8 +119223,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10175", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -120045,8 +119252,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26459", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26459", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -120054,11 +119262,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CES5A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032131", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032131.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -120068,8 +119276,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG3841", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -120098,8 +119305,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26459", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26459", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -120107,11 +119315,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CES5A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032132", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032132.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -120121,8 +119329,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG4382", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -120151,8 +119358,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26459", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26459", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -120160,11 +119368,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CES5A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027584", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027584.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -120174,8 +119382,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG4757", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -120204,8 +119411,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26459", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26459", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -120213,11 +119421,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CES5A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029690", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029690.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -120227,8 +119435,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6414", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -120257,8 +119464,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26459", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26459", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -120266,11 +119474,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CES5A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000326", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000326.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -120280,8 +119488,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "clt", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -120310,8 +119517,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26459", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26459", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -120319,11 +119527,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CES5A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000592", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000592.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -120333,8 +119541,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Est-6", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -120363,8 +119570,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26459", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26459", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -120372,11 +119580,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CES5A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000594", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000594.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -120386,8 +119594,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Est-P", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -120416,8 +119623,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26459", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26459", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -120425,11 +119633,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CES5A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037090", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037090.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -120439,8 +119647,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Est-Q", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -120469,8 +119676,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26459", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26459", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -120478,11 +119686,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CES5A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034736", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034736.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -120492,8 +119700,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "gas", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -120522,8 +119729,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26459", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26459", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -120531,11 +119739,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CES5A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010052", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010052.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -120545,8 +119753,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Jhe", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -120575,8 +119782,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26459", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26459", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -120584,11 +119792,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CES5A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034076", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034076.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -120598,8 +119806,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Jhedup", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -120628,8 +119835,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26459", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26459", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -120637,11 +119845,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CES5A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015568", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015568.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -120651,8 +119859,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "\u03b1-Est1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -120681,8 +119888,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26459", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26459", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -120690,11 +119898,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CES5A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015570", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015570.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -120704,8 +119912,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "\u03b1-Est2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -120734,8 +119941,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26459", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26459", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -120743,11 +119951,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CES5A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015571", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015571.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -120757,8 +119965,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "\u03b1-Est3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -120787,8 +119994,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26459", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26459", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -120796,11 +120004,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CES5A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015572", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015572.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -120810,8 +120018,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "\u03b1-Est4", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -120840,8 +120047,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26459", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26459", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -120849,11 +120057,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CES5A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261393", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261393.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -120863,8 +120071,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "\u03b1-Est5", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -120893,8 +120100,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26459", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26459", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -120902,11 +120110,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CES5A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015574", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015574.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -120916,8 +120124,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "\u03b1-Est6", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -120946,8 +120153,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26459", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26459", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -120955,11 +120163,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CES5A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015575", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015575.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -120969,8 +120177,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "\u03b1-Est7", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -120999,8 +120206,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26459", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26459", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -121008,11 +120216,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CES5A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015577", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015577.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -121022,8 +120230,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "\u03b1-Est9", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -121052,8 +120259,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1866", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1866", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -121061,11 +120269,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CETN1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040010", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040010.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -121075,8 +120283,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG17493", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -121105,8 +120312,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1866", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1866", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -121114,11 +120322,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CETN1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051802", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051802.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -121128,8 +120336,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG31802", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -121158,8 +120365,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:1867", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1867", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -121167,11 +120375,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CETN2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040010", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040010.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -121181,8 +120389,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG17493", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -121211,8 +120418,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1867", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1867", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -121220,11 +120428,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CETN2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051802", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051802.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -121234,8 +120442,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG31802", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -121264,8 +120471,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:32325", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:32325", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -121273,11 +120481,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CFAP126", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0025612", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0025612.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -121287,8 +120495,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG3062", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -121317,8 +120524,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:27843", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:27843", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -121326,11 +120534,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CFAP157", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036962", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036962.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -121340,8 +120548,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG17122", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -121370,8 +120577,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26782", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26782", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -121379,11 +120587,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CFAP161", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038892", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038892.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -121393,8 +120601,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG15498", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -121423,8 +120630,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26782", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26782", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -121432,11 +120640,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CFAP161", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0085486", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0085486.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -121446,8 +120654,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG34457", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -121476,8 +120683,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29523", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29523", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -121485,11 +120693,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CFAP20", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032248", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032248.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -121499,8 +120707,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Bug22", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -121528,8 +120735,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21405", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21405", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -121537,11 +120745,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CFAP206", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034532", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034532.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -121551,8 +120759,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG13436", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -121579,21 +120786,22 @@ "best": "Yes", "bestReverse": "Yes", "gene": { - "id": "HGNC:1301", + "id": "HGNC:32331", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:32331", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "CFAP298", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "CFAP276", + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0040696", + "id": "FB:FBgn0032431", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032431.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -121602,19 +120810,15 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG18675", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "CG5435", + "taxonId": "NCBITaxon:7227" }, - "methodCount": 10, + "methodCount": 7, "predictionMethodsMatched": [ - "Ensembl Compara", "Hieranoid", "InParanoid", - "OMA", "OrthoFinder", "OrthoInspector", - "PANTHER", "PhylomeDB", "Roundup", "TreeFam" @@ -121623,7 +120827,11 @@ "HGNC", "ZFIN" ], - "predictionMethodsNotMatched": [], + "predictionMethodsNotMatched": [ + "Ensembl Compara", + "OMA", + "PANTHER" + ], "stringencyFilter": "stringent", "totalMethodCount": 10 }, @@ -121631,21 +120839,22 @@ "best": "Yes", "bestReverse": "Yes", "gene": { - "id": "HGNC:28554", + "id": "HGNC:1301", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1301", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "CFAP299", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "CFAP298", + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0031720", + "id": "FB:FBgn0040696", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040696.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -121654,9 +120863,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG14013", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "CG18675", + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -121679,66 +120887,14 @@ "stringencyFilter": "stringent", "totalMethodCount": 10 }, - { - "best": "No", - "bestReverse": "Yes", - "gene": { - "id": "HGNC:28554", - "species": { - "commonNames": "['human']", - "dataProviderFullName": "Rat Genome Database", - "dataProviderShortName": "RGD", - "name": "Homo sapiens", - "shortName": "Hsa", - "taxonId": "NCBITaxon:9606" - }, - "symbol": "CFAP299", - "taxonId": "NCBITaxon:9606", - "url": null - }, - "homologGene": { - "id": "FB:FBgn0031721", - "species": { - "commonNames": "['fly', 'fruit fly', 'dme']", - "dataProviderFullName": "FlyBase", - "dataProviderShortName": "FB", - "name": "Drosophila melanogaster", - "shortName": "Dme", - "taxonId": "NCBITaxon:7227" - }, - "symbol": "CG14017", - "taxonId": "NCBITaxon:7227", - "url": null - }, - "methodCount": 8, - "predictionMethodsMatched": [ - "Ensembl Compara", - "InParanoid", - "OMA", - "OrthoFinder", - "OrthoInspector", - "PANTHER", - "PhylomeDB", - "TreeFam" - ], - "predictionMethodsNotCalled": [ - "HGNC", - "ZFIN" - ], - "predictionMethodsNotMatched": [ - "Hieranoid", - "Roundup" - ], - "stringencyFilter": "stringent", - "totalMethodCount": 10 - }, { "best": "Yes", "bestReverse": "Yes", "gene": { "id": "HGNC:28554", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28554", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -121746,11 +120902,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CFAP299", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0031430", + "id": "FB:FBgn0031720", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031720.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -121759,9 +120915,113 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG3528", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "CG14013", + "taxonId": "NCBITaxon:7227" + }, + "methodCount": 10, + "predictionMethodsMatched": [ + "Ensembl Compara", + "Hieranoid", + "InParanoid", + "OMA", + "OrthoFinder", + "OrthoInspector", + "PANTHER", + "PhylomeDB", + "Roundup", + "TreeFam" + ], + "predictionMethodsNotCalled": [ + "HGNC", + "ZFIN" + ], + "predictionMethodsNotMatched": [], + "stringencyFilter": "stringent", + "totalMethodCount": 10 + }, + { + "best": "No", + "bestReverse": "Yes", + "gene": { + "id": "HGNC:28554", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28554", + "species": { + "commonNames": "['human', 'hsa']", + "dataProviderFullName": "Rat Genome Database", + "dataProviderShortName": "RGD", + "name": "Homo sapiens", + "shortName": "Hsa", + "taxonId": "NCBITaxon:9606" + }, + "symbol": "CFAP299", + "taxonId": "NCBITaxon:9606" + }, + "homologGene": { + "id": "FB:FBgn0031721", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031721.html", + "species": { + "commonNames": "['fly', 'fruit fly', 'dme']", + "dataProviderFullName": "FlyBase", + "dataProviderShortName": "FB", + "name": "Drosophila melanogaster", + "shortName": "Dme", + "taxonId": "NCBITaxon:7227" + }, + "symbol": "CG14017", + "taxonId": "NCBITaxon:7227" + }, + "methodCount": 8, + "predictionMethodsMatched": [ + "Ensembl Compara", + "InParanoid", + "OMA", + "OrthoFinder", + "OrthoInspector", + "PANTHER", + "PhylomeDB", + "TreeFam" + ], + "predictionMethodsNotCalled": [ + "HGNC", + "ZFIN" + ], + "predictionMethodsNotMatched": [ + "Hieranoid", + "Roundup" + ], + "stringencyFilter": "stringent", + "totalMethodCount": 10 + }, + { + "best": "Yes", + "bestReverse": "Yes", + "gene": { + "id": "HGNC:28554", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28554", + "species": { + "commonNames": "['human', 'hsa']", + "dataProviderFullName": "Rat Genome Database", + "dataProviderShortName": "RGD", + "name": "Homo sapiens", + "shortName": "Hsa", + "taxonId": "NCBITaxon:9606" + }, + "symbol": "CFAP299", + "taxonId": "NCBITaxon:9606" + }, + "homologGene": { + "id": "FB:FBgn0031430", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031430.html", + "species": { + "commonNames": "['fly', 'fruit fly', 'dme']", + "dataProviderFullName": "FlyBase", + "dataProviderShortName": "FB", + "name": "Drosophila melanogaster", + "shortName": "Dme", + "taxonId": "NCBITaxon:7227" + }, + "symbol": "CG3528", + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -121789,8 +121049,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28554", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28554", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -121798,11 +121059,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CFAP299", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038122", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038122.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -121812,8 +121073,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8138", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -121841,8 +121101,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30540", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30540", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -121850,11 +121111,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CFAP36", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038170", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038170.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -121864,8 +121125,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG14367", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -121893,8 +121153,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1260", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1260", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -121902,11 +121163,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CFAP410", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035497", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035497.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -121916,8 +121177,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG14995", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -121946,8 +121206,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1260", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1260", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -121955,11 +121216,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CFAP410", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030247", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030247.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -121969,8 +121230,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG15208", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -121999,8 +121259,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26684", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26684", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -122008,11 +121269,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CFAP43", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036348", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036348.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -122022,8 +121283,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG17687", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -122052,8 +121312,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25631", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25631", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -122061,11 +121322,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CFAP44", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0083960", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0083960.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -122075,8 +121336,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG34124", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -122105,8 +121365,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17229", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17229", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -122114,11 +121375,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CFAP45", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037162", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037162.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -122128,8 +121389,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG11449", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -122158,8 +121418,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16053", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16053", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -122167,11 +121428,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CFAP52", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035724", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035724.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -122181,8 +121442,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10064", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -122210,8 +121470,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26485", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26485", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -122219,11 +121480,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CFAP57", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034745", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034745.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -122232,9 +121493,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG4329", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "tous", + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -122262,8 +121522,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26676", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26676", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -122271,11 +121532,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CFAP58", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039490", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039490.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -122285,8 +121546,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5882", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -122315,8 +121575,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26676", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26676", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -122324,11 +121585,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CFAP58", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0046323", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0046323.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -122338,8 +121599,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ORY", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -122368,8 +121628,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15872", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15872", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -122377,11 +121638,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CFAP61", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0050268", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0050268.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -122391,8 +121652,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG30268", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -122420,8 +121680,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15872", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15872", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -122429,11 +121690,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CFAP61", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0050275", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0050275.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -122443,8 +121704,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG30275", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -122472,8 +121732,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30726", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30726", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -122481,11 +121742,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CFAP70", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032369", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032369.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -122495,8 +121756,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6614", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -122525,8 +121785,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:37100", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:37100", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -122534,11 +121795,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CFAP73", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032769", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032769.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -122548,8 +121809,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10750", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -122578,8 +121838,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:37100", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:37100", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -122587,11 +121848,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CFAP73", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032768", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032768.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -122601,8 +121862,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG17564", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -122631,8 +121891,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24010", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24010", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -122640,11 +121901,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CFAP91", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032647", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032647.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -122654,8 +121915,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG15143", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -122684,8 +121944,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24010", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24010", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -122693,11 +121954,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CFAP91", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032648", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032648.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -122707,8 +121968,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG15144", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -122737,8 +121997,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24010", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24010", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -122746,11 +122007,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CFAP91", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032649", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032649.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -122760,8 +122021,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG15145", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -122785,225 +122045,14 @@ "stringencyFilter": "stringent", "totalMethodCount": 10 }, - { - "best": "No", - "bestReverse": "Yes", - "gene": { - "id": "HGNC:29599", - "species": { - "commonNames": "['human']", - "dataProviderFullName": "Rat Genome Database", - "dataProviderShortName": "RGD", - "name": "Homo sapiens", - "shortName": "Hsa", - "taxonId": "NCBITaxon:9606" - }, - "symbol": "CFAP94", - "taxonId": "NCBITaxon:9606", - "url": null - }, - "homologGene": { - "id": "FB:FBgn0037040", - "species": { - "commonNames": "['fly', 'fruit fly', 'dme']", - "dataProviderFullName": "FlyBase", - "dataProviderShortName": "FB", - "name": "Drosophila melanogaster", - "shortName": "Dme", - "taxonId": "NCBITaxon:7227" - }, - "symbol": "CG12983", - "taxonId": "NCBITaxon:7227", - "url": null - }, - "methodCount": 4, - "predictionMethodsMatched": [ - "Ensembl Compara", - "Hieranoid", - "PANTHER", - "TreeFam" - ], - "predictionMethodsNotCalled": [ - "HGNC", - "ZFIN" - ], - "predictionMethodsNotMatched": [ - "InParanoid", - "OMA", - "OrthoFinder", - "OrthoInspector", - "PhylomeDB", - "Roundup" - ], - "stringencyFilter": "stringent", - "totalMethodCount": 10 - }, - { - "best": "Yes", - "bestReverse": "Yes", - "gene": { - "id": "HGNC:29599", - "species": { - "commonNames": "['human']", - "dataProviderFullName": "Rat Genome Database", - "dataProviderShortName": "RGD", - "name": "Homo sapiens", - "shortName": "Hsa", - "taxonId": "NCBITaxon:9606" - }, - "symbol": "CFAP94", - "taxonId": "NCBITaxon:9606", - "url": null - }, - "homologGene": { - "id": "FB:FBgn0030889", - "species": { - "commonNames": "['fly', 'fruit fly', 'dme']", - "dataProviderFullName": "FlyBase", - "dataProviderShortName": "FB", - "name": "Drosophila melanogaster", - "shortName": "Dme", - "taxonId": "NCBITaxon:7227" - }, - "symbol": "CG15373", - "taxonId": "NCBITaxon:7227", - "url": null - }, - "methodCount": 8, - "predictionMethodsMatched": [ - "Ensembl Compara", - "InParanoid", - "OrthoFinder", - "OrthoInspector", - "PANTHER", - "PhylomeDB", - "Roundup", - "TreeFam" - ], - "predictionMethodsNotCalled": [ - "HGNC", - "ZFIN" - ], - "predictionMethodsNotMatched": [ - "Hieranoid", - "OMA" - ], - "stringencyFilter": "stringent", - "totalMethodCount": 10 - }, - { - "best": "No", - "bestReverse": "Yes", - "gene": { - "id": "HGNC:29599", - "species": { - "commonNames": "['human']", - "dataProviderFullName": "Rat Genome Database", - "dataProviderShortName": "RGD", - "name": "Homo sapiens", - "shortName": "Hsa", - "taxonId": "NCBITaxon:9606" - }, - "symbol": "CFAP94", - "taxonId": "NCBITaxon:9606", - "url": null - }, - "homologGene": { - "id": "FB:FBgn0053286", - "species": { - "commonNames": "['fly', 'fruit fly', 'dme']", - "dataProviderFullName": "FlyBase", - "dataProviderShortName": "FB", - "name": "Drosophila melanogaster", - "shortName": "Dme", - "taxonId": "NCBITaxon:7227" - }, - "symbol": "CG33286", - "taxonId": "NCBITaxon:7227", - "url": null - }, - "methodCount": 6, - "predictionMethodsMatched": [ - "Ensembl Compara", - "Hieranoid", - "PANTHER", - "PhylomeDB", - "Roundup", - "TreeFam" - ], - "predictionMethodsNotCalled": [ - "HGNC", - "ZFIN" - ], - "predictionMethodsNotMatched": [ - "InParanoid", - "OMA", - "OrthoFinder", - "OrthoInspector" - ], - "stringencyFilter": "stringent", - "totalMethodCount": 10 - }, - { - "best": "No", - "bestReverse": "Yes", - "gene": { - "id": "HGNC:29599", - "species": { - "commonNames": "['human']", - "dataProviderFullName": "Rat Genome Database", - "dataProviderShortName": "RGD", - "name": "Homo sapiens", - "shortName": "Hsa", - "taxonId": "NCBITaxon:9606" - }, - "symbol": "CFAP94", - "taxonId": "NCBITaxon:9606", - "url": null - }, - "homologGene": { - "id": "FB:FBgn0053287", - "species": { - "commonNames": "['fly', 'fruit fly', 'dme']", - "dataProviderFullName": "FlyBase", - "dataProviderShortName": "FB", - "name": "Drosophila melanogaster", - "shortName": "Dme", - "taxonId": "NCBITaxon:7227" - }, - "symbol": "CG33287", - "taxonId": "NCBITaxon:7227", - "url": null - }, - "methodCount": 4, - "predictionMethodsMatched": [ - "Ensembl Compara", - "Hieranoid", - "PANTHER", - "TreeFam" - ], - "predictionMethodsNotCalled": [ - "HGNC", - "ZFIN" - ], - "predictionMethodsNotMatched": [ - "InParanoid", - "OMA", - "OrthoFinder", - "OrthoInspector", - "PhylomeDB", - "Roundup" - ], - "stringencyFilter": "stringent", - "totalMethodCount": 10 - }, { "best": "Yes", "bestReverse": "Yes", "gene": { "id": "HGNC:29276", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29276", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -123011,11 +122060,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CFAP97", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038607", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038607.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -123025,8 +122074,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "hmw", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -123055,8 +122103,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:37241", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:37241", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -123064,11 +122113,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CFAP97D1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039408", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039408.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -123078,8 +122127,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG14551", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -123108,8 +122156,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1873", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1873", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -123117,11 +122166,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CFDP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0267398", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0267398.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -123131,8 +122180,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Yeti", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -123161,8 +122209,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:4883", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4883", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -123170,11 +122219,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CFH", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032797", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032797.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -123184,8 +122233,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Hasp", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -123214,8 +122262,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1874", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1874", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -123223,11 +122272,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CFL1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030951", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030951.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -123237,8 +122286,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6873", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -123267,8 +122315,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1874", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1874", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -123276,11 +122325,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CFL1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0011726", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0011726.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -123290,8 +122339,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "tsr", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -123320,8 +122368,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1875", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1875", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -123329,11 +122378,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CFL2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030951", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030951.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -123343,8 +122392,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6873", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -123373,8 +122421,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1875", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1875", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -123382,11 +122431,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CFL2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0011726", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0011726.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -123396,8 +122445,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "tsr", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -123426,8 +122474,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1884", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1884", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -123435,11 +122484,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CFTR", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0034612", + "id": "FB:FBgn0039207", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039207.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -123448,9 +122497,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG10505", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Cftr", + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -123479,8 +122527,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1884", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1884", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -123488,11 +122537,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CFTR", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0039645", + "id": "FB:FBgn0034612", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034612.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -123501,9 +122550,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG11898", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "CG10505", + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -123529,11 +122577,12 @@ }, { "best": "Yes", - "bestReverse": "No", + "bestReverse": "Yes", "gene": { "id": "HGNC:1884", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1884", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -123541,11 +122590,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CFTR", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0051792", + "id": "FB:FBgn0039645", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039645.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -123554,9 +122603,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG31792", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "CG11898", + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -123585,8 +122633,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:1884", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1884", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -123594,11 +122643,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CFTR", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0051793", + "id": "FB:FBgn0051792", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051792.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -123607,9 +122656,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG31793", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "CG31792", + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -123638,8 +122686,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:1884", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1884", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -123647,11 +122696,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CFTR", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0038740", + "id": "FB:FBgn0051793", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051793.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -123660,9 +122709,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG4562", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "CG31793", + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -123688,11 +122736,12 @@ }, { "best": "Yes", - "bestReverse": "Yes", + "bestReverse": "No", "gene": { "id": "HGNC:1884", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1884", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -123700,11 +122749,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CFTR", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0039207", + "id": "FB:FBgn0038740", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038740.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -123713,9 +122762,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG5789", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "CG4562", + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -123744,8 +122792,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:1884", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1884", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -123753,11 +122802,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CFTR", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032026", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032026.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -123767,8 +122816,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7627", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -123797,8 +122845,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:1884", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1884", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -123806,11 +122855,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CFTR", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032908", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032908.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -123820,8 +122869,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG9270", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -123850,8 +122898,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:1884", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1884", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -123859,11 +122908,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CFTR", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010549", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010549.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -123873,8 +122922,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "l(2)03659", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -123903,8 +122951,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:1884", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1884", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -123912,11 +122961,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CFTR", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0263316", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0263316.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -123926,8 +122975,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Mrp4", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -123956,8 +123004,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1884", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1884", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -123965,11 +123014,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CFTR", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039644", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039644.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -123979,8 +123028,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "rdog", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -124009,8 +123057,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21367", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21367", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -124018,11 +123067,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CGAS", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0034047", + "id": "FB:FBgn0035868", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035868.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -124031,14 +123080,13 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG12970", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "CG7194", + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ - "PANTHER", - "PhylomeDB" + "OrthoFinder", + "PANTHER" ], "predictionMethodsNotCalled": [ "HGNC", @@ -124049,8 +123097,8 @@ "Hieranoid", "InParanoid", "OMA", - "OrthoFinder", "OrthoInspector", + "PhylomeDB", "Roundup", "TreeFam" ], @@ -124062,8 +123110,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21367", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21367", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -124071,11 +123120,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CGAS", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0050424", + "id": "FB:FBgn0034047", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034047.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -124084,9 +123133,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG30424", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "cGlr1", + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -124115,8 +123163,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21367", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21367", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -124124,11 +123173,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CGAS", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0035868", + "id": "FB:FBgn0050424", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0050424.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -124137,14 +123186,13 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG7194", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "cGlr2", + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ - "OrthoFinder", - "PANTHER" + "PANTHER", + "PhylomeDB" ], "predictionMethodsNotCalled": [ "HGNC", @@ -124155,8 +123203,8 @@ "Hieranoid", "InParanoid", "OMA", + "OrthoFinder", "OrthoInspector", - "PhylomeDB", "Roundup", "TreeFam" ], @@ -124168,8 +123216,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:16721", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16721", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -124177,11 +123226,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CGB1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0063368", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0063368.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -124191,8 +123240,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Gpb5", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -124221,8 +123269,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:16722", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16722", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -124230,11 +123279,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CGB2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0063368", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0063368.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -124244,8 +123293,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Gpb5", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -124274,8 +123322,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:16451", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16451", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -124283,11 +123332,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CGB7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0063368", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0063368.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -124297,8 +123346,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Gpb5", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -124327,8 +123375,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:16453", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16453", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -124336,11 +123385,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CGB8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0063368", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0063368.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -124350,8 +123399,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Gpb5", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -124380,8 +123428,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28680", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28680", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -124389,11 +123438,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CHAC1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039109", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039109.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -124403,8 +123452,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10365", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -124432,8 +123480,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:32363", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:32363", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -124441,11 +123490,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CHAC2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030411", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030411.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -124455,8 +123504,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG2540", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -124485,8 +123533,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25165", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25165", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -124494,11 +123543,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CHADL", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034476", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034476.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -124508,8 +123557,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Toll-7", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -124538,8 +123586,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1910", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1910", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -124547,11 +123596,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CHAF1A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030054", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030054.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -124561,8 +123610,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Caf1-180", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -124591,8 +123639,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1911", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1911", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -124600,11 +123649,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CHAF1B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033526", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033526.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -124614,8 +123663,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Caf1-105", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -124644,8 +123692,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1912", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1912", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -124653,11 +123702,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CHAT", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000303", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000303.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -124667,8 +123716,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ChAT", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -124696,8 +123744,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23518", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23518", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -124705,11 +123754,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CHCHD1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040666", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040666.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -124719,8 +123768,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG12848", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -124749,8 +123797,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15559", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15559", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -124758,11 +123807,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CHCHD10", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051007", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051007.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -124772,8 +123821,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG31007", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -124802,8 +123850,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15559", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15559", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -124811,11 +123860,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CHCHD10", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051008", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051008.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -124825,8 +123874,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG31008", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -124855,8 +123903,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15559", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15559", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -124864,11 +123913,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CHCHD10", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0260747", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0260747.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -124878,8 +123927,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Chchd2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -124908,8 +123956,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21645", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21645", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -124917,11 +123966,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CHCHD2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051008", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051008.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -124931,8 +123980,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG31008", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -124961,8 +124009,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21645", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21645", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -124970,11 +124019,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CHCHD2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0260747", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0260747.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -124984,8 +124033,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Chchd2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -125014,8 +124062,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21906", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21906", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -125023,11 +124072,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CHCHD3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010808", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010808.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -125037,8 +124086,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Chchd3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -125067,8 +124115,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26467", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26467", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -125076,11 +124125,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CHCHD4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0260468", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0260468.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -125090,8 +124139,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7950", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -125119,8 +124167,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:28184", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28184", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -125128,11 +124177,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CHCHD6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010808", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010808.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -125142,8 +124191,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Chchd3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -125172,8 +124220,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28314", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28314", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -125181,11 +124230,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CHCHD7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040634", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040634.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -125195,8 +124244,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG4186", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -125225,8 +124273,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1915", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1915", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -125234,11 +124283,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CHD1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0250786", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0250786.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -125248,8 +124297,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Chd1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -125277,8 +124325,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:1917", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1917", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -125286,11 +124335,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CHD2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0250786", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0250786.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -125300,8 +124349,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Chd1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -125330,8 +124378,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1918", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1918", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -125339,11 +124388,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CHD3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0023395", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0023395.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -125353,8 +124402,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Chd3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -125383,8 +124431,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1918", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1918", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -125392,11 +124441,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CHD3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0262519", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0262519.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -125406,8 +124455,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Mi-2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -125436,8 +124484,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:1919", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1919", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -125445,11 +124494,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CHD4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0262519", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0262519.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -125459,8 +124508,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Mi-2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -125489,8 +124537,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:16816", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16816", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -125498,11 +124547,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CHD5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0262519", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0262519.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -125512,8 +124561,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Mi-2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -125542,8 +124590,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19057", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19057", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -125551,11 +124600,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CHD6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0266557", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0266557.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -125565,8 +124614,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "kis", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -125595,8 +124643,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:20626", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20626", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -125604,11 +124653,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CHD7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0266557", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0266557.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -125618,8 +124667,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "kis", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -125648,8 +124696,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:20153", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20153", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -125657,11 +124706,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CHD8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0266557", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0266557.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -125671,8 +124720,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "kis", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -125701,8 +124749,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25701", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25701", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -125710,11 +124759,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CHD9", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0266557", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0266557.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -125724,8 +124773,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "kis", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -125754,8 +124802,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24288", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24288", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -125763,11 +124812,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CHDH", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030596", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030596.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -125777,8 +124826,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG12398", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -125807,8 +124855,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24288", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24288", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -125816,11 +124865,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CHDH", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030586", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030586.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -125830,8 +124879,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG12539", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -125860,8 +124908,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24288", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24288", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -125869,11 +124918,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CHDH", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0266435", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0266435.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -125883,8 +124932,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG45065", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -125913,8 +124961,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24288", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24288", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -125922,11 +124971,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CHDH", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039415", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039415.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -125936,8 +124985,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6142", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -125966,8 +125014,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24288", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24288", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -125975,11 +125024,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CHDH", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030598", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030598.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -125989,8 +125038,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG9503", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -126019,8 +125067,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24288", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24288", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -126028,11 +125077,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CHDH", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030593", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030593.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -126042,8 +125091,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG9512", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -126072,8 +125120,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24288", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24288", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -126081,11 +125130,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CHDH", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030592", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030592.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -126095,8 +125144,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG9514", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -126125,8 +125173,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24288", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24288", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -126134,11 +125183,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CHDH", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030590", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030590.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -126148,8 +125197,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG9518", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -126178,8 +125226,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24288", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24288", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -126187,11 +125236,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CHDH", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030589", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030589.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -126201,8 +125250,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG9519", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -126231,8 +125279,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24288", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24288", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -126240,11 +125289,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CHDH", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030588", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030588.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -126254,8 +125303,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG9521", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -126284,8 +125332,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24288", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24288", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -126293,11 +125342,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CHDH", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030587", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030587.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -126307,8 +125356,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG9522", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -126337,8 +125385,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24288", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24288", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -126346,11 +125395,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CHDH", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030597", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030597.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -126360,8 +125409,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Eo", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -126390,8 +125438,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24288", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24288", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -126399,11 +125448,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CHDH", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030594", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030594.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -126413,8 +125462,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "fiz", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -126443,8 +125491,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24288", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24288", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -126452,11 +125501,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CHDH", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0001112", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0001112.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -126466,8 +125515,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Gld", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -126496,8 +125544,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24288", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24288", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -126505,11 +125554,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CHDH", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037896", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037896.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -126519,8 +125568,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ninaG", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -126549,8 +125597,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1925", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1925", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -126558,11 +125607,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CHEK1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261278", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261278.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -126572,8 +125621,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "grp", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -126601,8 +125649,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16627", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16627", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -126610,11 +125659,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CHEK2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0019686", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0019686.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -126624,8 +125673,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "lok", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -126654,8 +125702,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16930", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16930", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -126663,11 +125712,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CHERP", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261872", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261872.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -126677,8 +125726,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "scaf6", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -126707,8 +125755,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1932", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1932", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -126716,11 +125765,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CHI3L1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0250907", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0250907.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -126730,8 +125779,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cht10", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -126760,8 +125808,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1932", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1932", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -126769,11 +125818,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CHI3L1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029913", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029913.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -126783,8 +125832,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cht11", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -126813,8 +125861,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1932", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1932", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -126822,11 +125871,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CHI3L1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035398", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035398.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -126836,8 +125885,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cht7", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -126866,8 +125914,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1932", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1932", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -126875,11 +125924,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CHI3L1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0020416", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0020416.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -126889,8 +125938,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Idgf1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -126919,8 +125967,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1932", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1932", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -126928,11 +125977,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CHI3L1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0020415", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0020415.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -126942,8 +125991,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Idgf2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -126972,8 +126020,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1932", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1932", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -126981,11 +126030,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CHI3L1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0020414", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0020414.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -126995,8 +126044,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Idgf3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -127025,8 +126073,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1932", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1932", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -127034,11 +126083,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CHI3L1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0026415", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026415.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -127048,8 +126097,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Idgf4", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -127078,8 +126126,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1932", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1932", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -127087,11 +126136,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CHI3L1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0013763", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0013763.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -127101,8 +126150,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Idgf6", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -127131,8 +126179,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1933", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1933", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -127140,11 +126189,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CHI3L2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0250907", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0250907.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -127154,8 +126203,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cht10", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -127184,8 +126232,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1933", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1933", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -127193,11 +126242,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CHI3L2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029913", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029913.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -127207,8 +126256,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cht11", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -127237,8 +126285,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:1933", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1933", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -127246,11 +126295,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CHI3L2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035398", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035398.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -127260,8 +126309,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cht7", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -127290,8 +126338,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1933", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1933", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -127299,11 +126348,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CHI3L2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0020416", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0020416.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -127313,8 +126362,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Idgf1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -127343,8 +126391,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1933", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1933", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -127352,11 +126401,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CHI3L2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0020415", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0020415.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -127366,8 +126415,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Idgf2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -127396,8 +126444,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1933", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1933", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -127405,11 +126454,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CHI3L2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0020414", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0020414.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -127419,8 +126468,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Idgf3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -127449,8 +126497,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1933", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1933", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -127458,11 +126507,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CHI3L2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0026415", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026415.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -127472,8 +126521,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Idgf4", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -127502,8 +126550,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1933", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1933", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -127511,11 +126560,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CHI3L2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0013763", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0013763.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -127525,8 +126574,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Idgf6", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -127555,8 +126603,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17432", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17432", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -127564,11 +126613,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CHIA", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0050293", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0050293.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -127578,8 +126627,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cht12", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -127608,8 +126656,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17432", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17432", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -127617,11 +126666,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CHIA", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0022702", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0022702.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -127631,8 +126680,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cht2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -127661,8 +126709,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17432", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17432", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -127670,11 +126719,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CHIA", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0022700", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0022700.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -127684,8 +126733,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cht4", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -127714,8 +126762,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17432", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17432", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -127723,11 +126772,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CHIA", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038180", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038180.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -127737,8 +126786,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cht5", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -127767,8 +126815,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17432", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17432", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -127776,11 +126825,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CHIA", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035398", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035398.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -127790,8 +126839,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cht7", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -127820,8 +126868,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17432", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17432", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -127829,11 +126878,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CHIA", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034580", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034580.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -127843,8 +126892,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cht8", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -127873,8 +126921,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17432", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17432", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -127882,11 +126931,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CHIA", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034582", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034582.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -127896,8 +126945,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cht9", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -127926,8 +126974,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1934", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1934", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -127935,11 +126984,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CHIC1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0046247", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0046247.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -127949,8 +126998,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5938", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -127978,8 +127026,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1935", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1935", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -127987,11 +127036,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CHIC2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0046247", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0046247.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -128001,8 +127050,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5938", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -128030,8 +127078,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28474", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28474", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -128039,11 +127088,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CHID1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031996", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031996.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -128053,8 +127102,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8460", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -128083,8 +127131,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1936", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1936", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -128092,11 +127141,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CHIT1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029913", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029913.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -128106,8 +127155,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cht11", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -128136,8 +127184,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1936", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1936", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -128145,11 +127194,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CHIT1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0263132", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0263132.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -128159,8 +127208,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cht6", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -128189,8 +127237,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1936", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1936", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -128198,11 +127247,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CHIT1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035398", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035398.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -128212,8 +127261,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cht7", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -128242,8 +127290,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1936", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1936", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -128251,11 +127300,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CHIT1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0020416", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0020416.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -128265,8 +127314,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Idgf1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -128295,8 +127343,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1936", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1936", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -128304,11 +127353,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CHIT1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0020415", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0020415.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -128318,8 +127367,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Idgf2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -128348,8 +127396,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1936", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1936", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -128357,11 +127406,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CHIT1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0020414", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0020414.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -128371,8 +127420,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Idgf3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -128401,8 +127449,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1936", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1936", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -128410,11 +127459,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CHIT1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0026415", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026415.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -128424,8 +127473,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Idgf4", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -128454,8 +127502,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1936", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1936", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -128463,11 +127512,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CHIT1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0013763", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0013763.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -128477,8 +127526,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Idgf6", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -128507,8 +127555,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:1937", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1937", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -128516,11 +127565,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CHKA", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032955", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032955.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -128530,8 +127579,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG2201", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -128560,8 +127608,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1938", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1938", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -128569,11 +127618,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CHKB", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032955", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032955.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -128583,8 +127632,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG2201", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -128612,8 +127660,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1939", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1939", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -128621,11 +127670,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CHL1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0264975", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0264975.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -128635,8 +127684,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Nrg", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -128665,8 +127713,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1940", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1940", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -128674,11 +127723,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CHM", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0026378", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026378.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -128688,8 +127737,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rep", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -128717,8 +127765,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1941", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1941", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -128726,11 +127775,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CHML", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0026378", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026378.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -128740,8 +127789,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rep", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -128769,8 +127817,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24287", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24287", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -128778,11 +127827,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CHMP1B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036805", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036805.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -128792,8 +127841,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Chmp1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -128821,8 +127869,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30216", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30216", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -128830,11 +127879,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CHMP2A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039402", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039402.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -128844,8 +127893,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Vps2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -128873,8 +127921,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24537", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24537", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -128882,11 +127931,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CHMP2B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035589", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035589.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -128896,8 +127945,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CHMP2B", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -128925,8 +127973,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:29865", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29865", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -128934,11 +127983,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CHMP3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037231", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037231.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -128948,8 +127997,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Vps24", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -128978,8 +128026,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:20274", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20274", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -128987,11 +128036,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CHMP4A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0086656", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0086656.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -129001,8 +128050,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "shrb", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -129031,8 +128079,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16171", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16171", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -129040,11 +128089,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CHMP4B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0086656", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0086656.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -129054,8 +128103,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "shrb", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -129083,8 +128131,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:30599", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30599", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -129092,11 +128141,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CHMP4C", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0086656", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0086656.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -129106,8 +128155,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "shrb", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -129136,8 +128184,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26942", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26942", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -129145,11 +128194,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CHMP5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036740", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036740.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -129159,8 +128208,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Vps60", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -129188,8 +128236,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25675", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25675", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -129197,11 +128246,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CHMP6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034744", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034744.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -129211,8 +128260,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Vps20", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -129240,8 +128288,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28439", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28439", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -129249,11 +128298,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CHMP7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027565", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027565.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -129263,8 +128312,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5498", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -129293,8 +128341,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1943", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1943", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -129302,11 +128351,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CHN1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029778", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029778.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -129316,8 +128365,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "RhoGAP5A", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -129345,8 +128393,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:1944", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1944", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -129354,11 +128403,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CHN2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029778", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029778.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -129368,8 +128417,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "RhoGAP5A", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -129398,8 +128446,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14525", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14525", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -129407,11 +128456,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CHORDC1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029503", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029503.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -129421,8 +128470,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mora", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -129451,8 +128499,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17433", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17433", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -129460,11 +128509,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CHP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037358", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037358.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -129474,8 +128523,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "elm", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -129504,8 +128552,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:24927", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24927", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -129513,11 +128562,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CHP2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037358", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037358.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -129527,8 +128576,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "elm", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -129557,8 +128605,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24291", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24291", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -129566,11 +128615,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CHPF", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0263005", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0263005.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -129580,8 +128629,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Chpf", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -129609,8 +128657,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29270", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29270", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -129618,11 +128667,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CHPF2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0263005", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0263005.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -129632,8 +128681,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Chpf", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -129661,8 +128709,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:17852", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17852", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -129670,11 +128719,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CHPT1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033844", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033844.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -129684,8 +128733,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "bbc", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -129714,8 +128762,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13544", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13544", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -129723,11 +128772,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CHRAC1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0043001", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0043001.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -129737,8 +128786,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Chrac-16", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -129767,8 +128815,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1949", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1949", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -129776,11 +128825,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CHRD", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003463", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003463.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -129790,8 +128839,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "sog", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -129820,8 +128868,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15781", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15781", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -129829,11 +128878,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CHRFAM7A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028875", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028875.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -129843,8 +128892,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "nAChR\u03b15", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -129872,8 +128920,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15781", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15781", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -129881,11 +128930,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CHRFAM7A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032151", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032151.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -129895,8 +128944,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "nAChR\u03b16", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -129925,8 +128973,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15781", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15781", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -129934,11 +128983,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CHRFAM7A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0086778", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0086778.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -129948,8 +128997,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "nAChR\u03b17", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -129977,8 +129025,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1950", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1950", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -129986,11 +129035,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CHRM1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000037", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000037.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -130000,8 +129049,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mAChR-A", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -130029,8 +129077,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:1951", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1951", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -130038,11 +129087,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CHRM2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000037", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000037.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -130052,8 +129101,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mAChR-A", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -130082,8 +129130,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1952", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1952", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -130091,11 +129140,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CHRM3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000037", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000037.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -130105,8 +129154,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mAChR-A", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -130134,8 +129182,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:1953", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1953", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -130143,11 +129192,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CHRM4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000037", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000037.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -130157,8 +129206,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mAChR-A", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -130187,8 +129235,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1954", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1954", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -130196,11 +129245,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CHRM5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000037", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000037.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -130210,8 +129259,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mAChR-A", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -130239,8 +129287,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1955", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1955", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -130248,11 +129297,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CHRNA1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000038", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000038.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -130262,8 +129311,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "nAChR\u03b21", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -130292,8 +129340,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1955", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1955", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -130301,11 +129350,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CHRNA1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031261", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031261.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -130315,8 +129364,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "nAChR\u03b23", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -130345,8 +129393,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1956", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1956", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -130354,11 +129403,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CHRNA2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000039", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000039.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -130368,8 +129417,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "nAChR\u03b12", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -130398,8 +129446,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1956", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1956", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -130407,11 +129456,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CHRNA2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015519", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015519.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -130421,8 +129470,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "nAChR\u03b13", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -130451,8 +129499,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1956", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1956", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -130460,11 +129509,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CHRNA2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0266347", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0266347.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -130474,8 +129523,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "nAChR\u03b14", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -130504,8 +129552,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1956", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1956", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -130513,11 +129562,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CHRNA2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004118", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004118.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -130527,8 +129576,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "nAChR\u03b22", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -130557,8 +129605,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1957", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1957", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -130566,11 +129615,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CHRNA3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000036", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000036.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -130580,8 +129629,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "nAChR\u03b11", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -130610,8 +129658,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1957", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1957", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -130619,11 +129668,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CHRNA3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000039", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000039.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -130633,8 +129682,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "nAChR\u03b12", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -130663,8 +129711,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1957", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1957", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -130672,11 +129721,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CHRNA3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015519", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015519.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -130686,8 +129735,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "nAChR\u03b13", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -130716,8 +129764,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1957", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1957", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -130725,11 +129774,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CHRNA3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0266347", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0266347.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -130739,8 +129788,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "nAChR\u03b14", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -130769,8 +129817,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1957", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1957", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -130778,11 +129827,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CHRNA3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004118", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004118.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -130792,8 +129841,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "nAChR\u03b22", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -130822,8 +129870,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1957", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1957", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -130831,11 +129880,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CHRNA3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031261", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031261.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -130845,8 +129894,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "nAChR\u03b23", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -130875,8 +129923,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:1958", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1958", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -130884,11 +129933,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CHRNA4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000036", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000036.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -130898,8 +129947,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "nAChR\u03b11", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -130928,8 +129976,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:1958", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1958", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -130937,11 +129986,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CHRNA4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000039", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000039.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -130951,8 +130000,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "nAChR\u03b12", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -130981,8 +130029,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1958", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1958", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -130990,11 +130039,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CHRNA4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015519", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015519.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -131004,8 +130053,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "nAChR\u03b13", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -131034,8 +130082,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:1958", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1958", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -131043,11 +130092,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CHRNA4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004118", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004118.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -131057,8 +130106,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "nAChR\u03b22", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -131087,8 +130135,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:1959", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1959", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -131096,11 +130145,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CHRNA5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000036", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000036.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -131110,8 +130159,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "nAChR\u03b11", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -131140,8 +130188,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:1959", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1959", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -131149,11 +130198,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CHRNA5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000039", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000039.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -131163,8 +130212,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "nAChR\u03b12", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -131193,8 +130241,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:1959", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1959", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -131202,11 +130251,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CHRNA5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000038", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000038.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -131216,8 +130265,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "nAChR\u03b21", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -131246,8 +130294,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:1959", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1959", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -131255,11 +130304,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CHRNA5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004118", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004118.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -131269,8 +130318,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "nAChR\u03b22", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -131299,8 +130347,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1959", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1959", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -131308,11 +130357,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CHRNA5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031261", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031261.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -131322,8 +130371,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "nAChR\u03b23", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -131352,8 +130400,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15963", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15963", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -131361,11 +130410,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CHRNA6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000036", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000036.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -131375,8 +130424,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "nAChR\u03b11", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -131405,8 +130453,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15963", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15963", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -131414,11 +130463,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CHRNA6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000039", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000039.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -131428,8 +130477,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "nAChR\u03b12", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -131458,8 +130506,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15963", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15963", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -131467,11 +130516,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CHRNA6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015519", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015519.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -131481,8 +130530,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "nAChR\u03b13", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -131511,8 +130559,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15963", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15963", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -131520,11 +130569,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CHRNA6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0266347", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0266347.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -131534,8 +130583,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "nAChR\u03b14", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -131564,8 +130612,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15963", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15963", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -131573,11 +130622,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CHRNA6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004118", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004118.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -131587,8 +130636,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "nAChR\u03b22", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -131617,8 +130665,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15963", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15963", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -131626,11 +130675,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CHRNA6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031261", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031261.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -131640,8 +130689,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "nAChR\u03b23", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -131670,8 +130718,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:1960", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1960", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -131679,11 +130728,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CHRNA7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028875", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028875.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -131693,8 +130742,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "nAChR\u03b15", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -131723,8 +130771,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:1960", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1960", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -131732,11 +130781,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CHRNA7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032151", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032151.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -131746,8 +130795,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "nAChR\u03b16", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -131776,8 +130824,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:1960", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1960", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -131785,11 +130834,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CHRNA7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0086778", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0086778.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -131799,8 +130848,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "nAChR\u03b17", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -131829,8 +130877,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:1961", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1961", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -131838,11 +130887,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CHRNB1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000038", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000038.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -131852,8 +130901,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "nAChR\u03b21", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -131882,8 +130930,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1962", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1962", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -131891,11 +130940,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CHRNB2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000038", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000038.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -131905,8 +130954,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "nAChR\u03b21", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -131935,8 +130983,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1962", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1962", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -131944,11 +130993,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CHRNB2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031261", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031261.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -131958,8 +131007,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "nAChR\u03b23", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -131988,8 +131036,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:1963", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1963", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -131997,11 +131046,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CHRNB3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000036", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000036.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -132011,8 +131060,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "nAChR\u03b11", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -132041,8 +131089,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:1963", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1963", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -132050,11 +131099,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CHRNB3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000039", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000039.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -132064,8 +131113,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "nAChR\u03b12", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -132094,8 +131142,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:1963", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1963", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -132103,11 +131152,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CHRNB3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000038", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000038.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -132117,8 +131166,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "nAChR\u03b21", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -132147,8 +131195,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:1963", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1963", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -132156,11 +131205,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CHRNB3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004118", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004118.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -132170,8 +131219,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "nAChR\u03b22", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -132200,8 +131248,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1963", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1963", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -132209,11 +131258,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CHRNB3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031261", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031261.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -132223,8 +131272,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "nAChR\u03b23", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -132253,8 +131301,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1964", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1964", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -132262,11 +131311,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CHRNB4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000038", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000038.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -132276,8 +131325,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "nAChR\u03b21", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -132306,8 +131354,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:1965", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1965", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -132315,11 +131364,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CHRND", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000036", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000036.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -132329,8 +131378,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "nAChR\u03b11", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -132359,8 +131407,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:1965", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1965", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -132368,11 +131417,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CHRND", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000039", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000039.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -132382,8 +131431,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "nAChR\u03b12", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -132412,8 +131460,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:1965", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1965", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -132421,11 +131470,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CHRND", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000038", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000038.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -132435,8 +131484,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "nAChR\u03b21", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -132465,8 +131513,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:1965", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1965", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -132474,11 +131523,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CHRND", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004118", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004118.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -132488,8 +131537,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "nAChR\u03b22", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -132518,8 +131566,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:1966", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1966", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -132527,11 +131576,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CHRNE", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000036", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000036.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -132541,8 +131590,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "nAChR\u03b11", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -132571,8 +131619,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:1966", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1966", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -132580,11 +131629,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CHRNE", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000039", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000039.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -132594,8 +131643,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "nAChR\u03b12", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -132624,8 +131672,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:1966", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1966", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -132633,11 +131682,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CHRNE", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000038", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000038.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -132647,8 +131696,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "nAChR\u03b21", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -132677,8 +131725,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:1966", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1966", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -132686,11 +131735,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CHRNE", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004118", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004118.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -132700,8 +131749,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "nAChR\u03b22", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -132730,8 +131778,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:1967", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1967", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -132739,11 +131788,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CHRNG", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000036", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000036.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -132753,8 +131802,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "nAChR\u03b11", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -132783,8 +131831,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:1967", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1967", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -132792,11 +131841,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CHRNG", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000039", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000039.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -132806,8 +131855,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "nAChR\u03b12", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -132836,8 +131884,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:1967", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1967", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -132845,11 +131894,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CHRNG", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000038", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000038.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -132859,8 +131908,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "nAChR\u03b21", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -132889,8 +131937,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:1967", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1967", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -132898,11 +131947,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CHRNG", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004118", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004118.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -132912,8 +131961,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "nAChR\u03b22", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -132942,8 +131990,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1969", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1969", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -132951,11 +132000,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CHST1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051637", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051637.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -132965,8 +132014,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG31637", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -132995,8 +132043,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19650", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19650", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -133004,11 +132053,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CHST10", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035287", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035287.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -133018,8 +132067,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG13937", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -133048,8 +132096,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19650", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19650", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -133057,11 +132106,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CHST10", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031697", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031697.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -133071,8 +132120,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG14024", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -133101,8 +132149,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17422", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17422", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -133110,11 +132159,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CHST11", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032618", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032618.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -133124,8 +132173,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG31743", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -133154,8 +132202,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:17423", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17423", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -133163,11 +132212,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CHST12", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032618", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032618.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -133177,8 +132226,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG31743", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -133207,8 +132255,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21755", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21755", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -133216,11 +132265,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CHST13", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032618", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032618.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -133230,8 +132279,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG31743", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -133260,8 +132308,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:1970", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1970", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -133269,11 +132318,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CHST2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051637", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051637.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -133283,8 +132332,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG31637", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -133313,8 +132361,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:1970", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1970", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -133322,11 +132371,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CHST2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031826", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031826.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -133336,8 +132385,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG9550", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -133366,8 +132414,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1971", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1971", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -133375,11 +132424,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CHST3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051637", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051637.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -133389,8 +132438,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG31637", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -133419,8 +132467,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1972", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1972", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -133428,11 +132477,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CHST4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031826", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031826.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -133442,8 +132491,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG9550", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -133472,8 +132520,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:1973", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1973", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -133481,11 +132530,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CHST5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051637", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051637.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -133495,8 +132544,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG31637", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -133525,8 +132573,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:1973", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1973", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -133534,11 +132583,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CHST5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031826", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031826.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -133548,8 +132597,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG9550", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -133578,8 +132626,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6938", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6938", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -133587,11 +132636,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CHST6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051637", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051637.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -133601,8 +132650,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG31637", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -133631,8 +132679,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:13817", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13817", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -133640,11 +132689,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CHST7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051637", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051637.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -133654,8 +132703,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG31637", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -133684,8 +132732,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:15993", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15993", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -133693,11 +132742,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CHST8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035287", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035287.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -133707,8 +132756,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG13937", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -133737,8 +132785,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:15993", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15993", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -133746,11 +132795,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CHST8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031697", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031697.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -133760,8 +132809,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG14024", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -133790,8 +132838,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:15993", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15993", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -133799,11 +132848,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CHST8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032618", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032618.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -133813,8 +132862,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG31743", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -133843,8 +132891,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:19898", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19898", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -133852,11 +132901,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CHST9", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035287", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035287.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -133866,8 +132915,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG13937", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -133896,8 +132944,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:19898", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19898", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -133905,11 +132954,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CHST9", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031697", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031697.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -133919,8 +132968,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG14024", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -133949,8 +132997,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:19898", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19898", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -133958,11 +133007,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CHST9", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032618", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032618.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -133972,8 +133021,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG31743", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -134002,8 +133050,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17198", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17198", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -134011,11 +133060,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CHSY1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030662", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030662.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -134025,8 +133074,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Chsy", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -134054,8 +133102,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24293", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24293", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -134063,11 +133112,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CHSY3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030662", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030662.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -134077,8 +133126,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Chsy", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -134106,8 +133154,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18435", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18435", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -134115,11 +133164,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CHTF18", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015376", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015376.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -134129,8 +133178,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "cutlet", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -134159,8 +133207,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24353", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24353", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -134168,11 +133217,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CHTF8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0054001", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0054001.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -134182,8 +133231,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG34001", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -134212,8 +133260,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24511", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24511", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -134221,11 +133270,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CHTOP", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037261", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037261.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -134235,8 +133284,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG9775", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -134265,8 +133313,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1974", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1974", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -134274,11 +133323,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CHUK", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0024222", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0024222.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -134288,8 +133337,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "IKK\u03b2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -134318,8 +133366,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:42960", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:42960", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -134327,11 +133376,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CHURC1-FNTB", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038424", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038424.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -134340,9 +133389,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG17565", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Fntb", + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -134371,8 +133419,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14280", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14280", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -134380,11 +133429,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CIAO1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033972", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033972.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -134394,8 +133443,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ciao1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -134423,8 +133471,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26235", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26235", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -134432,11 +133481,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CIAO2A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034543", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034543.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -134446,8 +133495,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "galla-1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -134476,8 +133524,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24261", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24261", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -134485,11 +133534,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CIAO2B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036107", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036107.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -134499,8 +133548,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "galla-2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -134528,8 +133576,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14179", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14179", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -134537,11 +133586,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CIAO3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0262115", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0262115.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -134551,8 +133600,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG17683", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -134580,8 +133628,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28050", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28050", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -134589,11 +133638,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CIAPIN1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0001977", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0001977.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -134603,8 +133652,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CIAPIN1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -134632,8 +133680,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24579", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24579", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -134641,11 +133690,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CIB2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034558", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034558.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -134655,8 +133704,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cib2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -134684,8 +133732,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24580", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24580", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -134693,11 +133742,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CIB3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034558", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034558.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -134707,8 +133756,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cib2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -134736,8 +133784,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30452", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30452", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -134745,11 +133794,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CIBAR1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032428", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032428.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -134759,8 +133808,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Fam92", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -134789,8 +133837,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:24781", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24781", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -134798,11 +133847,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CIBAR2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032428", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032428.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -134812,8 +133861,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Fam92", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -134842,8 +133890,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14214", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14214", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -134851,11 +133900,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CIC", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0262582", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0262582.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -134865,8 +133914,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "cic", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -134895,8 +133943,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1976", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1976", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -134904,11 +133953,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CIDEA", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0024732", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0024732.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -134918,8 +133967,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Drep1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -134948,8 +133996,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1976", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1976", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -134957,11 +134006,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CIDEA", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028408", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028408.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -134971,8 +134020,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Drep2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -135001,8 +134049,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1976", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1976", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -135010,11 +134059,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CIDEA", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028407", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028407.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -135024,8 +134073,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Drep3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -135054,8 +134102,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1977", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1977", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -135063,11 +134112,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CIDEB", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0024732", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0024732.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -135077,8 +134126,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Drep1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -135107,8 +134155,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1977", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1977", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -135116,11 +134165,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CIDEB", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028408", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028408.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -135130,8 +134179,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Drep2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -135160,8 +134208,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1977", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1977", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -135169,11 +134218,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CIDEB", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028407", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028407.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -135183,8 +134232,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Drep3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -135213,8 +134261,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24229", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24229", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -135222,11 +134271,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CIDEC", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0024732", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0024732.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -135236,8 +134285,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Drep1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -135266,8 +134314,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24229", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24229", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -135275,11 +134324,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CIDEC", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028408", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028408.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -135289,8 +134338,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Drep2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -135319,8 +134367,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24229", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24229", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -135328,11 +134377,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CIDEC", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028407", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028407.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -135342,8 +134391,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Drep3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -135372,8 +134420,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:21219", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21219", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -135381,11 +134430,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CILK1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0259712", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0259712.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -135395,8 +134444,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG42366", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -135425,8 +134473,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23789", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23789", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -135434,11 +134483,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CINP", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0085203", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0085203.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -135448,8 +134497,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG34174", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -135478,8 +134526,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29302", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29302", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -135487,11 +134536,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CIP2A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031070", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031070.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -135501,8 +134550,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG12702", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -135531,8 +134579,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24217", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24217", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -135540,11 +134589,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CIR1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036827", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036827.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -135554,8 +134603,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6843", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -135583,8 +134631,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:30880", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30880", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -135592,11 +134641,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CISD1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0062442", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0062442.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -135606,8 +134655,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cisd2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -135636,8 +134684,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24212", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24212", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -135645,11 +134694,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CISD2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0062442", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0062442.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -135659,8 +134708,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cisd2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -135688,8 +134736,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:27578", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:27578", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -135697,11 +134746,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CISD3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033100", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033100.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -135711,8 +134760,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG3420", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -135741,8 +134789,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1984", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1984", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -135750,11 +134799,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CISH", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033266", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033266.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -135764,8 +134813,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Socs44A", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -135794,8 +134842,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1985", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1985", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -135803,11 +134852,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CIT", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0002466", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0002466.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -135817,8 +134866,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "sti", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -135847,8 +134895,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16744", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16744", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -135856,11 +134905,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CIZ1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027567", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027567.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -135869,9 +134918,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG8108", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Ciz1", + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -135900,8 +134948,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16744", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16744", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -135909,11 +134958,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CIZ1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004401", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004401.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -135923,8 +134972,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pep", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -135953,8 +135001,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28959", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28959", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -135962,11 +135011,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CKAP5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027948", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027948.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -135976,8 +135025,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "msps", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -136006,8 +135054,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:1991", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1991", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -136015,11 +135064,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CKB", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000116", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000116.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -136028,9 +135077,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "Argk", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Argk1", + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -136059,8 +135107,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:1991", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1991", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -136068,11 +135117,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CKB", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035957", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035957.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -136081,9 +135130,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG5144", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Argk2", + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -136112,8 +135160,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13253", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13253", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -136121,11 +135170,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CKLF", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030309", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030309.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -136135,8 +135184,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG1572", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -136165,8 +135213,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:1994", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1994", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -136174,11 +135223,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CKM", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000116", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000116.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -136187,9 +135236,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "Argk", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Argk1", + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -136218,8 +135266,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:1994", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1994", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -136227,11 +135276,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CKM", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035957", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035957.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -136240,9 +135289,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG5144", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Argk2", + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -136271,8 +135319,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:31736", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:31736", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -136280,11 +135329,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CKMT1A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000116", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000116.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -136293,9 +135342,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "Argk", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Argk1", + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -136324,8 +135372,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:31736", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:31736", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -136333,11 +135382,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CKMT1A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0050274", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0050274.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -136347,8 +135396,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG30274", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -136377,8 +135425,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:1995", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1995", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -136386,11 +135435,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CKMT1B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0038373", + "id": "FB:FBgn0035957", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035957.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -136399,9 +135448,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG4546", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Argk2", + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -136430,8 +135478,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:1995", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1995", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -136439,11 +135488,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CKMT1B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0035957", + "id": "FB:FBgn0038373", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038373.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -136452,9 +135501,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG5144", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "CG4546", + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -136483,8 +135531,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1996", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1996", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -136492,11 +135541,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CKMT2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000116", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000116.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -136505,9 +135554,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "Argk", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Argk1", + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -136532,12 +135580,13 @@ "totalMethodCount": 10 }, { - "best": "No", + "best": "Yes", "bestReverse": "Yes", "gene": { "id": "HGNC:1996", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1996", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -136545,11 +135594,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CKMT2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0050274", + "id": "FB:FBgn0035957", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035957.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -136558,14 +135607,18 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG30274", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Argk2", + "taxonId": "NCBITaxon:7227" }, - "methodCount": 3, + "methodCount": 8, "predictionMethodsMatched": [ + "Ensembl Compara", + "Hieranoid", + "InParanoid", + "OMA", + "OrthoFinder", + "OrthoInspector", "PANTHER", - "PhylomeDB", "TreeFam" ], "predictionMethodsNotCalled": [ @@ -136573,12 +135626,7 @@ "ZFIN" ], "predictionMethodsNotMatched": [ - "Ensembl Compara", - "Hieranoid", - "InParanoid", - "OMA", - "OrthoFinder", - "OrthoInspector", + "PhylomeDB", "Roundup" ], "stringencyFilter": "stringent", @@ -136589,8 +135637,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1996", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1996", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -136598,11 +135647,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CKMT2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0038373", + "id": "FB:FBgn0050274", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0050274.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -136611,18 +135660,13 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG4546", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "CG30274", + "taxonId": "NCBITaxon:7227" }, - "methodCount": 7, + "methodCount": 3, "predictionMethodsMatched": [ - "Ensembl Compara", - "InParanoid", - "OMA", - "OrthoFinder", - "OrthoInspector", "PANTHER", + "PhylomeDB", "TreeFam" ], "predictionMethodsNotCalled": [ @@ -136630,20 +135674,25 @@ "ZFIN" ], "predictionMethodsNotMatched": [ + "Ensembl Compara", "Hieranoid", - "PhylomeDB", + "InParanoid", + "OMA", + "OrthoFinder", + "OrthoInspector", "Roundup" ], "stringencyFilter": "stringent", "totalMethodCount": 10 }, { - "best": "Yes", + "best": "No", "bestReverse": "Yes", "gene": { "id": "HGNC:1996", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1996", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -136651,11 +135700,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CKMT2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0035957", + "id": "FB:FBgn0038373", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038373.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -136664,14 +135713,12 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG5144", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "CG4546", + "taxonId": "NCBITaxon:7227" }, - "methodCount": 8, + "methodCount": 7, "predictionMethodsMatched": [ "Ensembl Compara", - "Hieranoid", "InParanoid", "OMA", "OrthoFinder", @@ -136684,6 +135731,7 @@ "ZFIN" ], "predictionMethodsNotMatched": [ + "Hieranoid", "PhylomeDB", "Roundup" ], @@ -136695,8 +135743,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19083", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19083", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -136704,11 +135753,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CKS1B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010314", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010314.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -136718,8 +135767,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cks30A", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -136747,8 +135795,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:2000", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2000", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -136756,11 +135805,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CKS2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010314", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010314.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -136770,8 +135819,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cks30A", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -136800,8 +135848,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2000", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2000", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -136809,11 +135858,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CKS2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037613", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037613.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -136823,8 +135872,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cks85A", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -136853,8 +135901,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17088", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17088", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -136862,11 +135911,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CLASP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0021760", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0021760.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -136876,8 +135925,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "chb", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -136906,8 +135954,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17078", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17078", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -136915,11 +135964,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CLASP2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0021760", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0021760.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -136929,8 +135978,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "chb", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -136959,8 +136007,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17731", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17731", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -136968,11 +136017,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CLASRP", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039215", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039215.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -136982,8 +136031,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6695", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -137012,8 +136060,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2014", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2014", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -137021,11 +136070,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CLC", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031289", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031289.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -137035,8 +136084,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG13950", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -137065,8 +136113,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:2019", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2019", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -137074,11 +136123,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CLCN1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051116", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051116.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -137088,8 +136137,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ClC-a", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -137118,8 +136166,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2020", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2020", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -137127,11 +136176,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CLCN2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051116", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051116.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -137141,8 +136190,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ClC-a", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -137170,8 +136218,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:2021", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2021", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -137179,11 +136228,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CLCN3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036566", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036566.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -137193,8 +136242,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ClC-c", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -137223,8 +136271,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2022", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2022", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -137232,11 +136281,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CLCN4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036566", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036566.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -137246,8 +136295,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ClC-c", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -137276,8 +136324,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:2023", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2023", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -137285,11 +136334,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CLCN5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036566", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036566.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -137299,8 +136348,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ClC-c", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -137329,8 +136377,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2025", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2025", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -137338,11 +136387,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CLCN7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033755", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033755.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -137352,8 +136401,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ClC-b", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -137381,8 +136429,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:2026", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2026", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -137390,11 +136439,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CLCNKA", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051116", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051116.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -137404,8 +136453,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ClC-a", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -137434,8 +136482,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:2027", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2027", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -137443,11 +136492,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CLCNKB", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051116", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051116.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -137457,8 +136506,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ClC-a", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -137487,8 +136535,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16916", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16916", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -137496,11 +136545,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CLEC10A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040102", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040102.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -137510,8 +136559,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "lectin-24Db", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -137540,8 +136588,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16916", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16916", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -137549,11 +136598,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CLEC10A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035199", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035199.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -137563,8 +136612,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "tfc", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -137593,8 +136641,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10576", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10576", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -137602,11 +136651,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CLEC11A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040503", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040503.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -137616,8 +136665,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7763", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -137646,8 +136694,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29013", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29013", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -137655,11 +136704,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CLEC16A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038427", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038427.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -137669,8 +136718,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ema", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -137698,8 +136746,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:34520", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:34520", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -137707,11 +136756,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CLEC17A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040092", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040092.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -137721,8 +136770,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "lectin-46Cb", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -137751,8 +136799,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30388", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30388", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -137760,11 +136809,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CLEC18A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0264297", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0264297.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -137774,8 +136823,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG43775", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -137804,8 +136852,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:33849", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:33849", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -137813,11 +136862,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CLEC18B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0264297", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0264297.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -137827,8 +136876,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG43775", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -137857,8 +136905,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2052", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2052", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -137866,11 +136915,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CLEC3A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040503", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040503.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -137880,8 +136929,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7763", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -137910,8 +136958,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2052", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2052", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -137919,11 +136968,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CLEC3A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035199", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035199.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -137933,8 +136982,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "tfc", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -137963,8 +137011,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11891", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11891", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -137972,11 +137021,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CLEC3B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040106", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040106.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -137986,8 +137035,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "lectin-21Cb", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -138016,8 +137064,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13257", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13257", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -138025,11 +137074,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CLEC4A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031910", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031910.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -138039,8 +137088,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG15818", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -138069,8 +137117,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13257", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13257", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -138078,11 +137127,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CLEC4A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040096", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040096.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -138092,8 +137141,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "lectin-33A", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -138122,8 +137170,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13257", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13257", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -138131,11 +137180,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CLEC4A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040092", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040092.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -138145,8 +137194,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "lectin-46Cb", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -138175,8 +137223,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13258", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13258", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -138184,11 +137233,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CLEC4C", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040096", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040096.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -138198,8 +137247,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "lectin-33A", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -138228,8 +137276,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13258", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13258", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -138237,11 +137286,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CLEC4C", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040092", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040092.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -138251,8 +137300,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "lectin-46Cb", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -138281,8 +137329,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14554", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14554", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -138290,11 +137339,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CLEC4D", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040092", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040092.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -138304,8 +137353,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "lectin-46Cb", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -138334,8 +137382,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14554", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14554", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -138343,11 +137392,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CLEC4D", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0016675", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0016675.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -138357,8 +137406,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Lectin-galC1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -138387,8 +137435,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14555", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14555", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -138396,11 +137445,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CLEC4E", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030050", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030050.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -138410,8 +137459,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG12111", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -138440,8 +137488,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14555", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14555", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -138449,11 +137498,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CLEC4E", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040092", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040092.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -138463,8 +137512,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "lectin-46Cb", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -138493,8 +137541,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24591", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24591", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -138502,11 +137551,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CLEC4G", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040102", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040102.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -138516,8 +137565,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "lectin-24Db", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -138546,8 +137594,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24591", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24591", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -138555,11 +137604,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CLEC4G", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040096", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040096.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -138569,8 +137618,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "lectin-33A", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -138599,8 +137647,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13523", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13523", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -138608,11 +137657,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CLEC4M", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035199", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035199.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -138622,8 +137671,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "tfc", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -138652,8 +137700,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14556", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14556", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -138661,11 +137710,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CLEC6A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030050", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030050.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -138675,8 +137724,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG12111", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -138705,8 +137753,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14556", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14556", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -138714,11 +137763,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CLEC6A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040092", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040092.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -138728,8 +137777,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "lectin-46Cb", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -138758,8 +137806,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26705", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26705", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -138767,11 +137816,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CLEC9A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040092", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040092.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -138781,8 +137830,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "lectin-46Cb", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -138811,8 +137859,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2060", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2060", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -138820,11 +137869,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CLGN", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030377", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030377.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -138834,8 +137883,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG1924", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -138864,8 +137912,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:2062", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2062", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -138873,11 +137922,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CLIC1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030529", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030529.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -138887,8 +137936,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Clic", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -138917,8 +137965,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2063", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2063", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -138926,11 +137975,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CLIC2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030529", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030529.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -138940,8 +137989,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Clic", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -138969,8 +138017,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:2064", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2064", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -138978,11 +138027,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CLIC3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030529", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030529.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -138992,8 +138041,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Clic", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -139022,8 +138070,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:13518", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13518", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -139031,11 +138080,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CLIC4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030529", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030529.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -139045,8 +138094,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Clic", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -139075,8 +138123,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:13517", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13517", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -139084,11 +138133,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CLIC5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030529", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030529.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -139098,8 +138147,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Clic", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -139128,8 +138176,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:2065", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2065", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -139137,11 +138186,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CLIC6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030529", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030529.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -139151,8 +138200,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Clic", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -139181,8 +138229,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23186", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23186", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -139190,11 +138239,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CLINT1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261279", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261279.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -139204,8 +138253,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "lqfR", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -139234,8 +138282,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10461", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10461", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -139243,11 +138292,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CLIP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0020503", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0020503.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -139257,8 +138306,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CLIP-190", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -139287,8 +138335,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:2586", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2586", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -139296,11 +138345,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CLIP2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0020503", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0020503.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -139310,8 +138359,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CLIP-190", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -139340,8 +138388,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:2068", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2068", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -139349,11 +138398,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CLK1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0265998", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0265998.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -139363,8 +138412,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Doa", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -139393,8 +138441,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2069", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2069", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -139402,11 +138451,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CLK2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0265998", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0265998.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -139416,8 +138465,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Doa", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -139446,8 +138494,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:2071", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2071", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -139455,11 +138504,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CLK3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0265998", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0265998.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -139469,8 +138518,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Doa", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -139499,8 +138547,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:13659", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13659", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -139508,11 +138557,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CLK4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0265998", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0265998.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -139522,8 +138571,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Doa", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -139552,8 +138600,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2074", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2074", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -139561,11 +138610,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CLN3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036756", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036756.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -139575,8 +138624,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cln3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -139604,8 +138652,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2080", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2080", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -139613,11 +138662,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CLNS1A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029079", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029079.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -139627,8 +138676,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "icln", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -139657,8 +138705,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2082", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2082", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -139666,11 +138715,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CLOCK", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0023076", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0023076.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -139680,8 +138729,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Clk", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -139710,8 +138758,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16999", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16999", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -139719,11 +138768,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CLP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033842", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033842.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -139733,8 +138782,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "cbc", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -139762,8 +138810,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2084", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2084", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -139771,11 +138820,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CLPP", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032229", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032229.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -139785,8 +138834,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ClpP", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -139814,8 +138862,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2087", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2087", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -139823,11 +138872,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CLPTM1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031590", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031590.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -139837,8 +138886,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG3702", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -139867,8 +138915,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24308", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24308", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -139876,11 +138925,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CLPTM1L", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030456", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030456.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -139890,8 +138939,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG4332", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -139920,8 +138968,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2088", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2088", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -139929,11 +138978,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CLPX", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038745", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038745.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -139943,8 +138992,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ClpX", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -139972,8 +139020,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12605", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12605", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -139981,11 +139030,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CLRN1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037235", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037235.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -139995,8 +139044,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG1103", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -140025,8 +139073,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:33939", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:33939", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -140034,11 +139083,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CLRN2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037235", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037235.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -140048,8 +139097,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG1103", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -140078,8 +139126,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20795", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20795", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -140087,11 +139136,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CLRN3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037235", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037235.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -140101,8 +139150,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG1103", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -140131,8 +139179,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19715", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19715", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -140140,11 +139189,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CLSPN", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052251", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052251.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -140154,8 +139203,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Claspin", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -140184,8 +139232,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17447", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17447", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -140193,11 +139242,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CLSTN1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039928", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039928.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -140207,8 +139256,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cals", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -140236,8 +139284,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17448", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17448", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -140245,11 +139294,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CLSTN2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039928", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039928.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -140259,8 +139308,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cals", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -140288,8 +139336,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:18371", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18371", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -140297,11 +139346,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CLSTN3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039928", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039928.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -140311,8 +139360,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cals", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -140341,8 +139389,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2090", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2090", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -140350,11 +139399,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CLTA", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0024814", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0024814.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -140364,8 +139413,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Clc", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -140393,8 +139441,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2091", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2091", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -140402,11 +139451,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CLTB", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0024814", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0024814.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -140416,8 +139465,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Clc", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -140445,8 +139493,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2092", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2092", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -140454,11 +139503,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CLTC", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000319", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000319.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -140468,8 +139517,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Chc", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -140497,8 +139545,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2093", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2093", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -140506,11 +139555,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CLTCL1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000319", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000319.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -140520,8 +139569,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Chc", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -140549,8 +139597,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19009", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19009", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -140558,11 +139607,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CLUAP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031196", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031196.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -140572,8 +139621,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cluap1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -140601,8 +139649,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29094", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29094", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -140610,11 +139659,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CLUH", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034087", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034087.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -140624,8 +139673,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "clu", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -140653,8 +139701,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:23139", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23139", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -140662,11 +139711,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CLVS1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035636", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035636.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -140676,8 +139725,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cralbp", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -140706,8 +139754,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:23046", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23046", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -140715,11 +139764,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CLVS2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032783", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032783.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -140729,8 +139778,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10237", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -140759,8 +139807,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:23046", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23046", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -140768,11 +139817,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CLVS2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035636", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035636.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -140782,8 +139831,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cralbp", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -140808,24 +139856,25 @@ "totalMethodCount": 10 }, { - "best": "Yes", + "best": "No", "bestReverse": "Yes", "gene": { - "id": "HGNC:2097", + "id": "HGNC:25678", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25678", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "CMA1", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "CLXN", + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0052376", + "id": "FB:FBgn0037461", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037461.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -140834,28 +139883,27 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG32376", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "CG15177", + "taxonId": "NCBITaxon:7227" }, - "methodCount": 2, + "methodCount": 4, "predictionMethodsMatched": [ - "OrthoFinder", - "PhylomeDB" + "Ensembl Compara", + "OMA", + "PANTHER", + "TreeFam" ], "predictionMethodsNotCalled": [ "HGNC", "ZFIN" ], "predictionMethodsNotMatched": [ - "Ensembl Compara", "Hieranoid", "InParanoid", - "OMA", + "OrthoFinder", "OrthoInspector", - "PANTHER", - "Roundup", - "TreeFam" + "PhylomeDB", + "Roundup" ], "stringencyFilter": "stringent", "totalMethodCount": 10 @@ -140864,21 +139912,22 @@ "best": "Yes", "bestReverse": "Yes", "gene": { - "id": "HGNC:18290", + "id": "HGNC:25678", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25678", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "CMAS", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "CLXN", + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0052220", + "id": "FB:FBgn0029995", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029995.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -140887,13 +139936,14 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "Csas", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "CG2256", + "taxonId": "NCBITaxon:7227" }, - "methodCount": 6, + "methodCount": 8, "predictionMethodsMatched": [ "Ensembl Compara", + "Hieranoid", + "InParanoid", "OrthoFinder", "OrthoInspector", "PANTHER", @@ -140905,8 +139955,6 @@ "ZFIN" ], "predictionMethodsNotMatched": [ - "Hieranoid", - "InParanoid", "OMA", "Roundup" ], @@ -140914,24 +139962,25 @@ "totalMethodCount": 10 }, { - "best": "Yes", + "best": "No", "bestReverse": "Yes", "gene": { - "id": "HGNC:28783", + "id": "HGNC:25678", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25678", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "CMC1", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "CLXN", + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0032595", + "id": "FB:FBgn0035034", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035034.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -140940,19 +139989,15 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG17996", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "CG3565", + "taxonId": "NCBITaxon:7227" }, - "methodCount": 8, + "methodCount": 5, "predictionMethodsMatched": [ - "Hieranoid", - "InParanoid", - "OrthoFinder", - "OrthoInspector", + "Ensembl Compara", + "OMA", "PANTHER", "PhylomeDB", - "Roundup", "TreeFam" ], "predictionMethodsNotCalled": [ @@ -140960,31 +140005,35 @@ "ZFIN" ], "predictionMethodsNotMatched": [ - "Ensembl Compara", - "OMA" + "Hieranoid", + "InParanoid", + "OrthoFinder", + "OrthoInspector", + "Roundup" ], "stringencyFilter": "stringent", "totalMethodCount": 10 }, { - "best": "Yes", + "best": "No", "bestReverse": "Yes", "gene": { - "id": "HGNC:24447", + "id": "HGNC:25678", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25678", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "CMC2", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "CLXN", + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0259721", + "id": "FB:FBgn0038089", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038089.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -140993,18 +140042,13 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG42375", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "d-cup", + "taxonId": "NCBITaxon:7227" }, - "methodCount": 9, + "methodCount": 5, "predictionMethodsMatched": [ "Ensembl Compara", - "Hieranoid", - "InParanoid", "OMA", - "OrthoFinder", - "OrthoInspector", "PANTHER", "PhylomeDB", "TreeFam" @@ -141014,30 +140058,35 @@ "ZFIN" ], "predictionMethodsNotMatched": [ + "Hieranoid", + "InParanoid", + "OrthoFinder", + "OrthoInspector", "Roundup" ], "stringencyFilter": "stringent", "totalMethodCount": 10 }, { - "best": "Yes", + "best": "No", "bestReverse": "Yes", "gene": { - "id": "HGNC:35428", + "id": "HGNC:25678", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25678", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "CMC4", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "CLXN", + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0259727", + "id": "FB:FBgn0037460", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037460.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -141046,51 +140095,51 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG42381", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "sowi", + "taxonId": "NCBITaxon:7227" }, - "methodCount": 9, + "methodCount": 4, "predictionMethodsMatched": [ "Ensembl Compara", - "Hieranoid", - "InParanoid", "OMA", - "OrthoFinder", - "OrthoInspector", "PANTHER", - "PhylomeDB", - "Roundup" + "TreeFam" ], "predictionMethodsNotCalled": [ "HGNC", "ZFIN" ], "predictionMethodsNotMatched": [ - "TreeFam" + "Hieranoid", + "InParanoid", + "OrthoFinder", + "OrthoInspector", + "PhylomeDB", + "Roundup" ], "stringencyFilter": "stringent", "totalMethodCount": 10 }, { - "best": "Yes", + "best": "No", "bestReverse": "Yes", "gene": { - "id": "HGNC:18170", + "id": "HGNC:25678", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25678", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "CMPK1", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "CLXN", + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0028833", + "id": "FB:FBgn0037462", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037462.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -141099,19 +140148,15 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "Cmpk", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "sunz", + "taxonId": "NCBITaxon:7227" }, - "methodCount": 8, + "methodCount": 5, "predictionMethodsMatched": [ - "Hieranoid", - "InParanoid", + "Ensembl Compara", "OMA", - "OrthoFinder", - "OrthoInspector", "PANTHER", - "Roundup", + "PhylomeDB", "TreeFam" ], "predictionMethodsNotCalled": [ @@ -141119,8 +140164,11 @@ "ZFIN" ], "predictionMethodsNotMatched": [ - "Ensembl Compara", - "PhylomeDB" + "Hieranoid", + "InParanoid", + "OrthoFinder", + "OrthoInspector", + "Roundup" ], "stringencyFilter": "stringent", "totalMethodCount": 10 @@ -141129,21 +140177,22 @@ "best": "Yes", "bestReverse": "Yes", "gene": { - "id": "HGNC:19172", + "id": "HGNC:2097", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2097", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "CMTM1", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "CMA1", + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0030309", + "id": "FB:FBgn0052376", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052376.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -141152,26 +140201,25 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG1572", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "CG32376", + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ - "Ensembl Compara", - "PANTHER" + "OrthoFinder", + "PhylomeDB" ], "predictionMethodsNotCalled": [ "HGNC", "ZFIN" ], "predictionMethodsNotMatched": [ + "Ensembl Compara", "Hieranoid", "InParanoid", "OMA", - "OrthoFinder", "OrthoInspector", - "PhylomeDB", + "PANTHER", "Roundup", "TreeFam" ], @@ -141182,21 +140230,22 @@ "best": "Yes", "bestReverse": "Yes", "gene": { - "id": "HGNC:19173", + "id": "HGNC:18290", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18290", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "CMTM2", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "CMAS", + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0030309", + "id": "FB:FBgn0052220", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052220.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -141205,14 +140254,17 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG1572", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Csas", + "taxonId": "NCBITaxon:7227" }, - "methodCount": 2, + "methodCount": 6, "predictionMethodsMatched": [ "Ensembl Compara", - "PANTHER" + "OrthoFinder", + "OrthoInspector", + "PANTHER", + "PhylomeDB", + "TreeFam" ], "predictionMethodsNotCalled": [ "HGNC", @@ -141222,34 +140274,31 @@ "Hieranoid", "InParanoid", "OMA", - "OrthoFinder", - "OrthoInspector", - "PhylomeDB", - "Roundup", - "TreeFam" + "Roundup" ], "stringencyFilter": "stringent", "totalMethodCount": 10 }, { "best": "Yes", - "bestReverse": "No", + "bestReverse": "Yes", "gene": { - "id": "HGNC:19174", + "id": "HGNC:28783", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28783", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "CMTM3", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "CMC1", + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0030234", + "id": "FB:FBgn0032595", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032595.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -141258,14 +140307,18 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG15211", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "CG17996", + "taxonId": "NCBITaxon:7227" }, - "methodCount": 3, + "methodCount": 8, "predictionMethodsMatched": [ + "Hieranoid", + "InParanoid", + "OrthoFinder", + "OrthoInspector", "PANTHER", "PhylomeDB", + "Roundup", "TreeFam" ], "predictionMethodsNotCalled": [ @@ -141273,36 +140326,85 @@ "ZFIN" ], "predictionMethodsNotMatched": [ + "Ensembl Compara", + "OMA" + ], + "stringencyFilter": "stringent", + "totalMethodCount": 10 + }, + { + "best": "Yes", + "bestReverse": "Yes", + "gene": { + "id": "HGNC:24447", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24447", + "species": { + "commonNames": "['human', 'hsa']", + "dataProviderFullName": "Rat Genome Database", + "dataProviderShortName": "RGD", + "name": "Homo sapiens", + "shortName": "Hsa", + "taxonId": "NCBITaxon:9606" + }, + "symbol": "CMC2", + "taxonId": "NCBITaxon:9606" + }, + "homologGene": { + "id": "FB:FBgn0259721", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0259721.html", + "species": { + "commonNames": "['fly', 'fruit fly', 'dme']", + "dataProviderFullName": "FlyBase", + "dataProviderShortName": "FB", + "name": "Drosophila melanogaster", + "shortName": "Dme", + "taxonId": "NCBITaxon:7227" + }, + "symbol": "CG42375", + "taxonId": "NCBITaxon:7227" + }, + "methodCount": 9, + "predictionMethodsMatched": [ "Ensembl Compara", "Hieranoid", "InParanoid", "OMA", "OrthoFinder", "OrthoInspector", + "PANTHER", + "PhylomeDB", + "TreeFam" + ], + "predictionMethodsNotCalled": [ + "HGNC", + "ZFIN" + ], + "predictionMethodsNotMatched": [ "Roundup" ], "stringencyFilter": "stringent", "totalMethodCount": 10 }, { - "best": "No", + "best": "Yes", "bestReverse": "Yes", "gene": { - "id": "HGNC:19175", + "id": "HGNC:35428", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:35428", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "CMTM4", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "CMC4", + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0029771", + "id": "FB:FBgn0259727", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0259727.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -141311,27 +140413,26 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG12730", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "CG42381", + "taxonId": "NCBITaxon:7227" }, - "methodCount": 3, + "methodCount": 9, "predictionMethodsMatched": [ "Ensembl Compara", "Hieranoid", - "PANTHER" + "InParanoid", + "OMA", + "OrthoFinder", + "OrthoInspector", + "PANTHER", + "PhylomeDB", + "Roundup" ], "predictionMethodsNotCalled": [ "HGNC", "ZFIN" ], "predictionMethodsNotMatched": [ - "InParanoid", - "OMA", - "OrthoFinder", - "OrthoInspector", - "PhylomeDB", - "Roundup", "TreeFam" ], "stringencyFilter": "stringent", @@ -141341,21 +140442,22 @@ "best": "Yes", "bestReverse": "Yes", "gene": { - "id": "HGNC:19175", + "id": "HGNC:18170", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18170", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "CMTM4", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "CMPK1", + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0030234", + "id": "FB:FBgn0028833", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028833.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -141364,16 +140466,17 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG15211", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Cmpk", + "taxonId": "NCBITaxon:7227" }, - "methodCount": 6, + "methodCount": 8, "predictionMethodsMatched": [ + "Hieranoid", "InParanoid", + "OMA", + "OrthoFinder", "OrthoInspector", "PANTHER", - "PhylomeDB", "Roundup", "TreeFam" ], @@ -141383,9 +140486,7 @@ ], "predictionMethodsNotMatched": [ "Ensembl Compara", - "Hieranoid", - "OMA", - "OrthoFinder" + "PhylomeDB" ], "stringencyFilter": "stringent", "totalMethodCount": 10 @@ -141394,21 +140495,22 @@ "best": "Yes", "bestReverse": "Yes", "gene": { - "id": "HGNC:19176", + "id": "HGNC:19172", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19172", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "CMTM5", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "CMTM1", + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030309", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030309.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -141418,8 +140520,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG1572", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -141445,23 +140546,24 @@ }, { "best": "Yes", - "bestReverse": "No", + "bestReverse": "Yes", "gene": { - "id": "HGNC:19177", + "id": "HGNC:19173", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19173", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "CMTM6", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "CMTM2", + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0030234", + "id": "FB:FBgn0030309", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030309.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -141470,28 +140572,27 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG15211", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "CG1572", + "taxonId": "NCBITaxon:7227" }, - "methodCount": 4, + "methodCount": 2, "predictionMethodsMatched": [ - "InParanoid", - "PANTHER", - "PhylomeDB", - "TreeFam" + "Ensembl Compara", + "PANTHER" ], "predictionMethodsNotCalled": [ "HGNC", "ZFIN" ], "predictionMethodsNotMatched": [ - "Ensembl Compara", "Hieranoid", + "InParanoid", "OMA", "OrthoFinder", "OrthoInspector", - "Roundup" + "PhylomeDB", + "Roundup", + "TreeFam" ], "stringencyFilter": "stringent", "totalMethodCount": 10 @@ -141500,21 +140601,22 @@ "best": "Yes", "bestReverse": "No", "gene": { - "id": "HGNC:19178", + "id": "HGNC:19174", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19174", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "CMTM7", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "CMTM3", + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030234", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030234.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -141524,8 +140626,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG15211", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -141550,24 +140651,25 @@ "totalMethodCount": 10 }, { - "best": "Yes", + "best": "No", "bestReverse": "Yes", "gene": { - "id": "HGNC:19179", + "id": "HGNC:19175", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19175", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "CMTM8", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "CMTM4", + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0030309", + "id": "FB:FBgn0029771", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029771.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -141576,13 +140678,13 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG1572", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "CG12730", + "taxonId": "NCBITaxon:7227" }, - "methodCount": 2, + "methodCount": 3, "predictionMethodsMatched": [ "Ensembl Compara", + "Hieranoid", "PANTHER" ], "predictionMethodsNotCalled": [ @@ -141590,7 +140692,6 @@ "ZFIN" ], "predictionMethodsNotMatched": [ - "Hieranoid", "InParanoid", "OMA", "OrthoFinder", @@ -141606,21 +140707,22 @@ "best": "Yes", "bestReverse": "Yes", "gene": { - "id": "HGNC:21077", + "id": "HGNC:19175", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19175", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "CMTR1", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "CMTM4", + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0029693", + "id": "FB:FBgn0030234", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030234.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -141629,20 +140731,16 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG6379", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "CG15211", + "taxonId": "NCBITaxon:7227" }, - "methodCount": 9, + "methodCount": 6, "predictionMethodsMatched": [ - "Ensembl Compara", - "Hieranoid", "InParanoid", - "OMA", - "OrthoFinder", "OrthoInspector", "PANTHER", "PhylomeDB", + "Roundup", "TreeFam" ], "predictionMethodsNotCalled": [ @@ -141650,7 +140748,10 @@ "ZFIN" ], "predictionMethodsNotMatched": [ - "Roundup" + "Ensembl Compara", + "Hieranoid", + "OMA", + "OrthoFinder" ], "stringencyFilter": "stringent", "totalMethodCount": 10 @@ -141659,21 +140760,22 @@ "best": "Yes", "bestReverse": "Yes", "gene": { - "id": "HGNC:25635", + "id": "HGNC:19176", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19176", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "CMTR2", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "CMTM5", + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0026309", + "id": "FB:FBgn0030309", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030309.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -141682,51 +140784,104 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "aft", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "CG1572", + "taxonId": "NCBITaxon:7227" }, - "methodCount": 9, + "methodCount": 2, "predictionMethodsMatched": [ "Ensembl Compara", + "PANTHER" + ], + "predictionMethodsNotCalled": [ + "HGNC", + "ZFIN" + ], + "predictionMethodsNotMatched": [ "Hieranoid", "InParanoid", + "OMA", "OrthoFinder", "OrthoInspector", - "PANTHER", "PhylomeDB", "Roundup", "TreeFam" ], + "stringencyFilter": "stringent", + "totalMethodCount": 10 + }, + { + "best": "Yes", + "bestReverse": "No", + "gene": { + "id": "HGNC:19177", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19177", + "species": { + "commonNames": "['human', 'hsa']", + "dataProviderFullName": "Rat Genome Database", + "dataProviderShortName": "RGD", + "name": "Homo sapiens", + "shortName": "Hsa", + "taxonId": "NCBITaxon:9606" + }, + "symbol": "CMTM6", + "taxonId": "NCBITaxon:9606" + }, + "homologGene": { + "id": "FB:FBgn0030234", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030234.html", + "species": { + "commonNames": "['fly', 'fruit fly', 'dme']", + "dataProviderFullName": "FlyBase", + "dataProviderShortName": "FB", + "name": "Drosophila melanogaster", + "shortName": "Dme", + "taxonId": "NCBITaxon:7227" + }, + "symbol": "CG15211", + "taxonId": "NCBITaxon:7227" + }, + "methodCount": 4, + "predictionMethodsMatched": [ + "InParanoid", + "PANTHER", + "PhylomeDB", + "TreeFam" + ], "predictionMethodsNotCalled": [ "HGNC", "ZFIN" ], "predictionMethodsNotMatched": [ - "OMA" + "Ensembl Compara", + "Hieranoid", + "OMA", + "OrthoFinder", + "OrthoInspector", + "Roundup" ], "stringencyFilter": "stringent", "totalMethodCount": 10 }, { "best": "Yes", - "bestReverse": "Yes", + "bestReverse": "No", "gene": { - "id": "HGNC:16145", + "id": "HGNC:19178", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19178", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "CNBD2", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "CMTM7", + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0030721", + "id": "FB:FBgn0030234", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030234.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -141735,17 +140890,13 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG12698", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "CG15211", + "taxonId": "NCBITaxon:7227" }, - "methodCount": 6, + "methodCount": 3, "predictionMethodsMatched": [ - "Ensembl Compara", - "InParanoid", - "OrthoInspector", "PANTHER", - "Roundup", + "PhylomeDB", "TreeFam" ], "predictionMethodsNotCalled": [ @@ -141753,10 +140904,13 @@ "ZFIN" ], "predictionMethodsNotMatched": [ + "Ensembl Compara", "Hieranoid", + "InParanoid", "OMA", "OrthoFinder", - "PhylomeDB" + "OrthoInspector", + "Roundup" ], "stringencyFilter": "stringent", "totalMethodCount": 10 @@ -141765,21 +140919,22 @@ "best": "Yes", "bestReverse": "Yes", "gene": { - "id": "HGNC:16145", + "id": "HGNC:19179", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19179", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "CNBD2", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "CMTM8", + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0037837", + "id": "FB:FBgn0030309", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030309.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -141788,18 +140943,13 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG14693", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "CG1572", + "taxonId": "NCBITaxon:7227" }, - "methodCount": 6, + "methodCount": 2, "predictionMethodsMatched": [ "Ensembl Compara", - "InParanoid", - "OrthoInspector", - "PANTHER", - "PhylomeDB", - "TreeFam" + "PANTHER" ], "predictionMethodsNotCalled": [ "HGNC", @@ -141807,9 +140957,13 @@ ], "predictionMethodsNotMatched": [ "Hieranoid", + "InParanoid", "OMA", "OrthoFinder", - "Roundup" + "OrthoInspector", + "PhylomeDB", + "Roundup", + "TreeFam" ], "stringencyFilter": "stringent", "totalMethodCount": 10 @@ -141818,21 +140972,22 @@ "best": "Yes", "bestReverse": "Yes", "gene": { - "id": "HGNC:16145", + "id": "HGNC:21077", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21077", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "CNBD2", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "CMTR1", + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0030725", + "id": "FB:FBgn0029693", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029693.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -141841,14 +140996,16 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG8958", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Cmtr1", + "taxonId": "NCBITaxon:7227" }, - "methodCount": 6, + "methodCount": 9, "predictionMethodsMatched": [ "Ensembl Compara", + "Hieranoid", "InParanoid", + "OMA", + "OrthoFinder", "OrthoInspector", "PANTHER", "PhylomeDB", @@ -141859,9 +141016,6 @@ "ZFIN" ], "predictionMethodsNotMatched": [ - "Hieranoid", - "OMA", - "OrthoFinder", "Roundup" ], "stringencyFilter": "stringent", @@ -141871,21 +141025,22 @@ "best": "Yes", "bestReverse": "Yes", "gene": { - "id": "HGNC:13164", + "id": "HGNC:25635", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25635", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "CNBP", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "CMTR2", + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0034802", + "id": "FB:FBgn0026309", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026309.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -141894,16 +141049,14 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CNBP", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "aft", + "taxonId": "NCBITaxon:7227" }, - "methodCount": 10, + "methodCount": 9, "predictionMethodsMatched": [ "Ensembl Compara", "Hieranoid", "InParanoid", - "OMA", "OrthoFinder", "OrthoInspector", "PANTHER", @@ -141915,29 +141068,32 @@ "HGNC", "ZFIN" ], - "predictionMethodsNotMatched": [], + "predictionMethodsNotMatched": [ + "OMA" + ], "stringencyFilter": "stringent", "totalMethodCount": 10 }, { "best": "Yes", - "bestReverse": "No", + "bestReverse": "Yes", "gene": { - "id": "HGNC:20675", + "id": "HGNC:16145", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16145", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "CNDP1", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "CNBD2", + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0259979", + "id": "FB:FBgn0030721", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030721.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -141946,16 +141102,16 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "Cndp2", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "CG12698", + "taxonId": "NCBITaxon:7227" }, - "methodCount": 5, + "methodCount": 6, "predictionMethodsMatched": [ - "OMA", - "OrthoFinder", + "Ensembl Compara", + "InParanoid", + "OrthoInspector", "PANTHER", - "PhylomeDB", + "Roundup", "TreeFam" ], "predictionMethodsNotCalled": [ @@ -141963,11 +141119,10 @@ "ZFIN" ], "predictionMethodsNotMatched": [ - "Ensembl Compara", "Hieranoid", - "InParanoid", - "OrthoInspector", - "Roundup" + "OMA", + "OrthoFinder", + "PhylomeDB" ], "stringencyFilter": "stringent", "totalMethodCount": 10 @@ -141976,21 +141131,22 @@ "best": "Yes", "bestReverse": "Yes", "gene": { - "id": "HGNC:24437", + "id": "HGNC:16145", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16145", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "CNDP2", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "CNBD2", + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0259979", + "id": "FB:FBgn0037837", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037837.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -141999,50 +141155,51 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "Cndp2", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "CG14693", + "taxonId": "NCBITaxon:7227" }, - "methodCount": 10, + "methodCount": 6, "predictionMethodsMatched": [ "Ensembl Compara", - "Hieranoid", "InParanoid", - "OMA", - "OrthoFinder", "OrthoInspector", "PANTHER", "PhylomeDB", - "Roundup", "TreeFam" ], "predictionMethodsNotCalled": [ "HGNC", "ZFIN" ], - "predictionMethodsNotMatched": [], + "predictionMethodsNotMatched": [ + "Hieranoid", + "OMA", + "OrthoFinder", + "Roundup" + ], "stringencyFilter": "stringent", "totalMethodCount": 10 }, { - "best": "No", + "best": "Yes", "bestReverse": "Yes", "gene": { - "id": "HGNC:26759", + "id": "HGNC:16145", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16145", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "CNEP1R1", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "CNBD2", + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0069938", + "id": "FB:FBgn0030725", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030725.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -142051,14 +141208,14 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG41106", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "CG8958", + "taxonId": "NCBITaxon:7227" }, - "methodCount": 5, + "methodCount": 6, "predictionMethodsMatched": [ "Ensembl Compara", - "OrthoFinder", + "InParanoid", + "OrthoInspector", "PANTHER", "PhylomeDB", "TreeFam" @@ -142069,9 +141226,8 @@ ], "predictionMethodsNotMatched": [ "Hieranoid", - "InParanoid", "OMA", - "OrthoInspector", + "OrthoFinder", "Roundup" ], "stringencyFilter": "stringent", @@ -142081,21 +141237,22 @@ "best": "Yes", "bestReverse": "Yes", "gene": { - "id": "HGNC:26759", + "id": "HGNC:13164", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13164", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "CNEP1R1", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "CNBP", + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0036090", + "id": "FB:FBgn0034802", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034802.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -142104,9 +141261,113 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG8009", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "CNBP", + "taxonId": "NCBITaxon:7227" + }, + "methodCount": 10, + "predictionMethodsMatched": [ + "Ensembl Compara", + "Hieranoid", + "InParanoid", + "OMA", + "OrthoFinder", + "OrthoInspector", + "PANTHER", + "PhylomeDB", + "Roundup", + "TreeFam" + ], + "predictionMethodsNotCalled": [ + "HGNC", + "ZFIN" + ], + "predictionMethodsNotMatched": [], + "stringencyFilter": "stringent", + "totalMethodCount": 10 + }, + { + "best": "No", + "bestReverse": "Yes", + "gene": { + "id": "HGNC:26759", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26759", + "species": { + "commonNames": "['human', 'hsa']", + "dataProviderFullName": "Rat Genome Database", + "dataProviderShortName": "RGD", + "name": "Homo sapiens", + "shortName": "Hsa", + "taxonId": "NCBITaxon:9606" + }, + "symbol": "CNEP1R1", + "taxonId": "NCBITaxon:9606" + }, + "homologGene": { + "id": "FB:FBgn0069938", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0069938.html", + "species": { + "commonNames": "['fly', 'fruit fly', 'dme']", + "dataProviderFullName": "FlyBase", + "dataProviderShortName": "FB", + "name": "Drosophila melanogaster", + "shortName": "Dme", + "taxonId": "NCBITaxon:7227" + }, + "symbol": "Nep1r1", + "taxonId": "NCBITaxon:7227" + }, + "methodCount": 5, + "predictionMethodsMatched": [ + "Ensembl Compara", + "OrthoFinder", + "PANTHER", + "PhylomeDB", + "TreeFam" + ], + "predictionMethodsNotCalled": [ + "HGNC", + "ZFIN" + ], + "predictionMethodsNotMatched": [ + "Hieranoid", + "InParanoid", + "OMA", + "OrthoInspector", + "Roundup" + ], + "stringencyFilter": "stringent", + "totalMethodCount": 10 + }, + { + "best": "Yes", + "bestReverse": "Yes", + "gene": { + "id": "HGNC:26759", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26759", + "species": { + "commonNames": "['human', 'hsa']", + "dataProviderFullName": "Rat Genome Database", + "dataProviderShortName": "RGD", + "name": "Homo sapiens", + "shortName": "Hsa", + "taxonId": "NCBITaxon:9606" + }, + "symbol": "CNEP1R1", + "taxonId": "NCBITaxon:9606" + }, + "homologGene": { + "id": "FB:FBgn0036090", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036090.html", + "species": { + "commonNames": "['fly', 'fruit fly', 'dme']", + "dataProviderFullName": "FlyBase", + "dataProviderShortName": "FB", + "name": "Drosophila melanogaster", + "shortName": "Dme", + "taxonId": "NCBITaxon:7227" + }, + "symbol": "Nep1r2", + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -142134,8 +141395,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:2148", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2148", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -142143,11 +141405,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CNGA1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261612", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261612.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -142157,8 +141419,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CngA", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -142187,8 +141448,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2149", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2149", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -142196,11 +141458,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CNGA2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261612", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261612.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -142210,8 +141472,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CngA", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -142239,8 +141500,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:2150", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2150", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -142248,11 +141510,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CNGA3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261612", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261612.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -142262,8 +141524,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CngA", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -142292,8 +141553,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:2152", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2152", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -142301,11 +141563,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CNGA4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261612", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261612.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -142315,8 +141577,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CngA", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -142345,8 +141606,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2151", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2151", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -142354,11 +141616,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CNGB1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0266346", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0266346.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -142368,8 +141630,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CngB", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -142398,8 +141659,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2153", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2153", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -142407,11 +141669,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CNGB3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0266346", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0266346.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -142421,8 +141683,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CngB", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -142451,8 +141712,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19431", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19431", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -142460,11 +141722,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CNIH1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000339", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000339.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -142474,8 +141736,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "cni", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -142503,8 +141764,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:28744", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28744", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -142512,11 +141774,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CNIH2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000339", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000339.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -142526,8 +141788,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "cni", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -142556,8 +141817,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:26802", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26802", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -142565,11 +141827,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CNIH3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000339", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000339.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -142579,8 +141841,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "cni", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -142609,8 +141870,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25013", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25013", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -142618,11 +141880,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CNIH4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0243513", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0243513.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -142632,8 +141894,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "cnir", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -142661,8 +141922,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:19700", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19700", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -142670,11 +141932,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CNKSR1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0286070", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0286070.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -142684,8 +141946,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "cnk", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -142714,8 +141975,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19701", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19701", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -142723,11 +141985,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CNKSR2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0286070", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0286070.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -142737,8 +141999,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "cnk", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -142767,8 +142028,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:23034", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23034", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -142776,11 +142038,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CNKSR3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0286070", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0286070.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -142790,8 +142052,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "cnk", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -142820,8 +142081,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:2155", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2155", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -142829,11 +142091,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CNN1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038774", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038774.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -142843,8 +142105,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5023", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -142873,8 +142134,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:2155", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2155", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -142882,11 +142144,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CNN1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0002789", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0002789.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -142896,8 +142158,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Mp20", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -142926,8 +142187,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:2156", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2156", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -142935,11 +142197,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CNN2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038774", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038774.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -142949,8 +142211,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5023", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -142979,8 +142240,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:2156", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2156", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -142988,11 +142250,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CNN2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0002789", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0002789.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -143002,8 +142264,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Mp20", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -143032,8 +142293,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:2157", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2157", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -143041,11 +142303,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CNN3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038774", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038774.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -143055,8 +142317,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5023", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -143085,8 +142346,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:102", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:102", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -143094,11 +142356,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CNNM1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0262124", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0262124.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -143108,8 +142370,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "uex", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -143138,8 +142399,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:103", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:103", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -143147,11 +142409,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CNNM2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0262124", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0262124.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -143161,8 +142423,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "uex", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -143190,8 +142451,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:104", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:104", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -143199,11 +142461,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CNNM3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0262124", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0262124.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -143213,8 +142475,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "uex", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -143243,8 +142504,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:105", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:105", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -143252,11 +142514,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CNNM4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0262124", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0262124.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -143266,8 +142528,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "uex", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -143295,8 +142556,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7877", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7877", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -143304,11 +142566,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CNOT1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0085436", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0085436.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -143318,8 +142580,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Not1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -143348,8 +142609,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23817", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23817", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -143357,11 +142619,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CNOT10", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0260444", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0260444.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -143371,8 +142633,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Not10", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -143400,8 +142661,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25217", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25217", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -143409,11 +142671,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CNOT11", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034963", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034963.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -143423,8 +142685,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Not11", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -143453,8 +142714,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7878", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7878", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -143462,11 +142724,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CNOT2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028852", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028852.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -143476,8 +142738,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG15262", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -143506,8 +142767,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7878", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7878", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -143515,11 +142777,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CNOT2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0017550", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0017550.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -143529,8 +142791,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rga", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -143559,8 +142820,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7879", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7879", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -143568,11 +142830,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CNOT3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033029", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033029.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -143582,8 +142844,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Not3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -143612,8 +142873,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7880", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7880", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -143621,11 +142883,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CNOT4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051716", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051716.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -143635,8 +142897,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cnot4", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -143665,8 +142926,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:14099", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14099", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -143674,11 +142936,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CNOT6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0011725", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0011725.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -143688,8 +142950,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "twin", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -143718,8 +142979,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18042", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18042", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -143727,11 +142989,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CNOT6L", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0011725", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0011725.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -143741,8 +143003,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "twin", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -143770,8 +143031,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14101", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14101", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -143779,11 +143041,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CNOT7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036239", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036239.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -143793,8 +143055,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pop2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -143822,8 +143083,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9207", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9207", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -143831,11 +143093,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CNOT8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036239", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036239.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -143845,8 +143107,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pop2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -143874,8 +143135,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10445", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10445", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -143883,11 +143145,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CNOT9", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039887", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039887.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -143896,9 +143158,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG2053", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Pos", + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -143927,8 +143188,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10445", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10445", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -143936,11 +143198,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CNOT9", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031047", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031047.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -143950,8 +143212,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rcd-1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -143979,8 +143240,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10445", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10445", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -143988,11 +143250,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CNOT9", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032089", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032089.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -144002,8 +143264,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rcd-1r", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -144032,8 +143293,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25220", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25220", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -144041,11 +143303,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CNPPD1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0058191", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0058191.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -144055,8 +143317,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG40191", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -144085,8 +143346,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:27786", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:27786", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -144094,11 +143356,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CNPY1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0263260", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0263260.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -144108,8 +143370,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "sel", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -144138,8 +143399,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13529", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13529", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -144147,11 +143409,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CNPY2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0263260", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0263260.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -144161,8 +143423,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "sel", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -144190,8 +143451,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:11968", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11968", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -144199,11 +143461,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CNPY3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036847", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036847.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -144213,8 +143475,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CNPYb", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -144243,8 +143504,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28631", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28631", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -144252,11 +143514,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CNPY4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036847", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036847.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -144266,8 +143528,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CNPYb", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -144296,8 +143557,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2171", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2171", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -144305,11 +143567,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CNTN1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037240", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037240.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -144319,8 +143581,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cont", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -144349,8 +143610,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:2172", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2172", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -144358,11 +143620,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CNTN2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037240", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037240.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -144372,8 +143634,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cont", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -144402,8 +143663,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:2173", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2173", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -144411,11 +143673,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CNTN3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037240", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037240.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -144425,8 +143687,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cont", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -144455,8 +143716,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2174", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2174", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -144464,11 +143726,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CNTN4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037240", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037240.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -144478,8 +143740,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cont", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -144508,8 +143769,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:2175", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2175", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -144517,11 +143779,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CNTN5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037240", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037240.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -144531,8 +143793,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cont", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -144561,8 +143822,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2176", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2176", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -144570,11 +143832,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CNTN6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037240", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037240.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -144584,8 +143846,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cont", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -144614,8 +143875,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:8011", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8011", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -144623,11 +143885,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CNTNAP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0013997", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0013997.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -144637,8 +143899,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Nrx-IV", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -144667,8 +143928,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13830", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13830", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -144676,11 +143938,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CNTNAP2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0013997", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0013997.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -144690,8 +143952,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Nrx-IV", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -144720,8 +143981,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:13834", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13834", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -144729,11 +143991,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CNTNAP3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0013997", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0013997.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -144743,8 +144005,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Nrx-IV", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -144773,8 +144034,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:32035", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:32035", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -144782,11 +144044,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CNTNAP3B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0013997", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0013997.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -144796,8 +144058,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Nrx-IV", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -144826,8 +144087,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:18747", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18747", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -144835,11 +144097,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CNTNAP4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0013997", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0013997.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -144849,8 +144111,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Nrx-IV", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -144879,8 +144140,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:18748", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18748", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -144888,11 +144150,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CNTNAP5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0013997", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0013997.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -144902,8 +144164,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Nrx-IV", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -144932,8 +144193,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29616", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29616", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -144941,11 +144203,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CNTROB", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035295", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035295.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -144955,8 +144217,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cnb", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -144985,8 +144246,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21868", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21868", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -144994,11 +144256,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "COA1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034578", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034578.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -145008,8 +144270,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG15653", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -145038,8 +144299,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21868", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21868", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -145047,11 +144309,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "COA1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051913", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051913.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -145061,8 +144323,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG31913", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -145091,8 +144352,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24990", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24990", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -145100,11 +144362,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "COA3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261353", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261353.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -145114,8 +144376,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ccdc56", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -145144,8 +144405,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24604", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24604", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -145153,11 +144415,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "COA4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0265083", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0265083.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -145167,8 +144429,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG44194", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -145197,8 +144458,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:33848", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:33848", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -145206,11 +144468,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "COA5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040751", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040751.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -145220,8 +144482,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG13018", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -145249,8 +144510,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18025", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18025", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -145258,11 +144520,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "COA6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0259722", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0259722.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -145272,8 +144534,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG42376", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -145301,8 +144562,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25716", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25716", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -145310,11 +144572,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "COA7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039965", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039965.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -145324,8 +144586,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Coa7", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -145353,8 +144614,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20492", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20492", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -145362,11 +144624,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "COA8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029594", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029594.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -145376,8 +144638,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Coa8", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -145406,8 +144667,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29932", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29932", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -145415,11 +144677,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "COASY", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035632", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035632.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -145429,8 +144691,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ppat-Dpck", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -145459,8 +144720,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6545", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6545", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -145468,11 +144730,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "COG1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037998", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037998.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -145482,8 +144744,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cog1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -145511,8 +144772,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6546", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6546", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -145520,11 +144782,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "COG2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0026634", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026634.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -145534,8 +144796,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cog2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -145563,8 +144824,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18619", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18619", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -145572,11 +144834,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "COG3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031536", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031536.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -145586,8 +144848,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cog3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -145615,8 +144876,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18620", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18620", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -145624,11 +144886,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "COG4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032258", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032258.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -145638,8 +144900,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cog4", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -145668,8 +144929,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14857", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14857", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -145677,11 +144939,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "COG5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0024689", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0024689.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -145691,8 +144953,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "fws", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -145720,8 +144981,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18621", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18621", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -145729,11 +144991,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "COG6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033401", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033401.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -145743,8 +145005,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cog6", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -145772,8 +145033,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18622", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18622", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -145781,11 +145043,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "COG7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051040", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051040.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -145795,8 +145057,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cog7", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -145824,8 +145085,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18623", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18623", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -145833,11 +145095,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "COG8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0287204", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0287204.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -145847,8 +145109,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cog8", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -145877,8 +145138,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2184", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2184", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -145886,11 +145148,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "COIL", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033265", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033265.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -145900,8 +145162,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "coil", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -145930,8 +145191,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2190", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2190", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -145939,11 +145201,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "COL13A1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0259244", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0259244.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -145953,8 +145215,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG42342", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -145983,8 +145244,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2192", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2192", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -145992,11 +145254,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "COL15A1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0260660", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0260660.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -146006,8 +145268,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Mp", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -146036,8 +145297,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2195", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2195", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -146045,11 +145307,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "COL18A1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0260660", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0260660.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -146059,8 +145321,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Mp", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -146089,8 +145350,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2202", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2202", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -146098,11 +145360,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "COL4A1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000299", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000299.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -146112,8 +145374,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Col4a1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -146142,8 +145403,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2202", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2202", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -146151,11 +145413,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "COL4A1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0016075", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0016075.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -146165,8 +145427,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "vkg", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -146195,8 +145456,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:2203", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2203", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -146204,11 +145466,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "COL4A2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000299", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000299.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -146218,8 +145480,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Col4a1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -146248,8 +145509,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:2204", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2204", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -146257,11 +145519,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "COL4A3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000299", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000299.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -146271,8 +145533,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Col4a1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -146301,8 +145562,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:2207", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2207", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -146310,11 +145572,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "COL4A5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000299", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000299.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -146324,8 +145586,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Col4a1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -146354,8 +145615,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2208", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2208", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -146363,11 +145625,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "COL4A6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000299", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000299.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -146377,8 +145639,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Col4a1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -146407,8 +145668,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2220", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2220", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -146416,11 +145678,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "COLEC10", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031373", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031373.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -146430,8 +145692,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG15358", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -146460,8 +145721,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:2220", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2220", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -146469,11 +145731,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "COLEC10", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0259230", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0259230.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -146483,8 +145745,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "lectin-22C", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -146513,8 +145774,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:2220", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2220", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -146522,11 +145784,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "COLEC10", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040099", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040099.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -146536,8 +145798,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "lectin-28C", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -146566,8 +145827,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17213", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17213", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -146575,11 +145837,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "COLEC11", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040107", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040107.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -146589,8 +145851,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "lectin-21Ca", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -146619,8 +145880,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17213", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17213", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -146628,11 +145890,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "COLEC11", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0259230", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0259230.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -146642,8 +145904,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "lectin-22C", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -146672,8 +145933,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17213", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17213", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -146681,11 +145943,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "COLEC11", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040104", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040104.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -146695,8 +145957,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "lectin-24A", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -146725,8 +145986,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26182", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26182", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -146734,11 +145996,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "COLGALT1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051915", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051915.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -146748,8 +146010,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG31915", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -146777,8 +146038,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16790", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16790", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -146786,11 +146048,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "COLGALT2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051915", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051915.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -146800,8 +146062,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG31915", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -146829,8 +146090,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30201", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30201", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -146838,11 +146100,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "COMMD10", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030323", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030323.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -146852,8 +146114,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Vlet", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -146882,8 +146143,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24993", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24993", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -146891,11 +146153,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "COMMD2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038586", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038586.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -146905,8 +146167,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7168", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -146934,8 +146195,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23332", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23332", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -146943,11 +146205,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "COMMD3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030100", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030100.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -146957,8 +146219,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG12106", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -146987,8 +146248,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:48326", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:48326", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -146996,11 +146258,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "COMMD3-BMI1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0005624", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0005624.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -147010,8 +146272,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Psc", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -147040,8 +146301,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26027", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26027", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -147049,11 +146311,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "COMMD4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0054039", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0054039.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -147063,8 +146325,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG34039", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -147092,8 +146353,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17902", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17902", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -147101,11 +146363,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "COMMD5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0067622", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0067622.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -147115,8 +146377,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "LSm-4", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -147145,8 +146406,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2227", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2227", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -147154,11 +146416,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "COMP", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031850", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031850.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -147168,8 +146430,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Tsp", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -147197,8 +146458,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2230", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2230", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -147206,11 +146468,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "COPA", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0025725", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0025725.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -147220,8 +146482,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "\u03b1COP", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -147249,8 +146510,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2231", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2231", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -147258,11 +146520,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "COPB1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0008635", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0008635.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -147272,8 +146534,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "\u03b2COP", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -147302,8 +146563,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2232", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2232", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -147311,11 +146573,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "COPB2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0025724", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0025724.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -147325,8 +146587,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "\u03b2'COP", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -147355,8 +146616,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2234", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2234", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -147364,11 +146626,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "COPE", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027496", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027496.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -147378,8 +146640,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "\u03b5COP", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -147407,8 +146668,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2236", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2236", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -147416,11 +146678,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "COPG1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028968", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028968.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -147430,8 +146692,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "\u03b3COP", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -147459,8 +146720,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:2237", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2237", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -147468,11 +146730,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "COPG2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028968", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028968.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -147482,8 +146744,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "\u03b3COP", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -147512,8 +146773,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30747", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30747", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -147521,11 +146783,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "COPS2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0013746", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0013746.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -147535,8 +146797,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "alien", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -147564,8 +146825,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2239", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2239", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -147573,11 +146835,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "COPS3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027055", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027055.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -147587,8 +146849,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CSN3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -147616,8 +146877,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16702", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16702", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -147625,11 +146887,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "COPS4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027054", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027054.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -147639,8 +146901,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CSN4", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -147668,8 +146929,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2240", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2240", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -147677,11 +146939,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "COPS5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027053", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027053.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -147691,8 +146953,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CSN5", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -147721,8 +146982,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21749", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21749", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -147730,11 +146992,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "COPS6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028837", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028837.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -147744,8 +147006,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CSN6", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -147773,8 +147034,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16758", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16758", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -147782,11 +147044,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "COPS7A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028836", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028836.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -147796,8 +147058,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CSN7", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -147825,8 +147086,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16760", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16760", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -147834,11 +147096,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "COPS7B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028836", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028836.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -147848,8 +147110,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CSN7", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -147877,8 +147138,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24335", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24335", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -147886,11 +147148,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "COPS8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261437", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261437.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -147900,8 +147162,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CSN8", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -147930,8 +147191,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21314", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21314", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -147939,11 +147201,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "COPS9", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040754", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040754.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -147953,8 +147215,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG17059", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -147982,8 +147243,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2243", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2243", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -147991,11 +147253,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "COPZ1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040512", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040512.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -148005,8 +147267,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "\u03b6COP", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -148035,8 +147296,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:19356", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19356", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -148044,11 +147306,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "COPZ2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040512", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040512.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -148058,8 +147320,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "\u03b6COP", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -148088,8 +147349,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26515", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26515", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -148097,11 +147359,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "COQ10A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033086", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033086.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -148111,8 +147373,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG9410", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -148140,8 +147401,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:25819", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25819", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -148149,11 +147411,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "COQ10B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033086", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033086.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -148163,8 +147425,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG9410", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -148193,8 +147454,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25223", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25223", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -148202,11 +147464,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "COQ2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037574", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037574.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -148216,8 +147478,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Coq2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -148246,8 +147507,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18175", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18175", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -148255,11 +147517,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "COQ3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032922", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032922.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -148269,8 +147531,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Coq3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -148298,8 +147559,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19693", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19693", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -148307,11 +147569,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "COQ4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052174", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052174.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -148321,8 +147583,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Coq4", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -148350,8 +147611,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28722", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28722", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -148359,11 +147621,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "COQ5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030460", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030460.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -148373,8 +147635,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Coq5", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -148403,8 +147664,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20233", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20233", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -148412,11 +147674,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "COQ6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031713", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031713.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -148426,8 +147688,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Coq6", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -148455,8 +147716,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2244", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2244", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -148464,11 +147726,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "COQ7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029502", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029502.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -148478,8 +147740,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Coq7", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -148508,8 +147769,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16812", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16812", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -148517,11 +147779,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "COQ8A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052649", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052649.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -148531,8 +147793,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Coq8", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -148560,8 +147821,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19041", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19041", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -148569,11 +147831,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "COQ8B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052649", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052649.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -148583,8 +147845,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Coq8", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -148612,8 +147873,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25302", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25302", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -148621,11 +147883,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "COQ9", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0050493", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0050493.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -148635,8 +147897,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Coq9", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -148664,8 +147925,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19012", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19012", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -148673,11 +147935,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CORIN", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033192", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033192.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -148687,8 +147949,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Corin", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -148717,8 +147978,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2252", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2252", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -148726,11 +147988,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CORO1A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0265935", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0265935.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -148740,8 +148002,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "coro", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -148769,8 +148030,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2253", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2253", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -148778,11 +148040,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CORO1B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0265935", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0265935.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -148792,8 +148054,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "coro", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -148821,8 +148082,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2254", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2254", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -148830,11 +148092,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CORO1C", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0265935", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0265935.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -148844,8 +148106,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "coro", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -148873,8 +148134,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:2256", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2256", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -148882,11 +148144,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CORO2B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0265935", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0265935.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -148896,8 +148158,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "coro", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -148926,8 +148187,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21356", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21356", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -148935,11 +148197,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CORO6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0265935", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0265935.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -148949,8 +148211,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "coro", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -148978,8 +148239,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:26161", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26161", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -148987,11 +148249,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CORO7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029903", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029903.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -149001,8 +148263,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "pod1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -149031,8 +148292,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:44424", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:44424", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -149040,11 +148302,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CORO7-PAM16", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029903", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029903.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -149054,8 +148316,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "pod1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -149084,8 +148345,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18304", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18304", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -149093,11 +148355,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "COTL1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030955", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030955.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -149107,8 +148369,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6891", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -149137,8 +148398,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2260", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2260", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -149146,11 +148408,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "COX10", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032222", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032222.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -149159,9 +148421,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG5037", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Cox10", + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -149189,8 +148450,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2261", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2261", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -149198,11 +148460,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "COX11", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051648", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051648.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -149212,8 +148474,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG31648", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -149241,8 +148502,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2263", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2263", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -149250,11 +148512,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "COX15", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034938", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034938.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -149264,8 +148526,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG3803", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -149293,8 +148554,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20213", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20213", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -149302,11 +148564,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "COX16", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0011476", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0011476.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -149316,8 +148578,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "l(3)neo43", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -149346,8 +148607,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2264", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2264", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -149355,11 +148617,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "COX17", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030610", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030610.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -149368,9 +148630,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG9065", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Cox17", + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -149399,8 +148660,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26801", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26801", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -149408,11 +148670,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "COX18", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035960", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035960.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -149422,8 +148684,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG4942", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -149451,8 +148712,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28074", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28074", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -149460,11 +148722,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "COX19", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0260222", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0260222.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -149474,8 +148736,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG42496", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -149504,8 +148765,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26970", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26970", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -149513,11 +148775,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "COX20", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0002354", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0002354.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -149527,8 +148789,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "l(3)87Df", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -149557,8 +148818,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2265", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2265", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -149566,11 +148828,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "COX4I1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032833", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032833.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -149580,8 +148842,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "COX4", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -149609,8 +148870,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2265", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2265", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -149618,11 +148880,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "COX4I1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033020", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033020.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -149632,8 +148894,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "COX4L", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -149661,8 +148922,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16232", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16232", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -149670,11 +148932,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "COX4I2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032833", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032833.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -149684,8 +148946,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "COX4", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -149713,8 +148974,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16232", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16232", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -149722,11 +148984,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "COX4I2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033020", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033020.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -149736,8 +148998,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "COX4L", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -149765,8 +149026,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2267", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2267", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -149774,11 +149036,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "COX5A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0019624", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0019624.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -149788,8 +149050,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "COX5A", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -149817,8 +149078,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2269", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2269", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -149826,11 +149088,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "COX5B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031830", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031830.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -149840,8 +149102,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "COX5B", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -149870,8 +149131,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2269", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2269", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -149879,11 +149141,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "COX5B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031831", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031831.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -149893,8 +149155,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "COX5BL", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -149923,8 +149184,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2277", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2277", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -149932,11 +149194,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "COX6A1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0036830", + "id": "FB:FBgn0050093", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0050093.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -149945,15 +149207,17 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG14077", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "COX6AL", + "taxonId": "NCBITaxon:7227" }, - "methodCount": 4, + "methodCount": 7, "predictionMethodsMatched": [ + "Hieranoid", + "OMA", "OrthoFinder", "PANTHER", "PhylomeDB", + "Roundup", "TreeFam" ], "predictionMethodsNotCalled": [ @@ -149962,11 +149226,8 @@ ], "predictionMethodsNotMatched": [ "Ensembl Compara", - "Hieranoid", "InParanoid", - "OMA", - "OrthoInspector", - "Roundup" + "OrthoInspector" ], "stringencyFilter": "stringent", "totalMethodCount": 10 @@ -149976,8 +149237,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2277", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2277", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -149985,11 +149247,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "COX6A1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0050093", + "id": "FB:FBgn0036830", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036830.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -149998,18 +149260,14 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "COX6AL", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "COX6AL2", + "taxonId": "NCBITaxon:7227" }, - "methodCount": 7, + "methodCount": 4, "predictionMethodsMatched": [ - "Hieranoid", - "OMA", "OrthoFinder", "PANTHER", "PhylomeDB", - "Roundup", "TreeFam" ], "predictionMethodsNotCalled": [ @@ -150018,8 +149276,11 @@ ], "predictionMethodsNotMatched": [ "Ensembl Compara", + "Hieranoid", "InParanoid", - "OrthoInspector" + "OMA", + "OrthoInspector", + "Roundup" ], "stringencyFilter": "stringent", "totalMethodCount": 10 @@ -150029,8 +149290,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:2277", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2277", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -150038,11 +149300,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "COX6A1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034877", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034877.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -150052,8 +149314,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "levy", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -150082,8 +149343,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2279", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2279", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -150091,11 +149353,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "COX6A2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0036830", + "id": "FB:FBgn0050093", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0050093.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -150104,15 +149366,17 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG14077", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "COX6AL", + "taxonId": "NCBITaxon:7227" }, - "methodCount": 4, + "methodCount": 7, "predictionMethodsMatched": [ "Ensembl Compara", + "Hieranoid", + "OMA", "OrthoFinder", "PANTHER", + "Roundup", "TreeFam" ], "predictionMethodsNotCalled": [ @@ -150120,12 +149384,9 @@ "ZFIN" ], "predictionMethodsNotMatched": [ - "Hieranoid", "InParanoid", - "OMA", "OrthoInspector", - "PhylomeDB", - "Roundup" + "PhylomeDB" ], "stringencyFilter": "stringent", "totalMethodCount": 10 @@ -150135,8 +149396,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2279", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2279", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -150144,11 +149406,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "COX6A2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0050093", + "id": "FB:FBgn0036830", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036830.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -150157,18 +149419,14 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "COX6AL", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "COX6AL2", + "taxonId": "NCBITaxon:7227" }, - "methodCount": 7, + "methodCount": 4, "predictionMethodsMatched": [ "Ensembl Compara", - "Hieranoid", - "OMA", "OrthoFinder", "PANTHER", - "Roundup", "TreeFam" ], "predictionMethodsNotCalled": [ @@ -150176,9 +149434,12 @@ "ZFIN" ], "predictionMethodsNotMatched": [ + "Hieranoid", "InParanoid", + "OMA", "OrthoInspector", - "PhylomeDB" + "PhylomeDB", + "Roundup" ], "stringencyFilter": "stringent", "totalMethodCount": 10 @@ -150188,8 +149449,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2279", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2279", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -150197,11 +149459,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "COX6A2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034877", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034877.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -150211,8 +149473,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "levy", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -150240,8 +149501,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2280", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2280", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -150249,11 +149511,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "COX6B1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031066", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031066.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -150263,8 +149525,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "COX6B", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -150292,8 +149553,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:24380", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24380", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -150301,11 +149563,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "COX6B2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031066", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031066.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -150315,8 +149577,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "COX6B", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -150345,8 +149606,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2285", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2285", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -150354,11 +149616,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "COX6C", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015031", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015031.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -150368,8 +149630,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "cype", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -150394,12 +149655,13 @@ "totalMethodCount": 10 }, { - "best": "No", + "best": "Yes", "bestReverse": "Yes", "gene": { "id": "HGNC:2287", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2287", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -150407,11 +149669,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "COX7A1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0085201", + "id": "FB:FBgn0040529", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040529.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -150420,39 +149682,39 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG34172", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "COX7A", + "taxonId": "NCBITaxon:7227" }, - "methodCount": 4, + "methodCount": 8, "predictionMethodsMatched": [ - "Ensembl Compara", + "Hieranoid", + "InParanoid", "OrthoFinder", + "OrthoInspector", "PANTHER", - "PhylomeDB" + "PhylomeDB", + "Roundup", + "TreeFam" ], "predictionMethodsNotCalled": [ "HGNC", "ZFIN" ], "predictionMethodsNotMatched": [ - "Hieranoid", - "InParanoid", - "OMA", - "OrthoInspector", - "Roundup", - "TreeFam" + "Ensembl Compara", + "OMA" ], "stringencyFilter": "stringent", "totalMethodCount": 10 }, { - "best": "Yes", + "best": "No", "bestReverse": "Yes", "gene": { "id": "HGNC:2287", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2287", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -150460,11 +149722,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "COX7A1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0040529", + "id": "FB:FBgn0037579", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037579.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -150473,16 +149735,13 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "COX7A", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "COX7AL", + "taxonId": "NCBITaxon:7227" }, - "methodCount": 8, + "methodCount": 6, "predictionMethodsMatched": [ - "Hieranoid", - "InParanoid", + "Ensembl Compara", "OrthoFinder", - "OrthoInspector", "PANTHER", "PhylomeDB", "Roundup", @@ -150493,8 +149752,10 @@ "ZFIN" ], "predictionMethodsNotMatched": [ - "Ensembl Compara", - "OMA" + "Hieranoid", + "InParanoid", + "OMA", + "OrthoInspector" ], "stringencyFilter": "stringent", "totalMethodCount": 10 @@ -150504,8 +149765,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2287", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2287", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -150513,11 +149775,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "COX7A1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0037579", + "id": "FB:FBgn0085201", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0085201.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -150526,18 +149788,15 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "COX7AL", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "COX7AL2", + "taxonId": "NCBITaxon:7227" }, - "methodCount": 6, + "methodCount": 4, "predictionMethodsMatched": [ "Ensembl Compara", "OrthoFinder", "PANTHER", - "PhylomeDB", - "Roundup", - "TreeFam" + "PhylomeDB" ], "predictionMethodsNotCalled": [ "HGNC", @@ -150547,7 +149806,9 @@ "Hieranoid", "InParanoid", "OMA", - "OrthoInspector" + "OrthoInspector", + "Roundup", + "TreeFam" ], "stringencyFilter": "stringent", "totalMethodCount": 10 @@ -150557,8 +149818,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2288", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2288", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -150566,11 +149828,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "COX7A2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040529", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040529.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -150580,8 +149842,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "COX7A", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -150610,8 +149871,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2288", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2288", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -150619,11 +149881,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "COX7A2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037579", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037579.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -150633,8 +149895,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "COX7AL", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -150663,8 +149924,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:2289", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2289", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -150672,11 +149934,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "COX7A2L", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040529", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040529.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -150686,8 +149948,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "COX7A", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -150716,8 +149977,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:2290", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2290", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -150725,11 +149987,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "COX7A2P2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040529", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040529.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -150739,8 +150001,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "COX7A", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -150764,66 +150025,14 @@ "stringencyFilter": "stringent", "totalMethodCount": 10 }, - { - "best": "No", - "bestReverse": "Yes", - "gene": { - "id": "HGNC:2292", - "species": { - "commonNames": "['human']", - "dataProviderFullName": "Rat Genome Database", - "dataProviderShortName": "RGD", - "name": "Homo sapiens", - "shortName": "Hsa", - "taxonId": "NCBITaxon:9606" - }, - "symbol": "COX7C", - "taxonId": "NCBITaxon:9606", - "url": null - }, - "homologGene": { - "id": "FB:FBgn0265342", - "species": { - "commonNames": "['fly', 'fruit fly', 'dme']", - "dataProviderFullName": "FlyBase", - "dataProviderShortName": "FB", - "name": "Drosophila melanogaster", - "shortName": "Dme", - "taxonId": "NCBITaxon:7227" - }, - "symbol": "CG44296", - "taxonId": "NCBITaxon:7227", - "url": null - }, - "methodCount": 3, - "predictionMethodsMatched": [ - "InParanoid", - "OrthoFinder", - "PANTHER" - ], - "predictionMethodsNotCalled": [ - "HGNC", - "ZFIN" - ], - "predictionMethodsNotMatched": [ - "Ensembl Compara", - "Hieranoid", - "OMA", - "OrthoInspector", - "PhylomeDB", - "Roundup", - "TreeFam" - ], - "stringencyFilter": "stringent", - "totalMethodCount": 10 - }, { "best": "Yes", "bestReverse": "Yes", "gene": { "id": "HGNC:2292", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2292", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -150831,11 +150040,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "COX7C", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040773", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040773.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -150845,8 +150054,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "COX7C", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -150870,24 +150078,25 @@ "totalMethodCount": 10 }, { - "best": "Yes", + "best": "No", "bestReverse": "Yes", "gene": { - "id": "HGNC:2294", + "id": "HGNC:2292", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2292", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "COX8A", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "COX7C", + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0263911", + "id": "FB:FBgn0265342", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0265342.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -150896,14 +150105,14 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "COX8", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "COX7CL", + "taxonId": "NCBITaxon:7227" }, - "methodCount": 2, + "methodCount": 3, "predictionMethodsMatched": [ - "PANTHER", - "TreeFam" + "InParanoid", + "OrthoFinder", + "PANTHER" ], "predictionMethodsNotCalled": [ "HGNC", @@ -150912,12 +150121,11 @@ "predictionMethodsNotMatched": [ "Ensembl Compara", "Hieranoid", - "InParanoid", "OMA", - "OrthoFinder", "OrthoInspector", "PhylomeDB", - "Roundup" + "Roundup", + "TreeFam" ], "stringencyFilter": "stringent", "totalMethodCount": 10 @@ -150926,21 +150134,22 @@ "best": "Yes", "bestReverse": "Yes", "gene": { - "id": "HGNC:2295", + "id": "HGNC:2294", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2294", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "CP", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "COX8A", + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0032116", + "id": "FB:FBgn0263911", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0263911.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -150949,14 +150158,13 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "Mco1", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "COX8", + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ "PANTHER", - "Roundup" + "TreeFam" ], "predictionMethodsNotCalled": [ "HGNC", @@ -150970,7 +150178,7 @@ "OrthoFinder", "OrthoInspector", "PhylomeDB", - "TreeFam" + "Roundup" ], "stringencyFilter": "stringent", "totalMethodCount": 10 @@ -150980,8 +150188,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2295", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2295", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -150989,11 +150198,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CP", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0286203", + "id": "FB:FBgn0032116", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032116.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -151002,9 +150211,61 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "stw", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Mco1", + "taxonId": "NCBITaxon:7227" + }, + "methodCount": 2, + "predictionMethodsMatched": [ + "PANTHER", + "Roundup" + ], + "predictionMethodsNotCalled": [ + "HGNC", + "ZFIN" + ], + "predictionMethodsNotMatched": [ + "Ensembl Compara", + "Hieranoid", + "InParanoid", + "OMA", + "OrthoFinder", + "OrthoInspector", + "PhylomeDB", + "TreeFam" + ], + "stringencyFilter": "stringent", + "totalMethodCount": 10 + }, + { + "best": "Yes", + "bestReverse": "Yes", + "gene": { + "id": "HGNC:2295", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2295", + "species": { + "commonNames": "['human', 'hsa']", + "dataProviderFullName": "Rat Genome Database", + "dataProviderShortName": "RGD", + "name": "Homo sapiens", + "shortName": "Hsa", + "taxonId": "NCBITaxon:9606" + }, + "symbol": "CP", + "taxonId": "NCBITaxon:9606" + }, + "homologGene": { + "id": "FB:FBgn0286203", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0286203.html", + "species": { + "commonNames": "['fly', 'fruit fly', 'dme']", + "dataProviderFullName": "FlyBase", + "dataProviderShortName": "FB", + "name": "Drosophila melanogaster", + "shortName": "Dme", + "taxonId": "NCBITaxon:7227" + }, + "symbol": "stw", + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -151033,8 +150294,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2296", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2296", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -151042,11 +150304,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CPA1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033774", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033774.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -151056,8 +150318,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG12374", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -151086,8 +150347,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:2296", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2296", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -151095,11 +150357,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CPA1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032144", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032144.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -151109,8 +150371,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG17633", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -151139,8 +150400,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2296", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2296", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -151148,11 +150410,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CPA1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035780", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035780.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -151162,8 +150424,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG18417", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -151192,8 +150453,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:2296", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2296", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -151201,11 +150463,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CPA1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031929", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031929.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -151215,8 +150477,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG18585", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -151245,8 +150506,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2296", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2296", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -151254,11 +150516,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CPA1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052379", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052379.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -151268,8 +150530,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG32379", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -151298,8 +150559,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2296", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2296", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -151307,11 +150569,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CPA1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039073", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039073.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -151321,8 +150583,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG4408", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -151351,8 +150612,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:2296", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2296", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -151360,11 +150622,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CPA1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031930", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031930.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -151374,8 +150636,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7025", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -151404,8 +150665,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2296", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2296", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -151413,11 +150675,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CPA1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035781", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035781.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -151427,8 +150689,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8560", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -151457,8 +150718,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2296", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2296", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -151466,11 +150728,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CPA1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035779", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035779.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -151480,8 +150742,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8562", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -151510,8 +150771,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2297", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2297", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -151519,11 +150781,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CPA2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033774", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033774.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -151533,8 +150795,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG12374", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -151563,8 +150824,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:2297", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2297", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -151572,11 +150834,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CPA2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032144", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032144.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -151586,8 +150848,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG17633", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -151616,8 +150877,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2297", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2297", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -151625,11 +150887,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CPA2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035780", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035780.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -151639,8 +150901,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG18417", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -151669,8 +150930,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:2297", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2297", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -151678,11 +150940,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CPA2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031929", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031929.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -151692,8 +150954,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG18585", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -151722,8 +150983,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2297", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2297", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -151731,11 +150993,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CPA2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052379", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052379.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -151745,8 +151007,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG32379", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -151775,8 +151036,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2297", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2297", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -151784,11 +151046,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CPA2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039073", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039073.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -151798,8 +151060,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG4408", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -151828,8 +151089,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:2297", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2297", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -151837,11 +151099,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CPA2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031930", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031930.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -151851,8 +151113,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7025", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -151881,8 +151142,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2297", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2297", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -151890,11 +151152,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CPA2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035781", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035781.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -151904,8 +151166,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8560", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -151934,8 +151195,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2297", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2297", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -151943,11 +151205,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CPA2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035779", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035779.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -151957,8 +151219,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8562", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -151987,8 +151248,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:2298", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2298", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -151996,11 +151258,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CPA3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032144", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032144.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -152010,8 +151272,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG17633", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -152040,8 +151301,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2298", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2298", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -152049,11 +151311,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CPA3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035780", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035780.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -152063,8 +151325,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG18417", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -152093,8 +151354,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:2298", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2298", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -152102,11 +151364,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CPA3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031929", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031929.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -152116,8 +151378,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG18585", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -152146,8 +151407,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2298", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2298", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -152155,11 +151417,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CPA3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033241", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033241.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -152169,8 +151431,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG2915", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -152199,8 +151460,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2298", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2298", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -152208,11 +151470,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CPA3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029804", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029804.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -152222,8 +151484,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG3097", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -152252,8 +151513,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2298", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2298", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -152261,11 +151523,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CPA3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029807", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029807.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -152275,8 +151537,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG3108", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -152305,8 +151566,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2298", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2298", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -152314,11 +151576,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CPA3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052379", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052379.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -152328,8 +151590,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG32379", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -152358,8 +151619,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2298", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2298", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -152367,11 +151629,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CPA3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032143", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032143.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -152381,8 +151643,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG4017", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -152411,8 +151672,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2298", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2298", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -152420,11 +151682,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CPA3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039073", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039073.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -152434,8 +151696,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG4408", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -152464,8 +151725,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:2298", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2298", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -152473,11 +151735,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CPA3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031930", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031930.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -152487,8 +151749,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7025", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -152517,8 +151778,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2298", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2298", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -152526,11 +151788,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CPA3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035781", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035781.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -152540,8 +151802,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8560", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -152570,8 +151831,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2298", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2298", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -152579,11 +151841,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CPA3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035779", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035779.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -152593,8 +151855,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8562", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -152623,8 +151884,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:15740", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15740", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -152632,11 +151894,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CPA4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032144", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032144.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -152646,8 +151908,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG17633", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -152676,8 +151937,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15740", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15740", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -152685,11 +151947,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CPA4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035780", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035780.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -152699,8 +151961,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG18417", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -152729,8 +151990,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:15740", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15740", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -152738,11 +152000,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CPA4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031929", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031929.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -152752,8 +152014,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG18585", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -152782,8 +152043,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15740", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15740", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -152791,11 +152053,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CPA4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033241", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033241.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -152805,8 +152067,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG2915", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -152835,8 +152096,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15740", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15740", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -152844,11 +152106,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CPA4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029804", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029804.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -152858,8 +152120,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG3097", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -152888,8 +152149,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15740", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15740", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -152897,11 +152159,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CPA4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029807", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029807.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -152911,8 +152173,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG3108", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -152941,8 +152202,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15740", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15740", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -152950,11 +152212,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CPA4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052379", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052379.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -152964,8 +152226,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG32379", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -152994,8 +152255,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:15740", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15740", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -153003,11 +152265,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CPA4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032143", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032143.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -153017,8 +152279,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG4017", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -153047,8 +152308,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15740", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15740", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -153056,11 +152318,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CPA4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039073", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039073.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -153070,8 +152332,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG4408", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -153100,8 +152361,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:15740", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15740", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -153109,11 +152371,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CPA4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031930", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031930.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -153123,8 +152385,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7025", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -153153,8 +152414,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15740", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15740", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -153162,11 +152424,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CPA4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035781", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035781.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -153176,8 +152438,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8560", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -153206,8 +152467,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15740", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15740", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -153215,11 +152477,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CPA4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035779", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035779.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -153229,8 +152491,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8562", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -153259,8 +152520,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15722", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15722", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -153268,11 +152530,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CPA5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033774", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033774.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -153282,8 +152544,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG12374", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -153312,8 +152573,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:15722", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15722", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -153321,11 +152583,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CPA5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035718", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035718.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -153335,8 +152597,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG14820", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -153365,8 +152626,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:15722", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15722", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -153374,11 +152636,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CPA5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032144", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032144.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -153388,8 +152650,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG17633", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -153418,8 +152679,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15722", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15722", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -153427,11 +152689,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CPA5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035780", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035780.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -153441,8 +152703,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG18417", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -153471,8 +152732,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:15722", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15722", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -153480,11 +152742,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CPA5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031929", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031929.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -153494,8 +152756,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG18585", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -153524,8 +152785,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15722", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15722", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -153533,11 +152795,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CPA5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052379", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052379.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -153547,8 +152809,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG32379", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -153577,8 +152838,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15722", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15722", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -153586,11 +152848,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CPA5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039073", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039073.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -153600,8 +152862,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG4408", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -153630,8 +152891,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:15722", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15722", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -153639,11 +152901,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CPA5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031930", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031930.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -153653,8 +152915,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7025", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -153683,8 +152944,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15722", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15722", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -153692,11 +152954,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CPA5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035781", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035781.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -153706,8 +152968,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8560", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -153736,8 +152997,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15722", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15722", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -153745,11 +153007,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CPA5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035779", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035779.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -153759,8 +153021,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8562", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -153789,8 +153050,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:17245", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17245", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -153798,11 +153060,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CPA6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035718", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035718.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -153812,8 +153074,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG14820", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -153842,8 +153103,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:17245", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17245", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -153851,11 +153113,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CPA6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032144", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032144.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -153865,8 +153127,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG17633", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -153895,8 +153156,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17245", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17245", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -153904,11 +153166,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CPA6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035780", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035780.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -153918,8 +153180,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG18417", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -153948,8 +153209,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:17245", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17245", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -153957,11 +153219,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CPA6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031929", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031929.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -153971,8 +153233,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG18585", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -154001,8 +153262,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17245", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17245", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -154010,11 +153272,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CPA6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033241", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033241.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -154024,8 +153286,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG2915", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -154054,8 +153315,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17245", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17245", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -154063,11 +153325,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CPA6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029804", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029804.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -154077,8 +153339,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG3097", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -154107,8 +153368,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17245", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17245", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -154116,11 +153378,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CPA6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052379", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052379.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -154130,8 +153392,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG32379", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -154160,8 +153421,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:17245", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17245", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -154169,11 +153431,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CPA6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032143", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032143.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -154183,8 +153445,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG4017", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -154213,8 +153474,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17245", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17245", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -154222,11 +153484,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CPA6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039073", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039073.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -154236,8 +153498,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG4408", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -154266,8 +153527,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:17245", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17245", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -154275,11 +153537,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CPA6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031930", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031930.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -154289,8 +153551,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7025", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -154319,8 +153580,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17245", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17245", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -154328,11 +153590,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CPA6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035781", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035781.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -154342,8 +153604,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8560", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -154372,8 +153633,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17245", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17245", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -154381,11 +153643,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CPA6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035779", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035779.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -154395,8 +153657,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8562", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -154425,8 +153686,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2299", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2299", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -154434,11 +153696,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CPB1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033774", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033774.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -154448,8 +153710,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG12374", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -154478,8 +153739,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2299", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2299", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -154487,11 +153749,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CPB1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035718", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035718.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -154501,8 +153763,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG14820", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -154531,8 +153792,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2299", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2299", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -154540,11 +153802,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CPB1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032144", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032144.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -154554,8 +153816,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG17633", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -154584,8 +153845,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2299", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2299", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -154593,11 +153855,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CPB1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035780", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035780.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -154607,8 +153869,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG18417", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -154637,8 +153898,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2299", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2299", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -154646,11 +153908,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CPB1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031929", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031929.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -154660,8 +153922,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG18585", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -154690,8 +153951,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2299", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2299", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -154699,11 +153961,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CPB1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033241", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033241.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -154713,8 +153975,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG2915", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -154743,8 +154004,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2299", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2299", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -154752,11 +154014,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CPB1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052379", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052379.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -154766,8 +154028,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG32379", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -154796,8 +154057,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2299", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2299", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -154805,11 +154067,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CPB1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032143", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032143.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -154819,8 +154081,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG4017", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -154849,8 +154110,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2299", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2299", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -154858,11 +154120,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CPB1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039073", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039073.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -154872,8 +154134,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG4408", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -154902,8 +154163,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2299", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2299", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -154911,11 +154173,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CPB1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031930", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031930.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -154925,8 +154187,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7025", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -154955,8 +154216,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2299", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2299", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -154964,11 +154226,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CPB1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035781", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035781.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -154978,8 +154240,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8560", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -155008,8 +154269,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2299", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2299", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -155017,11 +154279,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CPB1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035779", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035779.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -155031,8 +154293,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8562", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -155061,8 +154322,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:2300", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2300", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -155070,11 +154332,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CPB2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032144", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032144.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -155084,8 +154346,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG17633", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -155114,8 +154375,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2300", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2300", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -155123,11 +154385,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CPB2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035780", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035780.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -155137,8 +154399,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG18417", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -155167,8 +154428,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:2300", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2300", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -155176,11 +154438,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CPB2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031929", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031929.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -155190,8 +154452,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG18585", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -155220,8 +154481,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2300", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2300", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -155229,11 +154491,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CPB2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033241", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033241.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -155243,8 +154505,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG2915", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -155273,8 +154534,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2300", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2300", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -155282,11 +154544,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CPB2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029807", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029807.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -155296,8 +154558,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG3108", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -155326,8 +154587,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2300", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2300", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -155335,11 +154597,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CPB2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052379", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052379.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -155349,8 +154611,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG32379", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -155379,8 +154640,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2300", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2300", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -155388,11 +154650,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CPB2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032143", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032143.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -155402,8 +154664,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG4017", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -155432,8 +154693,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2300", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2300", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -155441,11 +154703,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CPB2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039073", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039073.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -155455,8 +154717,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG4408", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -155485,8 +154746,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:2300", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2300", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -155494,11 +154756,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CPB2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031930", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031930.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -155508,8 +154770,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7025", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -155538,8 +154799,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2300", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2300", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -155547,11 +154809,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CPB2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035781", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035781.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -155561,8 +154823,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8560", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -155591,8 +154852,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2300", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2300", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -155600,11 +154862,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CPB2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035779", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035779.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -155614,8 +154876,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8562", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -155644,8 +154905,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2301", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2301", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -155653,11 +154915,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CPD", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004648", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004648.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -155667,8 +154929,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "svr", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -155697,8 +154958,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21744", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21744", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -155706,11 +154968,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CPEB1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004882", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004882.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -155720,8 +154982,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "orb", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -155750,8 +155011,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:21745", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21745", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -155759,11 +155021,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CPEB2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0264307", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0264307.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -155773,8 +155035,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "orb2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -155803,8 +155064,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:21746", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21746", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -155812,11 +155074,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CPEB3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0264307", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0264307.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -155826,8 +155088,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "orb2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -155856,8 +155117,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21747", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21747", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -155865,11 +155127,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CPEB4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0264307", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0264307.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -155879,8 +155141,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "orb2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -155909,8 +155170,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2309", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2309", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -155918,11 +155180,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CPLX1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0041605", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0041605.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -155932,8 +155194,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "cpx", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -155962,8 +155223,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2310", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2310", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -155971,11 +155233,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CPLX2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0041605", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0041605.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -155985,8 +155247,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "cpx", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -156015,8 +155276,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2311", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2311", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -156024,11 +155286,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CPM", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030778", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030778.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -156038,8 +155300,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG4678", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -156067,8 +155328,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2313", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2313", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -156076,11 +155338,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CPN2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035575", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035575.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -156090,8 +155352,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7509", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -156120,8 +155381,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:21011", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21011", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -156129,11 +155391,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CPO", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032144", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032144.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -156143,8 +155405,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG17633", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -156173,8 +155434,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21011", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21011", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -156182,11 +155444,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CPO", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035780", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035780.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -156196,8 +155458,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG18417", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -156226,8 +155487,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:21011", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21011", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -156235,11 +155497,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CPO", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031929", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031929.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -156249,8 +155511,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG18585", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -156279,8 +155540,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21011", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21011", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -156288,11 +155550,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CPO", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033241", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033241.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -156302,8 +155564,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG2915", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -156332,8 +155593,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21011", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21011", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -156341,11 +155603,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CPO", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029807", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029807.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -156355,8 +155617,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG3108", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -156385,8 +155646,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21011", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21011", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -156394,11 +155656,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CPO", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052379", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052379.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -156408,8 +155670,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG32379", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -156438,8 +155699,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21011", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21011", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -156447,11 +155709,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CPO", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032143", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032143.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -156461,8 +155723,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG4017", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -156491,8 +155752,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21011", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21011", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -156500,11 +155762,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CPO", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039073", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039073.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -156514,8 +155776,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG4408", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -156544,8 +155805,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:21011", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21011", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -156553,11 +155815,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CPO", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031930", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031930.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -156567,8 +155829,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7025", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -156597,8 +155858,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21011", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21011", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -156606,11 +155868,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CPO", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035781", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035781.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -156620,8 +155882,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8560", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -156650,8 +155911,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21011", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21011", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -156659,11 +155921,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CPO", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035779", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035779.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -156673,8 +155935,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8562", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -156703,8 +155964,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2321", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2321", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -156712,11 +155974,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CPOX", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0021944", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0021944.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -156726,8 +155988,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Coprox", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -156755,8 +156016,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2324", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2324", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -156764,11 +156026,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CPSF1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0024698", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0024698.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -156778,8 +156040,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cpsf160", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -156807,8 +156068,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2325", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2325", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -156816,11 +156078,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CPSF2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027873", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027873.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -156830,8 +156092,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cpsf100", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -156859,8 +156120,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2326", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2326", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -156868,11 +156130,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CPSF3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261065", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261065.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -156882,8 +156144,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cpsf73", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -156911,8 +156172,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2327", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2327", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -156920,11 +156182,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CPSF4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015621", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015621.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -156934,8 +156196,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Clp", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -156963,8 +156224,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:33632", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:33632", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -156972,11 +156234,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CPSF4L", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015621", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015621.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -156986,8 +156248,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Clp", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -157016,8 +156277,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13871", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13871", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -157025,11 +156287,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CPSF6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035872", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035872.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -157039,8 +156301,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cpsf6", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -157068,8 +156329,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:30098", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30098", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -157077,11 +156339,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CPSF7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035872", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035872.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -157091,8 +156353,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cpsf6", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -157121,8 +156382,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2328", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2328", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -157130,11 +156392,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CPT1A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261862", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261862.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -157144,8 +156406,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "whd", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -157173,8 +156434,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2329", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2329", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -157182,11 +156444,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CPT1B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261862", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261862.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -157196,8 +156458,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "whd", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -157225,8 +156486,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:18540", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18540", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -157234,11 +156496,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CPT1C", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261862", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261862.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -157248,8 +156510,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "whd", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -157278,8 +156539,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2330", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2330", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -157287,11 +156549,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CPT2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035383", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035383.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -157301,8 +156563,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CPT2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -157331,8 +156592,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28116", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28116", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -157340,11 +156602,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CPTP", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0050392", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0050392.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -157354,8 +156616,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG30392", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -157384,8 +156645,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14399", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14399", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -157393,11 +156655,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CPVL", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038738", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038738.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -157407,8 +156669,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG4572", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -157437,8 +156698,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2334", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2334", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -157446,11 +156708,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CR1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032797", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032797.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -157460,8 +156722,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Hasp", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -157490,8 +156751,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:2338", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2338", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -157499,11 +156761,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CRABP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037913", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037913.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -157513,8 +156775,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "fabp", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -157543,8 +156804,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:2339", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2339", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -157552,11 +156814,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CRABP2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037913", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037913.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -157566,8 +156828,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "fabp", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -157596,8 +156857,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14122", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14122", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -157605,11 +156867,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CRAMP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000376", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000376.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -157619,8 +156881,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "crm", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -157649,8 +156910,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2342", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2342", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -157658,11 +156920,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CRAT", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032471", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032471.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -157672,8 +156934,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5122", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -157702,8 +156963,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2342", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2342", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -157711,11 +156973,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CRAT", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038486", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038486.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -157725,8 +156987,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5265", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -157755,8 +157016,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2342", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2342", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -157764,11 +157026,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CRAT", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037440", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037440.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -157778,8 +157040,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CRAT", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -157808,8 +157069,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2343", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2343", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -157817,11 +157079,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CRB1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0259685", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0259685.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -157831,8 +157093,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "crb", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -157861,8 +157122,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:18688", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18688", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -157870,11 +157132,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CRB2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0259685", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0259685.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -157884,8 +157146,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "crb", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -157914,8 +157175,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30185", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30185", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -157923,11 +157185,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CRBN", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037780", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037780.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -157937,8 +157199,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ohgt", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -157966,8 +157227,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17888", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17888", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -157975,11 +157237,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CRCP", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030801", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030801.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -157988,9 +157250,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "Rcp", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Polr3I", + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -158019,8 +157280,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2345", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2345", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -158028,11 +157290,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CREB1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0265784", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0265784.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -158042,8 +157304,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CrebB", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -158072,8 +157333,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18856", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18856", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -158081,11 +157343,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CREB3L1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004396", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004396.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -158095,8 +157357,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CrebA", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -158125,8 +157386,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:23720", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23720", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -158134,11 +157396,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CREB3L2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004396", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004396.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -158148,8 +157410,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CrebA", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -158178,8 +157439,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16844", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16844", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -158187,11 +157449,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CREB5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0265193", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0265193.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -158201,8 +157463,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Atf-2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -158231,8 +157492,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2348", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2348", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -158240,11 +157502,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CREBBP", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261617", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261617.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -158254,8 +157516,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "nej", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -158284,8 +157545,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2350", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2350", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -158293,11 +157555,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CREBL2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032202", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032202.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -158307,8 +157569,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "REPTOR-BP", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -158337,8 +157598,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24050", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24050", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -158346,11 +157608,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CREBRF", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039209", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039209.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -158360,8 +157622,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "REPTOR", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -158390,8 +157651,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2351", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2351", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -158399,11 +157661,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CREG1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0025456", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0025456.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -158413,8 +157675,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CREG", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -158442,8 +157703,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:14272", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14272", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -158451,11 +157713,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CREG2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0025456", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0025456.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -158465,8 +157727,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CREG", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -158495,8 +157756,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14630", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14630", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -158504,11 +157766,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CRELD1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031217", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031217.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -158518,8 +157780,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG11377", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -158548,8 +157809,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:28150", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28150", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -158557,11 +157819,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CRELD2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031217", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031217.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -158571,8 +157833,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG11377", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -158601,8 +157862,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2352", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2352", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -158610,11 +157872,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CREM", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0265784", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0265784.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -158624,8 +157886,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CrebB", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -158654,8 +157915,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2356", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2356", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -158663,11 +157925,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CRHBP", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039770", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039770.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -158677,8 +157939,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG15537", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -158706,8 +157967,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:2357", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2357", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -158715,11 +157977,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CRHR1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033932", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033932.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -158729,8 +157991,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Dh44-R1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -158759,8 +158020,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2358", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2358", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -158768,11 +158030,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CRHR2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033932", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033932.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -158782,8 +158044,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Dh44-R1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -158812,8 +158073,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2358", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2358", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -158821,11 +158083,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CRHR2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033744", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033744.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -158835,8 +158097,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Dh44-R2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -158865,8 +158126,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2359", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2359", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -158874,11 +158136,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CRIM1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037016", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037016.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -158888,8 +158150,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG13252", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -158918,8 +158179,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14312", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14312", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -158927,11 +158189,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CRIPT", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032153", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032153.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -158941,8 +158203,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG4537", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -158970,8 +158231,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:304", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:304", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -158979,11 +158241,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CRISP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015010", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015010.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -158993,8 +158255,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ag5r", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -159023,8 +158284,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:304", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:304", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -159032,11 +158294,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CRISP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0020508", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0020508.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -159046,8 +158308,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ag5r2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -159076,8 +158337,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:304", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:304", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -159085,11 +158347,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CRISP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032853", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032853.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -159099,8 +158361,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10651", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -159129,8 +158390,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:304", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:304", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -159138,11 +158400,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CRISP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0050486", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0050486.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -159152,8 +158414,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG30486", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -159182,8 +158443,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:304", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:304", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -159191,11 +158453,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CRISP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052679", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052679.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -159205,8 +158467,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG32679", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -159235,8 +158496,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:304", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:304", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -159244,11 +158506,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CRISP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0054002", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0054002.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -159258,8 +158520,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG34002", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -159288,8 +158549,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:304", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:304", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -159297,11 +158559,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CRISP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261848", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261848.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -159311,8 +158573,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG42780", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -159341,8 +158602,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:304", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:304", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -159350,11 +158612,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CRISP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030562", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030562.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -159364,8 +158626,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG9400", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -159394,8 +158655,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:304", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:304", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -159403,11 +158665,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CRISP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034623", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034623.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -159417,8 +158679,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG9822", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -159447,8 +158708,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12024", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12024", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -159456,11 +158718,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CRISP2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015010", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015010.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -159470,8 +158732,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ag5r", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -159500,8 +158761,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12024", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12024", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -159509,11 +158771,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CRISP2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0020508", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0020508.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -159523,8 +158785,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ag5r2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -159553,8 +158814,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12024", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12024", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -159562,11 +158824,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CRISP2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032853", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032853.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -159576,8 +158838,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10651", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -159606,8 +158867,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12024", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12024", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -159615,11 +158877,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CRISP2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0050486", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0050486.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -159629,8 +158891,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG30486", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -159659,8 +158920,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12024", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12024", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -159668,11 +158930,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CRISP2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052679", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052679.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -159682,8 +158944,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG32679", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -159712,8 +158973,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12024", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12024", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -159721,11 +158983,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CRISP2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0054002", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0054002.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -159735,8 +158997,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG34002", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -159765,8 +159026,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12024", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12024", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -159774,11 +159036,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CRISP2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261848", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261848.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -159788,8 +159050,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG42780", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -159818,8 +159079,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12024", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12024", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -159827,11 +159089,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CRISP2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038126", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038126.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -159841,8 +159103,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8483", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -159871,8 +159132,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12024", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12024", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -159880,11 +159142,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CRISP2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030562", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030562.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -159894,8 +159156,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG9400", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -159924,8 +159185,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12024", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12024", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -159933,11 +159195,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CRISP2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034623", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034623.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -159947,8 +159209,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG9822", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -159977,8 +159238,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16904", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16904", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -159986,11 +159248,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CRISP3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015010", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015010.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -160000,8 +159262,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ag5r", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -160030,8 +159291,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16904", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16904", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -160039,11 +159301,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CRISP3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0020508", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0020508.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -160053,8 +159315,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ag5r2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -160083,8 +159344,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16904", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16904", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -160092,11 +159354,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CRISP3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032853", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032853.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -160106,8 +159368,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10651", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -160136,8 +159397,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16904", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16904", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -160145,11 +159407,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CRISP3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0050486", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0050486.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -160159,8 +159421,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG30486", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -160189,8 +159450,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16904", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16904", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -160198,11 +159460,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CRISP3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052679", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052679.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -160212,8 +159474,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG32679", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -160242,8 +159503,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16904", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16904", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -160251,11 +159513,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CRISP3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0054002", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0054002.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -160265,8 +159527,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG34002", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -160295,8 +159556,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16904", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16904", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -160304,11 +159566,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CRISP3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261848", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261848.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -160318,8 +159580,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG42780", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -160348,8 +159609,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16904", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16904", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -160357,11 +159619,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CRISP3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038126", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038126.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -160371,8 +159633,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8483", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -160401,8 +159662,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16904", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16904", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -160410,11 +159672,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CRISP3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030562", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030562.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -160424,8 +159686,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG9400", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -160454,8 +159715,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16904", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16904", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -160463,11 +159725,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CRISP3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034623", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034623.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -160477,8 +159739,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG9822", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -160507,8 +159768,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2362", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2362", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -160516,11 +159778,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CRK", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0024811", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0024811.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -160530,8 +159792,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Crk", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -160559,8 +159820,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2363", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2363", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -160568,11 +159830,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CRKL", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0024811", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0024811.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -160582,8 +159844,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Crk", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -160611,8 +159872,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16148", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16148", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -160620,11 +159882,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CRLS1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039360", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039360.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -160634,8 +159896,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CLS", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -160664,8 +159925,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:2365", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2365", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -160673,11 +159935,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CRMP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0023023", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0023023.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -160687,8 +159949,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CRMP", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -160717,8 +159978,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15762", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15762", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -160726,11 +159988,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CRNKL1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000377", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000377.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -160740,8 +160002,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "crn", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -160769,8 +160030,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21299", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21299", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -160778,11 +160040,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CROCC", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039152", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039152.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -160792,8 +160054,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Root", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -160822,8 +160083,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:51677", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:51677", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -160831,11 +160093,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CROCC2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039152", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039152.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -160845,8 +160107,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Root", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -160875,8 +160136,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2366", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2366", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -160884,11 +160146,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CROT", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039543", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039543.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -160898,8 +160160,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CROT", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -160928,8 +160189,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16062", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16062", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -160937,11 +160199,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CRTC1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036746", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036746.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -160951,8 +160213,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Crtc", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -160981,8 +160242,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:27301", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:27301", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -160990,11 +160252,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CRTC2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036746", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036746.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -161004,8 +160266,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Crtc", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -161034,8 +160295,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:26148", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26148", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -161043,11 +160305,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CRTC3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036746", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036746.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -161057,8 +160319,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Crtc", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -161087,8 +160348,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:2383", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2383", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -161096,11 +160358,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CRX", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004102", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004102.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -161110,8 +160372,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "oc", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -161140,8 +160401,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2384", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2384", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -161149,11 +160411,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CRY1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0025680", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0025680.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -161163,8 +160425,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "cry", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -161193,8 +160454,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2384", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2384", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -161202,11 +160464,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CRY1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0016054", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0016054.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -161216,8 +160478,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "phr6-4", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -161246,8 +160507,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2385", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2385", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -161255,11 +160517,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CRY2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0025680", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0025680.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -161269,8 +160531,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "cry", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -161299,8 +160560,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2385", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2385", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -161308,11 +160570,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CRY2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0016054", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0016054.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -161322,8 +160584,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "phr6-4", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -161352,8 +160613,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:2388", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2388", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -161361,11 +160623,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CRYAA", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0011296", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0011296.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -161375,8 +160637,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "l(2)efl", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -161400,66 +160661,14 @@ "stringencyFilter": "stringent", "totalMethodCount": 10 }, - { - "best": "Yes", - "bestReverse": "No", - "gene": { - "id": "HGNC:51901", - "species": { - "commonNames": "['human']", - "dataProviderFullName": "Rat Genome Database", - "dataProviderShortName": "RGD", - "name": "Homo sapiens", - "shortName": "Hsa", - "taxonId": "NCBITaxon:9606" - }, - "symbol": "CRYAA2", - "taxonId": "NCBITaxon:9606", - "url": null - }, - "homologGene": { - "id": "FB:FBgn0011296", - "species": { - "commonNames": "['fly', 'fruit fly', 'dme']", - "dataProviderFullName": "FlyBase", - "dataProviderShortName": "FB", - "name": "Drosophila melanogaster", - "shortName": "Dme", - "taxonId": "NCBITaxon:7227" - }, - "symbol": "l(2)efl", - "taxonId": "NCBITaxon:7227", - "url": null - }, - "methodCount": 5, - "predictionMethodsMatched": [ - "Hieranoid", - "InParanoid", - "OrthoInspector", - "PANTHER", - "Roundup" - ], - "predictionMethodsNotCalled": [ - "HGNC", - "ZFIN" - ], - "predictionMethodsNotMatched": [ - "Ensembl Compara", - "OMA", - "OrthoFinder", - "PhylomeDB", - "TreeFam" - ], - "stringencyFilter": "stringent", - "totalMethodCount": 10 - }, { "best": "No", "bestReverse": "Yes", "gene": { "id": "HGNC:2389", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2389", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -161467,11 +160676,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CRYAB", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0001224", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0001224.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -161481,8 +160690,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Hsp23", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -161511,8 +160719,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2389", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2389", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -161520,11 +160729,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CRYAB", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0011296", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0011296.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -161534,8 +160743,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "l(2)efl", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -161564,8 +160772,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18246", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18246", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -161573,11 +160782,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CRYL1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0286508", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0286508.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -161587,8 +160796,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Had1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -161616,8 +160824,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18246", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18246", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -161625,11 +160834,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CRYL1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033949", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033949.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -161639,8 +160848,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Had2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -161668,8 +160876,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2418", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2418", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -161677,11 +160886,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CRYM", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030799", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030799.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -161691,8 +160900,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG4872", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -161721,8 +160929,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:53757", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:53757", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -161730,11 +160939,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CRYZL2P-SEC16B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052654", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052654.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -161744,8 +160953,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Sec16", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -161774,8 +160982,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2422", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2422", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -161783,11 +160992,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CS", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037988", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037988.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -161797,8 +161006,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG14740", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -161827,8 +161035,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2422", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2422", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -161836,11 +161045,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CS", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261955", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261955.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -161850,8 +161059,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "kdn", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -161880,8 +161088,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18966", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18966", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -161889,11 +161098,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CSAD", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000153", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000153.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -161903,8 +161112,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "b", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -161933,8 +161141,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30359", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30359", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -161942,11 +161151,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CSDC2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036661", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036661.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -161956,8 +161165,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG9705", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -161985,8 +161193,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29905", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29905", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -161994,11 +161203,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CSDE1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0263352", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0263352.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -162008,8 +161217,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Unr", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -162037,8 +161245,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2431", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2431", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -162046,11 +161255,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CSE1L", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0022213", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0022213.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -162060,8 +161269,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cse1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -162089,8 +161297,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:2433", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2433", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -162098,11 +161307,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CSF1R", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032006", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032006.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -162112,8 +161321,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pvr", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -162142,8 +161350,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24290", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24290", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -162151,11 +161360,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CSGALNACT1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033500", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033500.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -162165,8 +161374,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Csgalnact", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -162194,8 +161402,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24292", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24292", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -162203,11 +161412,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CSGALNACT2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033500", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033500.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -162217,8 +161426,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Csgalnact", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -162246,8 +161454,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2444", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2444", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -162255,11 +161464,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CSK", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0262081", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0262081.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -162269,8 +161478,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Csk", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -162299,8 +161507,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:14026", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14026", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -162308,11 +161517,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CSMD1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0001083", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0001083.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -162322,8 +161531,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "fw", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -162352,8 +161560,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:19290", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19290", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -162361,11 +161570,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CSMD2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0001083", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0001083.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -162375,8 +161584,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "fw", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -162405,8 +161613,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19291", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19291", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -162414,11 +161623,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CSMD3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0001083", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0001083.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -162428,8 +161637,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "fw", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -162458,8 +161666,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2451", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2451", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -162467,11 +161676,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CSNK1A1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030384", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030384.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -162481,8 +161690,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG2577", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -162511,8 +161719,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2451", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2451", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -162520,11 +161729,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CSNK1A1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032650", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032650.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -162534,8 +161743,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7094", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -162564,8 +161772,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2451", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2451", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -162573,11 +161782,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CSNK1A1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015024", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015024.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -162587,8 +161796,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CkI\u03b1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -162616,8 +161824,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20289", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20289", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -162625,11 +161834,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CSNK1A1L", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030384", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030384.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -162639,8 +161848,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG2577", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -162669,8 +161877,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20289", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20289", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -162678,11 +161887,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CSNK1A1L", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032650", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032650.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -162692,8 +161901,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7094", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -162722,8 +161930,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20289", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20289", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -162731,11 +161940,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CSNK1A1L", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031441", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031441.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -162745,8 +161954,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG9962", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -162775,8 +161983,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:20289", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20289", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -162784,11 +161993,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CSNK1A1L", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015024", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015024.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -162798,8 +162007,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CkI\u03b1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -162828,8 +162036,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2452", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2452", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -162837,11 +162046,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CSNK1D", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0002413", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0002413.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -162851,8 +162060,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "dco", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -162881,8 +162089,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:2453", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2453", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -162890,11 +162099,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CSNK1E", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0002413", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0002413.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -162904,8 +162113,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "dco", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -162934,8 +162142,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:2454", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2454", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -162943,11 +162152,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CSNK1G1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0250823", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0250823.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -162957,8 +162166,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "gish", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -162987,8 +162195,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2455", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2455", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -162996,11 +162205,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CSNK1G2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0250823", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0250823.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -163010,8 +162219,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "gish", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -163039,8 +162247,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:2456", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2456", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -163048,11 +162257,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CSNK1G3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0250823", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0250823.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -163062,8 +162271,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "gish", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -163092,8 +162300,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2457", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2457", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -163101,11 +162310,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CSNK2A1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0264492", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0264492.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -163115,8 +162324,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CkII\u03b1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -163145,8 +162353,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:2459", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2459", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -163154,11 +162363,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CSNK2A2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0264492", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0264492.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -163168,8 +162377,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CkII\u03b1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -163198,8 +162406,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2460", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2460", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -163207,11 +162416,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CSNK2B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000259", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000259.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -163221,8 +162430,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CkII\u03b2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -163250,8 +162458,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2460", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2460", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -163259,11 +162468,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CSNK2B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0026136", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026136.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -163273,8 +162482,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CkII\u03b22", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -163303,8 +162511,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2460", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2460", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -163312,11 +162521,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CSNK2B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015300", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015300.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -163326,8 +162535,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ssl", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -163356,8 +162564,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2460", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2460", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -163365,11 +162574,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CSNK2B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0053237", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0053237.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -163379,8 +162588,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ste:CG33237", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -163409,8 +162617,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2460", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2460", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -163418,11 +162627,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CSNK2B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0053238", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0053238.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -163432,8 +162641,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ste:CG33238", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -163462,8 +162670,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2460", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2460", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -163471,11 +162680,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CSNK2B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0053239", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0053239.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -163485,8 +162694,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ste:CG33239", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -163515,8 +162723,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2460", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2460", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -163524,11 +162733,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CSNK2B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0053242", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0053242.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -163538,8 +162747,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ste:CG33242", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -163568,8 +162776,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2460", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2460", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -163577,11 +162786,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CSNK2B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0053243", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0053243.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -163591,8 +162800,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ste:CG33243", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -163621,8 +162829,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2460", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2460", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -163630,11 +162839,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CSNK2B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0053245", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0053245.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -163644,8 +162853,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ste:CG33245", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -163674,8 +162882,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2460", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2460", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -163683,11 +162892,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CSNK2B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0053246", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0053246.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -163697,8 +162906,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ste:CG33246", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -163727,8 +162935,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2460", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2460", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -163736,11 +162945,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CSNK2B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0053247", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0053247.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -163750,8 +162959,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ste:CG33247", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -163780,8 +162988,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2466", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2466", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -163789,11 +162998,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CSPG4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032683", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032683.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -163803,8 +163012,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "kon", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -163832,8 +163040,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14300", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14300", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -163841,11 +163050,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CSRNP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261647", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261647.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -163855,8 +163064,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Axud1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -163885,8 +163093,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16006", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16006", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -163894,11 +163103,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CSRNP2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261647", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261647.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -163908,8 +163117,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Axud1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -163938,8 +163146,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:30729", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30729", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -163947,11 +163156,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CSRNP3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261647", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261647.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -163961,8 +163170,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Axud1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -163991,8 +163199,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2469", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2469", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -164000,11 +163209,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CSRP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0259209", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0259209.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -164014,8 +163223,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Mlp60A", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -164044,8 +163252,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2469", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2469", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -164053,11 +163262,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CSRP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0014863", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0014863.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -164067,8 +163276,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Mlp84B", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -164097,8 +163305,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2470", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2470", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -164106,11 +163315,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CSRP2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0259209", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0259209.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -164120,8 +163329,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Mlp60A", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -164150,8 +163358,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:2470", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2470", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -164159,11 +163368,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CSRP2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0014863", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0014863.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -164173,8 +163382,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Mlp84B", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -164203,8 +163411,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2472", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2472", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -164212,11 +163421,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CSRP3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0259209", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0259209.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -164226,8 +163435,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Mlp60A", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -164256,8 +163464,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2472", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2472", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -164265,11 +163474,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CSRP3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0014863", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0014863.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -164279,8 +163488,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Mlp84B", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -164309,8 +163517,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2483", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2483", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -164318,11 +163527,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CSTF1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039867", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039867.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -164332,8 +163541,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CstF50", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -164361,8 +163569,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2484", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2484", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -164370,11 +163579,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CSTF2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027841", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027841.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -164384,8 +163593,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CstF64", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -164414,8 +163622,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17086", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17086", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -164423,11 +163632,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CSTF2T", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027841", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027841.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -164437,8 +163646,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CstF64", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -164467,8 +163675,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2485", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2485", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -164476,11 +163685,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CSTF3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003559", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003559.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -164490,8 +163699,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "su(f)", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -164519,8 +163727,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:24198", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24198", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -164528,11 +163737,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CTAG1A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0260224", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0260224.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -164541,9 +163750,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG42498", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Tcs6", + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -164572,8 +163780,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:24346", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24346", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -164581,11 +163790,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CTAGE1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0286898", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0286898.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -164595,8 +163804,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Tango1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -164625,8 +163833,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:37294", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:37294", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -164634,11 +163843,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CTAGE8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0286898", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0286898.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -164648,8 +163857,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Tango1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -164678,8 +163886,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:37275", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:37275", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -164687,11 +163896,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CTAGE9", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0286898", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0286898.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -164701,8 +163910,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Tango1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -164731,8 +163939,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2494", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2494", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -164740,11 +163949,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CTBP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0020496", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0020496.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -164754,8 +163963,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CtBP", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -164783,8 +163991,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2495", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2495", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -164792,11 +164001,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CTBP2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0020496", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0020496.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -164806,8 +164015,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CtBP", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -164835,8 +164043,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13723", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13723", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -164844,11 +164053,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CTCF", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035769", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035769.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -164858,8 +164067,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CTCF", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -164888,8 +164096,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16234", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16234", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -164897,11 +164106,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CTCFL", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035769", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035769.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -164911,8 +164120,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CTCF", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -164941,8 +164149,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19085", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19085", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -164950,11 +164159,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CTDNEP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035426", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035426.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -164964,8 +164173,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG12078", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -164994,8 +164202,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19085", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19085", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -165003,11 +164212,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CTDNEP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033322", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033322.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -165017,8 +164226,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8584", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -165047,8 +164255,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19085", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19085", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -165056,11 +164265,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CTDNEP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029067", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029067.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -165070,8 +164279,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Dd", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -165099,8 +164307,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2498", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2498", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -165108,11 +164317,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CTDP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035026", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035026.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -165122,8 +164331,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Fcp1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -165152,8 +164360,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21614", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21614", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -165161,11 +164370,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CTDSP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036556", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036556.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -165175,8 +164384,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "hzg", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -165204,8 +164412,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:17077", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17077", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -165213,11 +164422,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CTDSP2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036556", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036556.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -165227,8 +164436,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "hzg", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -165257,8 +164465,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16890", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16890", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -165266,11 +164475,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CTDSPL", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036556", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036556.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -165280,8 +164489,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "hzg", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -165309,8 +164517,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2501", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2501", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -165318,11 +164527,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CTH", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000566", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000566.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -165332,8 +164541,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Eip55E", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -165361,8 +164569,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:23925", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23925", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -165370,11 +164579,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CTIF", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032156", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032156.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -165384,8 +164593,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG13124", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -165414,8 +164622,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2509", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2509", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -165423,11 +164632,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CTNNA1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010215", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010215.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -165437,8 +164646,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "\u03b1-Cat", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -165467,8 +164675,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2510", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2510", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -165476,11 +164685,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CTNNA2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010215", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010215.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -165490,8 +164699,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "\u03b1-Cat", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -165520,8 +164728,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:2511", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2511", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -165529,11 +164738,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CTNNA3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010215", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010215.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -165543,8 +164752,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "\u03b1-Cat", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -165573,8 +164781,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2512", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2512", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -165582,11 +164791,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CTNNAL1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029105", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029105.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -165596,8 +164805,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "\u03b1-Catr", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -165625,8 +164833,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2514", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2514", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -165634,11 +164843,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CTNNB1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000117", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000117.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -165648,8 +164857,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "arm", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -165678,8 +164886,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15879", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15879", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -165687,11 +164896,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CTNNBL1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037644", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037644.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -165701,8 +164910,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG11964", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -165730,8 +164938,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:2515", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2515", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -165739,11 +164948,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CTNND1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0260799", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0260799.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -165753,8 +164962,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "p120ctn", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -165783,8 +164991,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:2516", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2516", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -165792,11 +165001,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CTNND2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0260799", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0260799.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -165806,8 +165015,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "p120ctn", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -165836,8 +165044,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2518", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2518", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -165845,11 +165054,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CTNS", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039045", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039045.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -165859,8 +165068,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG17119", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -165888,8 +165096,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2519", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2519", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -165897,11 +165106,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CTPS1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0266452", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0266452.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -165911,8 +165120,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CTPsyn", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -165940,8 +165148,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2520", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2520", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -165949,11 +165158,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CTPS2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0266452", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0266452.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -165963,8 +165172,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CTPsyn", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -165992,8 +165200,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16850", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16850", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -166001,11 +165210,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CTR9", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034829", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034829.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -166015,8 +165224,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG9899", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -166045,8 +165253,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16850", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16850", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -166054,11 +165263,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CTR9", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035205", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035205.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -166068,8 +165277,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ctr9", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -166098,8 +165306,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2521", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2521", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -166107,11 +165316,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CTRB1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031248", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031248.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -166121,8 +165330,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG11912", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -166151,8 +165359,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2522", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2522", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -166160,11 +165369,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CTRB2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031248", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031248.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -166174,8 +165383,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG11912", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -166204,8 +165412,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2527", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2527", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -166213,11 +165422,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CTSB", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030521", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030521.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -166226,9 +165435,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CtsB1", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "CtsB", + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -166257,8 +165465,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2528", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2528", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -166266,11 +165475,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CTSC", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033873", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033873.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -166280,8 +165489,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6337", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -166310,8 +165518,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2529", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2529", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -166319,11 +165528,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CTSD", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029093", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029093.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -166333,8 +165542,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "cathD", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -166363,8 +165571,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2529", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2529", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -166372,11 +165581,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CTSD", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033933", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033933.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -166386,8 +165595,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10104", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -166416,8 +165624,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2530", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2530", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -166425,11 +165634,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CTSE", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032049", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032049.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -166439,8 +165648,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Bace", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -166469,8 +165677,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2530", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2530", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -166478,11 +165687,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CTSE", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032304", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032304.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -166492,8 +165701,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG17134", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -166522,8 +165730,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2530", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2530", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -166531,11 +165740,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CTSE", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0053128", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0053128.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -166545,8 +165754,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG33128", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -166575,8 +165783,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2530", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2530", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -166584,11 +165793,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CTSE", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032303", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032303.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -166598,8 +165807,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6508", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -166628,8 +165836,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2531", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2531", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -166637,11 +165846,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CTSF", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0260462", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0260462.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -166650,9 +165859,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG12163", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "CtsF", + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -166681,8 +165889,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2535", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2535", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -166690,11 +165899,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CTSH", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032228", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032228.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -166704,8 +165913,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5367", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -166734,8 +165942,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2536", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2536", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -166743,11 +165952,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CTSK", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033873", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033873.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -166757,8 +165966,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6337", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -166787,8 +165995,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2537", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2537", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -166796,11 +166005,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CTSL", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037396", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037396.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -166810,8 +166019,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG11459", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -166840,8 +166048,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2537", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2537", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -166849,11 +166058,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CTSL", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033874", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033874.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -166863,8 +166072,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6347", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -166893,8 +166101,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2537", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2537", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -166902,11 +166111,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CTSL", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0013770", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0013770.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -166916,8 +166125,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cp1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -166946,8 +166154,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2545", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2545", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -166955,11 +166164,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CTSS", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033873", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033873.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -166969,8 +166178,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6337", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -166999,8 +166207,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2538", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2538", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -167008,11 +166217,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CTSV", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037396", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037396.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -167022,8 +166231,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG11459", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -167052,8 +166260,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2538", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2538", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -167061,11 +166270,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CTSV", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033874", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033874.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -167075,8 +166284,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6347", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -167105,8 +166313,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2538", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2538", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -167114,11 +166323,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CTSV", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0013770", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0013770.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -167128,8 +166337,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cp1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -167158,8 +166366,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3338", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3338", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -167167,11 +166376,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CTTN", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0025865", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0025865.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -167181,8 +166390,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cortactin", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -167211,8 +166419,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:15679", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15679", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -167220,11 +166429,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CTTNBP2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034308", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034308.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -167234,8 +166443,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Naus", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -167264,8 +166472,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25330", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25330", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -167273,11 +166482,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CTTNBP2NL", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034308", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034308.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -167287,8 +166496,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Naus", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -167317,8 +166525,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29590", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29590", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -167326,11 +166535,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CTU1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033375", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033375.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -167340,8 +166549,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8078", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -167369,8 +166577,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28005", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28005", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -167378,11 +166587,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CTU2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032793", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032793.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -167392,8 +166601,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10189", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -167422,8 +166630,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2548", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2548", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -167431,11 +166640,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CUBN", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0259140", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0259140.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -167445,8 +166654,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG42255", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -167475,8 +166683,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2548", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2548", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -167484,11 +166693,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CUBN", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052702", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052702.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -167498,8 +166707,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cubn", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -167528,8 +166736,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:31350", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:31350", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -167537,11 +166746,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CUEDC1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035283", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035283.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -167551,8 +166760,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG12024", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -167581,8 +166789,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28352", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28352", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -167590,11 +166799,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CUEDC2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037556", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037556.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -167604,8 +166813,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG9636", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -167633,8 +166841,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2551", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2551", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -167642,11 +166851,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CUL1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015509", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015509.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -167656,8 +166865,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cul1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -167685,8 +166893,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2552", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2552", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -167694,11 +166903,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CUL2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032956", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032956.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -167708,8 +166917,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cul2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -167737,8 +166945,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2553", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2553", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -167746,11 +166955,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CUL3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261268", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261268.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -167760,8 +166969,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cul3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -167789,8 +166997,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2554", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2554", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -167798,11 +167007,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CUL4A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033260", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033260.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -167812,8 +167021,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cul4", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -167841,8 +167049,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:2555", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2555", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -167850,11 +167059,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CUL4B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033260", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033260.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -167864,8 +167073,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cul4", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -167894,8 +167102,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2556", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2556", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -167903,11 +167112,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CUL5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039632", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039632.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -167917,8 +167126,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cul5", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -167946,8 +167154,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21101", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21101", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -167955,11 +167164,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CUTA", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030545", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030545.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -167969,8 +167178,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG11590", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -167999,8 +167207,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24271", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24271", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -168008,11 +167217,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CUTC", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038332", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038332.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -168022,8 +167231,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6136", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -168051,8 +167259,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:2557", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2557", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -168060,11 +167269,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CUX1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004198", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004198.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -168074,8 +167283,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ct", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -168104,8 +167312,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19347", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19347", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -168113,11 +167322,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CUX2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004198", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004198.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -168127,8 +167336,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ct", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -168157,8 +167365,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26939", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26939", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -168166,11 +167375,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CWC15", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040235", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040235.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -168180,8 +167389,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "c12.1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -168210,8 +167418,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29322", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29322", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -168219,11 +167428,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CWC22", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0086707", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0086707.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -168233,8 +167442,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ncm", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -168262,8 +167470,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25989", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25989", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -168271,11 +167480,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CWC25", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031452", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031452.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -168285,8 +167494,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cwc25", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -168315,8 +167523,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10664", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10664", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -168324,11 +167533,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CWC27", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036207", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036207.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -168338,8 +167547,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10907", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -168368,8 +167576,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25613", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25613", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -168377,11 +167586,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CWF19L1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033615", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033615.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -168391,8 +167600,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7741", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -168420,8 +167628,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26508", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26508", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -168429,11 +167638,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CWF19L2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030655", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030655.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -168443,8 +167652,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG9213", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -168468,65 +167676,14 @@ "stringencyFilter": "stringent", "totalMethodCount": 10 }, - { - "best": "Yes", - "bestReverse": "Yes", - "gene": { - "id": "HGNC:26239", - "species": { - "commonNames": "['human']", - "dataProviderFullName": "Rat Genome Database", - "dataProviderShortName": "RGD", - "name": "Homo sapiens", - "shortName": "Hsa", - "taxonId": "NCBITaxon:9606" - }, - "symbol": "CXorf56", - "taxonId": "NCBITaxon:9606", - "url": null - }, - "homologGene": { - "id": "FB:FBgn0028919", - "species": { - "commonNames": "['fly', 'fruit fly', 'dme']", - "dataProviderFullName": "FlyBase", - "dataProviderShortName": "FB", - "name": "Drosophila melanogaster", - "shortName": "Dme", - "taxonId": "NCBITaxon:7227" - }, - "symbol": "CG16865", - "taxonId": "NCBITaxon:7227", - "url": null - }, - "methodCount": 10, - "predictionMethodsMatched": [ - "Ensembl Compara", - "Hieranoid", - "InParanoid", - "OMA", - "OrthoFinder", - "OrthoInspector", - "PANTHER", - "PhylomeDB", - "Roundup", - "TreeFam" - ], - "predictionMethodsNotCalled": [ - "HGNC", - "ZFIN" - ], - "predictionMethodsNotMatched": [], - "stringencyFilter": "stringent", - "totalMethodCount": 10 - }, { "best": "Yes", "bestReverse": "Yes", "gene": { "id": "HGNC:24343", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24343", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -168534,11 +167691,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CXXC1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030121", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030121.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -168548,8 +167705,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cfp1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -168577,8 +167733,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24343", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24343", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -168586,11 +167743,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CXXC1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030120", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030120.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -168600,8 +167757,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG17440", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -168630,8 +167786,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:2571", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2571", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -168639,11 +167796,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CYB561", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035321", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035321.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -168653,8 +167810,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG1275", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -168683,8 +167839,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2571", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2571", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -168692,11 +167849,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CYB561", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261673", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261673.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -168706,8 +167863,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "nemy", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -168736,8 +167892,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:23014", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23014", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -168745,11 +167902,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CYB561A3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035321", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035321.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -168759,8 +167916,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG1275", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -168789,8 +167945,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23014", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23014", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -168798,11 +167955,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CYB561A3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261673", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261673.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -168812,8 +167969,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "nemy", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -168842,8 +167998,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26804", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26804", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -168851,11 +168008,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CYB561D1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032810", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032810.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -168865,8 +168022,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG13077", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -168895,8 +168051,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26804", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26804", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -168904,11 +168061,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CYB561D1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032809", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032809.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -168918,8 +168075,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG13078", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -168948,8 +168104,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30253", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30253", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -168957,11 +168114,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CYB561D2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032801", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032801.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -168971,8 +168128,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10165", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -169001,8 +168157,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30253", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30253", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -169010,11 +168167,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CYB561D2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032810", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032810.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -169024,8 +168181,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG13077", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -169054,8 +168210,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30253", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30253", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -169063,11 +168220,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CYB561D2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032809", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032809.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -169077,8 +168234,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG13078", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -169107,8 +168263,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2570", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2570", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -169116,11 +168273,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CYB5A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029854", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029854.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -169130,8 +168287,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG3566", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -169160,8 +168316,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2570", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2570", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -169169,11 +168326,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CYB5A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032652", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032652.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -169183,8 +168340,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6870", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -169213,8 +168369,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2570", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2570", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -169222,11 +168379,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CYB5A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0264294", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0264294.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -169236,8 +168393,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cyt-b5", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -169266,8 +168422,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24374", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24374", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -169275,11 +168432,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CYB5B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029854", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029854.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -169289,8 +168446,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG3566", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -169319,8 +168475,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24374", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24374", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -169328,11 +168485,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CYB5B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0264294", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0264294.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -169342,8 +168499,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cyt-b5", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -169372,8 +168528,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26516", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26516", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -169381,11 +168538,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CYB5D1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031596", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031596.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -169395,8 +168552,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG15429", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -169425,8 +168581,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28471", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28471", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -169434,11 +168591,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CYB5D2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030099", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030099.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -169448,8 +168605,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG12056", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -169477,8 +168633,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:13397", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13397", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -169486,11 +168643,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CYB5R1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036211", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036211.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -169500,8 +168657,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5946", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -169530,8 +168686,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24376", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24376", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -169539,11 +168696,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CYB5R2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036211", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036211.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -169553,8 +168710,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5946", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -169583,8 +168739,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2873", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2873", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -169592,11 +168749,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CYB5R3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036211", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036211.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -169606,8 +168763,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5946", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -169636,8 +168792,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20147", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20147", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -169645,11 +168802,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CYB5R4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034442", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034442.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -169659,8 +168816,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG11257", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -169688,8 +168844,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:32220", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:32220", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -169697,11 +168854,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CYB5RL", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030995", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030995.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -169711,8 +168868,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7914", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -169741,8 +168897,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20797", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20797", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -169750,11 +168907,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CYBRD1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035321", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035321.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -169764,8 +168921,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG1275", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -169794,8 +168950,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20797", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20797", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -169803,11 +168960,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CYBRD1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261673", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261673.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -169817,8 +168974,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "nemy", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -169847,8 +169003,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2579", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2579", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -169856,11 +169013,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CYC1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035600", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035600.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -169870,8 +169027,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cyt-c1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -169899,8 +169055,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2579", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2579", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -169908,11 +169065,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CYC1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039651", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039651.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -169922,8 +169079,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cyt-c1L", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -169952,8 +169108,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19986", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19986", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -169961,11 +169118,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CYCS", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0086907", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0086907.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -169975,8 +169132,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cyt-c-d", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -170005,8 +169161,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19986", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19986", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -170014,11 +169171,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CYCS", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0284248", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0284248.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -170028,8 +169185,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cyt-c-p", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -170058,8 +169214,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13759", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13759", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -170067,11 +169224,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CYFIP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038320", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038320.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -170081,8 +169238,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cyfip", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -170110,8 +169266,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13760", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13760", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -170119,11 +169276,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CYFIP2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038320", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038320.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -170133,8 +169290,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cyfip", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -170162,8 +169318,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16505", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16505", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -170171,11 +169328,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CYGB", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027657", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027657.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -170185,8 +169342,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "glob1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -170215,8 +169371,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17806", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17806", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -170224,11 +169381,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CYHR1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0266918", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0266918.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -170238,8 +169395,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG32486", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -170267,8 +169423,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2584", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2584", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -170276,11 +169433,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CYLD", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032210", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032210.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -170290,8 +169447,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CYLD", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -170320,8 +169476,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2602", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2602", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -170329,11 +169486,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CYP24A1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036806", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036806.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -170343,8 +169500,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cyp12c1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -170373,8 +169529,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2602", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2602", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -170382,11 +169539,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CYP24A1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033524", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033524.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -170396,8 +169553,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cyp49a1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -170426,8 +169582,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2605", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2605", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -170435,11 +169592,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CYP27A1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038681", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038681.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -170449,8 +169606,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cyp12a4", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -170479,8 +169635,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2605", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2605", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -170488,11 +169645,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CYP27A1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038680", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038680.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -170502,8 +169659,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cyp12a5", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -170532,8 +169688,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2605", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2605", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -170541,11 +169698,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CYP27A1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034387", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034387.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -170555,8 +169712,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cyp12b2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -170585,8 +169741,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2605", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2605", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -170594,11 +169751,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CYP27A1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0053503", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0053503.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -170608,8 +169765,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cyp12d1-d", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -170638,8 +169794,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2605", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2605", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -170647,11 +169804,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CYP27A1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0050489", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0050489.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -170661,8 +169818,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cyp12d1-p", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -170691,8 +169847,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2605", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2605", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -170700,11 +169857,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CYP27A1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037817", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037817.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -170714,8 +169871,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cyp12e1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -170744,8 +169900,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2605", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2605", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -170753,11 +169910,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CYP27A1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033753", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033753.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -170767,8 +169924,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cyp301a1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -170797,8 +169953,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2606", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2606", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -170806,11 +169963,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CYP27B1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036806", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036806.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -170820,8 +169977,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cyp12c1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -170850,8 +170006,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2606", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2606", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -170859,11 +170016,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CYP27B1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033524", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033524.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -170873,8 +170030,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cyp49a1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -170903,8 +170059,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:2608", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2608", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -170912,11 +170069,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CYP2A13", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010383", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010383.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -170926,8 +170083,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cyp18a1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -170956,8 +170112,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:2610", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2610", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -170965,11 +170122,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CYP2A6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010383", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010383.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -170979,8 +170136,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cyp18a1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -171009,8 +170165,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:2611", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2611", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -171018,11 +170175,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CYP2A7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010383", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010383.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -171032,8 +170189,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cyp18a1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -171062,8 +170218,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:2615", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2615", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -171071,11 +170228,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CYP2B6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010383", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010383.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -171085,8 +170242,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cyp18a1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -171115,8 +170271,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:2620", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2620", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -171124,11 +170281,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CYP2C18", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010383", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010383.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -171138,8 +170295,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cyp18a1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -171168,8 +170324,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:2621", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2621", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -171177,11 +170334,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CYP2C19", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010383", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010383.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -171191,8 +170348,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cyp18a1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -171221,8 +170377,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:2622", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2622", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -171230,11 +170387,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CYP2C8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010383", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010383.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -171244,8 +170401,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cyp18a1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -171274,8 +170430,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:2623", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2623", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -171283,11 +170440,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CYP2C9", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010383", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010383.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -171297,8 +170454,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cyp18a1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -171327,8 +170483,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2625", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2625", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -171336,11 +170493,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CYP2D6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010383", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010383.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -171350,8 +170507,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cyp18a1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -171380,8 +170536,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:2624", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2624", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -171389,11 +170546,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CYP2D7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010383", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010383.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -171403,8 +170560,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cyp18a1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -171433,8 +170589,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:2631", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2631", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -171442,11 +170599,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CYP2E1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010383", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010383.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -171456,8 +170613,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cyp18a1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -171486,8 +170642,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:2632", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2632", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -171495,11 +170652,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CYP2F1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010383", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010383.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -171509,8 +170666,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cyp18a1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -171539,8 +170695,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:2634", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2634", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -171548,11 +170705,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CYP2J2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010383", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010383.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -171562,8 +170719,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cyp18a1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -171592,8 +170748,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:20580", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20580", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -171601,11 +170758,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CYP2R1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010383", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010383.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -171615,8 +170772,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cyp18a1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -171645,8 +170801,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:15654", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15654", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -171654,11 +170811,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CYP2S1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010383", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010383.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -171668,8 +170825,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cyp18a1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -171698,8 +170854,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20582", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20582", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -171707,11 +170864,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CYP2U1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010383", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010383.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -171721,8 +170878,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cyp18a1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -171751,8 +170907,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:20243", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20243", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -171760,11 +170917,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CYP2W1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010383", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010383.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -171774,8 +170931,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cyp18a1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -171804,8 +170960,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2637", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2637", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -171813,11 +170970,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CYP3A4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033304", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033304.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -171827,8 +170984,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cyp6a13", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -171857,8 +171013,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2637", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2637", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -171866,11 +171023,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CYP3A4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033302", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033302.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -171880,8 +171037,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cyp6a14", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -171910,8 +171066,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2637", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2637", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -171919,11 +171076,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CYP3A4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015714", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015714.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -171933,8 +171090,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cyp6a17", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -171963,8 +171119,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2637", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2637", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -171972,11 +171129,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CYP3A4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039519", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039519.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -171986,8 +171143,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cyp6a18", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -172016,8 +171172,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2637", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2637", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -172025,11 +171182,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CYP3A4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033979", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033979.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -172039,8 +171196,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cyp6a19", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -172069,8 +171225,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2637", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2637", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -172078,11 +171235,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CYP3A4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000473", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000473.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -172092,8 +171249,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cyp6a2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -172122,8 +171278,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2637", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2637", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -172131,11 +171288,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CYP3A4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033980", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033980.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -172145,8 +171302,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cyp6a20", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -172175,8 +171331,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2637", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2637", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -172184,11 +171341,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CYP3A4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0013773", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0013773.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -172198,8 +171355,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cyp6a22", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -172228,8 +171384,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2637", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2637", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -172237,11 +171394,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CYP3A4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033978", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033978.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -172251,8 +171408,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cyp6a23", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -172281,8 +171437,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2637", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2637", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -172290,11 +171447,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CYP3A4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0013772", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0013772.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -172304,8 +171461,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cyp6a8", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -172334,8 +171490,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2637", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2637", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -172343,11 +171500,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CYP3A4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0013771", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0013771.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -172357,8 +171514,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cyp6a9", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -172387,8 +171543,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2637", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2637", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -172396,11 +171553,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CYP3A4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0025454", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0025454.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -172410,8 +171567,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cyp6g1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -172440,8 +171596,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2637", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2637", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -172449,11 +171606,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CYP3A4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033696", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033696.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -172463,8 +171620,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cyp6g2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -172493,8 +171649,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2637", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2637", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -172502,11 +171659,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CYP3A4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031126", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031126.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -172516,8 +171673,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cyp6v1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -172546,8 +171702,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2637", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2637", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -172555,11 +171712,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CYP3A4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033065", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033065.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -172569,8 +171726,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cyp6w1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -172599,8 +171755,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2637", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2637", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -172608,11 +171765,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CYP3A4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015038", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015038.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -172622,8 +171779,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cyp9b1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -172652,8 +171808,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2637", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2637", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -172661,11 +171818,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CYP3A4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015039", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015039.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -172675,8 +171832,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cyp9b2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -172705,8 +171861,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2637", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2637", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -172714,11 +171871,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CYP3A4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015040", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015040.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -172728,8 +171885,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cyp9c1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -172758,8 +171914,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2637", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2637", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -172767,11 +171924,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CYP3A4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038037", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038037.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -172781,8 +171938,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cyp9f2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -172811,8 +171967,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2637", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2637", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -172820,11 +171977,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CYP3A4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033775", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033775.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -172834,8 +171991,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cyp9h1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -172864,8 +172020,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17450", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17450", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -172873,11 +172030,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CYP3A43", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033304", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033304.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -172887,8 +172044,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cyp6a13", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -172917,8 +172073,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17450", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17450", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -172926,11 +172083,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CYP3A43", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015714", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015714.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -172940,8 +172097,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cyp6a17", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -172970,8 +172126,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17450", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17450", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -172979,11 +172136,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CYP3A43", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039519", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039519.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -172993,8 +172150,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cyp6a18", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -173023,8 +172179,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17450", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17450", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -173032,11 +172189,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CYP3A43", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033979", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033979.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -173046,8 +172203,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cyp6a19", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -173076,8 +172232,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17450", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17450", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -173085,11 +172242,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CYP3A43", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000473", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000473.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -173099,8 +172256,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cyp6a2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -173129,8 +172285,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17450", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17450", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -173138,11 +172295,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CYP3A43", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033980", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033980.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -173152,8 +172309,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cyp6a20", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -173182,8 +172338,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17450", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17450", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -173191,11 +172348,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CYP3A43", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0013773", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0013773.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -173205,8 +172362,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cyp6a22", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -173235,8 +172391,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17450", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17450", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -173244,11 +172401,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CYP3A43", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0013772", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0013772.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -173258,8 +172415,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cyp6a8", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -173288,8 +172444,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17450", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17450", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -173297,11 +172454,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CYP3A43", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0013771", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0013771.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -173311,8 +172468,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cyp6a9", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -173341,8 +172497,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17450", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17450", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -173350,11 +172507,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CYP3A43", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0025454", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0025454.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -173364,8 +172521,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cyp6g1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -173394,8 +172550,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17450", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17450", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -173403,11 +172560,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CYP3A43", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033696", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033696.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -173417,8 +172574,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cyp6g2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -173447,8 +172603,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17450", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17450", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -173456,11 +172613,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CYP3A43", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031126", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031126.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -173470,8 +172627,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cyp6v1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -173500,8 +172656,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17450", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17450", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -173509,11 +172666,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CYP3A43", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015038", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015038.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -173523,8 +172680,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cyp9b1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -173553,8 +172709,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17450", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17450", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -173562,11 +172719,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CYP3A43", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015039", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015039.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -173576,8 +172733,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cyp9b2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -173606,8 +172762,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:17450", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17450", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -173615,11 +172772,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CYP3A43", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015040", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015040.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -173629,8 +172786,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cyp9c1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -173659,8 +172815,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:17450", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17450", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -173668,11 +172825,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CYP3A43", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038037", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038037.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -173682,8 +172839,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cyp9f2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -173712,8 +172868,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17450", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17450", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -173721,11 +172878,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CYP3A43", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033775", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033775.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -173735,8 +172892,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cyp9h1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -173765,8 +172921,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2638", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2638", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -173774,11 +172931,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CYP3A5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033304", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033304.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -173788,8 +172945,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cyp6a13", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -173818,8 +172974,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2638", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2638", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -173827,11 +172984,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CYP3A5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015714", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015714.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -173841,8 +172998,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cyp6a17", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -173871,8 +173027,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2638", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2638", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -173880,11 +173037,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CYP3A5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039519", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039519.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -173894,8 +173051,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cyp6a18", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -173924,8 +173080,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2638", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2638", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -173933,11 +173090,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CYP3A5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033979", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033979.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -173947,8 +173104,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cyp6a19", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -173977,8 +173133,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2638", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2638", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -173986,11 +173143,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CYP3A5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000473", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000473.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -174000,8 +173157,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cyp6a2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -174030,8 +173186,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2638", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2638", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -174039,11 +173196,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CYP3A5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033980", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033980.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -174053,8 +173210,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cyp6a20", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -174083,8 +173239,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2638", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2638", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -174092,11 +173249,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CYP3A5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0013773", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0013773.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -174106,8 +173263,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cyp6a22", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -174136,8 +173292,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2638", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2638", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -174145,11 +173302,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CYP3A5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0013772", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0013772.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -174159,8 +173316,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cyp6a8", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -174189,8 +173345,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2638", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2638", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -174198,11 +173355,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CYP3A5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0013771", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0013771.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -174212,8 +173369,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cyp6a9", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -174242,8 +173398,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2638", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2638", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -174251,11 +173408,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CYP3A5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0025454", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0025454.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -174265,8 +173422,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cyp6g1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -174295,8 +173451,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2638", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2638", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -174304,11 +173461,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CYP3A5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033696", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033696.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -174318,8 +173475,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cyp6g2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -174348,8 +173504,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2638", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2638", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -174357,11 +173514,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CYP3A5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031126", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031126.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -174371,8 +173528,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cyp6v1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -174401,8 +173557,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2638", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2638", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -174410,11 +173567,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CYP3A5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015038", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015038.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -174424,8 +173581,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cyp9b1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -174454,8 +173610,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2638", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2638", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -174463,11 +173620,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CYP3A5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015039", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015039.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -174477,8 +173634,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cyp9b2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -174507,8 +173663,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:2638", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2638", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -174516,11 +173673,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CYP3A5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015040", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015040.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -174530,8 +173687,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cyp9c1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -174560,8 +173716,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:2638", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2638", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -174569,11 +173726,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CYP3A5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038037", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038037.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -174583,8 +173740,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cyp9f2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -174613,8 +173769,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2638", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2638", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -174622,11 +173779,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CYP3A5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033775", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033775.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -174636,8 +173793,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cyp9h1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -174666,8 +173822,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:51504", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:51504", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -174675,11 +173832,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CYP3A7-CYP3A51P", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033304", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033304.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -174689,8 +173846,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cyp6a13", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -174719,8 +173875,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:51504", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:51504", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -174728,11 +173885,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CYP3A7-CYP3A51P", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015714", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015714.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -174742,8 +173899,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cyp6a17", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -174772,8 +173928,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:51504", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:51504", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -174781,11 +173938,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CYP3A7-CYP3A51P", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039519", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039519.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -174795,8 +173952,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cyp6a18", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -174825,8 +173981,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:51504", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:51504", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -174834,11 +173991,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CYP3A7-CYP3A51P", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033979", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033979.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -174848,8 +174005,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cyp6a19", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -174878,8 +174034,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:51504", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:51504", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -174887,11 +174044,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CYP3A7-CYP3A51P", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000473", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000473.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -174901,8 +174058,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cyp6a2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -174931,8 +174087,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:51504", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:51504", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -174940,11 +174097,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CYP3A7-CYP3A51P", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033980", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033980.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -174954,8 +174111,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cyp6a20", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -174984,8 +174140,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:51504", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:51504", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -174993,11 +174150,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CYP3A7-CYP3A51P", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0013773", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0013773.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -175007,8 +174164,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cyp6a22", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -175037,8 +174193,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:51504", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:51504", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -175046,11 +174203,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CYP3A7-CYP3A51P", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0013772", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0013772.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -175060,8 +174217,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cyp6a8", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -175090,8 +174246,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:51504", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:51504", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -175099,11 +174256,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CYP3A7-CYP3A51P", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0013771", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0013771.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -175113,8 +174270,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cyp6a9", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -175143,8 +174299,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:51504", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:51504", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -175152,11 +174309,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CYP3A7-CYP3A51P", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0025454", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0025454.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -175166,8 +174323,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cyp6g1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -175196,8 +174352,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:51504", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:51504", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -175205,11 +174362,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CYP3A7-CYP3A51P", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033696", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033696.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -175219,8 +174376,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cyp6g2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -175249,8 +174405,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:51504", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:51504", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -175258,11 +174415,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CYP3A7-CYP3A51P", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031126", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031126.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -175272,8 +174429,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cyp6v1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -175302,8 +174458,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:51504", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:51504", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -175311,11 +174468,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CYP3A7-CYP3A51P", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015038", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015038.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -175325,8 +174482,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cyp9b1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -175355,8 +174511,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:51504", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:51504", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -175364,11 +174521,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CYP3A7-CYP3A51P", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015039", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015039.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -175378,8 +174535,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cyp9b2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -175408,8 +174564,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:51504", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:51504", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -175417,11 +174574,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CYP3A7-CYP3A51P", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015040", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015040.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -175431,8 +174588,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cyp9c1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -175461,8 +174617,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:51504", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:51504", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -175470,11 +174627,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CYP3A7-CYP3A51P", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038037", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038037.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -175484,8 +174641,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cyp9f2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -175514,8 +174670,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:51504", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:51504", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -175523,11 +174680,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CYP3A7-CYP3A51P", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033775", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033775.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -175537,8 +174694,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cyp9h1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -175567,8 +174723,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23198", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23198", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -175576,11 +174733,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CYP4V2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036778", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036778.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -175590,8 +174747,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cyp312a1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -175620,8 +174776,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23198", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23198", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -175629,11 +174786,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CYP4V2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034053", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034053.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -175643,8 +174800,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cyp4aa1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -175673,8 +174829,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23198", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23198", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -175682,11 +174839,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CYP4V2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031693", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031693.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -175696,8 +174853,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cyp4ac1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -175726,8 +174882,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23198", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23198", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -175735,11 +174892,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CYP4V2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031694", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031694.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -175749,8 +174906,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cyp4ac2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -175779,8 +174935,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23198", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23198", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -175788,11 +174945,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CYP4V2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031695", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031695.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -175802,8 +174959,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cyp4ac3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -175832,8 +174988,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23198", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23198", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -175841,11 +174998,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CYP4V2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033292", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033292.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -175855,8 +175012,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cyp4ad1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -175885,8 +175041,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23198", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23198", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -175894,11 +175051,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CYP4V2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015036", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015036.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -175908,8 +175065,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cyp4ae1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -175938,8 +175094,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23198", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23198", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -175947,11 +175104,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CYP4V2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015032", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015032.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -175961,8 +175118,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cyp4c3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -175991,8 +175147,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23198", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23198", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -176000,11 +175157,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CYP4V2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0005670", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0005670.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -176014,8 +175171,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cyp4d1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -176044,8 +175200,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23198", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23198", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -176053,11 +175210,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CYP4V2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0023541", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0023541.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -176067,8 +175224,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cyp4d14", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -176097,8 +175253,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23198", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23198", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -176106,11 +175263,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CYP4V2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0011576", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0011576.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -176120,8 +175277,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cyp4d2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -176150,8 +175306,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23198", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23198", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -176159,11 +175316,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CYP4V2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035344", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035344.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -176173,8 +175330,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cyp4d20", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -176203,8 +175359,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23198", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23198", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -176212,11 +175369,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CYP4V2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031925", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031925.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -176226,8 +175383,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cyp4d21", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -176256,8 +175412,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23198", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23198", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -176265,11 +175422,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CYP4V2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015033", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015033.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -176279,8 +175436,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cyp4d8", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -176309,8 +175465,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23198", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23198", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -176318,11 +175475,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CYP4V2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015034", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015034.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -176332,8 +175489,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cyp4e1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -176362,8 +175518,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23198", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23198", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -176371,11 +175528,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CYP4V2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0014469", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0014469.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -176385,8 +175542,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cyp4e2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -176415,8 +175571,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23198", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23198", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -176424,11 +175581,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CYP4V2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015035", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015035.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -176438,8 +175595,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cyp4e3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -176468,8 +175624,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23198", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23198", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -176477,11 +175634,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CYP4V2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010019", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010019.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -176491,8 +175648,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cyp4g1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -176521,8 +175677,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23198", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23198", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -176530,11 +175687,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CYP4V2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030304", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030304.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -176544,8 +175701,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cyp4g15", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -176574,8 +175730,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23198", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23198", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -176583,11 +175740,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CYP4V2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015037", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015037.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -176597,8 +175754,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cyp4p1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -176627,8 +175783,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23198", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23198", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -176636,11 +175793,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CYP4V2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033395", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033395.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -176650,8 +175807,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cyp4p2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -176680,8 +175836,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23198", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23198", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -176689,11 +175846,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CYP4V2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033397", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033397.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -176703,8 +175860,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cyp4p3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -176733,8 +175889,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23198", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23198", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -176742,11 +175899,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CYP4V2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030615", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030615.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -176756,8 +175913,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cyp4s3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -176786,8 +175942,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25373", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25373", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -176795,11 +175952,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CYRIA", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052066", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052066.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -176809,8 +175966,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG32066", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -176838,8 +175994,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25216", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25216", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -176847,11 +176004,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CYRIB", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052066", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052066.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -176861,8 +176018,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG32066", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -176890,8 +176046,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9501", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9501", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -176899,11 +176056,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CYTH1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0086779", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0086779.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -176913,8 +176070,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "step", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -176943,8 +176099,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:9502", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9502", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -176952,11 +176109,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CYTH2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0086779", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0086779.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -176966,8 +176123,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "step", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -176996,8 +176152,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:9504", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9504", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -177005,11 +176162,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CYTH3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0086779", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0086779.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -177019,8 +176176,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "step", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -177049,8 +176205,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:9505", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9505", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -177058,11 +176215,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CYTH4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0086779", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0086779.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -177072,8 +176229,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "step", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -177102,8 +176258,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:9506", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9506", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -177111,11 +176268,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CYTIP", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035676", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035676.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -177125,8 +176282,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ssp6", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -177155,8 +176311,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26059", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26059", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -177164,11 +176321,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "CZIB", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033810", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033810.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -177178,8 +176335,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG4646", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -177207,8 +176363,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28358", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28358", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -177216,11 +176373,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "D2HGDH", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0023507", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0023507.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -177230,8 +176387,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "D2hgdh", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -177259,8 +176415,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18142", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18142", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -177268,11 +176425,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DAAM1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0025641", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0025641.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -177282,8 +176439,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "DAAM", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -177312,8 +176468,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:18143", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18143", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -177321,11 +176478,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DAAM2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0025641", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0025641.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -177335,8 +176492,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "DAAM", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -177365,8 +176521,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2661", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2661", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -177374,11 +176531,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DAB1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000414", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000414.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -177388,8 +176545,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Dab", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -177418,8 +176574,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:2662", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2662", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -177427,11 +176584,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DAB2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000414", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000414.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -177441,8 +176598,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Dab", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -177471,8 +176627,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17294", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17294", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -177480,11 +176637,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DAB2IP", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261570", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261570.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -177494,8 +176651,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "raskol", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -177524,8 +176680,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2663", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2663", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -177533,11 +176690,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DACH1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0005677", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0005677.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -177547,8 +176704,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "dac", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -177577,8 +176733,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:16814", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16814", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -177586,11 +176743,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DACH2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0005677", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0005677.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -177600,8 +176757,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "dac", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -177630,8 +176786,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2664", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2664", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -177639,11 +176796,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DAD1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0263852", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0263852.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -177653,8 +176810,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Dad1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -177682,8 +176838,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2666", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2666", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -177691,11 +176848,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DAG1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034072", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034072.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -177705,8 +176862,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Dg", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -177735,8 +176891,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1165", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1165", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -177744,11 +176901,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DAGLA", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261244", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261244.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -177758,8 +176915,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "inaE", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -177788,8 +176944,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25536", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25536", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -177797,11 +176954,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DALRD3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030660", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030660.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -177811,8 +176968,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8097", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -177841,8 +176997,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:2671", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2671", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -177850,11 +177007,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DAO", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033543", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033543.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -177863,9 +177020,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG12338", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Daao1", + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -177894,8 +177050,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2672", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2672", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -177903,11 +177060,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DAP", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033624", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033624.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -177917,8 +177074,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG12384", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -177947,8 +177103,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2673", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2673", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -177956,11 +177113,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DAP3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034727", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034727.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -177970,8 +177127,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mRpS29", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -177999,8 +177155,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:21490", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21490", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -178008,11 +177165,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DAPL1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033624", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033624.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -178022,8 +177179,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG12384", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -178052,8 +177208,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2678", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2678", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -178061,11 +177218,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DARS1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0002069", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0002069.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -178075,8 +177232,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "AspRS", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -178104,8 +177260,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25538", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25538", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -178113,11 +177270,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DARS2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051739", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051739.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -178127,8 +177284,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "AspRS-m", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -178157,8 +177313,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26383", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26383", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -178166,11 +177323,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DAW1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039673", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039673.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -178180,8 +177337,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7568", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -178210,8 +177366,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2681", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2681", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -178219,11 +177376,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DAXX", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031820", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031820.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -178233,8 +177390,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Daxx", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -178263,8 +177419,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:2682", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2682", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -178272,11 +177429,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DAZ1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0011206", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0011206.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -178286,8 +177443,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "bol", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -178316,8 +177472,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:15964", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15964", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -178325,11 +177482,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DAZ2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0011206", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0011206.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -178339,8 +177496,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "bol", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -178369,8 +177525,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:15965", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15965", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -178378,11 +177535,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DAZ3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0011206", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0011206.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -178392,8 +177549,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "bol", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -178422,8 +177578,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:15966", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15966", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -178431,11 +177588,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DAZ4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0011206", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0011206.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -178445,8 +177602,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "bol", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -178475,8 +177631,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2683", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2683", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -178484,11 +177641,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DAZAP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004838", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004838.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -178498,8 +177655,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Hrb27C", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -178528,8 +177684,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2684", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2684", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -178537,11 +177694,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DAZAP2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0083961", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0083961.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -178551,8 +177708,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG34125", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -178581,8 +177737,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:2685", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2685", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -178590,11 +177747,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DAZL", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0011206", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0011206.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -178604,8 +177761,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "bol", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -178634,8 +177790,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17364", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17364", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -178643,11 +177800,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DBF4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000307", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000307.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -178657,8 +177814,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "chif", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -178687,8 +177843,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17883", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17883", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -178696,11 +177853,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DBF4B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000307", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000307.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -178710,8 +177867,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "chif", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -178740,8 +177896,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2689", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2689", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -178749,11 +177906,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DBH", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010329", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010329.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -178763,8 +177920,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Tbh", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -178792,8 +177948,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2690", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2690", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -178801,11 +177958,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DBI", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031992", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031992.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -178815,8 +177972,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Acbp1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -178845,8 +178001,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2690", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2690", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -178854,11 +178011,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DBI", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010387", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010387.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -178868,8 +178025,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Acbp2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -178898,8 +178054,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:2695", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2695", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -178907,11 +178064,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DBN1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036372", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036372.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -178921,8 +178078,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Abp1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -178951,8 +178107,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:15881", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15881", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -178960,11 +178117,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DBNDD2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036819", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036819.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -178974,8 +178131,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Dysb", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -179004,8 +178160,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2696", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2696", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -179013,11 +178170,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DBNL", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036372", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036372.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -179027,8 +178184,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Abp1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -179057,8 +178213,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2697", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2697", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -179066,11 +178223,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DBP", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034096", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034096.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -179080,8 +178237,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7786", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -179110,8 +178266,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2697", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2697", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -179119,11 +178276,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DBP", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0016694", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0016694.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -179133,8 +178290,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pdp1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -179163,8 +178319,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15594", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15594", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -179172,11 +178329,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DBR1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035838", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035838.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -179186,8 +178343,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ldbr", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -179215,8 +178371,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2698", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2698", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -179224,11 +178381,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DBT", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030612", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030612.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -179237,9 +178394,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG5599", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Dbct", + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -179267,8 +178423,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:33185", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:33185", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -179276,11 +178433,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DBX1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261723", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261723.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -179290,8 +178447,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Dbx", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -179320,8 +178476,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30911", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30911", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -179329,11 +178486,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DCAF1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034641", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034641.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -179343,8 +178500,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mahj", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -179372,8 +178528,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23686", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23686", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -179381,11 +178538,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DCAF10", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039601", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039601.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -179395,8 +178552,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG1523", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -179425,8 +178581,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20258", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20258", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -179434,11 +178591,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DCAF11", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034527", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034527.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -179448,8 +178605,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG9945", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -179477,8 +178633,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19911", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19911", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -179486,11 +178643,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DCAF12", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037980", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037980.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -179500,8 +178657,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "DCAF12", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -179529,8 +178685,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:29395", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29395", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -179538,11 +178695,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DCAF12L1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037980", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037980.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -179552,8 +178709,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "DCAF12", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -179582,8 +178738,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:32950", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:32950", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -179591,11 +178748,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DCAF12L2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037980", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037980.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -179605,8 +178762,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "DCAF12", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -179635,8 +178791,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24535", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24535", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -179644,11 +178801,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DCAF13", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036500", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036500.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -179658,8 +178815,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7275", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -179687,8 +178843,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25095", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25095", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -179696,11 +178853,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DCAF15", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037814", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037814.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -179710,8 +178867,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6325", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -179740,8 +178896,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20224", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20224", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -179749,11 +178906,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DCAF5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0250755", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0250755.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -179763,8 +178920,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG42233", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -179793,8 +178949,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30915", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30915", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -179802,11 +178959,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DCAF7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0266848", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0266848.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -179816,8 +178973,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "wap", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -179846,8 +179002,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24891", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24891", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -179855,11 +179012,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DCAF8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035268", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035268.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -179869,8 +179026,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8001", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -179899,8 +179055,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:31810", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:31810", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -179908,11 +179065,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DCAF8L1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035268", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035268.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -179922,8 +179079,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8001", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -179952,8 +179108,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:31811", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:31811", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -179961,11 +179118,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DCAF8L2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035268", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035268.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -179975,8 +179132,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8001", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -180005,8 +179161,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26238", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26238", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -180014,11 +179171,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DCAKD", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037469", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037469.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -180028,8 +179185,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Dpck", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -180057,8 +179213,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2701", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2701", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -180066,11 +179223,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DCC", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0011592", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0011592.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -180080,8 +179237,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "fra", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -180109,8 +179265,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13681", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13681", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -180118,11 +179275,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DCHS1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0284247", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0284247.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -180132,8 +179289,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ds", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -180162,8 +179318,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:23111", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23111", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -180171,11 +179328,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DCHS2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0284247", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0284247.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -180185,8 +179342,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ds", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -180215,8 +179371,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2700", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2700", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -180224,11 +179381,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DCLK1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261387", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261387.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -180238,8 +179395,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG17528", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -180268,8 +179424,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:19002", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19002", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -180277,11 +179434,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DCLK2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261387", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261387.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -180291,8 +179448,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG17528", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -180321,8 +179477,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17660", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17660", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -180330,11 +179487,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DCLRE1A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037338", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037338.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -180344,8 +179501,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Snm1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -180374,8 +179530,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:18714", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18714", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -180383,11 +179540,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DCP1A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034921", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034921.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -180397,8 +179554,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "DCP1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -180427,8 +179583,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24451", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24451", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -180436,11 +179593,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DCP1B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034921", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034921.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -180450,8 +179607,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "DCP1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -180480,8 +179636,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24452", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24452", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -180489,11 +179646,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DCP2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036534", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036534.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -180503,8 +179660,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "DCP2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -180533,8 +179689,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29812", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29812", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -180542,11 +179699,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DCPS", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037372", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037372.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -180556,8 +179713,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG2091", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -180585,8 +179741,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26539", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26539", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -180594,11 +179751,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DCST1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0086916", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0086916.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -180608,8 +179765,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "snky", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -180638,8 +179794,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26562", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26562", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -180647,11 +179804,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DCST2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052320", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052320.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -180661,8 +179818,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG32320", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -180691,8 +179847,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26562", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26562", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -180700,11 +179857,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DCST2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035099", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035099.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -180714,8 +179871,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6845", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -180743,8 +179899,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2710", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2710", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -180752,11 +179909,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DCTD", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036959", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036959.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -180766,8 +179923,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6951", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -180795,8 +179951,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2711", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2711", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -180804,11 +179961,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DCTN1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036882", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036882.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -180818,8 +179975,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG9279", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -180848,8 +180004,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2711", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2711", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -180857,11 +180014,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DCTN1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0001108", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0001108.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -180871,8 +180028,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "DCTN1-p150", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -180901,8 +180057,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2712", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2712", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -180910,11 +180067,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DCTN2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0021825", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0021825.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -180924,8 +180081,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "DCTN2-p50", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -180953,8 +180109,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2713", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2713", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -180962,11 +180119,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DCTN3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010622", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010622.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -180976,8 +180133,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "DCTN3-p24", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -181006,8 +180162,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15518", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15518", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -181015,11 +180172,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DCTN4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033206", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033206.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -181029,8 +180186,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "DCTN4-p62", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -181059,8 +180215,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24594", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24594", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -181068,11 +180225,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DCTN5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040228", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040228.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -181082,8 +180239,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "DCTN5-p25", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -181111,8 +180267,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16964", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16964", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -181120,11 +180277,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DCTN6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0086446", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0086446.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -181134,8 +180291,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "DCTN6-p27", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -181163,8 +180319,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18184", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18184", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -181172,11 +180329,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DCUN1D1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036510", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036510.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -181186,8 +180343,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "SCCRO", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -181215,8 +180371,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20328", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20328", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -181224,11 +180381,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DCUN1D2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036510", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036510.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -181238,8 +180395,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "SCCRO", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -181267,8 +180423,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28734", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28734", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -181276,11 +180433,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DCUN1D3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033784", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033784.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -181290,8 +180447,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "SCCRO3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -181320,8 +180476,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:28998", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28998", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -181329,11 +180486,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DCUN1D4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036967", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036967.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -181343,8 +180500,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "SCCRO4", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -181373,8 +180529,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28409", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28409", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -181382,11 +180539,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DCUN1D5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036967", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036967.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -181396,8 +180553,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "SCCRO4", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -181425,8 +180581,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:2714", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2714", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -181434,11 +180591,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DCX", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261387", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261387.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -181448,8 +180605,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG17528", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -181478,8 +180634,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18985", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18985", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -181487,11 +180644,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DCXR", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030968", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030968.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -181501,8 +180658,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7322", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -181530,8 +180686,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28360", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28360", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -181539,11 +180696,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DDA1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051855", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051855.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -181553,8 +180710,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG31855", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -181582,8 +180738,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:2715", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2715", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -181591,11 +180748,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DDAH1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030467", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030467.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -181605,8 +180762,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG1764", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -181635,8 +180791,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2716", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2716", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -181644,11 +180801,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DDAH2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030467", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030467.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -181658,8 +180815,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG1764", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -181687,8 +180843,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2717", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2717", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -181696,11 +180853,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DDB1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0260962", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0260962.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -181710,8 +180867,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "pic", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -181739,8 +180895,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2719", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2719", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -181748,11 +180905,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DDC", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000075", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000075.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -181762,8 +180919,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "amd", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -181792,8 +180948,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2719", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2719", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -181801,11 +180958,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DDC", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000422", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000422.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -181815,8 +180972,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ddc", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -181844,8 +181000,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29106", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29106", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -181853,11 +181010,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DDHD2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031990", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031990.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -181867,8 +181024,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "PAPLA1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -181897,8 +181053,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18961", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18961", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -181906,11 +181063,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DDI1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030753", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030753.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -181920,8 +181077,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "rngo", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -181949,8 +181105,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24578", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24578", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -181958,11 +181115,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DDI2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030753", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030753.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -181972,8 +181129,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "rngo", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -182001,8 +181157,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24944", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24944", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -182010,11 +181167,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DDIT4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0041094", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0041094.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -182024,8 +181181,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "scyl", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -182054,8 +181210,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30555", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30555", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -182063,11 +181220,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DDIT4L", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036165", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036165.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -182077,8 +181234,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "chrb", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -182103,12 +181259,13 @@ "totalMethodCount": 10 }, { - "best": "No", + "best": "Yes", "bestReverse": "Yes", "gene": { "id": "HGNC:2727", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2727", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -182116,11 +181273,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DDO", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0031860", + "id": "FB:FBgn0033543", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033543.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -182129,39 +181286,39 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG11236", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Daao1", + "taxonId": "NCBITaxon:7227" }, - "methodCount": 5, + "methodCount": 8, "predictionMethodsMatched": [ - "Hieranoid", + "Ensembl Compara", + "InParanoid", "OMA", + "OrthoInspector", "PANTHER", "PhylomeDB", - "Roundup" + "Roundup", + "TreeFam" ], "predictionMethodsNotCalled": [ "HGNC", "ZFIN" ], "predictionMethodsNotMatched": [ - "Ensembl Compara", - "InParanoid", - "OrthoFinder", - "OrthoInspector", - "TreeFam" + "Hieranoid", + "OrthoFinder" ], "stringencyFilter": "stringent", "totalMethodCount": 10 }, { - "best": "Yes", + "best": "No", "bestReverse": "Yes", "gene": { "id": "HGNC:2727", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2727", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -182169,11 +181326,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DDO", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0033543", + "id": "FB:FBgn0031860", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031860.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -182182,28 +181339,27 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG12338", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Daao2", + "taxonId": "NCBITaxon:7227" }, - "methodCount": 8, + "methodCount": 5, "predictionMethodsMatched": [ - "Ensembl Compara", - "InParanoid", + "Hieranoid", "OMA", - "OrthoInspector", "PANTHER", "PhylomeDB", - "Roundup", - "TreeFam" + "Roundup" ], "predictionMethodsNotCalled": [ "HGNC", "ZFIN" ], "predictionMethodsNotMatched": [ - "Hieranoid", - "OrthoFinder" + "Ensembl Compara", + "InParanoid", + "OrthoFinder", + "OrthoInspector", + "TreeFam" ], "stringencyFilter": "stringent", "totalMethodCount": 10 @@ -182213,8 +181369,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2728", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2728", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -182222,11 +181379,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DDOST", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0014868", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0014868.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -182236,8 +181393,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ost48", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -182265,8 +181421,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2730", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2730", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -182274,11 +181431,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DDR1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0053531", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0053531.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -182288,8 +181445,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ddr", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -182318,8 +181474,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2730", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2730", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -182327,11 +181484,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DDR1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0085409", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0085409.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -182341,8 +181498,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "smal", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -182371,8 +181527,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2731", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2731", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -182380,11 +181537,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DDR2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0053531", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0053531.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -182394,8 +181551,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ddr", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -182424,8 +181580,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2731", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2731", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -182433,11 +181590,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DDR2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0085409", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0085409.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -182447,8 +181604,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "smal", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -182477,8 +181633,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16110", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16110", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -182486,11 +181643,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DDRGK1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038868", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038868.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -182500,8 +181657,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5862", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -182530,8 +181686,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2734", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2734", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -182539,11 +181696,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DDX1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015075", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015075.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -182553,8 +181710,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ddx1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -182582,8 +181738,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2735", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2735", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -182591,11 +181748,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DDX10", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030855", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030855.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -182605,8 +181762,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5800", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -182634,8 +181790,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2736", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2736", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -182643,11 +181800,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DDX11", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0026876", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026876.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -182657,8 +181814,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG11403", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -182687,8 +181843,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:37101", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:37101", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -182696,11 +181853,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DDX11L8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0026876", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026876.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -182710,8 +181867,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG11403", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -182740,8 +181896,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:2737", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2737", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -182749,11 +181906,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DDX12P", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0026876", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026876.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -182763,8 +181920,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG11403", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -182793,8 +181949,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2740", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2740", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -182802,11 +181959,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DDX17", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035720", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035720.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -182816,8 +181973,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10077", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -182846,8 +182002,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2740", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2740", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -182855,11 +182012,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DDX17", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029979", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029979.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -182869,8 +182026,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mahe", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -182899,8 +182055,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2740", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2740", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -182908,11 +182065,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DDX17", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003261", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003261.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -182922,8 +182079,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rm62", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -182952,8 +182108,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2741", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2741", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -182961,11 +182118,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DDX18", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0266581", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0266581.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -182975,8 +182132,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "pit", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -183004,8 +182160,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25628", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25628", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -183013,11 +182170,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DDX19A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0024804", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0024804.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -183027,8 +182184,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Dbp80", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -183057,8 +182213,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2742", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2742", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -183066,11 +182223,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DDX19B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0024804", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0024804.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -183080,8 +182237,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Dbp80", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -183110,8 +182266,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2743", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2743", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -183119,11 +182276,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DDX20", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0011802", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0011802.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -183133,8 +182290,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Gem3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -183163,8 +182319,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17347", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17347", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -183172,11 +182329,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DDX23", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032690", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032690.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -183186,8 +182343,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10333", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -183214,21 +182370,22 @@ "best": "Yes", "bestReverse": "Yes", "gene": { - "id": "HGNC:13266", + "id": "HGNC:15837", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15837", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "DDX24", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "DDX27", + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0034496", + "id": "FB:FBgn0021995", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0021995.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -183237,9 +182394,61 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG9143", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Rs1", + "taxonId": "NCBITaxon:7227" + }, + "methodCount": 9, + "predictionMethodsMatched": [ + "Ensembl Compara", + "Hieranoid", + "InParanoid", + "OrthoFinder", + "OrthoInspector", + "PANTHER", + "PhylomeDB", + "Roundup", + "TreeFam" + ], + "predictionMethodsNotCalled": [ + "HGNC", + "ZFIN" + ], + "predictionMethodsNotMatched": [ + "OMA" + ], + "stringencyFilter": "stringent", + "totalMethodCount": 10 + }, + { + "best": "Yes", + "bestReverse": "Yes", + "gene": { + "id": "HGNC:17330", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17330", + "species": { + "commonNames": "['human', 'hsa']", + "dataProviderFullName": "Rat Genome Database", + "dataProviderShortName": "RGD", + "name": "Homo sapiens", + "shortName": "Hsa", + "taxonId": "NCBITaxon:9606" + }, + "symbol": "DDX28", + "taxonId": "NCBITaxon:9606" + }, + "homologGene": { + "id": "FB:FBgn0086130", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0086130.html", + "species": { + "commonNames": "['fly', 'fruit fly', 'dme']", + "dataProviderFullName": "FlyBase", + "dataProviderShortName": "FB", + "name": "Drosophila melanogaster", + "shortName": "Dme", + "taxonId": "NCBITaxon:7227" + }, + "symbol": "Dbp21E2", + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -183266,21 +182475,22 @@ "best": "Yes", "bestReverse": "Yes", "gene": { - "id": "HGNC:15837", + "id": "HGNC:16715", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16715", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "DDX27", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "DDX31", + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0021995", + "id": "FB:FBgn0027602", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027602.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -183289,9 +182499,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "Rs1", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "CG8611", + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -183319,21 +182528,22 @@ "best": "Yes", "bestReverse": "Yes", "gene": { - "id": "HGNC:17330", + "id": "HGNC:17821", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17821", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "DDX28", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "DDX39A", + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0086130", + "id": "FB:FBgn0014189", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0014189.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -183342,9 +182552,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "Dbp21E2", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Hel25E", + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -183369,23 +182578,24 @@ }, { "best": "Yes", - "bestReverse": "Yes", + "bestReverse": "No", "gene": { - "id": "HGNC:16715", + "id": "HGNC:13917", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13917", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "DDX31", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "DDX39B", + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0027602", + "id": "FB:FBgn0014189", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0014189.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -183394,18 +182604,16 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG8611", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Hel25E", + "taxonId": "NCBITaxon:7227" }, - "methodCount": 9, + "methodCount": 8, "predictionMethodsMatched": [ - "Ensembl Compara", "Hieranoid", "InParanoid", + "OMA", "OrthoFinder", "OrthoInspector", - "PANTHER", "PhylomeDB", "Roundup", "TreeFam" @@ -183415,7 +182623,8 @@ "ZFIN" ], "predictionMethodsNotMatched": [ - "OMA" + "Ensembl Compara", + "PANTHER" ], "stringencyFilter": "stringent", "totalMethodCount": 10 @@ -183424,21 +182633,22 @@ "best": "Yes", "bestReverse": "Yes", "gene": { - "id": "HGNC:17821", + "id": "HGNC:2745", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2745", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "DDX39A", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "DDX3X", + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0014189", + "id": "FB:FBgn0263231", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0263231.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -183447,114 +182657,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "Hel25E", - "taxonId": "NCBITaxon:7227", - "url": null - }, - "methodCount": 10, - "predictionMethodsMatched": [ - "Ensembl Compara", - "Hieranoid", - "InParanoid", - "OMA", - "OrthoFinder", - "OrthoInspector", - "PANTHER", - "PhylomeDB", - "Roundup", - "TreeFam" - ], - "predictionMethodsNotCalled": [ - "HGNC", - "ZFIN" - ], - "predictionMethodsNotMatched": [], - "stringencyFilter": "stringent", - "totalMethodCount": 10 - }, - { - "best": "Yes", - "bestReverse": "No", - "gene": { - "id": "HGNC:13917", - "species": { - "commonNames": "['human']", - "dataProviderFullName": "Rat Genome Database", - "dataProviderShortName": "RGD", - "name": "Homo sapiens", - "shortName": "Hsa", - "taxonId": "NCBITaxon:9606" - }, - "symbol": "DDX39B", - "taxonId": "NCBITaxon:9606", - "url": null - }, - "homologGene": { - "id": "FB:FBgn0014189", - "species": { - "commonNames": "['fly', 'fruit fly', 'dme']", - "dataProviderFullName": "FlyBase", - "dataProviderShortName": "FB", - "name": "Drosophila melanogaster", - "shortName": "Dme", - "taxonId": "NCBITaxon:7227" - }, - "symbol": "Hel25E", - "taxonId": "NCBITaxon:7227", - "url": null - }, - "methodCount": 8, - "predictionMethodsMatched": [ - "Hieranoid", - "InParanoid", - "OMA", - "OrthoFinder", - "OrthoInspector", - "PhylomeDB", - "Roundup", - "TreeFam" - ], - "predictionMethodsNotCalled": [ - "HGNC", - "ZFIN" - ], - "predictionMethodsNotMatched": [ - "Ensembl Compara", - "PANTHER" - ], - "stringencyFilter": "stringent", - "totalMethodCount": 10 - }, - { - "best": "Yes", - "bestReverse": "Yes", - "gene": { - "id": "HGNC:2745", - "species": { - "commonNames": "['human']", - "dataProviderFullName": "Rat Genome Database", - "dataProviderShortName": "RGD", - "name": "Homo sapiens", - "shortName": "Hsa", - "taxonId": "NCBITaxon:9606" - }, - "symbol": "DDX3X", - "taxonId": "NCBITaxon:9606", - "url": null - }, - "homologGene": { - "id": "FB:FBgn0263231", - "species": { - "commonNames": "['fly', 'fruit fly', 'dme']", - "dataProviderFullName": "FlyBase", - "dataProviderShortName": "FB", - "name": "Drosophila melanogaster", - "shortName": "Dme", - "taxonId": "NCBITaxon:7227" - }, - "symbol": "bel", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "bel", + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -183582,8 +182686,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2699", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2699", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -183591,11 +182696,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DDX3Y", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0263231", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0263231.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -183605,8 +182710,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "bel", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -183634,8 +182738,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18700", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18700", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -183643,11 +182748,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DDX4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0283442", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0283442.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -183657,8 +182762,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "vas", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -183687,8 +182791,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18674", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18674", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -183696,11 +182801,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DDX41", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015331", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015331.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -183710,8 +182815,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "abs", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -183739,8 +182843,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18676", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18676", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -183748,11 +182853,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DDX42", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036104", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036104.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -183762,8 +182867,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6418", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -183791,8 +182895,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18677", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18677", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -183800,11 +182905,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DDX43", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029880", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029880.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -183814,8 +182919,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG14443", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -183844,8 +182948,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18677", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18677", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -183853,11 +182958,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DDX43", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037549", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037549.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -183867,8 +182972,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7878", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -183896,8 +183000,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18681", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18681", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -183905,11 +183010,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DDX46", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030631", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030631.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -183918,9 +183023,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG6227", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Prp5", + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -183948,8 +183052,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18682", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18682", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -183957,11 +183062,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DDX47", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032919", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032919.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -183971,8 +183076,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG9253", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -184001,8 +183105,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18684", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18684", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -184010,11 +183115,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DDX49", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010220", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010220.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -184024,8 +183129,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Dbp45A", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -184054,8 +183158,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:2746", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2746", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -184063,11 +183168,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DDX5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035720", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035720.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -184077,8 +183182,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10077", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -184107,8 +183211,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20082", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20082", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -184116,11 +183221,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DDX51", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004556", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004556.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -184130,8 +183235,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Dbp73D", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -184159,8 +183263,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20038", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20038", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -184168,11 +183273,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DDX52", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036754", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036754.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -184182,8 +183287,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5589", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -184211,8 +183315,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20083", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20083", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -184220,11 +183325,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DDX53", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029880", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029880.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -184234,8 +183339,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG14443", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -184264,8 +183368,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:20083", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20083", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -184273,11 +183378,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DDX53", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037549", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037549.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -184287,8 +183392,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7878", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -184317,8 +183421,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20084", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20084", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -184326,11 +183431,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DDX54", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052344", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052344.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -184340,8 +183445,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG32344", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -184370,8 +183474,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20085", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20085", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -184379,11 +183484,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DDX55", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037561", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037561.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -184393,8 +183498,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG9630", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -184422,8 +183526,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18193", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18193", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -184431,11 +183536,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DDX56", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0001565", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0001565.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -184445,8 +183550,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Hlc", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -184474,8 +183578,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2747", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2747", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -184483,11 +183588,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DDX6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004419", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004419.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -184497,8 +183602,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "me31B", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -184526,8 +183630,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14677", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14677", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -184535,11 +183640,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DEAF1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0013799", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0013799.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -184549,8 +183654,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Deaf1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -184579,8 +183683,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25969", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25969", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -184588,11 +183693,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DEF8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0046296", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0046296.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -184602,8 +183707,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "DEF8", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -184631,8 +183735,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13709", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13709", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -184640,11 +183745,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DEGS1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0001941", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0001941.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -184654,8 +183759,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ifc", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -184683,8 +183787,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20113", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20113", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -184692,11 +183797,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DEGS2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0001941", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0001941.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -184706,8 +183811,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ifc", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -184735,8 +183839,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2768", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2768", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -184744,11 +183849,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DEK", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0026533", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026533.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -184758,8 +183863,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Dek", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -184788,8 +183892,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:29324", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29324", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -184797,11 +183902,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DENND1A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027561", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027561.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -184811,8 +183916,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG18659", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -184841,8 +183945,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28404", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28404", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -184850,11 +183955,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DENND1B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027561", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027561.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -184864,8 +183969,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG18659", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -184894,8 +183998,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:26225", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26225", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -184903,11 +184008,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DENND1C", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027561", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027561.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -184917,8 +184022,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG18659", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -184947,8 +184051,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:24321", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24321", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -184956,11 +184061,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DENND4A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0025864", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0025864.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -184970,8 +184075,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Crag", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -185000,8 +184104,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:29044", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29044", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -185009,11 +184114,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DENND4B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0025864", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0025864.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -185023,8 +184128,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Crag", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -185053,8 +184157,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26079", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26079", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -185062,11 +184167,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DENND4C", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0025864", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0025864.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -185076,8 +184181,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Crag", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -185105,8 +184209,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19344", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19344", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -185114,11 +184219,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DENND5A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035229", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035229.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -185128,8 +184233,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "pns", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -185157,8 +184261,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:28338", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28338", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -185166,11 +184271,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DENND5B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035229", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035229.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -185180,8 +184285,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "pns", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -185210,8 +184314,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:26635", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26635", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -185219,11 +184324,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DENND6A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029756", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029756.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -185233,8 +184338,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG3309", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -185263,8 +184367,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:32690", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:32690", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -185272,11 +184377,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DENND6B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029756", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029756.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -185286,8 +184391,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG3309", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -185315,8 +184419,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2769", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2769", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -185324,11 +184429,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DENR", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030802", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030802.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -185338,8 +184443,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "DENR", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -185367,8 +184471,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18423", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18423", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -185376,11 +184481,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DEPDC5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035227", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035227.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -185390,8 +184495,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Iml1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -185420,8 +184524,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24269", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24269", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -185429,11 +184534,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DERA", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033735", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033735.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -185443,8 +184548,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Dera", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -185472,8 +184576,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28454", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28454", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -185481,11 +184586,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DERL1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0267972", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0267972.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -185495,8 +184600,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Der-1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -185524,8 +184628,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17943", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17943", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -185533,11 +184638,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DERL2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038438", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038438.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -185547,8 +184652,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Der-2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -185576,8 +184680,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:14236", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14236", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -185585,11 +184690,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DERL3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038438", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038438.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -185599,8 +184704,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Der-2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -185629,8 +184733,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24264", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24264", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -185638,11 +184743,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DESI2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031026", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031026.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -185652,8 +184757,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG12231", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -185682,8 +184786,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24264", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24264", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -185691,11 +184796,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DESI2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033551", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033551.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -185705,8 +184810,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7222", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -185734,8 +184838,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25477", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25477", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -185743,11 +184848,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DET1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000018", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000018.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -185757,8 +184862,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "abo", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -185786,8 +184890,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2773", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2773", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -185795,11 +184900,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DFFB", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028406", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028406.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -185809,8 +184914,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Drep4", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -185838,8 +184942,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2843", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2843", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -185847,11 +184952,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DGAT1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004797", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004797.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -185861,8 +184966,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mdy", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -185890,8 +184994,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:16940", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16940", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -185899,11 +185004,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DGAT2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033214", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033214.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -185913,8 +185018,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG1941", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -185943,8 +185047,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:16940", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16940", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -185952,11 +185057,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DGAT2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033216", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033216.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -185966,8 +185071,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG1946", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -185996,8 +185100,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:16940", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16940", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -186005,11 +185110,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DGAT2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033215", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033215.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -186019,8 +185124,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Dgat2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -186049,8 +185153,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:23250", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23250", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -186058,11 +185163,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DGAT2L6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033214", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033214.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -186072,8 +185177,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG1941", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -186102,8 +185206,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:23250", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23250", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -186111,11 +185216,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DGAT2L6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033216", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033216.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -186125,8 +185230,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG1946", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -186155,8 +185259,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:23250", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23250", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -186164,11 +185269,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DGAT2L6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033215", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033215.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -186178,8 +185283,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Dgat2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -186208,8 +185312,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:44367", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:44367", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -186217,11 +185322,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DGAT2L7P", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033214", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033214.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -186231,8 +185336,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG1941", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -186261,8 +185365,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:44367", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:44367", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -186270,11 +185375,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DGAT2L7P", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033216", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033216.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -186284,8 +185389,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG1946", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -186314,8 +185418,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:44367", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:44367", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -186323,11 +185428,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DGAT2L7P", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033215", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033215.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -186337,8 +185442,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Dgat2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -186367,8 +185471,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2845", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2845", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -186376,11 +185481,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DGCR2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052647", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052647.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -186390,8 +185495,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG32647", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -186420,8 +185524,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:2846", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2846", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -186429,11 +185534,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DGCR6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0001099", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0001099.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -186443,8 +185548,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "gdl", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -186473,8 +185577,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18551", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18551", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -186482,11 +185587,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DGCR6L", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0001099", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0001099.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -186496,8 +185601,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "gdl", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -186526,8 +185630,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2847", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2847", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -186535,11 +185640,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DGCR8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039861", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039861.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -186549,8 +185654,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "pasha", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -186579,8 +185683,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:2849", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2849", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -186588,11 +185693,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DGKA", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0085390", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0085390.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -186602,8 +185707,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Dgk", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -186632,8 +185736,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2850", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2850", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -186641,11 +185746,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DGKB", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0085390", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0085390.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -186655,8 +185760,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Dgk", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -186684,8 +185788,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2851", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2851", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -186693,11 +185798,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DGKD", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0085413", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0085413.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -186707,8 +185812,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG34384", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -186737,8 +185841,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2852", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2852", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -186746,11 +185851,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DGKE", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0020930", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0020930.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -186760,8 +185865,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Dgk\u03b5", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -186790,8 +185894,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:2853", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2853", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -186799,11 +185904,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DGKG", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0085390", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0085390.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -186813,8 +185918,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Dgk", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -186843,8 +185947,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2854", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2854", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -186852,11 +185957,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DGKH", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0085413", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0085413.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -186866,8 +185971,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG34384", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -186896,8 +186000,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2855", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2855", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -186905,11 +186010,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DGKI", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261549", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261549.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -186919,8 +186024,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "rdgA", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -186949,8 +186053,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:32395", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:32395", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -186958,11 +186063,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DGKK", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0085413", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0085413.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -186972,8 +186077,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG34384", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -187002,8 +186106,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2856", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2856", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -187011,11 +186116,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DGKQ", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051140", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051140.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -187025,8 +186130,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG31140", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -187055,8 +186159,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:2857", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2857", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -187064,11 +186169,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DGKZ", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261549", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261549.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -187078,8 +186183,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "rdgA", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -187108,8 +186212,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20603", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20603", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -187117,11 +186222,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DHDDS", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029980", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029980.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -187130,9 +186235,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG10778", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Dhdds", + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -187160,8 +186264,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17887", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17887", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -187169,11 +186274,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DHDH", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032609", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032609.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -187183,8 +186288,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG13280", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -187213,8 +186317,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17887", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17887", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -187222,11 +186327,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DHDH", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031417", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031417.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -187236,8 +186341,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG3597", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -187266,8 +186370,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17887", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17887", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -187275,11 +186380,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DHDH", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031418", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031418.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -187289,8 +186394,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG3609", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -187319,8 +186423,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:2861", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2861", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -187328,11 +186433,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DHFR", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004087", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004087.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -187342,8 +186447,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Dhfr", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -187372,8 +186476,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:27309", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:27309", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -187381,11 +186486,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DHFR2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004087", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004087.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -187395,8 +186500,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Dhfr", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -187425,8 +186529,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:2862", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2862", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -187434,11 +186539,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DHFRP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004087", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004087.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -187448,8 +186553,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Dhfr", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -187478,8 +186582,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2865", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2865", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -187487,11 +186592,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DHH", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004644", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004644.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -187501,8 +186606,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "hh", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -187530,8 +186634,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2867", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2867", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -187539,11 +186644,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DHODH", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000447", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000447.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -187553,8 +186658,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Dhod", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -187582,8 +186686,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2869", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2869", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -187591,11 +186696,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DHPS", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035854", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035854.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -187604,9 +186709,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG8005", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Dhps", + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -187634,8 +186738,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28639", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28639", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -187643,11 +186748,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DHRS11", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0026268", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026268.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -187657,8 +186762,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "antdh", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -187687,8 +186791,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28639", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28639", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -187696,11 +186801,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DHRS11", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030073", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030073.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -187710,8 +186815,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10962", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -187740,8 +186844,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28639", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28639", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -187749,11 +186854,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DHRS11", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038878", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038878.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -187763,8 +186868,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG3301", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -187793,8 +186897,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28639", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28639", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -187802,11 +186907,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DHRS11", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0069973", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0069973.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -187816,8 +186921,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG40485", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -187846,8 +186950,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28639", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28639", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -187855,11 +186960,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DHRS11", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0263830", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0263830.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -187869,8 +186974,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG40486", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -187899,8 +187003,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28639", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28639", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -187908,11 +187013,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DHRS11", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036380", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036380.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -187922,8 +187027,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8757", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -187952,8 +187056,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28639", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28639", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -187961,11 +187066,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DHRS11", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031775", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031775.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -187975,8 +187080,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG9150", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -188005,8 +187109,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28639", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28639", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -188014,11 +187119,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DHRS11", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030332", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030332.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -188028,8 +187133,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG9360", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -188058,8 +187162,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28639", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28639", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -188067,11 +187172,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DHRS11", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038946", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038946.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -188081,8 +187186,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "rdhB", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -188111,8 +187215,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28326", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28326", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -188120,11 +187225,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DHRS13", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038610", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038610.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -188134,8 +187239,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7675", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -188164,8 +187268,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18349", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18349", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -188173,11 +187278,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DHRS2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035588", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035588.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -188186,9 +187291,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG10672", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Dhrs4", + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -188216,8 +187320,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:17693", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17693", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -188225,11 +187330,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DHRS3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031630", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031630.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -188239,8 +187344,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG15629", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -188269,8 +187373,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16985", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16985", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -188278,11 +187383,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DHRS4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035588", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035588.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -188291,9 +187396,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG10672", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Dhrs4", + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -188321,8 +187425,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:19732", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19732", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -188330,11 +187435,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DHRS4L1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035588", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035588.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -188343,9 +187448,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG10672", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Dhrs4", + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -188374,8 +187478,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:19731", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19731", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -188383,11 +187488,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DHRS4L2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035588", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035588.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -188396,9 +187501,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG10672", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Dhrs4", + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -188427,8 +187531,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21524", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21524", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -188436,11 +187541,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DHRS7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031360", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031360.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -188450,8 +187555,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG31937", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -188479,8 +187583,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24547", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24547", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -188488,11 +187593,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DHRS7B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027583", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027583.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -188502,8 +187607,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7601", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -188532,8 +187636,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:32423", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:32423", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -188541,11 +187646,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DHRS7C", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027583", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027583.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -188555,8 +187660,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7601", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -188585,8 +187689,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18399", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18399", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -188594,11 +187699,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DHRSX", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034500", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034500.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -188608,8 +187713,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG11200", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -188638,8 +187742,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23537", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23537", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -188647,11 +187752,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DHTKD1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039827", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039827.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -188661,8 +187766,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG1544", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -188690,8 +187794,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2738", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2738", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -188699,11 +187804,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DHX15", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033160", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033160.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -188713,8 +187818,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Dhx15", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -188742,8 +187846,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2739", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2739", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -188751,11 +187856,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DHX16", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0086444", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0086444.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -188765,8 +187870,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "l(2)37Cb", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -188794,8 +187898,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16718", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16718", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -188803,11 +187908,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DHX33", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032194", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032194.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -188817,8 +187922,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG4901", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -188847,8 +187951,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16719", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16719", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -188856,11 +187961,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DHX34", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052533", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052533.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -188870,8 +187975,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG32533", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -188899,8 +188003,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15861", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15861", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -188908,11 +188013,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DHX35", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031631", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031631.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -188922,8 +188027,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG3225", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -188951,8 +188055,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14410", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14410", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -188960,11 +188065,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DHX36", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032883", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032883.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -188974,8 +188079,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rhau", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -189003,8 +188107,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17210", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17210", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -189012,11 +188117,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DHX37", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0001330", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0001330.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -189026,8 +188131,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "kz", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -189055,8 +188159,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17211", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17211", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -189064,11 +188169,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DHX38", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0026713", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026713.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -189077,9 +188182,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "l(1)G0007", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Prp16", + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -189108,8 +188212,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20086", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20086", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -189117,11 +188222,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DHX57", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030246", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030246.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -189131,8 +188236,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG1582", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -189161,8 +188265,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2749", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2749", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -189170,11 +188275,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DHX8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0086895", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0086895.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -189184,8 +188289,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "pea", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -189213,8 +188317,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2750", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2750", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -189222,11 +188327,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DHX9", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0002774", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0002774.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -189236,8 +188341,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mle", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -189265,8 +188369,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:2876", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2876", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -189274,11 +188379,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DIAPH1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0011202", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0011202.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -189288,8 +188393,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "dia", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -189318,8 +188422,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2877", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2877", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -189327,11 +188432,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DIAPH2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0011202", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0011202.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -189341,8 +188446,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "dia", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -189370,8 +188474,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:15480", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15480", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -189379,11 +188484,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DIAPH3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0011202", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0011202.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -189393,8 +188498,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "dia", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -189423,8 +188527,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17098", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17098", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -189432,11 +188537,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DICER1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039016", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039016.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -189446,8 +188551,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Dcr-1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -189475,8 +188579,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17098", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17098", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -189484,11 +188589,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DICER1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034246", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034246.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -189498,8 +188603,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Dcr-2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -189528,8 +188632,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2680", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2680", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -189537,11 +188642,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DIDO1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0082831", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0082831.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -189551,8 +188656,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "pps", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -189581,8 +188685,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30217", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30217", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -189590,11 +188695,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DIMT1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039627", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039627.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -189604,8 +188709,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG11837", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -189633,8 +188737,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:17217", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17217", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -189642,11 +188747,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DIP2A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0024806", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0024806.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -189656,8 +188761,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "DIP2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -189686,8 +188790,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29284", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29284", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -189695,11 +188800,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DIP2B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0024806", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0024806.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -189709,8 +188814,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "DIP2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -189738,8 +188842,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29150", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29150", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -189747,11 +188852,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DIP2C", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0024806", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0024806.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -189761,8 +188866,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "DIP2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -189790,8 +188894,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:32213", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:32213", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -189799,11 +188904,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DIPK1A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035179", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035179.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -189813,8 +188918,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG12038", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -189843,8 +188947,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:28290", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28290", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -189852,11 +188957,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DIPK1B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035179", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035179.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -189866,8 +188971,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG12038", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -189896,8 +189000,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:31729", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:31729", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -189905,11 +189010,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DIPK1C", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035179", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035179.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -189919,8 +189024,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG12038", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -189949,8 +189053,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28490", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28490", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -189958,11 +189063,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DIPK2A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034705", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034705.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -189972,8 +189077,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG11170", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -190002,8 +189106,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:25866", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25866", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -190011,11 +189116,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DIPK2B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034705", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034705.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -190025,8 +189130,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG11170", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -190055,8 +189159,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:19127", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19127", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -190064,11 +189169,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DIRAS1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037754", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037754.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -190078,8 +189183,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8500", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -190108,8 +189212,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19323", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19323", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -190117,11 +189222,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DIRAS2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037754", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037754.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -190131,8 +189236,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8500", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -190161,8 +189265,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20604", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20604", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -190170,11 +189275,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DIS3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039183", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039183.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -190184,8 +189289,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Dis3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -190214,8 +189318,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28648", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28648", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -190223,11 +189328,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DIS3L2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035111", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035111.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -190237,8 +189342,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Dis3l2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -190267,8 +189371,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19711", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19711", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -190276,11 +189381,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DISP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029088", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029088.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -190290,8 +189395,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "disp", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -190320,8 +189424,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:19712", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19712", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -190329,11 +189434,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DISP2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029088", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029088.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -190343,8 +189448,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "disp", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -190373,8 +189477,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2890", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2890", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -190382,11 +189487,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DKC1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0259937", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0259937.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -190396,8 +189501,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Nop60B", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -190425,8 +189529,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2896", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2896", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -190434,11 +189539,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DLAT", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0283658", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0283658.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -190448,8 +189553,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "muc", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -190478,8 +189582,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2897", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2897", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -190487,11 +189592,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DLC1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0285955", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0285955.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -190501,8 +189606,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "cv-c", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -190531,8 +189635,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2898", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2898", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -190540,11 +189645,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DLD", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036762", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036762.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -190554,8 +189659,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7430", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -190583,8 +189687,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2900", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2900", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -190592,11 +189697,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DLG1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0001624", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0001624.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -190606,8 +189711,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "dlg1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -190636,8 +189740,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:2901", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2901", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -190645,11 +189750,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DLG2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0001624", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0001624.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -190659,8 +189764,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "dlg1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -190689,8 +189793,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:2902", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2902", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -190698,11 +189803,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DLG3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0001624", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0001624.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -190712,8 +189817,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "dlg1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -190742,8 +189846,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:2903", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2903", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -190751,11 +189856,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DLG4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0001624", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0001624.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -190765,8 +189870,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "dlg1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -190795,8 +189899,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2904", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2904", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -190804,11 +189909,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DLG5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032363", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032363.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -190818,8 +189923,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Dlg5", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -190848,8 +189952,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2905", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2905", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -190857,11 +189962,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DLGAP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0259978", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0259978.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -190871,8 +189976,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "vlc", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -190901,8 +190005,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:2906", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2906", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -190910,11 +190015,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DLGAP2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0259978", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0259978.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -190924,8 +190029,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "vlc", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -190954,8 +190058,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30368", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30368", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -190963,11 +190068,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DLGAP3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0259978", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0259978.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -190977,8 +190082,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "vlc", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -191007,8 +190111,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24476", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24476", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -191016,11 +190121,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DLGAP4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0259978", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0259978.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -191030,8 +190135,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "vlc", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -191060,8 +190164,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16864", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16864", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -191069,11 +190174,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DLGAP5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033845", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033845.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -191083,8 +190188,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mars", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -191113,8 +190217,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2907", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2907", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -191122,11 +190227,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DLK1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261514", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261514.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -191136,8 +190241,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "NimA", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -191166,8 +190270,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2908", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2908", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -191175,11 +190280,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DLL1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000463", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000463.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -191189,8 +190294,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Dl", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -191219,8 +190323,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2910", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2910", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -191228,11 +190333,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DLL4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000463", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000463.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -191242,8 +190347,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Dl", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -191272,8 +190376,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2911", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2911", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -191281,11 +190386,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DLST", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037891", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037891.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -191295,8 +190400,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5214", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -191324,8 +190428,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2914", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2914", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -191333,11 +190438,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DLX1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000157", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000157.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -191347,8 +190452,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Dll", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -191377,8 +190481,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:2915", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2915", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -191386,11 +190491,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DLX2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000157", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000157.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -191400,8 +190505,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Dll", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -191430,8 +190534,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:2916", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2916", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -191439,11 +190544,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DLX3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000157", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000157.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -191453,8 +190558,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Dll", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -191483,8 +190587,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:2917", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2917", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -191492,11 +190597,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DLX4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000157", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000157.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -191506,8 +190611,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Dll", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -191536,8 +190640,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:2918", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2918", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -191545,11 +190650,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DLX5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000157", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000157.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -191559,8 +190664,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Dll", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -191589,8 +190693,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2919", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2919", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -191598,11 +190703,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DLX6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000157", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000157.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -191612,8 +190717,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Dll", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -191642,8 +190746,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25496", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25496", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -191651,11 +190756,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DMAC2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037018", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037018.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -191665,8 +190770,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG4042", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -191695,8 +190799,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18799", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18799", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -191704,11 +190809,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DMAC2L", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034081", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034081.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -191718,8 +190823,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10731", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -191748,8 +190852,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18291", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18291", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -191757,11 +190862,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DMAP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034537", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034537.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -191771,8 +190876,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "DMAP1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -191800,8 +190904,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2928", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2928", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -191809,11 +190914,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DMD", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0260003", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0260003.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -191823,8 +190928,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Dys", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -191853,8 +190957,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2935", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2935", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -191862,11 +190967,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DMRT2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030477", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030477.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -191876,8 +190981,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "dmrt11E", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -191906,8 +191010,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13909", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13909", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -191915,11 +191020,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DMRT3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038851", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038851.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -191929,8 +191034,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "dmrt93B", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -191959,8 +191063,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:13826", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13826", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -191968,11 +191073,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DMRTA1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039683", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039683.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -191982,8 +191087,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "dmrt99B", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -192012,8 +191116,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13908", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13908", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -192021,11 +191126,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DMRTA2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039683", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039683.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -192035,8 +191140,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "dmrt99B", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -192065,8 +191169,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13913", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13913", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -192074,11 +191179,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DMRTB1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000504", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000504.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -192088,8 +191193,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "dsx", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -192118,8 +191222,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:3382", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3382", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -192127,11 +191232,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DMTN", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051352", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051352.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -192141,8 +191246,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Unc-115a", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -192171,8 +191275,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:2936", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2936", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -192180,11 +191285,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DMWD", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039451", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039451.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -192194,8 +191299,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6420", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -192224,8 +191328,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2937", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2937", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -192233,11 +191338,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DMXL1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0023458", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0023458.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -192247,8 +191352,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rbcn-3A", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -192277,8 +191381,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2938", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2938", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -192286,11 +191391,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DMXL2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0023458", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0023458.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -192300,8 +191405,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rbcn-3A", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -192330,8 +191434,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2939", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2939", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -192339,11 +191444,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DNA2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030170", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030170.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -192353,8 +191458,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG2990", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -192382,8 +191486,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30539", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30539", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -192391,11 +191496,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DNAAF1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0023090", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0023090.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -192405,8 +191510,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "dtr", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -192430,13 +191534,119 @@ "stringencyFilter": "stringent", "totalMethodCount": 10 }, + { + "best": "Yes", + "bestReverse": "Yes", + "gene": { + "id": "HGNC:25176", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25176", + "species": { + "commonNames": "['human', 'hsa']", + "dataProviderFullName": "Rat Genome Database", + "dataProviderShortName": "RGD", + "name": "Homo sapiens", + "shortName": "Hsa", + "taxonId": "NCBITaxon:9606" + }, + "symbol": "DNAAF10", + "taxonId": "NCBITaxon:9606" + }, + "homologGene": { + "id": "FB:FBgn0036771", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036771.html", + "species": { + "commonNames": "['fly', 'fruit fly', 'dme']", + "dataProviderFullName": "FlyBase", + "dataProviderShortName": "FB", + "name": "Drosophila melanogaster", + "shortName": "Dme", + "taxonId": "NCBITaxon:7227" + }, + "symbol": "Wdr92", + "taxonId": "NCBITaxon:7227" + }, + "methodCount": 10, + "predictionMethodsMatched": [ + "Ensembl Compara", + "Hieranoid", + "InParanoid", + "OMA", + "OrthoFinder", + "OrthoInspector", + "PANTHER", + "PhylomeDB", + "Roundup", + "TreeFam" + ], + "predictionMethodsNotCalled": [ + "HGNC", + "ZFIN" + ], + "predictionMethodsNotMatched": [], + "stringencyFilter": "stringent", + "totalMethodCount": 10 + }, + { + "best": "Yes", + "bestReverse": "Yes", + "gene": { + "id": "HGNC:16725", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16725", + "species": { + "commonNames": "['human', 'hsa']", + "dataProviderFullName": "Rat Genome Database", + "dataProviderShortName": "RGD", + "name": "Homo sapiens", + "shortName": "Hsa", + "taxonId": "NCBITaxon:9606" + }, + "symbol": "DNAAF11", + "taxonId": "NCBITaxon:9606" + }, + "homologGene": { + "id": "FB:FBgn0014395", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0014395.html", + "species": { + "commonNames": "['fly', 'fruit fly', 'dme']", + "dataProviderFullName": "FlyBase", + "dataProviderShortName": "FB", + "name": "Drosophila melanogaster", + "shortName": "Dme", + "taxonId": "NCBITaxon:7227" + }, + "symbol": "tilB", + "taxonId": "NCBITaxon:7227" + }, + "methodCount": 9, + "predictionMethodsMatched": [ + "Ensembl Compara", + "Hieranoid", + "InParanoid", + "OMA", + "OrthoFinder", + "OrthoInspector", + "PhylomeDB", + "Roundup", + "TreeFam" + ], + "predictionMethodsNotCalled": [ + "HGNC", + "ZFIN" + ], + "predictionMethodsNotMatched": [ + "PANTHER" + ], + "stringencyFilter": "stringent", + "totalMethodCount": 10 + }, { "best": "Yes", "bestReverse": "Yes", "gene": { "id": "HGNC:20188", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20188", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -192444,11 +191654,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DNAAF2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033224", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033224.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -192458,8 +191668,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Nop17l", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -192488,8 +191697,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30492", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30492", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -192497,11 +191707,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DNAAF3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034352", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034352.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -192510,9 +191720,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG17669", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Dnaaf3", + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -192540,8 +191749,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21493", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21493", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -192549,11 +191759,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DNAAF4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032345", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032345.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -192563,8 +191773,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG14921", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -192593,8 +191802,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26013", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26013", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -192602,11 +191812,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DNAAF5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051320", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051320.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -192616,8 +191826,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "HEATR2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -192645,8 +191854,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28570", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28570", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -192654,11 +191864,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DNAAF6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036437", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036437.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -192668,8 +191878,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5048", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -192697,8 +191906,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2941", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2941", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -192706,11 +191916,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DNAH10", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0013813", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0013813.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -192720,8 +191930,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Dhc98D", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -192750,8 +191959,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:2942", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2942", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -192759,11 +191969,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DNAH11", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039510", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039510.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -192773,8 +191983,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG3339", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -192803,8 +192012,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:2942", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2942", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -192812,11 +192022,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DNAH11", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0013812", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0013812.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -192826,8 +192036,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Dhc93AB", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -192856,8 +192065,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2943", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2943", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -192865,11 +192075,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DNAH12", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0013811", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0013811.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -192879,8 +192089,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Dhc62B", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -192909,8 +192118,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:2946", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2946", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -192918,11 +192128,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DNAH17", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0013812", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0013812.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -192932,8 +192142,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Dhc93AB", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -192962,8 +192171,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2948", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2948", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -192971,11 +192181,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DNAH2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0001313", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0001313.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -192985,8 +192195,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "kl-2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -193015,8 +192224,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2949", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2949", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -193024,11 +192234,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DNAH3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035581", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035581.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -193038,8 +192248,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Dnah3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -193063,66 +192272,14 @@ "stringencyFilter": "stringent", "totalMethodCount": 10 }, - { - "best": "Yes", - "bestReverse": "Yes", - "gene": { - "id": "HGNC:2950", - "species": { - "commonNames": "['human']", - "dataProviderFullName": "Rat Genome Database", - "dataProviderShortName": "RGD", - "name": "Homo sapiens", - "shortName": "Hsa", - "taxonId": "NCBITaxon:9606" - }, - "symbol": "DNAH5", - "taxonId": "NCBITaxon:9606", - "url": null - }, - "homologGene": { - "id": "FB:FBgn0037726", - "species": { - "commonNames": "['fly', 'fruit fly', 'dme']", - "dataProviderFullName": "FlyBase", - "dataProviderShortName": "FB", - "name": "Drosophila melanogaster", - "shortName": "Dme", - "taxonId": "NCBITaxon:7227" - }, - "symbol": "CG9492", - "taxonId": "NCBITaxon:7227", - "url": null - }, - "methodCount": 6, - "predictionMethodsMatched": [ - "InParanoid", - "OMA", - "OrthoFinder", - "OrthoInspector", - "PhylomeDB", - "TreeFam" - ], - "predictionMethodsNotCalled": [ - "HGNC", - "ZFIN" - ], - "predictionMethodsNotMatched": [ - "Ensembl Compara", - "Hieranoid", - "PANTHER", - "Roundup" - ], - "stringencyFilter": "stringent", - "totalMethodCount": 10 - }, { "best": "No", "bestReverse": "Yes", "gene": { "id": "HGNC:2950", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2950", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -193130,11 +192287,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DNAH5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0267432", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0267432.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -193144,8 +192301,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "kl-3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -193174,8 +192330,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2951", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2951", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -193183,11 +192340,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DNAH6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0283476", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0283476.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -193197,8 +192354,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Dhc16F", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -193227,8 +192383,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18661", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18661", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -193236,11 +192393,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DNAH7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0013810", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0013810.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -193250,8 +192407,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Dhc36C", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -193275,66 +192431,14 @@ "stringencyFilter": "stringent", "totalMethodCount": 10 }, - { - "best": "Yes", - "bestReverse": "Yes", - "gene": { - "id": "HGNC:2952", - "species": { - "commonNames": "['human']", - "dataProviderFullName": "Rat Genome Database", - "dataProviderShortName": "RGD", - "name": "Homo sapiens", - "shortName": "Hsa", - "taxonId": "NCBITaxon:9606" - }, - "symbol": "DNAH8", - "taxonId": "NCBITaxon:9606", - "url": null - }, - "homologGene": { - "id": "FB:FBgn0037726", - "species": { - "commonNames": "['fly', 'fruit fly', 'dme']", - "dataProviderFullName": "FlyBase", - "dataProviderShortName": "FB", - "name": "Drosophila melanogaster", - "shortName": "Dme", - "taxonId": "NCBITaxon:7227" - }, - "symbol": "CG9492", - "taxonId": "NCBITaxon:7227", - "url": null - }, - "methodCount": 6, - "predictionMethodsMatched": [ - "Ensembl Compara", - "InParanoid", - "OMA", - "OrthoInspector", - "PhylomeDB", - "TreeFam" - ], - "predictionMethodsNotCalled": [ - "HGNC", - "ZFIN" - ], - "predictionMethodsNotMatched": [ - "Hieranoid", - "OrthoFinder", - "PANTHER", - "Roundup" - ], - "stringencyFilter": "stringent", - "totalMethodCount": 10 - }, { "best": "No", "bestReverse": "Yes", "gene": { "id": "HGNC:2953", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2953", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -193342,11 +192446,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DNAH9", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039510", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039510.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -193356,8 +192460,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG3339", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -193386,8 +192489,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2953", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2953", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -193395,11 +192499,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DNAH9", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0013812", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0013812.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -193409,8 +192513,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Dhc93AB", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -193439,8 +192542,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2954", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2954", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -193448,11 +192552,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DNAI1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034566", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034566.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -193462,8 +192566,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG9313", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -193492,8 +192595,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18744", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18744", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -193501,11 +192605,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DNAI2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032520", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032520.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -193515,8 +192619,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10859", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -193545,8 +192648,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18744", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18744", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -193554,11 +192658,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DNAI2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029993", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029993.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -193568,8 +192672,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG1571", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -193598,8 +192701,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18744", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18744", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -193607,11 +192711,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DNAI2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036195", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036195.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -193621,8 +192725,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Dnai2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -193651,8 +192754,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30711", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30711", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -193660,11 +192764,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DNAI3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035799", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035799.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -193673,9 +192777,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG14838", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "mmm", + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -193704,8 +192807,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26252", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26252", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -193713,11 +192817,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DNAI4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035256", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035256.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -193727,8 +192831,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG13930", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -193757,8 +192860,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26252", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26252", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -193766,11 +192870,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DNAI4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0263988", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0263988.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -193780,8 +192884,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Dic61B", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -193805,13 +192908,226 @@ "stringencyFilter": "stringent", "totalMethodCount": 10 }, + { + "best": "No", + "bestReverse": "Yes", + "gene": { + "id": "HGNC:29599", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29599", + "species": { + "commonNames": "['human', 'hsa']", + "dataProviderFullName": "Rat Genome Database", + "dataProviderShortName": "RGD", + "name": "Homo sapiens", + "shortName": "Hsa", + "taxonId": "NCBITaxon:9606" + }, + "symbol": "DNAI7", + "taxonId": "NCBITaxon:9606" + }, + "homologGene": { + "id": "FB:FBgn0037040", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037040.html", + "species": { + "commonNames": "['fly', 'fruit fly', 'dme']", + "dataProviderFullName": "FlyBase", + "dataProviderShortName": "FB", + "name": "Drosophila melanogaster", + "shortName": "Dme", + "taxonId": "NCBITaxon:7227" + }, + "symbol": "CG12983", + "taxonId": "NCBITaxon:7227" + }, + "methodCount": 4, + "predictionMethodsMatched": [ + "Ensembl Compara", + "Hieranoid", + "PANTHER", + "TreeFam" + ], + "predictionMethodsNotCalled": [ + "HGNC", + "ZFIN" + ], + "predictionMethodsNotMatched": [ + "InParanoid", + "OMA", + "OrthoFinder", + "OrthoInspector", + "PhylomeDB", + "Roundup" + ], + "stringencyFilter": "stringent", + "totalMethodCount": 10 + }, + { + "best": "Yes", + "bestReverse": "Yes", + "gene": { + "id": "HGNC:29599", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29599", + "species": { + "commonNames": "['human', 'hsa']", + "dataProviderFullName": "Rat Genome Database", + "dataProviderShortName": "RGD", + "name": "Homo sapiens", + "shortName": "Hsa", + "taxonId": "NCBITaxon:9606" + }, + "symbol": "DNAI7", + "taxonId": "NCBITaxon:9606" + }, + "homologGene": { + "id": "FB:FBgn0030889", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030889.html", + "species": { + "commonNames": "['fly', 'fruit fly', 'dme']", + "dataProviderFullName": "FlyBase", + "dataProviderShortName": "FB", + "name": "Drosophila melanogaster", + "shortName": "Dme", + "taxonId": "NCBITaxon:7227" + }, + "symbol": "CG15373", + "taxonId": "NCBITaxon:7227" + }, + "methodCount": 8, + "predictionMethodsMatched": [ + "Ensembl Compara", + "InParanoid", + "OrthoFinder", + "OrthoInspector", + "PANTHER", + "PhylomeDB", + "Roundup", + "TreeFam" + ], + "predictionMethodsNotCalled": [ + "HGNC", + "ZFIN" + ], + "predictionMethodsNotMatched": [ + "Hieranoid", + "OMA" + ], + "stringencyFilter": "stringent", + "totalMethodCount": 10 + }, + { + "best": "No", + "bestReverse": "Yes", + "gene": { + "id": "HGNC:29599", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29599", + "species": { + "commonNames": "['human', 'hsa']", + "dataProviderFullName": "Rat Genome Database", + "dataProviderShortName": "RGD", + "name": "Homo sapiens", + "shortName": "Hsa", + "taxonId": "NCBITaxon:9606" + }, + "symbol": "DNAI7", + "taxonId": "NCBITaxon:9606" + }, + "homologGene": { + "id": "FB:FBgn0053286", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0053286.html", + "species": { + "commonNames": "['fly', 'fruit fly', 'dme']", + "dataProviderFullName": "FlyBase", + "dataProviderShortName": "FB", + "name": "Drosophila melanogaster", + "shortName": "Dme", + "taxonId": "NCBITaxon:7227" + }, + "symbol": "CG33286", + "taxonId": "NCBITaxon:7227" + }, + "methodCount": 6, + "predictionMethodsMatched": [ + "Ensembl Compara", + "Hieranoid", + "PANTHER", + "PhylomeDB", + "Roundup", + "TreeFam" + ], + "predictionMethodsNotCalled": [ + "HGNC", + "ZFIN" + ], + "predictionMethodsNotMatched": [ + "InParanoid", + "OMA", + "OrthoFinder", + "OrthoInspector" + ], + "stringencyFilter": "stringent", + "totalMethodCount": 10 + }, + { + "best": "No", + "bestReverse": "Yes", + "gene": { + "id": "HGNC:29599", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29599", + "species": { + "commonNames": "['human', 'hsa']", + "dataProviderFullName": "Rat Genome Database", + "dataProviderShortName": "RGD", + "name": "Homo sapiens", + "shortName": "Hsa", + "taxonId": "NCBITaxon:9606" + }, + "symbol": "DNAI7", + "taxonId": "NCBITaxon:9606" + }, + "homologGene": { + "id": "FB:FBgn0053287", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0053287.html", + "species": { + "commonNames": "['fly', 'fruit fly', 'dme']", + "dataProviderFullName": "FlyBase", + "dataProviderShortName": "FB", + "name": "Drosophila melanogaster", + "shortName": "Dme", + "taxonId": "NCBITaxon:7227" + }, + "symbol": "CG33287", + "taxonId": "NCBITaxon:7227" + }, + "methodCount": 4, + "predictionMethodsMatched": [ + "Ensembl Compara", + "Hieranoid", + "PANTHER", + "TreeFam" + ], + "predictionMethodsNotCalled": [ + "HGNC", + "ZFIN" + ], + "predictionMethodsNotMatched": [ + "InParanoid", + "OMA", + "OrthoFinder", + "OrthoInspector", + "PhylomeDB", + "Roundup" + ], + "stringencyFilter": "stringent", + "totalMethodCount": 10 + }, { "best": "Yes", "bestReverse": "Yes", "gene": { "id": "HGNC:5229", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:5229", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -193819,11 +193135,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DNAJA1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038145", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038145.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -193833,8 +193149,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Droj2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -193862,8 +193177,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14884", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14884", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -193871,11 +193187,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DNAJA2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032474", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032474.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -193885,8 +193201,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "DnaJ-H", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -193915,8 +193230,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11808", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11808", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -193924,11 +193240,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DNAJA3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0002174", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0002174.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -193938,8 +193254,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5504", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -193967,8 +193282,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11808", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11808", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -193976,11 +193292,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DNAJA3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035852", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035852.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -193990,8 +193306,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7387", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -194020,8 +193335,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14885", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14885", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -194029,11 +193345,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DNAJA4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038145", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038145.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -194043,8 +193359,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Droj2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -194072,8 +193387,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:5270", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:5270", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -194081,11 +193397,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DNAJB1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031322", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031322.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -194095,8 +193411,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5001", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -194125,8 +193440,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:5270", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:5270", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -194134,11 +193450,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DNAJB1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0263106", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0263106.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -194148,8 +193464,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "DnaJ-1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -194178,8 +193493,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14889", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14889", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -194187,11 +193503,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DNAJB11", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031256", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031256.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -194201,8 +193517,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "shv", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -194230,8 +193545,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14891", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14891", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -194239,11 +193555,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DNAJB12", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0050156", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0050156.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -194253,8 +193569,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG30156", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -194283,8 +193598,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14891", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14891", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -194292,11 +193608,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DNAJB12", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038195", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038195.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -194306,8 +193622,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG3061", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -194336,8 +193651,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30718", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30718", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -194345,11 +193661,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DNAJB13", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035273", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035273.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -194359,8 +193675,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG12020", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -194389,8 +193704,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25881", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25881", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -194398,11 +193714,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DNAJB14", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038195", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038195.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -194412,8 +193728,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG3061", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -194442,8 +193757,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:5228", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:5228", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -194451,11 +193767,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DNAJB2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034091", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034091.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -194465,8 +193781,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mrj", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -194495,8 +193810,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:32397", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:32397", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -194504,11 +193820,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DNAJB3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034091", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034091.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -194518,8 +193834,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mrj", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -194548,8 +193863,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:14886", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14886", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -194557,11 +193873,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DNAJB4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031322", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031322.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -194571,8 +193887,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5001", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -194601,8 +193916,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:14886", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14886", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -194610,11 +193926,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DNAJB4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0263106", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0263106.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -194624,8 +193940,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "DnaJ-1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -194654,8 +193969,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14887", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14887", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -194663,11 +193979,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DNAJB5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030207", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030207.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -194677,8 +193993,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG2887", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -194707,8 +194022,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14887", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14887", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -194716,11 +194032,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DNAJB5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031322", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031322.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -194730,8 +194046,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5001", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -194759,8 +194074,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14887", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14887", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -194768,11 +194084,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DNAJB5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0263106", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0263106.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -194782,8 +194098,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "DnaJ-1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -194811,8 +194126,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:14888", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14888", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -194820,11 +194136,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DNAJB6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034091", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034091.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -194834,8 +194150,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mrj", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -194864,8 +194179,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:24986", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24986", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -194873,11 +194189,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DNAJB7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034091", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034091.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -194887,8 +194203,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mrj", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -194917,8 +194232,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:23699", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23699", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -194926,11 +194242,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DNAJB8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034091", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034091.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -194940,8 +194256,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mrj", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -194970,8 +194285,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20090", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20090", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -194979,11 +194295,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DNAJC1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030990", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030990.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -194993,8 +194309,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7556", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -195022,8 +194337,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25570", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25570", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -195031,11 +194347,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DNAJC11", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033918", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033918.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -195045,8 +194361,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8531", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -195074,8 +194389,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28908", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28908", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -195083,11 +194399,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DNAJC12", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027654", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027654.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -195097,8 +194413,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "jdp", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -195127,8 +194442,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30343", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30343", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -195136,11 +194452,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DNAJC13", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015477", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015477.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -195150,8 +194466,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rme-8", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -195179,8 +194494,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24581", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24581", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -195188,11 +194504,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DNAJC14", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037252", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037252.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -195202,8 +194518,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG14650", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -195232,8 +194547,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20325", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20325", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -195241,11 +194557,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DNAJC15", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0265265", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0265265.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -195255,8 +194571,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG32727", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -195285,8 +194600,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:20325", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20325", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -195294,11 +194610,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DNAJC15", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036173", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036173.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -195308,8 +194624,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7394", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -195338,8 +194653,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29157", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29157", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -195347,11 +194663,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DNAJC16", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0287183", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0287183.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -195361,8 +194677,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "l(3)80Fg", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -195390,8 +194705,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25556", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25556", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -195399,11 +194715,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DNAJC17", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037882", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037882.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -195413,8 +194729,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG17187", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -195442,8 +194757,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:28429", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28429", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -195451,11 +194767,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DNAJC18", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038195", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038195.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -195465,8 +194781,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG3061", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -195495,8 +194810,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30528", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30528", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -195504,11 +194820,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DNAJC19", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036173", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036173.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -195518,8 +194834,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7394", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -195547,8 +194862,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13192", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13192", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -195556,11 +194872,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DNAJC2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037051", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037051.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -195570,8 +194886,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10565", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -195600,8 +194915,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:27030", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:27030", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -195609,11 +194925,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DNAJC21", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027599", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027599.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -195623,8 +194939,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG2790", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -195653,8 +194968,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25802", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25802", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -195662,11 +194978,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DNAJC22", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030805", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030805.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -195676,8 +194992,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "wus", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -195705,8 +195020,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26979", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26979", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -195714,11 +195030,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DNAJC24", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037350", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037350.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -195728,8 +195044,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Dph4", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -195758,8 +195073,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:37501", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:37501", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -195767,11 +195083,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DNAJC25-GNG10", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030658", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030658.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -195781,8 +195097,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7872", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -195811,8 +195126,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1297", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1297", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -195820,11 +195136,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DNAJC28", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0263027", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0263027.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -195834,8 +195150,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG43322", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -195863,8 +195178,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9439", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9439", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -195872,11 +195188,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DNAJC3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037718", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037718.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -195886,8 +195202,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "P58IPK", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -195915,8 +195230,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16410", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16410", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -195924,11 +195240,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DNAJC30", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037544", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037544.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -195938,8 +195254,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG11035", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -195968,8 +195283,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:5271", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:5271", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -195977,11 +195293,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DNAJC4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0260775", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0260775.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -195991,8 +195307,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "DnaJ-60", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -196021,8 +195336,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16235", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16235", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -196030,11 +195346,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DNAJC5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004179", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004179.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -196044,8 +195360,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Csp", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -196074,8 +195389,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:24138", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24138", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -196083,11 +195399,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DNAJC5B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004179", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004179.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -196097,8 +195413,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Csp", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -196127,8 +195442,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:24844", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24844", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -196136,11 +195452,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DNAJC5G", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004179", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004179.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -196150,8 +195466,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Csp", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -196180,8 +195495,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:15469", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15469", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -196189,11 +195505,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DNAJC6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037218", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037218.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -196203,8 +195519,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "aux", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -196233,8 +195548,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12392", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12392", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -196242,11 +195558,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DNAJC7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032586", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032586.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -196256,8 +195572,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Tpr2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -196286,8 +195601,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15470", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15470", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -196295,11 +195611,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DNAJC8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039116", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039116.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -196309,8 +195625,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10375", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -196338,8 +195653,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19123", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19123", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -196347,11 +195663,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DNAJC9", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037878", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037878.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -196361,8 +195677,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6693", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -196390,8 +195705,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23247", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23247", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -196399,11 +195715,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DNAL1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028858", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028858.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -196413,8 +195729,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10839", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -196443,8 +195758,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23247", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23247", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -196452,11 +195768,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DNAL1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033408", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033408.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -196466,8 +195782,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8800", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -196495,8 +195810,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2955", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2955", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -196504,11 +195820,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DNAL4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033687", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033687.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -196518,8 +195834,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8407", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -196547,8 +195862,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14353", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14353", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -196556,11 +195872,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DNALI1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037962", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037962.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -196570,8 +195886,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Dnali1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -196599,8 +195914,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2960", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2960", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -196608,11 +195924,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DNASE2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000477", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000477.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -196622,8 +195938,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "DNaseII", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -196652,8 +195967,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:28875", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28875", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -196661,11 +195977,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DNASE2B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000477", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000477.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -196675,8 +195991,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "DNaseII", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -196705,8 +196020,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24456", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24456", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -196714,11 +196030,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DNER", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051665", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051665.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -196728,8 +196044,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "wry", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -196758,8 +196073,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:33879", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:33879", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -196767,11 +196083,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DNLZ", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030676", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030676.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -196781,8 +196097,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG12379", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -196811,8 +196126,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:33879", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:33879", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -196820,11 +196136,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DNLZ", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030679", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030679.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -196834,8 +196150,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8206", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -196864,8 +196179,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2972", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2972", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -196873,11 +196189,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DNM1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003392", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003392.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -196887,8 +196203,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "shi", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -196917,8 +196232,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2973", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2973", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -196926,11 +196242,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DNM1L", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0026479", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026479.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -196940,8 +196256,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Drp1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -196970,8 +196285,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2974", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2974", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -196979,11 +196295,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DNM2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003392", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003392.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -196993,8 +196309,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "shi", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -197023,8 +196338,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29125", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29125", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -197032,11 +196348,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DNM3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003392", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003392.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -197046,8 +196362,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "shi", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -197076,8 +196391,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2979", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2979", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -197085,11 +196401,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DNMT3B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0026573", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026573.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -197099,8 +196415,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ADD1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -197129,8 +196444,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16160", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16160", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -197138,11 +196454,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DNTTIP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0259200", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0259200.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -197152,8 +196468,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG42304", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -197182,8 +196497,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24013", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24013", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -197191,11 +196507,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DNTTIP2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037504", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037504.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -197205,8 +196521,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG1142", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -197235,8 +196550,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:2985", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2985", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -197244,11 +196560,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DOC2A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030230", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030230.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -197258,8 +196574,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rph", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -197288,8 +196603,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2986", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2986", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -197297,11 +196613,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DOC2B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030230", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030230.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -197311,8 +196627,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rph", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -197341,8 +196656,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2987", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2987", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -197350,11 +196666,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DOCK1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015513", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015513.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -197364,8 +196680,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mbc", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -197394,8 +196709,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23479", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23479", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -197403,11 +196719,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DOCK10", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0260486", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0260486.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -197417,8 +196733,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ziz", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -197446,8 +196761,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23483", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23483", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -197455,11 +196771,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DOCK11", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0260486", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0260486.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -197469,8 +196785,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ziz", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -197498,8 +196813,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2988", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2988", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -197507,11 +196823,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DOCK2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015513", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015513.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -197521,8 +196837,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mbc", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -197551,8 +196866,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:2989", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2989", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -197560,11 +196876,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DOCK3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0264324", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0264324.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -197574,8 +196890,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "spg", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -197604,8 +196919,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19192", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19192", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -197613,11 +196929,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DOCK4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0264324", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0264324.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -197627,8 +196943,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "spg", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -197657,8 +196972,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:23476", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23476", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -197666,11 +196982,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DOCK5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015513", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015513.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -197680,8 +196996,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mbc", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -197710,8 +197025,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:19189", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19189", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -197719,11 +197035,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DOCK6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031216", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031216.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -197733,8 +197049,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Zir", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -197763,8 +197078,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:19190", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19190", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -197772,11 +197088,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DOCK7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031216", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031216.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -197786,8 +197102,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Zir", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -197816,8 +197131,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19191", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19191", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -197825,11 +197141,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DOCK8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031216", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031216.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -197839,8 +197155,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Zir", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -197868,8 +197183,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14132", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14132", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -197877,11 +197193,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DOCK9", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0260486", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0260486.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -197891,8 +197207,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ziz", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -197920,8 +197235,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28662", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28662", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -197929,11 +197245,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DOHH", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261479", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261479.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -197943,8 +197259,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "nero", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -197973,8 +197288,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2990", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2990", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -197982,11 +197298,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DOK1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029944", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029944.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -197996,8 +197312,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Dok", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -198026,8 +197341,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2991", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2991", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -198035,11 +197351,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DOK2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029944", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029944.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -198049,8 +197365,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Dok", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -198079,8 +197394,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:24583", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24583", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -198088,11 +197404,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DOK3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029944", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029944.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -198102,8 +197418,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Dok", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -198132,8 +197447,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23406", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23406", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -198141,11 +197457,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DOLK", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034141", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034141.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -198155,8 +197471,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8311", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -198185,8 +197500,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2993", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2993", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -198194,11 +197510,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DONSON", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0086695", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0086695.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -198208,8 +197524,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "hd", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -198238,8 +197553,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21194", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21194", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -198247,11 +197563,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DOP1A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034400", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034400.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -198261,8 +197577,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG15099", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -198290,8 +197605,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:1291", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1291", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -198299,11 +197615,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DOP1B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034400", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034400.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -198313,8 +197629,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG15099", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -198343,8 +197658,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24948", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24948", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -198352,11 +197668,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DOT1L", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0264495", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0264495.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -198366,8 +197682,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "gpp", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -198396,8 +197711,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2995", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2995", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -198405,11 +197721,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DPAGT1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032477", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032477.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -198419,8 +197735,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Alg7", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -198449,8 +197764,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24542", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24542", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -198458,11 +197774,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DPCD", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035164", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035164.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -198472,8 +197788,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG13901", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -198501,8 +197816,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3002", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3002", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -198510,11 +197826,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DPEP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036986", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036986.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -198524,8 +197840,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5282", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -198554,8 +197869,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3002", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3002", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -198563,11 +197879,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DPEP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039420", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039420.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -198577,8 +197893,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6154", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -198607,8 +197922,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23028", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23028", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -198616,11 +197932,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DPEP2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261804", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261804.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -198630,8 +197946,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG42750", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -198660,8 +197975,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23028", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23028", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -198669,11 +197985,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DPEP2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0266100", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0266100.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -198683,8 +197999,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG44837", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -198713,8 +198028,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23028", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23028", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -198722,11 +198038,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DPEP2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036986", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036986.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -198736,8 +198052,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5282", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -198766,8 +198081,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:23028", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23028", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -198775,11 +198091,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DPEP2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039420", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039420.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -198789,8 +198105,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6154", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -198819,8 +198134,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23029", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23029", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -198828,11 +198144,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DPEP3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036986", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036986.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -198842,8 +198158,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5282", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -198872,8 +198187,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:23029", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23029", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -198881,11 +198197,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DPEP3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039420", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039420.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -198895,8 +198211,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6154", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -198925,8 +198240,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20225", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20225", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -198934,11 +198250,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DPF1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033015", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033015.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -198948,8 +198264,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "d4", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -198977,8 +198292,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20225", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20225", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -198986,11 +198302,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DPF1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030502", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030502.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -199000,8 +198316,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "tth", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -199030,8 +198345,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9964", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9964", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -199039,11 +198355,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DPF2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033015", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033015.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -199053,8 +198369,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "d4", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -199082,8 +198397,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9964", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9964", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -199091,11 +198407,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DPF2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030502", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030502.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -199105,8 +198421,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "tth", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -199135,8 +198450,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17427", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17427", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -199144,11 +198460,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DPF3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033015", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033015.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -199158,8 +198474,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "d4", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -199187,8 +198502,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17427", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17427", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -199196,11 +198512,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DPF3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030502", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030502.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -199210,8 +198526,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "tth", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -199240,8 +198555,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3003", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3003", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -199249,11 +198565,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DPH1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036194", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036194.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -199263,8 +198579,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Dph1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -199292,8 +198607,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3004", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3004", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -199301,11 +198617,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DPH2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038272", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038272.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -199315,8 +198631,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Dph2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -199345,8 +198660,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:27717", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:27717", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -199354,11 +198670,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DPH3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037883", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037883.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -199368,8 +198684,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Dph3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -199398,8 +198713,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:16136", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16136", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -199407,11 +198723,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DPH3P1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037883", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037883.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -199421,8 +198737,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Dph3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -199451,8 +198766,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24270", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24270", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -199460,11 +198776,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DPH5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0024558", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0024558.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -199474,8 +198790,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Dph5", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -199503,8 +198818,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30543", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30543", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -199512,11 +198828,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DPH6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030336", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030336.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -199526,8 +198842,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG1578", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -199556,8 +198871,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25199", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25199", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -199565,11 +198881,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DPH7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029892", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029892.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -199579,8 +198895,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG3184", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -199608,8 +198923,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3005", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3005", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -199617,11 +198933,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DPM1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032799", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032799.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -199631,8 +198947,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Dpm1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -199660,8 +198975,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3006", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3006", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -199669,11 +198985,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DPM2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0259933", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0259933.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -199683,8 +198999,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Dpm2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -199713,8 +199028,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3007", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3007", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -199722,11 +199038,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DPM3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0053977", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0053977.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -199736,8 +199052,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Dpm3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -199765,8 +199080,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20823", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20823", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -199774,11 +199090,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DPP10", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031741", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031741.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -199788,8 +199104,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG11034", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -199814,12 +199129,13 @@ "totalMethodCount": 10 }, { - "best": "No", + "best": "Yes", "bestReverse": "Yes", "gene": { "id": "HGNC:20823", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20823", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -199827,11 +199143,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DPP10", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0031835", + "id": "FB:FBgn0263780", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0263780.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -199840,19 +199156,19 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG11319", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "CG17684", + "taxonId": "NCBITaxon:7227" }, - "methodCount": 8, + "methodCount": 9, "predictionMethodsMatched": [ "Ensembl Compara", "Hieranoid", - "InParanoid", "OMA", "OrthoFinder", + "OrthoInspector", "PANTHER", "PhylomeDB", + "Roundup", "TreeFam" ], "predictionMethodsNotCalled": [ @@ -199860,19 +199176,19 @@ "ZFIN" ], "predictionMethodsNotMatched": [ - "OrthoInspector", - "Roundup" + "InParanoid" ], "stringencyFilter": "stringent", "totalMethodCount": 10 }, { - "best": "Yes", + "best": "No", "bestReverse": "Yes", "gene": { "id": "HGNC:20823", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20823", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -199880,11 +199196,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DPP10", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0263780", + "id": "FB:FBgn0266354", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0266354.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -199893,20 +199209,17 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG17684", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "CG45002", + "taxonId": "NCBITaxon:7227" }, - "methodCount": 9, + "methodCount": 7, "predictionMethodsMatched": [ "Ensembl Compara", "Hieranoid", "OMA", "OrthoFinder", - "OrthoInspector", "PANTHER", "PhylomeDB", - "Roundup", "TreeFam" ], "predictionMethodsNotCalled": [ @@ -199914,7 +199227,9 @@ "ZFIN" ], "predictionMethodsNotMatched": [ - "InParanoid" + "InParanoid", + "OrthoInspector", + "Roundup" ], "stringencyFilter": "stringent", "totalMethodCount": 10 @@ -199924,8 +199239,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20823", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20823", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -199933,11 +199249,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DPP10", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0266354", + "id": "FB:FBgn0031835", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031835.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -199946,14 +199262,14 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG45002", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Dpp10", + "taxonId": "NCBITaxon:7227" }, - "methodCount": 7, + "methodCount": 8, "predictionMethodsMatched": [ "Ensembl Compara", "Hieranoid", + "InParanoid", "OMA", "OrthoFinder", "PANTHER", @@ -199965,7 +199281,6 @@ "ZFIN" ], "predictionMethodsNotMatched": [ - "InParanoid", "OrthoInspector", "Roundup" ], @@ -199977,8 +199292,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20823", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20823", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -199986,11 +199302,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DPP10", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0259175", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0259175.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -200000,8 +199316,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ome", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -200030,8 +199345,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3008", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3008", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -200039,11 +199355,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DPP3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037580", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037580.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -200053,8 +199369,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "DppIII", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -200082,8 +199397,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:3009", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3009", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -200091,11 +199407,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DPP4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031741", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031741.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -200105,8 +199421,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG11034", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -200135,8 +199450,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3009", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3009", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -200144,11 +199460,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DPP4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0259175", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0259175.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -200158,8 +199474,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ome", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -200188,8 +199503,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3010", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3010", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -200197,11 +199513,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DPP6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031741", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031741.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -200211,8 +199527,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG11034", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -200236,66 +199551,14 @@ "stringencyFilter": "stringent", "totalMethodCount": 10 }, - { - "best": "No", - "bestReverse": "Yes", - "gene": { - "id": "HGNC:3010", - "species": { - "commonNames": "['human']", - "dataProviderFullName": "Rat Genome Database", - "dataProviderShortName": "RGD", - "name": "Homo sapiens", - "shortName": "Hsa", - "taxonId": "NCBITaxon:9606" - }, - "symbol": "DPP6", - "taxonId": "NCBITaxon:9606", - "url": null - }, - "homologGene": { - "id": "FB:FBgn0031835", - "species": { - "commonNames": "['fly', 'fruit fly', 'dme']", - "dataProviderFullName": "FlyBase", - "dataProviderShortName": "FB", - "name": "Drosophila melanogaster", - "shortName": "Dme", - "taxonId": "NCBITaxon:7227" - }, - "symbol": "CG11319", - "taxonId": "NCBITaxon:7227", - "url": null - }, - "methodCount": 8, - "predictionMethodsMatched": [ - "Ensembl Compara", - "Hieranoid", - "InParanoid", - "OMA", - "OrthoFinder", - "PANTHER", - "PhylomeDB", - "TreeFam" - ], - "predictionMethodsNotCalled": [ - "HGNC", - "ZFIN" - ], - "predictionMethodsNotMatched": [ - "OrthoInspector", - "Roundup" - ], - "stringencyFilter": "stringent", - "totalMethodCount": 10 - }, { "best": "Yes", "bestReverse": "Yes", "gene": { "id": "HGNC:3010", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3010", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -200303,11 +199566,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DPP6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0263780", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0263780.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -200317,8 +199580,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG17684", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -200347,8 +199609,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3010", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3010", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -200356,11 +199619,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DPP6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0266354", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0266354.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -200370,8 +199633,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG45002", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -200400,8 +199662,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3010", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3010", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -200409,11 +199672,64 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DPP6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" + }, + "homologGene": { + "id": "FB:FBgn0031835", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031835.html", + "species": { + "commonNames": "['fly', 'fruit fly', 'dme']", + "dataProviderFullName": "FlyBase", + "dataProviderShortName": "FB", + "name": "Drosophila melanogaster", + "shortName": "Dme", + "taxonId": "NCBITaxon:7227" + }, + "symbol": "Dpp10", + "taxonId": "NCBITaxon:7227" + }, + "methodCount": 8, + "predictionMethodsMatched": [ + "Ensembl Compara", + "Hieranoid", + "InParanoid", + "OMA", + "OrthoFinder", + "PANTHER", + "PhylomeDB", + "TreeFam" + ], + "predictionMethodsNotCalled": [ + "HGNC", + "ZFIN" + ], + "predictionMethodsNotMatched": [ + "OrthoInspector", + "Roundup" + ], + "stringencyFilter": "stringent", + "totalMethodCount": 10 + }, + { + "best": "No", + "bestReverse": "Yes", + "gene": { + "id": "HGNC:3010", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3010", + "species": { + "commonNames": "['human', 'hsa']", + "dataProviderFullName": "Rat Genome Database", + "dataProviderShortName": "RGD", + "name": "Homo sapiens", + "shortName": "Hsa", + "taxonId": "NCBITaxon:9606" + }, + "symbol": "DPP6", + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0259175", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0259175.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -200423,8 +199739,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ome", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -200453,8 +199768,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:16490", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16490", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -200462,11 +199778,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DPP8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039240", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039240.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -200476,8 +199792,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG3744", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -200506,8 +199821,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18648", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18648", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -200515,11 +199831,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DPP9", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039240", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039240.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -200529,8 +199845,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG3744", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -200558,8 +199873,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:22205", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:22205", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -200567,11 +199883,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DPY19L1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030946", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030946.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -200581,8 +199897,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6659", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -200611,8 +199926,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:19414", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19414", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -200620,11 +199936,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DPY19L2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030946", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030946.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -200634,8 +199950,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6659", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -200664,8 +199979,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:21764", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21764", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -200673,11 +199989,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DPY19L2P2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030946", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030946.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -200687,8 +200003,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6659", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -200717,8 +200032,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:27120", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:27120", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -200726,11 +200042,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DPY19L3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030946", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030946.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -200740,8 +200056,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6659", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -200770,8 +200085,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:27829", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:27829", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -200779,11 +200095,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DPY19L4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030946", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030946.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -200793,8 +200109,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6659", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -200823,8 +200138,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24590", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24590", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -200832,11 +200148,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DPY30", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032293", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032293.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -200846,8 +200162,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Dpy-30L1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -200876,8 +200191,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24590", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24590", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -200885,11 +200201,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DPY30", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035491", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035491.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -200899,8 +200215,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Dpy-30L2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -200929,8 +200244,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3012", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3012", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -200938,11 +200254,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DPYD", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0086450", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0086450.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -200952,8 +200268,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "su(r)", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -200981,8 +200296,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3013", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3013", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -200990,11 +200306,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DPYS", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0023023", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0023023.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -201004,8 +200320,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CRMP", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -201033,8 +200348,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:3014", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3014", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -201042,11 +200358,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DPYSL2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0023023", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0023023.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -201056,8 +200372,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CRMP", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -201086,8 +200401,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:3015", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3015", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -201095,11 +200411,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DPYSL3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0023023", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0023023.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -201109,8 +200425,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CRMP", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -201139,8 +200454,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:3016", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3016", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -201148,11 +200464,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DPYSL4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0023023", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0023023.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -201162,8 +200478,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CRMP", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -201192,8 +200507,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:20637", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20637", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -201201,11 +200517,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DPYSL5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0023023", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0023023.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -201215,8 +200531,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CRMP", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -201245,8 +200560,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3017", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3017", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -201254,11 +200570,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DR1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028926", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028926.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -201268,8 +200584,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "NC2\u03b2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -201297,8 +200612,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:25645", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25645", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -201306,11 +200622,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DRAM1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0025624", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0025624.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -201320,8 +200636,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG4025", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -201350,8 +200665,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28769", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28769", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -201359,11 +200675,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DRAM2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0025624", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0025624.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -201373,8 +200689,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG4025", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -201402,8 +200717,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3019", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3019", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -201411,11 +200727,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DRAP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034650", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034650.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -201425,8 +200741,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "NC2\u03b1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -201455,8 +200770,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24245", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24245", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -201464,11 +200780,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DRC1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030004", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030004.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -201478,8 +200794,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10958", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -201507,8 +200822,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25384", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25384", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -201516,11 +200832,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DRC3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0046697", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0046697.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -201530,8 +200846,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ppr-Y", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -201559,8 +200874,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25384", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25384", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -201568,11 +200884,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DRC3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032163", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032163.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -201582,8 +200898,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "TbCMF46", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -201611,8 +200926,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25289", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25289", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -201620,11 +200936,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DRC7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0083946", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0083946.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -201634,8 +200950,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "lobo", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -201664,8 +200979,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3020", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3020", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -201673,11 +200989,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DRD1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0011582", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0011582.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -201687,8 +201003,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Dop1R1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -201717,8 +201032,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3023", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3023", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -201726,11 +201042,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DRD2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0053517", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0053517.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -201740,8 +201056,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Dop2R", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -201770,8 +201085,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:3024", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3024", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -201779,11 +201095,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DRD3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0053517", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0053517.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -201793,8 +201109,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Dop2R", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -201823,8 +201138,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:3025", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3025", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -201832,11 +201148,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DRD4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0053517", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0053517.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -201846,8 +201162,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Dop2R", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -201876,8 +201191,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3026", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3026", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -201885,11 +201201,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DRD5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0011582", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0011582.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -201899,8 +201215,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Dop1R1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -201929,8 +201244,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3029", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3029", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -201938,11 +201254,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DRG1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010339", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010339.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -201952,8 +201268,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "128up", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -201981,8 +201296,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3030", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3030", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -201990,11 +201306,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DRG2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038723", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038723.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -202004,8 +201320,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6195", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -202033,8 +201348,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21536", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21536", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -202042,11 +201358,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DRGX", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0085369", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0085369.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -202056,8 +201372,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Drgx", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -202086,8 +201401,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17904", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17904", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -202095,11 +201411,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DROSHA", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0026722", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026722.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -202109,8 +201425,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "drosha", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -202138,8 +201453,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3039", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3039", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -202147,11 +201463,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DSCAM", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0265296", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0265296.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -202161,8 +201477,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Dscam2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -202191,8 +201506,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3039", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3039", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -202200,11 +201516,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DSCAM", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261046", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261046.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -202214,8 +201530,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Dscam3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -202244,8 +201559,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3039", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3039", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -202253,11 +201569,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DSCAM", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0263219", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0263219.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -202267,8 +201583,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Dscam4", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -202297,8 +201612,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14656", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14656", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -202306,11 +201622,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DSCAML1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033159", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033159.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -202320,8 +201636,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Dscam1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -202350,8 +201665,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14656", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14656", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -202359,11 +201675,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DSCAML1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0265296", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0265296.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -202373,8 +201689,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Dscam2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -202403,8 +201718,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14656", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14656", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -202412,11 +201728,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DSCAML1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261046", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261046.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -202426,8 +201742,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Dscam3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -202456,8 +201771,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24453", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24453", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -202465,11 +201781,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DSCC1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034495", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034495.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -202479,8 +201795,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG11788", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -202508,8 +201823,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1090", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1090", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -202517,11 +201833,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DST", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0013733", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0013733.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -202531,8 +201847,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "shot", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -202561,8 +201876,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15750", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15750", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -202570,11 +201886,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DSTN", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030951", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030951.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -202584,8 +201900,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6873", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -202614,8 +201929,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15750", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15750", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -202623,11 +201939,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DSTN", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0011726", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0011726.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -202637,8 +201953,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "tsr", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -202667,8 +201982,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16219", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16219", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -202676,11 +201992,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DTD1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037898", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037898.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -202690,8 +202006,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Dtd", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -202719,8 +202034,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30288", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30288", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -202728,11 +202044,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DTL", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0013548", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0013548.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -202742,8 +202058,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "l(2)dtl", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -202772,8 +202087,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3057", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3057", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -202781,11 +202097,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DTNA", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033739", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033739.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -202795,8 +202111,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Dyb", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -202825,8 +202140,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3058", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3058", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -202834,11 +202150,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DTNB", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033739", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033739.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -202848,8 +202164,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Dyb", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -202878,8 +202193,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17328", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17328", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -202887,11 +202203,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DTNBP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036819", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036819.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -202901,8 +202217,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Dysb", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -202931,8 +202246,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30926", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30926", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -202940,11 +202256,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DTWD1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039664", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039664.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -202954,8 +202270,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG2006", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -202983,8 +202298,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19334", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19334", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -202992,11 +202308,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DTWD2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037492", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037492.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -203005,9 +202321,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG10050", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Dtwd2", + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -203035,8 +202350,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3060", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3060", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -203044,11 +202360,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DTX1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000524", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000524.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -203058,8 +202374,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "dx", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -203087,8 +202402,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15973", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15973", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -203096,11 +202412,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DTX2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000524", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000524.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -203110,8 +202426,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "dx", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -203139,8 +202454,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:24457", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24457", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -203148,11 +202464,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DTX3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000524", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000524.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -203162,8 +202478,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "dx", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -203192,8 +202507,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:29151", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29151", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -203201,11 +202517,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DTX4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000524", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000524.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -203215,8 +202531,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "dx", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -203245,8 +202560,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3061", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3061", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -203254,11 +202570,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DTYMK", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034299", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034299.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -203268,8 +202584,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5757", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -203298,8 +202613,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3062", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3062", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -203307,11 +202623,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DUOX1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0283531", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0283531.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -203321,8 +202637,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Duox", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -203351,8 +202666,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13273", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13273", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -203360,11 +202676,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DUOX2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0283531", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0283531.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -203374,8 +202690,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Duox", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -203404,8 +202719,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26507", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26507", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -203413,11 +202729,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DUOXA1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0086711", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0086711.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -203427,8 +202743,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mol", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -203457,8 +202772,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:32698", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:32698", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -203466,11 +202782,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DUOXA2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0086711", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0086711.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -203480,8 +202796,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mol", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -203510,8 +202825,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30086", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30086", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -203519,11 +202835,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DUS1L", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031238", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031238.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -203533,8 +202849,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG3645", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -203562,8 +202877,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26014", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26014", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -203571,11 +202887,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DUS2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030554", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030554.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -203585,8 +202901,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG1434", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -203614,8 +202929,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26920", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26920", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -203623,11 +202939,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DUS3L", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032819", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032819.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -203637,8 +202953,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10463", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -203667,8 +202982,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21517", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21517", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -203676,11 +202992,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DUS4L", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032750", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032750.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -203690,8 +203006,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10495", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -203719,8 +203034,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3065", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3065", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -203728,11 +203044,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DUSP10", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0243512", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0243512.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -203742,8 +203058,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "puc", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -203772,8 +203087,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3066", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3066", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -203781,11 +203097,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DUSP11", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0062449", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0062449.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -203795,8 +203111,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG13197", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -203825,8 +203140,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3067", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3067", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -203834,11 +203150,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DUSP12", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031044", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031044.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -203848,8 +203164,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "MKP-4", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -203878,8 +203193,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19681", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19681", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -203887,11 +203203,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DUSP13", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030976", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030976.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -203901,8 +203217,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7378", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -203931,8 +203246,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17007", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17007", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -203940,11 +203256,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DUSP14", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039742", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039742.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -203954,8 +203270,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG15528", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -203983,8 +203298,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16236", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16236", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -203992,11 +203308,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DUSP15", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036369", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036369.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -204006,8 +203322,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10089", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -204036,8 +203351,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:17909", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17909", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -204045,11 +203361,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DUSP16", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0243512", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0243512.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -204059,8 +203375,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "puc", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -204089,8 +203404,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:18484", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18484", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -204098,11 +203414,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DUSP18", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039742", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039742.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -204112,8 +203428,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG15528", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -204142,8 +203457,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18894", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18894", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -204151,11 +203467,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DUSP19", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0083992", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0083992.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -204165,8 +203481,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Mkp", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -204195,8 +203510,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:20476", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20476", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -204204,11 +203520,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DUSP21", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039742", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039742.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -204218,8 +203534,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG15528", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -204248,8 +203563,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16077", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16077", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -204257,11 +203573,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DUSP22", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036369", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036369.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -204271,8 +203587,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10089", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -204301,8 +203616,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:28161", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28161", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -204310,11 +203626,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DUSP26", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030976", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030976.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -204324,8 +203640,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7378", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -204354,8 +203669,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:33237", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:33237", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -204363,11 +203679,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DUSP28", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039742", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039742.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -204377,8 +203693,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG15528", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -204407,8 +203722,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:23481", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23481", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -204416,11 +203732,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DUSP29", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030976", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030976.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -204430,8 +203746,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7378", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -204460,8 +203775,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:3069", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3069", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -204469,11 +203785,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DUSP3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030976", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030976.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -204483,8 +203799,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7378", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -204513,8 +203828,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3072", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3072", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -204522,11 +203838,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DUSP6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036844", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036844.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -204536,8 +203852,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Mkp3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -204566,8 +203881,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3073", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3073", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -204575,11 +203891,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DUSP7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036844", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036844.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -204589,8 +203905,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Mkp3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -204619,8 +203934,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:3074", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3074", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -204628,11 +203944,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DUSP8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0243512", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0243512.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -204642,8 +203958,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "puc", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -204672,8 +203987,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:3076", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3076", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -204681,11 +203997,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DUSP9", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036844", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036844.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -204695,8 +204011,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Mkp3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -204725,8 +204040,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3078", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3078", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -204734,11 +204050,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DUT", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0250837", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0250837.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -204748,8 +204064,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "dUTPase", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -204777,8 +204092,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:3084", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3084", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -204786,11 +204102,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DVL1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000499", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000499.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -204800,8 +204116,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "dsh", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -204830,8 +204145,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3086", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3086", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -204839,11 +204155,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DVL2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000499", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000499.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -204853,8 +204169,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "dsh", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -204882,8 +204197,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3087", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3087", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -204891,11 +204207,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DVL3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000499", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000499.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -204905,8 +204221,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "dsh", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -204934,8 +204249,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2992", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2992", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -204943,11 +204259,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DXO", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0260932", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0260932.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -204957,8 +204273,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "cuff", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -204987,8 +204302,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2992", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2992", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -204996,11 +204312,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DXO", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030793", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030793.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -205010,8 +204326,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rai1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -205039,8 +204354,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21317", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21317", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -205048,11 +204364,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DYM", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027607", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027607.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -205062,8 +204378,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8230", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -205091,8 +204406,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2961", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2961", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -205100,11 +204416,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DYNC1H1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261797", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261797.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -205114,8 +204430,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Dhc64C", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -205143,8 +204458,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2963", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2963", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -205152,11 +204468,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DYNC1I1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0053499", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0053499.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -205166,8 +204482,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Sdic4", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -205195,8 +204510,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2963", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2963", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -205204,11 +204520,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DYNC1I1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0283433", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0283433.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -205218,8 +204534,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "SdicB", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -205248,8 +204563,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2964", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2964", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -205257,11 +204573,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DYNC1I2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0067861", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0067861.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -205271,8 +204587,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Sdic1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -205301,8 +204616,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2964", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2964", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -205310,11 +204626,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DYNC1I2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0053497", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0053497.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -205324,8 +204640,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Sdic2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -205354,8 +204669,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2964", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2964", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -205363,11 +204679,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DYNC1I2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0283433", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0283433.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -205377,8 +204693,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "SdicB", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -205407,8 +204722,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2964", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2964", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -205416,11 +204732,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DYNC1I2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0283434", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0283434.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -205430,8 +204746,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "SdicC", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -205460,8 +204775,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2964", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2964", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -205469,11 +204785,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DYNC1I2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003654", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003654.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -205483,8 +204799,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "sw", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -205512,8 +204827,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18745", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18745", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -205521,11 +204837,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DYNC1LI1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030276", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030276.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -205535,8 +204851,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Dlic", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -205565,8 +204880,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2966", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2966", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -205574,11 +204890,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DYNC1LI2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030276", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030276.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -205588,8 +204904,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Dlic", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -205618,8 +204933,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2962", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2962", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -205627,11 +204943,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DYNC2H1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0023096", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0023096.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -205641,8 +204957,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "btv", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -205670,8 +204985,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21862", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21862", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -205679,11 +204995,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DYNC2I1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034095", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034095.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -205693,8 +205009,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG15701", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -205723,8 +205038,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24595", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24595", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -205732,11 +205048,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DYNC2LI1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032119", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032119.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -205746,8 +205062,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG3769", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -205775,8 +205090,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:15476", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15476", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -205784,11 +205100,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DYNLL1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0026141", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026141.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -205798,8 +205114,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cdlc2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -205828,8 +205143,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:15476", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15476", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -205837,11 +205153,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DYNLL1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0011760", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0011760.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -205851,8 +205167,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ctp", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -205881,8 +205196,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24596", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24596", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -205890,11 +205206,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DYNLL2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0026141", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026141.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -205904,8 +205220,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cdlc2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -205934,8 +205249,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24596", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24596", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -205943,11 +205259,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DYNLL2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0011760", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0011760.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -205957,8 +205273,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ctp", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -205987,8 +205302,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15468", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15468", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -205996,11 +205312,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DYNLRB1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032972", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032972.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -206010,8 +205326,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10834", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -206040,8 +205355,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15468", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15468", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -206049,11 +205365,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DYNLRB1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0063261", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0063261.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -206063,8 +205379,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG31275", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -206093,8 +205408,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:15468", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15468", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -206102,11 +205418,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DYNLRB1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0024196", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0024196.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -206116,8 +205432,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "robl", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -206146,8 +205461,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15468", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15468", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -206155,11 +205471,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DYNLRB1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028570", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028570.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -206169,8 +205485,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "robl22E", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -206199,8 +205514,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15468", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15468", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -206208,11 +205524,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DYNLRB1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028567", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028567.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -206222,8 +205538,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "robl62A", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -206252,8 +205567,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15467", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15467", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -206261,11 +205577,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DYNLRB2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0063261", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0063261.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -206275,8 +205591,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG31275", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -206305,8 +205620,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15467", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15467", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -206314,11 +205630,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DYNLRB2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0024196", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0024196.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -206328,8 +205644,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "robl", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -206358,8 +205673,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15467", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15467", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -206367,11 +205683,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DYNLRB2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028570", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028570.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -206381,8 +205697,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "robl22E", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -206411,8 +205726,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15467", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15467", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -206420,11 +205736,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DYNLRB2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028567", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028567.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -206434,8 +205750,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "robl62A", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -206464,8 +205779,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11697", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11697", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -206473,11 +205789,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DYNLT1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0024432", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0024432.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -206487,8 +205803,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Dlc90F", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -206512,13 +205827,226 @@ "stringencyFilter": "stringent", "totalMethodCount": 10 }, + { + "best": "Yes", + "bestReverse": "Yes", + "gene": { + "id": "HGNC:11695", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11695", + "species": { + "commonNames": "['human', 'hsa']", + "dataProviderFullName": "Rat Genome Database", + "dataProviderShortName": "RGD", + "name": "Homo sapiens", + "shortName": "Hsa", + "taxonId": "NCBITaxon:9606" + }, + "symbol": "DYNLT2", + "taxonId": "NCBITaxon:9606" + }, + "homologGene": { + "id": "FB:FBgn0033243", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033243.html", + "species": { + "commonNames": "['fly', 'fruit fly', 'dme']", + "dataProviderFullName": "FlyBase", + "dataProviderShortName": "FB", + "name": "Drosophila melanogaster", + "shortName": "Dme", + "taxonId": "NCBITaxon:7227" + }, + "symbol": "CG14763", + "taxonId": "NCBITaxon:7227" + }, + "methodCount": 3, + "predictionMethodsMatched": [ + "Hieranoid", + "PhylomeDB", + "TreeFam" + ], + "predictionMethodsNotCalled": [ + "HGNC", + "ZFIN" + ], + "predictionMethodsNotMatched": [ + "Ensembl Compara", + "InParanoid", + "OMA", + "OrthoFinder", + "OrthoInspector", + "PANTHER", + "Roundup" + ], + "stringencyFilter": "stringent", + "totalMethodCount": 10 + }, + { + "best": "No", + "bestReverse": "Yes", + "gene": { + "id": "HGNC:28482", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28482", + "species": { + "commonNames": "['human', 'hsa']", + "dataProviderFullName": "Rat Genome Database", + "dataProviderShortName": "RGD", + "name": "Homo sapiens", + "shortName": "Hsa", + "taxonId": "NCBITaxon:9606" + }, + "symbol": "DYNLT2B", + "taxonId": "NCBITaxon:9606" + }, + "homologGene": { + "id": "FB:FBgn0033243", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033243.html", + "species": { + "commonNames": "['fly', 'fruit fly', 'dme']", + "dataProviderFullName": "FlyBase", + "dataProviderShortName": "FB", + "name": "Drosophila melanogaster", + "shortName": "Dme", + "taxonId": "NCBITaxon:7227" + }, + "symbol": "CG14763", + "taxonId": "NCBITaxon:7227" + }, + "methodCount": 3, + "predictionMethodsMatched": [ + "Ensembl Compara", + "OMA", + "PANTHER" + ], + "predictionMethodsNotCalled": [ + "HGNC", + "ZFIN" + ], + "predictionMethodsNotMatched": [ + "Hieranoid", + "InParanoid", + "OrthoFinder", + "OrthoInspector", + "PhylomeDB", + "Roundup", + "TreeFam" + ], + "stringencyFilter": "stringent", + "totalMethodCount": 10 + }, + { + "best": "Yes", + "bestReverse": "Yes", + "gene": { + "id": "HGNC:28482", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28482", + "species": { + "commonNames": "['human', 'hsa']", + "dataProviderFullName": "Rat Genome Database", + "dataProviderShortName": "RGD", + "name": "Homo sapiens", + "shortName": "Hsa", + "taxonId": "NCBITaxon:9606" + }, + "symbol": "DYNLT2B", + "taxonId": "NCBITaxon:9606" + }, + "homologGene": { + "id": "FB:FBgn0037773", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037773.html", + "species": { + "commonNames": "['fly', 'fruit fly', 'dme']", + "dataProviderFullName": "FlyBase", + "dataProviderShortName": "FB", + "name": "Drosophila melanogaster", + "shortName": "Dme", + "taxonId": "NCBITaxon:7227" + }, + "symbol": "CG5359", + "taxonId": "NCBITaxon:7227" + }, + "methodCount": 6, + "predictionMethodsMatched": [ + "Hieranoid", + "InParanoid", + "OMA", + "OrthoInspector", + "PANTHER", + "Roundup" + ], + "predictionMethodsNotCalled": [ + "HGNC", + "ZFIN" + ], + "predictionMethodsNotMatched": [ + "Ensembl Compara", + "OrthoFinder", + "PhylomeDB", + "TreeFam" + ], + "stringencyFilter": "stringent", + "totalMethodCount": 10 + }, + { + "best": "Yes", + "bestReverse": "Yes", + "gene": { + "id": "HGNC:28482", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28482", + "species": { + "commonNames": "['human', 'hsa']", + "dataProviderFullName": "Rat Genome Database", + "dataProviderShortName": "RGD", + "name": "Homo sapiens", + "shortName": "Hsa", + "taxonId": "NCBITaxon:9606" + }, + "symbol": "DYNLT2B", + "taxonId": "NCBITaxon:9606" + }, + "homologGene": { + "id": "FB:FBgn0036499", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036499.html", + "species": { + "commonNames": "['fly', 'fruit fly', 'dme']", + "dataProviderFullName": "FlyBase", + "dataProviderShortName": "FB", + "name": "Drosophila melanogaster", + "shortName": "Dme", + "taxonId": "NCBITaxon:7227" + }, + "symbol": "CG7276", + "taxonId": "NCBITaxon:7227" + }, + "methodCount": 6, + "predictionMethodsMatched": [ + "Hieranoid", + "InParanoid", + "OMA", + "OrthoInspector", + "PANTHER", + "Roundup" + ], + "predictionMethodsNotCalled": [ + "HGNC", + "ZFIN" + ], + "predictionMethodsNotMatched": [ + "Ensembl Compara", + "OrthoFinder", + "PhylomeDB", + "TreeFam" + ], + "stringencyFilter": "stringent", + "totalMethodCount": 10 + }, { "best": "Yes", "bestReverse": "No", "gene": { "id": "HGNC:11694", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11694", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -206526,11 +206054,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DYNLT3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0024432", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0024432.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -206540,8 +206068,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Dlc90F", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -206570,8 +206097,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3091", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3091", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -206579,11 +206107,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DYRK1A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0259168", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0259168.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -206593,8 +206121,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mnb", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -206623,8 +206150,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:3092", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3092", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -206632,11 +206160,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DYRK1B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0259168", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0259168.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -206646,8 +206174,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mnb", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -206676,8 +206203,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:3093", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3093", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -206685,11 +206213,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DYRK2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027101", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027101.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -206699,8 +206227,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Dyrk3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -206729,8 +206256,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3094", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3094", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -206738,11 +206266,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DYRK3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027101", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027101.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -206752,8 +206280,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Dyrk3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -206782,8 +206309,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3095", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3095", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -206791,11 +206319,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DYRK4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0016930", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0016930.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -206805,8 +206333,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Dyrk2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -206835,8 +206362,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:3097", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3097", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -206844,11 +206372,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DYSF", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0266757", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0266757.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -206858,8 +206386,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mfr", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -206888,8 +206415,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23279", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23279", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -206897,11 +206425,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DYTN", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015926", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015926.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -206911,8 +206439,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "dah", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -206941,8 +206468,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20908", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20908", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -206950,11 +206478,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DZIP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039201", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039201.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -206964,8 +206492,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "DZIP1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -206994,8 +206521,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26551", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26551", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -207003,11 +206531,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "DZIP1L", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039201", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039201.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -207017,8 +206545,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "DZIP1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -207047,8 +206574,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3113", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3113", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -207056,11 +206584,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "E2F1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0011766", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0011766.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -207070,8 +206598,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "E2f1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -207100,8 +206627,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:3114", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3114", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -207109,11 +206637,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "E2F2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0011766", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0011766.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -207123,8 +206651,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "E2f1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -207153,8 +206680,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:3115", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3115", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -207162,11 +206690,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "E2F3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0011766", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0011766.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -207176,8 +206704,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "E2f1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -207206,8 +206733,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3118", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3118", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -207215,11 +206743,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "E2F4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0024371", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0024371.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -207229,8 +206757,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "E2f2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -207259,8 +206786,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3119", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3119", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -207268,11 +206796,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "E2F5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0024371", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0024371.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -207282,8 +206810,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "E2f2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -207312,8 +206839,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:3120", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3120", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -207321,11 +206849,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "E2F6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0011766", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0011766.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -207335,8 +206863,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "E2f1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -207365,8 +206892,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20907", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20907", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -207374,11 +206902,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EAF1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033166", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033166.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -207388,8 +206916,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Eaf", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -207418,8 +206945,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23115", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23115", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -207427,11 +206955,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EAF2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033166", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033166.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -207441,8 +206969,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Eaf", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -207471,8 +206998,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29419", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29419", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -207480,11 +207008,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EARS2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036629", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036629.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -207494,8 +207022,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "GluRS-m", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -207524,8 +207051,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3123", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3123", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -207533,11 +207061,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EBAG9", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052536", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052536.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -207547,8 +207075,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG32536", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -207577,8 +207104,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:3126", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3126", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -207586,11 +207114,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EBF1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0001319", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0001319.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -207600,8 +207128,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "kn", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -207630,8 +207157,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:19090", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19090", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -207639,11 +207167,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EBF2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0001319", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0001319.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -207653,8 +207181,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "kn", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -207683,8 +207210,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19087", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19087", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -207692,11 +207220,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EBF3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0001319", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0001319.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -207706,8 +207234,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "kn", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -207735,8 +207262,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:29278", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29278", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -207744,11 +207272,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EBF4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0001319", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0001319.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -207758,8 +207286,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "kn", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -207788,8 +207315,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15531", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15531", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -207797,11 +207325,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EBNA1BP2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039828", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039828.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -207811,8 +207339,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG1542", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -207840,8 +207367,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17029", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17029", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -207849,11 +207377,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ECD", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000543", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000543.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -207863,8 +207391,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ecd", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -207892,8 +207419,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3146", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3146", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -207901,11 +207429,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ECE1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027570", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027570.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -207915,8 +207443,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Nep2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -207945,8 +207472,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3146", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3146", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -207954,11 +207482,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ECE1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031081", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031081.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -207968,8 +207496,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Nep3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -207998,8 +207525,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:13275", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13275", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -208007,11 +207535,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ECE2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031081", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031081.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -208021,8 +207549,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Nep3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -208051,8 +207578,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3147", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3147", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -208060,11 +207588,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ECEL1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027570", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027570.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -208074,8 +207602,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Nep2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -208104,8 +207631,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:3147", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3147", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -208113,11 +207641,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ECEL1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031081", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031081.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -208127,8 +207655,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Nep3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -208157,8 +207684,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3149", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3149", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -208166,11 +207694,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ECH1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031092", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031092.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -208179,9 +207707,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG9577", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Ech1", + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -208209,8 +207736,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:23408", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23408", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -208218,11 +207746,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ECHDC2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033761", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033761.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -208232,8 +207760,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8778", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -208262,8 +207789,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23489", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23489", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -208271,11 +207799,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ECHDC3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034191", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034191.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -208285,8 +207813,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6984", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -208314,8 +207841,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3151", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3151", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -208323,11 +207851,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ECHS1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033879", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033879.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -208337,8 +207865,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Echs1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -208366,8 +207893,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2703", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2703", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -208375,11 +207903,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ECI1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032162", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032162.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -208389,8 +207917,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG4592", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -208419,8 +207946,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2703", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2703", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -208428,11 +207956,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ECI1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032161", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032161.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -208442,8 +207970,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG4594", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -208472,8 +207999,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2703", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2703", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -208481,11 +208009,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ECI1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032160", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032160.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -208495,8 +208023,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG4598", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -208524,8 +208051,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14601", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14601", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -208533,11 +208061,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ECI2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035169", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035169.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -208547,8 +208075,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Dci", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -208577,8 +208104,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29020", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29020", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -208586,11 +208114,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ECPAS", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033698", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033698.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -208600,8 +208128,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8858", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -208630,8 +208157,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29548", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29548", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -208639,11 +208167,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ECSIT", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028436", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028436.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -208653,8 +208181,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ECSIT", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -208682,8 +208209,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3155", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3155", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -208691,11 +208219,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ECT2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003041", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003041.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -208705,8 +208233,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "pbl", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -208735,8 +208262,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3157", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3157", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -208744,11 +208272,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EDA", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033483", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033483.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -208758,8 +208286,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "egr", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -208788,8 +208315,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26114", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26114", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -208797,11 +208325,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EDC3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036735", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036735.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -208811,8 +208339,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Edc3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -208841,8 +208368,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17157", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17157", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -208850,11 +208378,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EDC4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0283682", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0283682.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -208864,8 +208392,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ge-1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -208894,8 +208421,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16787", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16787", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -208903,11 +208431,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EDEM3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032480", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032480.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -208917,8 +208445,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Edem2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -208947,8 +208474,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3164", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3164", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -208956,11 +208484,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EDF1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0262732", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0262732.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -208970,8 +208498,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mbf1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -208999,8 +208526,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24640", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24640", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -209008,11 +208536,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EDRF1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035923", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035923.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -209022,8 +208550,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6511", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -209051,8 +208578,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3188", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3188", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -209060,11 +208588,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EED", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000588", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000588.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -209074,8 +208602,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "esc", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -209103,8 +208630,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3188", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3188", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -209112,11 +208640,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EED", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032391", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032391.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -209126,8 +208654,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "escl", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -209155,8 +208682,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:3189", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3189", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -209164,11 +208692,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EEF1A1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0284245", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0284245.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -209178,8 +208706,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "eEF1\u03b11", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -209208,8 +208735,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:3200", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3200", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -209217,11 +208745,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EEF1A1P5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0284245", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0284245.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -209231,8 +208759,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "eEF1\u03b11", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -209261,8 +208788,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3192", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3192", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -209270,11 +208798,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EEF1A2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0284245", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0284245.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -209284,8 +208812,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "eEF1\u03b11", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -209314,8 +208841,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3192", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3192", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -209323,11 +208851,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EEF1A2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000557", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000557.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -209337,8 +208865,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "eEF1\u03b12", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -209367,8 +208894,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:27351", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:27351", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -209376,11 +208904,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EEF1AKMT1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031777", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031777.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -209390,8 +208918,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG9154", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -209419,8 +208946,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:33787", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:33787", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -209428,11 +208956,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EEF1AKMT2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031485", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031485.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -209442,8 +208970,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG9643", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -209472,8 +208999,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:53615", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:53615", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -209481,11 +209009,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EEF1AKMT4-ECE2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031081", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031081.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -209495,8 +209023,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Nep3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -209520,65 +209047,14 @@ "stringencyFilter": "stringent", "totalMethodCount": 10 }, - { - "best": "Yes", - "bestReverse": "Yes", - "gene": { - "id": "HGNC:24248", - "species": { - "commonNames": "['human']", - "dataProviderFullName": "Rat Genome Database", - "dataProviderShortName": "RGD", - "name": "Homo sapiens", - "shortName": "Hsa", - "taxonId": "NCBITaxon:9606" - }, - "symbol": "EEF1AKNMT", - "taxonId": "NCBITaxon:9606", - "url": null - }, - "homologGene": { - "id": "FB:FBgn0032873", - "species": { - "commonNames": "['fly', 'fruit fly', 'dme']", - "dataProviderFullName": "FlyBase", - "dataProviderShortName": "FB", - "name": "Drosophila melanogaster", - "shortName": "Dme", - "taxonId": "NCBITaxon:7227" - }, - "symbol": "CG2614", - "taxonId": "NCBITaxon:7227", - "url": null - }, - "methodCount": 10, - "predictionMethodsMatched": [ - "Ensembl Compara", - "Hieranoid", - "InParanoid", - "OMA", - "OrthoFinder", - "OrthoInspector", - "PANTHER", - "PhylomeDB", - "Roundup", - "TreeFam" - ], - "predictionMethodsNotCalled": [ - "HGNC", - "ZFIN" - ], - "predictionMethodsNotMatched": [], - "stringencyFilter": "stringent", - "totalMethodCount": 10 - }, { "best": "Yes", "bestReverse": "Yes", "gene": { "id": "HGNC:3208", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3208", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -209586,11 +209062,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EEF1B2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028737", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028737.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -209600,8 +209076,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "eEF1\u03b2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -209630,8 +209105,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3211", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3211", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -209639,11 +209115,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EEF1D", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032198", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032198.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -209653,8 +209129,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "eEF1\u03b4", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -209683,8 +209158,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3212", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3212", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -209692,11 +209168,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EEF1E1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0050185", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0050185.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -209706,8 +209182,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "AIMP3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -209736,8 +209211,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3213", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3213", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -209745,11 +209221,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EEF1G", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029176", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029176.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -209759,8 +209235,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "eEF1\u03b3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -209789,8 +209264,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3214", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3214", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -209798,11 +209274,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EEF2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000559", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000559.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -209812,8 +209288,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "eEF2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -209841,8 +209316,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:32221", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:32221", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -209850,11 +209326,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EEF2KMT", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031003", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031003.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -209864,8 +209340,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7889", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -209894,8 +209369,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24614", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24614", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -209903,11 +209379,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EEFSEC", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034627", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034627.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -209917,8 +209393,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "eEFSec", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -209941,331 +209416,14 @@ "stringencyFilter": "stringent", "totalMethodCount": 10 }, - { - "best": "No", - "bestReverse": "Yes", - "gene": { - "id": "HGNC:25678", - "species": { - "commonNames": "['human']", - "dataProviderFullName": "Rat Genome Database", - "dataProviderShortName": "RGD", - "name": "Homo sapiens", - "shortName": "Hsa", - "taxonId": "NCBITaxon:9606" - }, - "symbol": "EFCAB1", - "taxonId": "NCBITaxon:9606", - "url": null - }, - "homologGene": { - "id": "FB:FBgn0037461", - "species": { - "commonNames": "['fly', 'fruit fly', 'dme']", - "dataProviderFullName": "FlyBase", - "dataProviderShortName": "FB", - "name": "Drosophila melanogaster", - "shortName": "Dme", - "taxonId": "NCBITaxon:7227" - }, - "symbol": "CG15177", - "taxonId": "NCBITaxon:7227", - "url": null - }, - "methodCount": 4, - "predictionMethodsMatched": [ - "Ensembl Compara", - "OMA", - "PANTHER", - "TreeFam" - ], - "predictionMethodsNotCalled": [ - "HGNC", - "ZFIN" - ], - "predictionMethodsNotMatched": [ - "Hieranoid", - "InParanoid", - "OrthoFinder", - "OrthoInspector", - "PhylomeDB", - "Roundup" - ], - "stringencyFilter": "stringent", - "totalMethodCount": 10 - }, - { - "best": "Yes", - "bestReverse": "Yes", - "gene": { - "id": "HGNC:25678", - "species": { - "commonNames": "['human']", - "dataProviderFullName": "Rat Genome Database", - "dataProviderShortName": "RGD", - "name": "Homo sapiens", - "shortName": "Hsa", - "taxonId": "NCBITaxon:9606" - }, - "symbol": "EFCAB1", - "taxonId": "NCBITaxon:9606", - "url": null - }, - "homologGene": { - "id": "FB:FBgn0029995", - "species": { - "commonNames": "['fly', 'fruit fly', 'dme']", - "dataProviderFullName": "FlyBase", - "dataProviderShortName": "FB", - "name": "Drosophila melanogaster", - "shortName": "Dme", - "taxonId": "NCBITaxon:7227" - }, - "symbol": "CG2256", - "taxonId": "NCBITaxon:7227", - "url": null - }, - "methodCount": 8, - "predictionMethodsMatched": [ - "Ensembl Compara", - "Hieranoid", - "InParanoid", - "OrthoFinder", - "OrthoInspector", - "PANTHER", - "PhylomeDB", - "TreeFam" - ], - "predictionMethodsNotCalled": [ - "HGNC", - "ZFIN" - ], - "predictionMethodsNotMatched": [ - "OMA", - "Roundup" - ], - "stringencyFilter": "stringent", - "totalMethodCount": 10 - }, - { - "best": "No", - "bestReverse": "Yes", - "gene": { - "id": "HGNC:25678", - "species": { - "commonNames": "['human']", - "dataProviderFullName": "Rat Genome Database", - "dataProviderShortName": "RGD", - "name": "Homo sapiens", - "shortName": "Hsa", - "taxonId": "NCBITaxon:9606" - }, - "symbol": "EFCAB1", - "taxonId": "NCBITaxon:9606", - "url": null - }, - "homologGene": { - "id": "FB:FBgn0035034", - "species": { - "commonNames": "['fly', 'fruit fly', 'dme']", - "dataProviderFullName": "FlyBase", - "dataProviderShortName": "FB", - "name": "Drosophila melanogaster", - "shortName": "Dme", - "taxonId": "NCBITaxon:7227" - }, - "symbol": "CG3565", - "taxonId": "NCBITaxon:7227", - "url": null - }, - "methodCount": 5, - "predictionMethodsMatched": [ - "Ensembl Compara", - "OMA", - "PANTHER", - "PhylomeDB", - "TreeFam" - ], - "predictionMethodsNotCalled": [ - "HGNC", - "ZFIN" - ], - "predictionMethodsNotMatched": [ - "Hieranoid", - "InParanoid", - "OrthoFinder", - "OrthoInspector", - "Roundup" - ], - "stringencyFilter": "stringent", - "totalMethodCount": 10 - }, - { - "best": "No", - "bestReverse": "Yes", - "gene": { - "id": "HGNC:25678", - "species": { - "commonNames": "['human']", - "dataProviderFullName": "Rat Genome Database", - "dataProviderShortName": "RGD", - "name": "Homo sapiens", - "shortName": "Hsa", - "taxonId": "NCBITaxon:9606" - }, - "symbol": "EFCAB1", - "taxonId": "NCBITaxon:9606", - "url": null - }, - "homologGene": { - "id": "FB:FBgn0038089", - "species": { - "commonNames": "['fly', 'fruit fly', 'dme']", - "dataProviderFullName": "FlyBase", - "dataProviderShortName": "FB", - "name": "Drosophila melanogaster", - "shortName": "Dme", - "taxonId": "NCBITaxon:7227" - }, - "symbol": "d-cup", - "taxonId": "NCBITaxon:7227", - "url": null - }, - "methodCount": 5, - "predictionMethodsMatched": [ - "Ensembl Compara", - "OMA", - "PANTHER", - "PhylomeDB", - "TreeFam" - ], - "predictionMethodsNotCalled": [ - "HGNC", - "ZFIN" - ], - "predictionMethodsNotMatched": [ - "Hieranoid", - "InParanoid", - "OrthoFinder", - "OrthoInspector", - "Roundup" - ], - "stringencyFilter": "stringent", - "totalMethodCount": 10 - }, - { - "best": "No", - "bestReverse": "Yes", - "gene": { - "id": "HGNC:25678", - "species": { - "commonNames": "['human']", - "dataProviderFullName": "Rat Genome Database", - "dataProviderShortName": "RGD", - "name": "Homo sapiens", - "shortName": "Hsa", - "taxonId": "NCBITaxon:9606" - }, - "symbol": "EFCAB1", - "taxonId": "NCBITaxon:9606", - "url": null - }, - "homologGene": { - "id": "FB:FBgn0037460", - "species": { - "commonNames": "['fly', 'fruit fly', 'dme']", - "dataProviderFullName": "FlyBase", - "dataProviderShortName": "FB", - "name": "Drosophila melanogaster", - "shortName": "Dme", - "taxonId": "NCBITaxon:7227" - }, - "symbol": "sowi", - "taxonId": "NCBITaxon:7227", - "url": null - }, - "methodCount": 4, - "predictionMethodsMatched": [ - "Ensembl Compara", - "OMA", - "PANTHER", - "TreeFam" - ], - "predictionMethodsNotCalled": [ - "HGNC", - "ZFIN" - ], - "predictionMethodsNotMatched": [ - "Hieranoid", - "InParanoid", - "OrthoFinder", - "OrthoInspector", - "PhylomeDB", - "Roundup" - ], - "stringencyFilter": "stringent", - "totalMethodCount": 10 - }, - { - "best": "No", - "bestReverse": "Yes", - "gene": { - "id": "HGNC:25678", - "species": { - "commonNames": "['human']", - "dataProviderFullName": "Rat Genome Database", - "dataProviderShortName": "RGD", - "name": "Homo sapiens", - "shortName": "Hsa", - "taxonId": "NCBITaxon:9606" - }, - "symbol": "EFCAB1", - "taxonId": "NCBITaxon:9606", - "url": null - }, - "homologGene": { - "id": "FB:FBgn0037462", - "species": { - "commonNames": "['fly', 'fruit fly', 'dme']", - "dataProviderFullName": "FlyBase", - "dataProviderShortName": "FB", - "name": "Drosophila melanogaster", - "shortName": "Dme", - "taxonId": "NCBITaxon:7227" - }, - "symbol": "sunz", - "taxonId": "NCBITaxon:7227", - "url": null - }, - "methodCount": 5, - "predictionMethodsMatched": [ - "Ensembl Compara", - "OMA", - "PANTHER", - "PhylomeDB", - "TreeFam" - ], - "predictionMethodsNotCalled": [ - "HGNC", - "ZFIN" - ], - "predictionMethodsNotMatched": [ - "Hieranoid", - "InParanoid", - "OrthoFinder", - "OrthoInspector", - "Roundup" - ], - "stringencyFilter": "stringent", - "totalMethodCount": 10 - }, { "best": "Yes", "bestReverse": "Yes", "gene": { "id": "HGNC:28166", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28166", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -210273,11 +209431,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EFCAB2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034481", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034481.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -210287,8 +209445,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG11041", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -210317,8 +209474,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28166", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28166", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -210326,11 +209484,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EFCAB2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034592", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034592.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -210340,8 +209498,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG9406", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -210370,8 +209527,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26330", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26330", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -210379,11 +209537,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EFHB", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052086", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052086.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -210393,8 +209551,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG32086", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -210423,8 +209580,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26330", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26330", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -210432,11 +209590,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EFHB", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0053489", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0053489.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -210446,8 +209604,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG33489", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -210476,8 +209633,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26330", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26330", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -210485,11 +209643,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EFHB", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0053490", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0053490.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -210499,8 +209657,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG33490", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -210529,8 +209686,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26233", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26233", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -210538,11 +209696,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EFHC2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030691", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030691.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -210552,8 +209710,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Efhc1.1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -210582,8 +209739,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26233", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26233", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -210591,11 +209749,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EFHC2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034487", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034487.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -210605,8 +209763,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Efhc1.2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -210634,8 +209791,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29556", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29556", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -210643,11 +209801,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EFHD1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038280", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038280.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -210657,8 +209815,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG14861", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -210687,8 +209844,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29556", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29556", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -210696,11 +209854,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EFHD1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032731", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032731.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -210710,8 +209868,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Swip-1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -210740,8 +209897,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28670", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28670", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -210749,11 +209907,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EFHD2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038280", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038280.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -210763,8 +209921,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG14861", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -210793,8 +209950,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28670", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28670", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -210802,11 +209960,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EFHD2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032731", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032731.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -210816,8 +209974,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Swip-1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -210846,8 +210003,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25789", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25789", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -210855,11 +210013,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EFL1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0053158", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0053158.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -210869,8 +210027,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG33158", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -210898,8 +210055,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:3221", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3221", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -210907,11 +210065,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EFNA1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040324", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040324.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -210921,8 +210079,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ephrin", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -210951,8 +210108,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:3222", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3222", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -210960,11 +210118,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EFNA2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040324", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040324.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -210974,8 +210132,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ephrin", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -211004,8 +210161,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:3223", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3223", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -211013,11 +210171,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EFNA3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040324", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040324.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -211027,8 +210185,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ephrin", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -211057,8 +210214,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:3224", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3224", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -211066,11 +210224,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EFNA4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040324", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040324.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -211080,8 +210238,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ephrin", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -211110,8 +210267,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:3225", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3225", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -211119,11 +210277,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EFNA5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040324", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040324.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -211133,8 +210291,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ephrin", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -211163,8 +210320,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3226", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3226", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -211172,11 +210330,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EFNB1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040324", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040324.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -211186,8 +210344,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ephrin", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -211216,8 +210373,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3227", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3227", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -211225,11 +210383,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EFNB2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040324", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040324.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -211239,8 +210397,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ephrin", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -211269,8 +210426,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3228", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3228", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -211278,11 +210436,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EFNB3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040324", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040324.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -211292,8 +210450,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ephrin", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -211322,8 +210479,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28970", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28970", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -211331,11 +210489,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EFR3A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0086784", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0086784.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -211345,8 +210503,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "stmA", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -211374,8 +210531,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29155", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29155", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -211383,11 +210541,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EFR3B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0086784", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0086784.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -211397,8 +210555,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "stmA", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -211426,8 +210583,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:16898", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16898", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -211435,11 +210593,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EFS", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035101", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035101.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -211449,8 +210607,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "p130CAS", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -211479,8 +210636,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30858", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30858", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -211488,11 +210646,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EFTUD2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039566", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039566.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -211502,8 +210660,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG4849", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -211531,8 +210688,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20594", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20594", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -211540,11 +210698,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EGFL7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035539", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035539.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -211554,8 +210712,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "slow", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -211584,8 +210741,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:13944", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13944", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -211593,11 +210751,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EGFL8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035539", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035539.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -211607,8 +210765,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "slow", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -211637,8 +210794,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26810", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26810", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -211646,11 +210804,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EGFLAM", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034070", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034070.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -211660,8 +210818,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "SP2353", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -211690,8 +210847,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:3236", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3236", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -211699,11 +210857,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EGFR", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003731", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003731.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -211713,8 +210871,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Egfr", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -211743,8 +210900,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1232", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1232", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -211752,11 +210910,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EGLN1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0264785", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0264785.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -211766,8 +210924,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Hph", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -211796,8 +210953,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:14660", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14660", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -211805,11 +210963,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EGLN2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0264785", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0264785.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -211819,8 +210977,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Hph", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -211849,8 +211006,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14661", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14661", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -211858,11 +211016,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EGLN3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0264785", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0264785.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -211872,8 +211030,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Hph", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -211902,8 +211059,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3238", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3238", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -211911,11 +211069,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EGR1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003499", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003499.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -211925,8 +211083,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "sr", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -211955,8 +211112,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:3239", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3239", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -211964,11 +211122,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EGR2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003499", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003499.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -211978,8 +211136,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "sr", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -212008,8 +211165,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:3240", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3240", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -212017,11 +211175,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EGR3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003499", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003499.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -212031,8 +211189,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "sr", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -212061,8 +211218,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29144", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29144", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -212070,11 +211228,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EHBP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034180", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034180.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -212084,8 +211242,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ehbp1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -212114,8 +211271,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:30682", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30682", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -212123,11 +211281,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EHBP1L1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034180", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034180.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -212137,8 +211295,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ehbp1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -212167,8 +211324,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3242", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3242", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -212176,11 +211334,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EHD1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0016693", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0016693.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -212190,8 +211348,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Past1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -212219,8 +211376,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:3243", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3243", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -212228,11 +211386,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EHD2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0016693", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0016693.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -212242,8 +211400,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Past1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -212272,8 +211429,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:3244", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3244", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -212281,11 +211439,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EHD3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0016693", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0016693.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -212295,8 +211453,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Past1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -212325,8 +211482,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:3245", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3245", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -212334,11 +211492,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EHD4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0016693", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0016693.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -212348,8 +211506,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Past1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -212378,8 +211535,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24650", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24650", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -212387,11 +211545,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EHMT1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040372", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040372.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -212401,8 +211559,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "G9a", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -212431,8 +211588,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14129", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14129", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -212440,11 +211598,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EHMT2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040372", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040372.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -212454,8 +211612,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "G9a", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -212484,8 +211641,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13276", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13276", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -212493,11 +211651,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EI24", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031635", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031635.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -212507,8 +211665,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "tank", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -212536,8 +211693,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:32961", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:32961", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -212545,11 +211703,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EID3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032251", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032251.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -212559,8 +211717,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Nse4", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -212589,8 +211746,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3249", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3249", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -212598,11 +211756,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EIF1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035423", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035423.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -212612,8 +211770,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "eIF1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -212641,8 +211798,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28147", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28147", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -212650,11 +211808,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EIF1AD", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051957", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051957.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -212664,8 +211822,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG31957", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -212694,8 +211851,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3250", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3250", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -212703,11 +211861,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EIF1AX", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0026250", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026250.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -212717,8 +211875,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "eIF1A", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -212746,8 +211903,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3252", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3252", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -212755,11 +211913,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EIF1AY", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0026250", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026250.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -212769,8 +211927,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "eIF1A", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -212798,8 +211955,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:30792", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30792", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -212807,11 +211965,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EIF1B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035423", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035423.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -212821,8 +211979,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "eIF1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -212851,8 +212008,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3254", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3254", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -212860,11 +212018,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EIF2A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037135", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037135.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -212874,8 +212032,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7414", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -212904,8 +212061,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3255", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3255", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -212913,11 +212071,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EIF2AK3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037327", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037327.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -212927,8 +212085,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "PEK", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -212957,8 +212114,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19687", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19687", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -212966,11 +212124,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EIF2AK4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0019990", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0019990.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -212980,8 +212138,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Gcn2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -213010,8 +212167,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3257", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3257", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -213019,11 +212177,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EIF2B1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039726", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039726.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -213033,8 +212191,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "eIF2B\u03b1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -213062,8 +212219,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3258", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3258", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -213071,11 +212229,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EIF2B2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0024996", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0024996.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -213085,8 +212243,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "eIF2B\u03b2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -213114,8 +212271,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3259", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3259", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -213123,11 +212281,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EIF2B3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034029", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034029.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -213137,8 +212295,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "eIF2B\u03b3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -213167,8 +212324,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3260", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3260", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -213176,11 +212334,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EIF2B4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034858", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034858.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -213190,8 +212348,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "eIF2B\u03b4", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -213220,8 +212377,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3261", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3261", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -213229,11 +212387,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EIF2B5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0023512", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0023512.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -213243,8 +212401,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "eIF2B\u03b5", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -213272,8 +212429,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6583", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6583", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -213281,11 +212439,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EIF2D", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0041588", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0041588.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -213295,8 +212453,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "eIF2D", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -213324,8 +212481,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3265", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3265", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -213333,11 +212491,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EIF2S1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261609", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261609.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -213347,8 +212505,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "eIF2\u03b1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -213377,8 +212534,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3266", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3266", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -213386,11 +212544,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EIF2S2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004926", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004926.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -213400,8 +212558,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "eIF2\u03b2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -213429,8 +212586,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3267", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3267", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -213438,11 +212596,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EIF2S3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0263740", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0263740.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -213452,8 +212610,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "eIF2\u03b3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -213482,8 +212639,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:43863", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:43863", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -213491,11 +212649,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EIF2S3B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0263740", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0263740.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -213505,8 +212663,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "eIF2\u03b3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -213535,8 +212692,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3271", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3271", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -213544,11 +212702,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EIF3A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037249", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037249.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -213558,8 +212716,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "eIF3a", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -213588,8 +212745,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3280", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3280", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -213597,11 +212755,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EIF3B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034237", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034237.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -213611,8 +212769,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "eIF3b", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -213640,8 +212797,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:3279", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3279", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -213649,11 +212807,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EIF3C", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034258", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034258.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -213663,8 +212821,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "eIF3c", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -213693,8 +212850,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26347", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26347", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -213702,11 +212860,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EIF3CL", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034258", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034258.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -213716,8 +212874,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "eIF3c", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -213745,8 +212902,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3278", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3278", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -213754,11 +212912,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EIF3D", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040227", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040227.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -213768,8 +212926,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "eIF3d1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -213797,8 +212954,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3278", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3278", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -213806,11 +212964,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EIF3D", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037994", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037994.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -213820,8 +212978,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "eIF3d2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -213849,8 +213006,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3277", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3277", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -213858,11 +213016,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EIF3E", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0025582", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0025582.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -213872,8 +213030,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "eIF3e", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -213901,8 +213058,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3275", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3275", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -213910,11 +213068,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EIF3F", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037270", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037270.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -213924,8 +213082,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "eIF3f1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -213954,8 +213111,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3275", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3275", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -213963,11 +213121,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EIF3F", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033069", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033069.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -213977,8 +213135,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "eIF3f2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -214007,8 +213164,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3274", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3274", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -214016,11 +213174,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EIF3G", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029629", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029629.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -214030,8 +213188,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "eIF3g1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -214060,8 +213217,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3274", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3274", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -214069,11 +213227,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EIF3G", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038796", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038796.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -214083,8 +213241,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "eIF3g2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -214113,8 +213270,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3273", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3273", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -214122,11 +213280,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EIF3H", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0022023", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0022023.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -214136,8 +213294,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "eIF3h", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -214166,8 +213323,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3272", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3272", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -214175,11 +213333,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EIF3I", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015834", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015834.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -214189,8 +213347,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "eIF3i", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -214218,8 +213375,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3270", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3270", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -214227,11 +213385,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EIF3J", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027619", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027619.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -214241,8 +213399,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "eIF3j", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -214271,8 +213428,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24656", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24656", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -214280,11 +213438,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EIF3K", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034654", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034654.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -214294,8 +213452,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "eIF3k", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -214323,8 +213480,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18138", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18138", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -214332,11 +213490,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EIF3L", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036258", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036258.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -214346,8 +213504,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "eIF3l", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -214375,8 +213532,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24460", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24460", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -214384,11 +213542,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EIF3M", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033902", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033902.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -214398,8 +213556,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "eIF3m", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -214428,8 +213585,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3282", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3282", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -214437,11 +213595,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EIF4A1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0001942", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0001942.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -214451,8 +213609,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "eIF4A", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -214481,8 +213638,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:3284", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3284", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -214490,11 +213648,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EIF4A2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0001942", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0001942.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -214504,8 +213662,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "eIF4A", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -214534,8 +213691,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18683", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18683", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -214543,11 +213701,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EIF4A3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037573", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037573.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -214557,8 +213715,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7483", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -214586,8 +213743,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3285", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3285", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -214595,11 +213753,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EIF4B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0020660", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0020660.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -214609,8 +213767,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "eIF4B", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -214639,8 +213796,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3287", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3287", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -214648,11 +213806,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EIF4E", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015218", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015218.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -214662,8 +213820,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "eIF4E1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -214691,8 +213848,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3287", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3287", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -214700,11 +213858,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EIF4E", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0265089", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0265089.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -214714,8 +213872,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "eIF4E3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -214744,8 +213901,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3287", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3287", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -214753,11 +213911,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EIF4E", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035709", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035709.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -214767,8 +213925,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "eIF4E4", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -214796,8 +213953,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3287", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3287", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -214805,11 +213963,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EIF4E", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035823", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035823.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -214819,8 +213977,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "eIF4E5", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -214849,8 +214006,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3287", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3287", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -214858,11 +214016,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EIF4E", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039622", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039622.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -214872,8 +214030,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "eIF4E6", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -214902,8 +214059,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3287", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3287", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -214911,11 +214069,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EIF4E", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040368", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040368.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -214925,8 +214083,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "eIF4E7", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -214955,8 +214112,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:33179", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:33179", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -214964,11 +214122,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EIF4E1B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015218", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015218.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -214978,8 +214136,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "eIF4E1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -215007,8 +214164,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:33179", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:33179", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -215016,11 +214174,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EIF4E1B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0265089", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0265089.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -215030,8 +214188,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "eIF4E3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -215060,8 +214217,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:33179", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:33179", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -215069,11 +214227,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EIF4E1B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035709", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035709.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -215083,8 +214241,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "eIF4E4", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -215112,8 +214269,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:33179", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:33179", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -215121,11 +214279,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EIF4E1B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035823", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035823.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -215135,8 +214293,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "eIF4E5", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -215165,8 +214322,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:33179", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:33179", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -215174,11 +214332,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EIF4E1B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039622", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039622.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -215188,8 +214346,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "eIF4E6", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -215218,8 +214375,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:33179", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:33179", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -215227,11 +214385,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EIF4E1B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040368", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040368.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -215241,8 +214399,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "eIF4E7", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -215271,8 +214428,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3293", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3293", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -215280,11 +214438,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EIF4E2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0053100", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0053100.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -215294,8 +214452,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "eIF4EHP", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -215324,8 +214481,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3288", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3288", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -215333,11 +214491,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EIF4EBP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261560", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261560.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -215347,8 +214505,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Thor", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -215377,8 +214534,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3289", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3289", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -215386,11 +214544,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EIF4EBP2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261560", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261560.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -215400,8 +214558,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Thor", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -215430,8 +214587,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3290", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3290", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -215439,11 +214597,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EIF4EBP3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261560", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261560.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -215453,8 +214611,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Thor", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -215483,8 +214640,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16687", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16687", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -215492,11 +214650,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EIF4ENIF1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052016", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052016.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -215506,8 +214664,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "4E-T", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -215536,8 +214693,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16687", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16687", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -215545,11 +214703,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EIF4ENIF1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000392", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000392.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -215559,8 +214717,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "cup", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -215589,8 +214746,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:3296", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3296", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -215598,11 +214756,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EIF4G1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0023213", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0023213.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -215612,8 +214770,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "eIF4G1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -215642,8 +214799,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3297", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3297", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -215651,11 +214809,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EIF4G2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010488", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010488.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -215665,8 +214823,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "NAT1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -215695,8 +214852,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3298", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3298", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -215704,11 +214862,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EIF4G3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0023213", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0023213.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -215718,8 +214876,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "eIF4G1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -215748,8 +214905,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3298", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3298", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -215757,11 +214915,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EIF4G3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0260634", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0260634.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -215771,8 +214929,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "eIF4G2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -215801,8 +214958,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12741", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12741", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -215810,11 +214968,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EIF4H", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0262734", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0262734.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -215824,8 +214982,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "eIF4H1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -215854,8 +215011,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12741", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12741", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -215863,11 +215021,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EIF4H", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039797", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039797.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -215877,8 +215035,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "eIF4H2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -215907,8 +215064,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3299", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3299", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -215916,11 +215074,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EIF5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030719", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030719.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -215930,8 +215088,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "eIF5", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -215959,8 +215116,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3300", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3300", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -215968,11 +215126,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EIF5A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0285952", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0285952.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -215982,8 +215140,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "eEF5", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -216011,8 +215168,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3301", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3301", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -216020,11 +215178,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EIF5A2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0285952", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0285952.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -216034,8 +215192,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "eEF5", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -216063,8 +215220,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:17419", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17419", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -216072,11 +215230,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EIF5AL1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0285952", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0285952.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -216086,8 +215244,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "eEF5", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -216116,8 +215273,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30793", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30793", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -216125,11 +215283,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EIF5B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0026259", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026259.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -216139,8 +215297,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "eIF5B", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -216169,8 +215326,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6159", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6159", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -216178,11 +215336,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EIF6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034915", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034915.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -216192,8 +215350,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "eIF6", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -216221,8 +215378,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12383", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12383", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -216230,11 +215388,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EIPR1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036292", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036292.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -216244,8 +215402,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10646", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -216273,8 +215430,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14198", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14198", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -216282,11 +215440,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ELAC2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028426", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028426.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -216296,8 +215454,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "RNaseZ", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -216325,8 +215482,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:3312", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3312", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -216334,11 +215492,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ELAVL1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0086675", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0086675.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -216348,8 +215506,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "fne", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -216378,8 +215535,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:3312", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3312", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -216387,11 +215545,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ELAVL1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010263", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010263.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -216401,8 +215559,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rbp9", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -216431,8 +215588,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3313", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3313", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -216440,11 +215598,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ELAVL2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0086675", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0086675.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -216454,8 +215612,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "fne", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -216484,8 +215641,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3313", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3313", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -216493,11 +215651,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ELAVL2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010263", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010263.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -216507,8 +215665,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rbp9", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -216537,8 +215694,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3314", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3314", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -216546,11 +215704,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ELAVL3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0260400", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0260400.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -216560,8 +215718,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "elav", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -216590,8 +215747,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:3314", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3314", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -216599,11 +215757,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ELAVL3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0086675", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0086675.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -216613,8 +215771,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "fne", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -216643,8 +215800,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:3315", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3315", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -216652,11 +215810,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ELAVL4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0086675", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0086675.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -216666,8 +215824,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "fne", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -216696,8 +215853,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:3316", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3316", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -216705,11 +215863,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ELF1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000567", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000567.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -216719,8 +215877,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Eip74EF", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -216749,8 +215906,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3317", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3317", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -216758,11 +215916,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ELF2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000567", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000567.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -216772,8 +215930,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Eip74EF", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -216802,8 +215959,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:3319", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3319", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -216811,11 +215969,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ELF4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000567", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000567.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -216825,8 +215983,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Eip74EF", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -216855,8 +216012,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23114", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23114", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -216864,11 +216022,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ELL", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0014037", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0014037.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -216878,8 +216036,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Su(Tpl)", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -216908,8 +216065,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17064", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17064", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -216917,11 +216075,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ELL2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0014037", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0014037.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -216931,8 +216089,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Su(Tpl)", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -216961,8 +216118,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:23113", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23113", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -216970,11 +216128,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ELL3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0014037", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0014037.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -216984,8 +216142,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Su(Tpl)", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -217014,8 +216171,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16286", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16286", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -217023,11 +216181,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ELMO1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032409", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032409.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -217037,8 +216195,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ced-12", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -217066,8 +216223,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:17233", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17233", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -217075,11 +216233,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ELMO2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032409", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032409.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -217089,8 +216247,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ced-12", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -217119,8 +216276,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:17289", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17289", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -217128,11 +216286,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ELMO3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032409", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032409.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -217142,8 +216300,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ced-12", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -217172,8 +216329,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:25334", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25334", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -217181,11 +216339,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ELMOD1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037473", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037473.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -217195,8 +216353,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10068", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -217225,8 +216382,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28111", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28111", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -217234,11 +216392,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ELMOD2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037473", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037473.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -217248,8 +216406,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10068", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -217277,8 +216434,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11620", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11620", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -217286,11 +216444,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ELOA", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039066", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039066.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -217300,8 +216458,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "EloA", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -217330,8 +216487,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:30771", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30771", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -217339,11 +216497,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ELOA2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039066", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039066.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -217353,8 +216511,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "EloA", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -217383,8 +216540,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:31007", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:31007", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -217392,11 +216550,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ELOA3BP", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039066", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039066.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -217406,8 +216564,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "EloA", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -217436,8 +216593,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:52410", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:52410", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -217445,11 +216603,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ELOA3CP", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039066", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039066.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -217459,8 +216617,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "EloA", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -217489,8 +216646,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:33511", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:33511", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -217498,11 +216656,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ELOA3DP", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039066", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039066.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -217512,8 +216670,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "EloA", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -217542,8 +216699,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11619", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11619", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -217551,11 +216709,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ELOB", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0023212", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0023212.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -217565,8 +216723,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "EloB", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -217595,8 +216752,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11617", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11617", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -217604,11 +216762,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ELOC", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0266711", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0266711.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -217618,8 +216776,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "EloC", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -217647,8 +216804,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28691", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28691", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -217656,11 +216814,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ELOF1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0063670", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0063670.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -217670,8 +216828,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG40228", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -217699,8 +216856,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28691", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28691", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -217708,11 +216866,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ELOF1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036531", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036531.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -217722,8 +216880,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6244", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -217752,8 +216909,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14418", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14418", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -217761,11 +216919,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ELOVL1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0260942", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0260942.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -217775,8 +216933,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "bond", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -217805,8 +216962,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14418", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14418", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -217814,11 +216972,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ELOVL1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037763", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037763.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -217828,8 +216986,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG16904", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -217858,8 +217015,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14418", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14418", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -217867,11 +217025,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ELOVL1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034383", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034383.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -217881,8 +217039,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG17821", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -217911,8 +217068,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14418", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14418", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -217920,11 +217078,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ELOVL1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034382", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034382.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -217934,8 +217092,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG18609", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -217964,8 +217121,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14418", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14418", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -217973,11 +217131,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ELOVL1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0050008", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0050008.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -217987,8 +217145,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG30008", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -218017,8 +217174,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14418", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14418", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -218026,11 +217184,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ELOVL1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051141", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051141.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -218040,8 +217198,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG31141", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -218070,8 +217227,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14418", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14418", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -218079,11 +217237,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ELOVL1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051522", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051522.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -218093,8 +217251,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG31522", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -218122,8 +217279,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14418", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14418", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -218131,11 +217289,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ELOVL1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051523", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051523.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -218145,8 +217303,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG31523", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -218175,8 +217332,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14418", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14418", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -218184,11 +217342,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ELOVL1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0053110", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0053110.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -218198,8 +217356,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG33110", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -218228,8 +217385,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14418", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14418", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -218237,11 +217395,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ELOVL1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038983", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038983.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -218251,8 +217409,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5326", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -218281,8 +217438,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14418", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14418", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -218290,11 +217448,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ELOVL1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039030", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039030.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -218304,8 +217462,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6660", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -218334,8 +217491,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14418", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14418", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -218343,11 +217501,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ELOVL1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037761", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037761.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -218357,8 +217515,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8534", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -218387,8 +217544,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14418", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14418", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -218396,11 +217554,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ELOVL1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037765", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037765.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -218410,8 +217568,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG9458", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -218440,8 +217597,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14418", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14418", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -218449,11 +217607,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ELOVL1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037764", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037764.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -218463,8 +217621,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG9459", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -218493,8 +217650,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14418", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14418", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -218502,11 +217660,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ELOVL1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037762", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037762.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -218516,8 +217674,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "eloF", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -218546,8 +217703,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14418", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14418", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -218555,11 +217713,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ELOVL1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037534", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037534.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -218568,9 +217726,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "ELOVL", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Elovl7", + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -218598,8 +217755,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14418", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14418", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -218607,11 +217765,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ELOVL1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038986", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038986.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -218621,8 +217779,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "sit", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -218651,8 +217808,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:14416", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14416", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -218660,11 +217818,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ELOVL2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036128", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036128.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -218674,8 +217832,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Elo68\u03b2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -218704,8 +217861,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:18047", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18047", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -218713,11 +217871,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ELOVL3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0260960", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0260960.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -218727,8 +217885,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Baldspot", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -218757,8 +217914,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14415", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14415", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -218766,11 +217924,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ELOVL4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052072", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052072.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -218780,8 +217938,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Elo68\u03b1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -218810,8 +217967,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14415", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14415", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -218819,11 +217977,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ELOVL4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036128", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036128.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -218833,8 +217991,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Elo68\u03b2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -218863,8 +218020,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:21308", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21308", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -218872,11 +218030,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ELOVL5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036128", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036128.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -218886,8 +218044,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Elo68\u03b2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -218916,8 +218073,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15829", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15829", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -218925,11 +218083,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ELOVL6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0260960", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0260960.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -218939,8 +218097,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Baldspot", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -218968,8 +218125,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26292", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26292", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -218977,11 +218135,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ELOVL7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0260942", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0260942.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -218991,8 +218149,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "bond", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -219021,8 +218178,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26292", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26292", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -219030,11 +218188,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ELOVL7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037763", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037763.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -219044,8 +218202,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG16904", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -219074,8 +218231,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26292", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26292", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -219083,11 +218241,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ELOVL7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034383", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034383.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -219097,8 +218255,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG17821", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -219127,8 +218284,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26292", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26292", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -219136,11 +218294,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ELOVL7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034382", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034382.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -219150,8 +218308,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG18609", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -219180,8 +218337,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26292", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26292", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -219189,11 +218347,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ELOVL7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0050008", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0050008.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -219203,8 +218361,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG30008", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -219233,8 +218390,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26292", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26292", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -219242,11 +218400,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ELOVL7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051141", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051141.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -219256,8 +218414,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG31141", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -219286,8 +218443,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26292", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26292", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -219295,11 +218453,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ELOVL7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051522", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051522.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -219309,8 +218467,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG31522", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -219338,8 +218495,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26292", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26292", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -219347,11 +218505,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ELOVL7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051523", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051523.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -219361,8 +218519,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG31523", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -219391,8 +218548,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26292", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26292", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -219400,11 +218558,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ELOVL7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0053110", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0053110.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -219414,8 +218572,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG33110", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -219444,8 +218601,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26292", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26292", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -219453,11 +218611,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ELOVL7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038983", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038983.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -219467,8 +218625,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5326", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -219497,8 +218654,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26292", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26292", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -219506,11 +218664,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ELOVL7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039030", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039030.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -219520,8 +218678,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6660", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -219550,8 +218707,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26292", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26292", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -219559,11 +218717,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ELOVL7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037761", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037761.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -219573,8 +218731,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8534", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -219603,8 +218760,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26292", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26292", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -219612,11 +218770,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ELOVL7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037765", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037765.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -219626,8 +218784,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG9458", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -219656,8 +218813,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26292", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26292", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -219665,11 +218823,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ELOVL7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037764", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037764.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -219679,8 +218837,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG9459", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -219709,8 +218866,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26292", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26292", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -219718,11 +218876,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ELOVL7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037762", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037762.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -219732,8 +218890,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "eloF", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -219762,8 +218919,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26292", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26292", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -219771,11 +218929,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ELOVL7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037534", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037534.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -219784,9 +218942,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "ELOVL", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Elovl7", + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -219814,8 +218971,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26292", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26292", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -219823,11 +218981,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ELOVL7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038986", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038986.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -219837,8 +218995,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "sit", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -219867,8 +219024,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:5959", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:5959", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -219876,11 +219034,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ELP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037926", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037926.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -219890,8 +219048,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Elp1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -219919,8 +219076,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18248", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18248", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -219928,11 +219086,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ELP2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033540", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033540.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -219942,8 +219100,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Elp2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -219971,8 +219128,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20696", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20696", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -219980,11 +219138,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ELP3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031604", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031604.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -219994,8 +219152,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Elp3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -220023,8 +219180,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1171", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1171", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -220032,11 +219190,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ELP4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031711", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031711.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -220046,8 +219204,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6907", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -220076,8 +219233,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30617", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30617", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -220085,11 +219243,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ELP5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015359", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015359.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -220099,8 +219257,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG2034", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -220129,8 +219286,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25976", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25976", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -220138,11 +219296,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ELP6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0086371", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0086371.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -220152,8 +219310,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "poly", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -220182,8 +219339,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:30465", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30465", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -220191,11 +219349,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EMB", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261822", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261822.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -220205,8 +219363,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Bsg", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -220235,8 +219392,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28957", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28957", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -220244,11 +219402,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EMC1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037530", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037530.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -220258,8 +219416,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "EMC1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -220287,8 +219444,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:27609", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:27609", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -220296,11 +219454,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EMC10", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052441", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052441.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -220310,8 +219468,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "EMC10", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -220340,8 +219497,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28963", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28963", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -220349,11 +219507,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EMC2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038462", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038462.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -220363,8 +219521,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "EMC2A", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -220392,8 +219549,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28963", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28963", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -220401,11 +219559,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EMC2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038461", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038461.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -220415,8 +219573,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "EMC2B", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -220445,8 +219602,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23999", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23999", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -220454,11 +219612,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EMC3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032292", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032292.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -220468,8 +219626,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "EMC3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -220498,8 +219655,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28032", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28032", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -220507,11 +219665,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EMC4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037199", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037199.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -220521,8 +219679,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "EMC4", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -220550,8 +219707,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28430", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28430", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -220559,11 +219717,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EMC6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039259", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039259.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -220573,8 +219731,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "EMC6", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -220602,8 +219759,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24301", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24301", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -220611,11 +219769,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EMC7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034066", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034066.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -220625,8 +219783,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "EMC7", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -220655,8 +219812,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7864", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7864", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -220664,11 +219822,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EMC8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034791", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034791.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -220678,8 +219836,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "EMC8-9", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -220707,8 +219864,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20273", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20273", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -220716,11 +219874,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EMC9", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034791", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034791.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -220730,8 +219888,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "EMC8-9", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -220759,8 +219916,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24965", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24965", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -220768,11 +219926,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EME1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033549", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033549.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -220782,8 +219940,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mms4", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -220812,8 +219969,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:27289", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:27289", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -220821,11 +219979,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EME2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033549", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033549.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -220835,8 +219993,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mms4", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -220865,8 +220022,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16912", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16912", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -220874,11 +220032,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EMG1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029714", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029714.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -220888,8 +220046,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG3527", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -220918,8 +220075,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3330", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3330", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -220927,11 +220085,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EML1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0259099", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0259099.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -220941,8 +220099,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "DCX-EMAP", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -220971,8 +220128,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:18035", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18035", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -220980,11 +220138,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EML2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0259099", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0259099.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -220994,8 +220152,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "DCX-EMAP", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -221024,8 +220181,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:26666", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26666", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -221033,11 +220191,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EML3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0259099", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0259099.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -221047,8 +220205,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "DCX-EMAP", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -221077,8 +220234,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1316", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1316", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -221086,11 +220244,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EML4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0259099", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0259099.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -221100,8 +220258,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "DCX-EMAP", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -221130,8 +220287,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18071", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18071", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -221139,11 +220297,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EMSY", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031377", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031377.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -221153,8 +220311,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG15356", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -221183,8 +220340,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3340", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3340", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -221192,11 +220350,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EMX1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0008646", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0008646.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -221206,8 +220364,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "E5", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -221236,8 +220393,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3340", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3340", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -221245,11 +220403,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EMX1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000576", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000576.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -221259,8 +220417,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ems", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -221289,8 +220446,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3341", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3341", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -221298,11 +220456,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EMX2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0008646", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0008646.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -221312,8 +220470,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "E5", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -221342,8 +220499,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3341", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3341", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -221351,11 +220509,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EMX2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000576", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000576.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -221365,8 +220523,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ems", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -221395,8 +220552,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3342", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3342", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -221404,11 +220562,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EN1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000577", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000577.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -221418,8 +220576,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "en", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -221448,8 +220605,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3342", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3342", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -221457,11 +220615,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EN1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0001269", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0001269.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -221471,8 +220629,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "inv", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -221501,8 +220658,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3343", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3343", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -221510,11 +220668,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EN2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000577", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000577.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -221524,8 +220682,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "en", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -221554,8 +220711,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3343", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3343", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -221563,11 +220721,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EN2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0001269", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0001269.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -221577,8 +220735,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "inv", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -221607,8 +220764,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:18271", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18271", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -221616,11 +220774,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ENAH", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000578", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000578.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -221630,8 +220788,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ena", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -221660,8 +220817,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3346", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3346", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -221669,11 +220827,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ENDOG", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033690", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033690.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -221683,8 +220841,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "EndoG", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -221712,8 +220869,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3346", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3346", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -221721,11 +220879,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ENDOG", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051682", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051682.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -221735,8 +220893,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Tengl1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -221765,8 +220922,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3346", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3346", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -221774,11 +220932,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ENDOG", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052463", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052463.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -221788,8 +220946,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Tengl2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -221818,8 +220975,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3346", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3346", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -221827,11 +220985,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ENDOG", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051679", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051679.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -221841,8 +220999,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Tengl3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -221871,8 +221028,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3346", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3346", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -221880,11 +221038,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ENDOG", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037857", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037857.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -221894,8 +221052,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Tengl4", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -221924,8 +221081,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14369", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14369", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -221933,11 +221091,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ENDOU", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030251", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030251.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -221947,8 +221105,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG2145", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -221977,8 +221134,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14369", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14369", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -221986,11 +221144,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ENDOU", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038381", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038381.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -222000,8 +221158,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "EndoU", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -222030,8 +221187,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24622", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24622", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -222039,11 +221197,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ENGASE", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030839", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030839.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -222053,8 +221211,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5613", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -222083,8 +221240,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25246", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25246", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -222092,11 +221250,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ENKD1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033174", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033174.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -222106,8 +221264,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG11125", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -222136,8 +221293,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25246", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25246", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -222145,11 +221303,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ENKD1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052591", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052591.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -222159,8 +221317,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG32591", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -222189,8 +221346,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28388", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28388", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -222198,11 +221356,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ENKUR", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0062517", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0062517.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -222212,8 +221370,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG16984", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -222242,8 +221399,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3350", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3350", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -222251,11 +221409,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ENO1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000579", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000579.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -222265,8 +221423,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Eno", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -222294,8 +221451,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3353", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3353", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -222303,11 +221461,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ENO2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000579", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000579.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -222317,8 +221475,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Eno", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -222346,8 +221503,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3354", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3354", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -222355,11 +221513,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ENO3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000579", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000579.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -222369,8 +221527,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Eno", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -222398,8 +221555,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24599", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24599", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -222407,11 +221565,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ENOPH1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037305", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037305.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -222421,8 +221579,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG12173", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -222451,8 +221608,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25474", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25474", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -222460,11 +221618,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ENOX1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036317", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036317.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -222474,8 +221632,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10948", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -222504,8 +221661,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:2259", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2259", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -222513,11 +221671,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ENOX2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036317", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036317.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -222527,8 +221685,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10948", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -222557,8 +221714,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3355", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3355", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -222566,11 +221724,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ENPEP", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052473", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052473.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -222580,8 +221738,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG32473", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -222610,8 +221767,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3355", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3355", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -222619,11 +221777,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ENPEP", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038135", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038135.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -222633,8 +221791,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8773", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -222663,8 +221820,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3355", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3355", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -222672,11 +221830,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ENPEP", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038136", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038136.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -222686,8 +221844,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8774", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -222716,8 +221873,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3360", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3360", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -222725,11 +221883,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ENSA", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0061515", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0061515.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -222739,8 +221897,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "endos", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -222769,8 +221926,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3367", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3367", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -222778,11 +221936,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ENTPD5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0024947", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0024947.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -222792,8 +221950,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "NTPase", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -222821,8 +221978,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3368", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3368", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -222830,11 +221988,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ENTPD6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0024947", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0024947.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -222844,8 +222002,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "NTPase", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -222873,8 +222030,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24449", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24449", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -222882,11 +222040,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ENY2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000618", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000618.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -222896,8 +222054,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "e(y)2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -222925,8 +222082,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24449", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24449", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -222934,11 +222092,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ENY2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040670", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040670.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -222948,8 +222106,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "e(y)2b", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -222978,8 +222135,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28526", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28526", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -222987,11 +222145,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EOGT", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0264672", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0264672.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -223001,8 +222159,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Eogt", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -223030,8 +222187,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:3373", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3373", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -223039,11 +222197,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EP300", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261617", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261617.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -223053,8 +222211,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "nej", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -223083,8 +222240,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:11958", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11958", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -223092,11 +222250,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EP400", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0020306", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0020306.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -223106,8 +222264,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "dom", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -223136,8 +222293,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3374", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3374", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -223145,11 +222303,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EPAS1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0266411", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0266411.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -223159,8 +222317,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "sima", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -223189,8 +222346,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:3377", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3377", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -223198,11 +222356,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EPB41", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010434", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010434.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -223212,8 +222370,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "cora", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -223242,8 +222399,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3378", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3378", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -223251,11 +222409,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EPB41L1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010434", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010434.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -223265,8 +222423,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "cora", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -223295,8 +222452,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:3379", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3379", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -223304,11 +222462,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EPB41L2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010434", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010434.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -223318,8 +222476,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "cora", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -223348,8 +222505,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:3380", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3380", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -223357,11 +222515,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EPB41L3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010434", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010434.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -223371,8 +222529,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "cora", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -223401,8 +222558,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13278", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13278", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -223410,11 +222568,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EPB41L4A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0085376", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0085376.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -223424,8 +222582,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG34347", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -223454,8 +222611,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19818", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19818", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -223463,11 +222621,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EPB41L4B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004049", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004049.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -223477,8 +222635,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "yrt", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -223507,8 +222664,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19819", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19819", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -223516,11 +222674,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EPB41L5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004049", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004049.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -223530,8 +222688,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "yrt", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -223560,8 +222717,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19876", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19876", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -223569,11 +222727,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EPC1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000581", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000581.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -223583,8 +222741,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "E(Pc)", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -223613,8 +222770,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:24543", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24543", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -223622,11 +222780,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EPC2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000581", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000581.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -223636,8 +222794,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "E(Pc)", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -223666,8 +222823,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29331", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29331", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -223675,11 +222833,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EPG5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038651", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038651.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -223689,8 +222847,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Epg5", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -223718,8 +222875,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:3385", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3385", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -223727,11 +222885,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EPHA1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0025936", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0025936.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -223741,8 +222899,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Eph", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -223771,8 +222928,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:19987", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19987", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -223780,11 +222938,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EPHA10", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0025936", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0025936.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -223794,8 +222952,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Eph", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -223824,8 +222981,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3386", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3386", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -223833,11 +222991,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EPHA2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0025936", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0025936.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -223847,8 +223005,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Eph", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -223877,8 +223034,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:3387", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3387", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -223886,11 +223044,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EPHA3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0025936", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0025936.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -223900,8 +223058,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Eph", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -223930,8 +223087,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3388", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3388", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -223939,11 +223097,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EPHA4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0025936", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0025936.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -223953,8 +223111,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Eph", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -223983,8 +223140,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:3389", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3389", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -223992,11 +223150,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EPHA5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0025936", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0025936.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -224006,8 +223164,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Eph", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -224036,8 +223193,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:19296", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19296", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -224045,11 +223203,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EPHA6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0025936", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0025936.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -224059,8 +223217,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Eph", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -224089,8 +223246,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3390", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3390", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -224098,11 +223256,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EPHA7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0025936", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0025936.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -224112,8 +223270,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Eph", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -224142,8 +223299,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:3391", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3391", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -224151,11 +223309,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EPHA8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0025936", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0025936.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -224165,8 +223323,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Eph", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -224195,8 +223352,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3392", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3392", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -224204,11 +223362,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EPHB1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0025936", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0025936.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -224218,8 +223376,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Eph", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -224248,8 +223405,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3393", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3393", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -224257,11 +223415,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EPHB2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0025936", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0025936.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -224271,8 +223429,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Eph", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -224301,8 +223458,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:3394", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3394", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -224310,11 +223468,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EPHB3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0025936", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0025936.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -224324,8 +223482,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Eph", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -224354,8 +223511,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:3395", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3395", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -224363,11 +223521,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EPHB4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0025936", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0025936.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -224377,8 +223535,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Eph", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -224407,8 +223564,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:3396", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3396", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -224416,11 +223574,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EPHB6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0025936", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0025936.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -224430,8 +223588,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Eph", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -224460,8 +223617,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3401", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3401", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -224469,11 +223627,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EPHX1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010053", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010053.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -224483,8 +223641,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Jheh1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -224512,8 +223669,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3401", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3401", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -224521,11 +223679,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EPHX1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034405", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034405.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -224535,8 +223693,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Jheh2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -224564,8 +223721,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3401", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3401", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -224573,11 +223731,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EPHX1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034406", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034406.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -224587,8 +223745,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Jheh3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -224616,8 +223773,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21604", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21604", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -224625,11 +223783,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EPN1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028582", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028582.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -224639,8 +223797,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "lqf", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -224669,8 +223826,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:18639", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18639", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -224678,11 +223836,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EPN2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028582", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028582.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -224692,8 +223850,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "lqf", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -224722,8 +223879,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:18235", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18235", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -224731,11 +223889,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EPN3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028582", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028582.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -224745,8 +223903,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "lqf", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -224775,8 +223932,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:38825", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:38825", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -224784,11 +223942,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EPPIN-WFDC6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051779", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051779.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -224798,8 +223956,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Acp24A4", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -224828,8 +223985,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:38825", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:38825", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -224837,11 +223995,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EPPIN-WFDC6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031560", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031560.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -224851,8 +224009,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG16713", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -224881,8 +224038,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:38825", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:38825", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -224890,11 +224048,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EPPIN-WFDC6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0262721", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0262721.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -224904,8 +224062,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG43165", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -224934,8 +224091,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:38825", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:38825", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -224943,11 +224101,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EPPIN-WFDC6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031561", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031561.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -224957,8 +224115,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "IM33", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -224987,8 +224144,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3418", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3418", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -224996,11 +224154,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EPRS1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0005674", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0005674.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -225010,8 +224168,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "GluProRS", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -225039,8 +224196,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3419", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3419", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -225048,11 +224206,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EPS15", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035060", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035060.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -225062,8 +224220,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Eps-15", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -225092,8 +224249,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24634", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24634", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -225101,11 +224259,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EPS15L1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035060", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035060.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -225115,8 +224273,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Eps-15", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -225145,8 +224302,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:3420", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3420", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -225154,11 +224312,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EPS8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029095", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029095.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -225168,8 +224326,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "aru", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -225198,8 +224355,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21295", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21295", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -225207,11 +224365,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EPS8L1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029095", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029095.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -225221,8 +224379,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "aru", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -225251,8 +224408,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21296", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21296", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -225260,11 +224418,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EPS8L2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029095", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029095.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -225274,8 +224432,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "aru", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -225304,8 +224461,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21296", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21296", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -225313,11 +224471,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EPS8L2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038466", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038466.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -225327,8 +224485,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8907", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -225357,8 +224514,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21297", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21297", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -225366,11 +224524,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EPS8L3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038466", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038466.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -225380,8 +224538,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8907", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -225410,8 +224567,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:3423", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3423", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -225419,11 +224577,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EPX", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0011828", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0011828.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -225433,8 +224591,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pxn", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -225463,8 +224620,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3424", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3424", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -225472,11 +224630,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ERAL1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038106", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038106.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -225486,8 +224644,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7488", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -225516,8 +224673,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18173", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18173", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -225525,11 +224683,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ERAP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051233", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051233.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -225539,8 +224697,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG31233", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -225569,8 +224726,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18173", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18173", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -225578,11 +224736,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ERAP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051343", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051343.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -225592,8 +224750,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG31343", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -225622,8 +224779,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18173", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18173", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -225631,11 +224789,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ERAP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039064", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039064.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -225645,8 +224803,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG4467", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -225675,8 +224832,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18173", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18173", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -225684,11 +224842,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ERAP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0285963", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0285963.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -225698,8 +224856,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG46339", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -225728,8 +224885,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18173", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18173", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -225737,11 +224895,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ERAP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038897", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038897.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -225751,8 +224909,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5849", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -225781,8 +224938,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29499", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29499", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -225790,11 +224948,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ERAP2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051233", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051233.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -225804,8 +224962,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG31233", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -225834,8 +224991,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29499", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29499", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -225843,11 +225001,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ERAP2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051343", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051343.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -225857,8 +225015,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG31343", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -225887,8 +225044,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29499", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29499", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -225896,11 +225054,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ERAP2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039064", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039064.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -225910,8 +225068,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG4467", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -225940,8 +225097,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29499", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29499", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -225949,11 +225107,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ERAP2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0285963", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0285963.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -225963,8 +225121,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG46339", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -225993,8 +225150,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29499", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29499", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -226002,11 +225160,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ERAP2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038897", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038897.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -226016,8 +225174,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5849", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -226046,8 +225203,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:3430", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3430", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -226055,11 +225213,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ERBB2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003731", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003731.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -226069,8 +225227,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Egfr", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -226099,8 +225256,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:3431", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3431", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -226108,11 +225266,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ERBB3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003731", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003731.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -226122,8 +225280,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Egfr", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -226152,8 +225309,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3432", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3432", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -226161,11 +225319,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ERBB4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003731", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003731.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -226175,8 +225333,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Egfr", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -226205,8 +225362,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15842", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15842", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -226214,11 +225372,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ERBIN", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033984", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033984.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -226228,8 +225386,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Lap1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -226258,8 +225415,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:17072", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17072", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -226267,11 +225425,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ERC1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0259246", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0259246.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -226281,8 +225439,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "brp", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -226311,8 +225468,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:31922", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:31922", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -226320,11 +225478,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ERC2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0259246", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0259246.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -226334,8 +225492,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "brp", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -226364,8 +225521,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3433", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3433", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -226373,11 +225531,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ERCC1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028434", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028434.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -226387,8 +225545,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ercc1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -226417,8 +225574,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3434", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3434", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -226426,11 +225584,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ERCC2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261850", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261850.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -226440,8 +225598,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Xpd", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -226469,8 +225626,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3435", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3435", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -226478,11 +225636,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ERCC3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0001179", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0001179.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -226492,8 +225650,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "hay", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -226521,8 +225678,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3436", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3436", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -226530,11 +225688,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ERCC4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0002707", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0002707.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -226544,8 +225702,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mei-9", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -226574,8 +225731,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3437", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3437", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -226583,11 +225741,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ERCC5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0002887", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0002887.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -226597,8 +225755,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mus201", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -226627,8 +225784,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3446", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3446", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -226636,11 +225794,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ERG", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0005660", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0005660.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -226650,8 +225808,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ets21C", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -226680,8 +225837,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3446", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3446", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -226689,11 +225847,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ERG", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0005658", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0005658.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -226703,8 +225861,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ets65A", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -226733,8 +225890,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1187", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1187", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -226742,11 +225900,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ERG28", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038828", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038828.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -226756,8 +225914,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG17270", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -226786,8 +225943,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30208", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30208", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -226795,11 +225953,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ERGIC2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0024983", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0024983.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -226809,8 +225967,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG4293", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -226839,8 +225996,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15927", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15927", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -226848,11 +226006,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ERGIC3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036489", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036489.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -226862,8 +226020,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7011", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -226891,8 +226048,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3447", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3447", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -226900,11 +226058,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ERH", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0011586", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0011586.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -226914,8 +226072,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "e(r)", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -226944,8 +226101,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30541", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30541", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -226953,11 +226111,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ERI2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0265192", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0265192.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -226967,8 +226125,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Snp", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -226997,8 +226154,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:17276", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17276", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -227006,11 +226164,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ERI3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0265192", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0265192.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -227020,8 +226178,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Snp", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -227050,8 +226207,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:44395", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:44395", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -227059,11 +226217,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ERICH2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038246", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038246.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -227073,8 +226231,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG14853", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -227103,8 +226260,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25222", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25222", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -227112,11 +226270,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ERLEC1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032398", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032398.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -227126,8 +226284,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6766", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -227155,8 +226312,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23703", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23703", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -227164,11 +226322,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ERMP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034437", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034437.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -227178,8 +226336,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10051", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -227207,8 +226364,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23703", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23703", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -227216,11 +226374,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ERMP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034439", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034439.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -227230,8 +226388,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10062", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -227259,8 +226416,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23703", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23703", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -227268,11 +226426,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ERMP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034440", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034440.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -227282,8 +226440,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10073", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -227312,8 +226469,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23703", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23703", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -227321,11 +226479,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ERMP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034441", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034441.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -227335,8 +226493,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10081", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -227365,8 +226522,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23703", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23703", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -227374,11 +226532,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ERMP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034436", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034436.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -227388,8 +226546,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG11961", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -227417,8 +226574,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23703", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23703", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -227426,11 +226584,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ERMP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033720", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033720.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -227440,8 +226598,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG13160", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -227470,8 +226627,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23703", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23703", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -227479,11 +226637,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ERMP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0050043", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0050043.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -227493,8 +226651,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG30043", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -227523,8 +226680,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23703", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23703", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -227532,11 +226690,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ERMP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0050047", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0050047.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -227546,8 +226704,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG30047", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -227575,8 +226732,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23703", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23703", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -227584,11 +226742,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ERMP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0050049", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0050049.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -227598,8 +226756,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG30049", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -227628,8 +226785,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23703", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23703", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -227637,11 +226795,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ERMP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0053012", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0053012.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -227651,8 +226809,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG33012", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -227681,8 +226838,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23703", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23703", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -227690,11 +226848,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ERMP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034438", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034438.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -227704,8 +226862,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG9416", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -227733,8 +226890,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:3449", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3449", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -227742,11 +226900,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ERN1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261984", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261984.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -227756,8 +226914,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ire1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -227786,8 +226943,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16942", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16942", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -227795,11 +226953,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ERN2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261984", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261984.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -227809,8 +226967,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ire1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -227838,8 +226995,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13280", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13280", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -227847,11 +227005,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ERO1A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261274", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261274.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -227861,8 +227019,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ero1L", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -227890,8 +227047,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14355", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14355", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -227899,11 +227057,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ERO1B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261274", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261274.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -227913,8 +227071,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ero1L", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -227942,8 +227099,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13799", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13799", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -227951,11 +227109,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ERP29", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004003", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004003.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -227965,8 +227123,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "wbl", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -227994,8 +227151,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18311", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18311", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -228003,11 +227161,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ERP44", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037498", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037498.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -228017,8 +227175,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10029", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -228047,8 +227204,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18311", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18311", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -228056,11 +227214,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ERP44", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030734", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030734.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -228069,9 +227227,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG9911", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "ERp44", + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -228099,8 +227256,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24645", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24645", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -228108,11 +227266,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ESCO1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035766", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035766.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -228122,8 +227280,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "eco", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -228152,8 +227309,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:27230", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:27230", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -228161,11 +227319,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ESCO2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035766", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035766.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -228175,8 +227333,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "eco", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -228205,8 +227362,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3465", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3465", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -228214,11 +227372,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ESD", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038771", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038771.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -228228,8 +227386,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG4390", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -228257,8 +227414,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15898", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15898", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -228266,11 +227424,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ESF1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0024364", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0024364.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -228280,8 +227438,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG11417", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -228310,8 +227467,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16856", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16856", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -228319,11 +227477,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ESPL1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035627", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035627.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -228333,8 +227491,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Sse", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -228363,8 +227520,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13281", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13281", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -228372,11 +227530,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ESPN", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0262111", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0262111.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -228386,8 +227544,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "f", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -228416,8 +227573,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:27937", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:27937", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -228425,11 +227583,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ESPNL", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0262111", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0262111.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -228439,8 +227597,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "f", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -228469,8 +227626,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25966", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25966", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -228478,11 +227636,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ESRP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0023441", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0023441.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -228492,8 +227650,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "fus", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -228522,8 +227679,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:26152", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26152", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -228531,11 +227689,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ESRP2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0023441", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0023441.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -228545,8 +227703,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "fus", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -228575,8 +227732,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3471", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3471", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -228584,11 +227742,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ESRRA", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035849", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035849.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -228598,8 +227756,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ERR", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -228628,8 +227785,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3473", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3473", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -228637,11 +227795,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ESRRB", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035849", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035849.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -228651,8 +227809,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ERR", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -228681,8 +227838,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3474", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3474", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -228690,11 +227848,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ESRRG", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035849", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035849.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -228704,8 +227862,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ERR", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -228734,8 +227891,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16817", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16817", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -228743,11 +227901,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ESS2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0023506", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0023506.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -228757,8 +227915,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Es2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -228786,8 +227943,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14865", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14865", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -228795,11 +227953,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ESX1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030058", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030058.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -228809,8 +227967,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG11294", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -228839,8 +227996,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14865", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14865", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -228848,11 +228006,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ESX1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0008636", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0008636.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -228862,8 +228020,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "hbn", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -228892,8 +228049,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:14865", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14865", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -228901,11 +228059,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ESX1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0023489", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0023489.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -228915,8 +228073,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pph13", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -228945,8 +228102,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:29534", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29534", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -228954,11 +228112,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ESYT1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0266758", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0266758.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -228968,8 +228126,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Esyt2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -228998,8 +228155,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:22211", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:22211", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -229007,11 +228165,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ESYT2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0266758", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0266758.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -229021,8 +228179,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Esyt2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -229050,8 +228207,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:24295", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24295", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -229059,11 +228217,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ESYT3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0266758", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0266758.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -229073,8 +228231,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Esyt2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -229103,8 +228260,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3477", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3477", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -229112,11 +228270,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ETF1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036974", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036974.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -229126,8 +228284,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "eRF1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -229155,8 +228312,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3481", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3481", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -229164,11 +228322,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ETFA", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010516", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010516.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -229178,8 +228336,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "wal", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -229208,8 +228365,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3482", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3482", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -229217,11 +228375,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ETFB", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039697", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039697.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -229231,8 +228389,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7834", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -229261,8 +228418,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3483", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3483", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -229270,11 +228428,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ETFDH", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0286783", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0286783.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -229284,8 +228442,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Etf-QO", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -229313,8 +228470,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:27052", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:27052", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -229322,11 +228480,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ETFRF1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040985", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040985.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -229336,8 +228494,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6115", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -229365,8 +228522,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23287", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23287", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -229374,11 +228532,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ETHE1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0050022", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0050022.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -229388,8 +228546,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG30022", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -229417,8 +228574,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24649", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24649", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -229426,11 +228584,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ETNK1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000536", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000536.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -229440,8 +228598,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "eas", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -229470,8 +228627,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:25575", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25575", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -229479,11 +228637,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ETNK2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000536", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000536.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -229493,8 +228651,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "eas", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -229523,8 +228680,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14404", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14404", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -229532,11 +228690,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ETNPPL", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036381", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036381.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -229546,8 +228704,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8745", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -229575,8 +228732,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3488", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3488", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -229584,11 +228742,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ETS1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003118", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003118.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -229598,8 +228756,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "pnt", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -229628,8 +228785,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3489", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3489", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -229637,11 +228795,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ETS2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003118", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003118.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -229651,8 +228809,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "pnt", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -229681,8 +228838,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3490", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3490", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -229690,11 +228848,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ETV1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039225", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039225.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -229704,8 +228862,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ets96B", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -229734,8 +228891,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3493", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3493", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -229743,11 +228901,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ETV4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039225", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039225.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -229757,8 +228915,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ets96B", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -229787,8 +228944,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3494", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3494", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -229796,11 +228954,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ETV5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039225", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039225.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -229810,8 +228968,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ets96B", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -229840,8 +228997,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3495", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3495", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -229849,11 +229007,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ETV6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000097", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000097.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -229863,8 +229021,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "aop", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -229893,8 +229050,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:18160", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18160", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -229902,11 +229060,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ETV7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000097", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000097.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -229916,8 +229074,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "aop", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -229946,8 +229103,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13239", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13239", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -229955,11 +229113,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EVA1C", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0259821", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0259821.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -229969,8 +229127,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG42402", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -229999,8 +229156,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3501", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3501", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -230008,11 +229166,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EVI5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0262740", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0262740.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -230022,8 +229180,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Evi5", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -230052,8 +229209,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:30464", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30464", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -230061,11 +229219,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EVI5L", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0262740", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0262740.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -230075,8 +229233,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Evi5", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -230105,8 +229262,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20234", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20234", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -230114,11 +229272,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EVL", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000578", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000578.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -230128,8 +229286,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ena", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -230158,8 +229315,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:3506", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3506", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -230167,11 +229325,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EVX1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000606", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000606.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -230181,8 +229339,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "eve", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -230211,8 +229368,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3507", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3507", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -230220,11 +229378,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EVX2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000606", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000606.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -230234,8 +229392,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "eve", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -230264,8 +229421,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3508", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3508", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -230273,11 +229431,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EWSR1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0285954", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0285954.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -230287,8 +229445,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "caz", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -230317,8 +229474,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3508", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3508", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -230326,11 +229484,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EWSR1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037939", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037939.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -230340,8 +229498,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG14718", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -230370,8 +229527,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28507", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28507", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -230379,11 +229537,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EXD1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036330", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036330.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -230393,8 +229551,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG11263", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -230423,8 +229580,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28507", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28507", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -230432,11 +229590,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EXD1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000562", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000562.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -230446,8 +229604,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "egl", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -230476,8 +229633,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20217", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20217", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -230485,11 +229643,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EXD2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037901", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037901.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -230499,8 +229657,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Exd2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -230529,8 +229686,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26023", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26023", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -230538,11 +229696,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EXD3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032924", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032924.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -230552,8 +229710,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Nbr", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -230582,8 +229739,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3511", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3511", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -230591,11 +229749,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EXO1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015553", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015553.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -230605,8 +229763,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "tos", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -230635,8 +229792,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30380", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30380", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -230644,11 +229802,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EXOC1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0266669", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0266669.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -230658,8 +229816,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Sec3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -230687,8 +229844,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24968", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24968", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -230696,11 +229854,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EXOC2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0266670", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0266670.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -230710,8 +229868,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Sec5", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -230739,8 +229896,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30378", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30378", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -230748,11 +229906,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EXOC3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0266671", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0266671.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -230762,8 +229920,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Sec6", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -230792,8 +229949,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:27540", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:27540", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -230801,11 +229959,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EXOC3L1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0266671", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0266671.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -230815,8 +229973,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Sec6", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -230845,8 +230002,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30389", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30389", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -230854,11 +230012,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EXOC4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0266672", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0266672.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -230868,8 +230026,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Sec8", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -230897,8 +230054,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10696", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10696", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -230906,11 +230064,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EXOC5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0266673", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0266673.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -230920,8 +230078,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Sec10", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -230949,8 +230106,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23196", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23196", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -230958,11 +230116,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EXOC6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0266674", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0266674.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -230972,8 +230130,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Sec15", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -231001,8 +230158,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17085", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17085", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -231010,11 +230168,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EXOC6B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0266674", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0266674.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -231024,8 +230182,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Sec15", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -231053,8 +230210,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23214", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23214", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -231062,11 +230220,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EXOC7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0266667", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0266667.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -231076,8 +230234,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Exo70", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -231105,8 +230262,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24659", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24659", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -231114,11 +230272,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EXOC8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0266668", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0266668.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -231128,8 +230286,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Exo84", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -231157,8 +230314,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17286", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17286", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -231166,11 +230324,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EXOSC1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032346", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032346.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -231180,8 +230338,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Csl4", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -231209,8 +230366,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9138", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9138", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -231218,11 +230376,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EXOSC10", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038269", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038269.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -231232,8 +230390,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rrp6", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -231262,8 +230419,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17097", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17097", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -231271,11 +230429,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EXOSC2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034879", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034879.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -231285,8 +230443,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rrp4", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -231314,8 +230471,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17944", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17944", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -231323,11 +230481,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EXOSC3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0260648", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0260648.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -231337,8 +230495,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rrp40", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -231366,8 +230523,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18189", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18189", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -231375,11 +230533,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EXOSC4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032487", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032487.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -231389,8 +230547,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ski6", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -231418,8 +230575,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24662", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24662", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -231427,11 +230585,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EXOSC5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037815", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037815.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -231441,8 +230599,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rrp46", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -231470,8 +230627,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19055", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19055", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -231479,11 +230637,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EXOSC6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036916", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036916.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -231493,8 +230651,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Mtr3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -231523,8 +230680,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28112", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28112", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -231532,11 +230690,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EXOSC7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034065", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034065.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -231546,8 +230704,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rrp42", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -231575,8 +230732,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9137", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9137", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -231584,11 +230742,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EXOSC9", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030789", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030789.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -231598,8 +230756,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rrp45", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -231627,8 +230784,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3512", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3512", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -231636,11 +230794,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EXT1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0265974", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0265974.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -231650,8 +230808,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ttv", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -231680,8 +230837,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3513", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3513", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -231689,11 +230847,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EXT2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029175", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029175.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -231703,8 +230861,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "sotv", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -231732,8 +230889,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:3515", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3515", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -231741,11 +230899,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EXTL1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0265974", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0265974.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -231755,8 +230913,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ttv", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -231785,8 +230942,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3518", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3518", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -231794,11 +230952,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EXTL3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027535", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027535.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -231808,8 +230966,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "botv", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -231838,8 +230995,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:3519", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3519", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -231847,11 +231005,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EYA1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000320", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000320.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -231861,8 +231019,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "eya", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -231891,8 +231048,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3520", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3520", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -231900,11 +231058,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EYA2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000320", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000320.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -231914,8 +231072,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "eya", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -231944,8 +231101,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:3521", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3521", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -231953,11 +231111,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EYA3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000320", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000320.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -231967,8 +231125,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "eya", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -231997,8 +231154,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3522", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3522", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -232006,11 +231164,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EYA4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000320", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000320.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -232020,8 +231178,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "eya", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -232050,8 +231207,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21555", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21555", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -232059,11 +231217,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EYS", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031414", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031414.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -232073,8 +231231,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "eys", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -232103,8 +231260,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:3526", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3526", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -232112,11 +231270,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EZH1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000629", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000629.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -232126,8 +231284,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "E(z)", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -232156,8 +231313,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3527", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3527", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -232165,11 +231323,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EZH2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000629", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000629.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -232179,8 +231337,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "E(z)", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -232209,8 +231366,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12691", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12691", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -232218,11 +231376,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "EZR", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0011661", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0011661.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -232232,8 +231390,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Moe", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -232262,8 +231419,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:3531", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3531", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -232271,11 +231429,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "F13A1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031975", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031975.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -232285,8 +231443,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Tg", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -232315,8 +231472,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:31850", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:31850", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -232324,11 +231482,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "F8A3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030671", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030671.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -232338,8 +231496,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8134", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -232368,8 +231525,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21197", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21197", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -232377,11 +231535,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FA2H", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0050502", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0050502.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -232391,8 +231549,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "fa2h", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -232420,8 +231577,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3553", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3553", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -232429,11 +231587,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FAAH", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037548", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037548.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -232443,8 +231601,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7900", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -232473,8 +231630,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3553", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3553", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -232482,11 +231640,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FAAH", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037547", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037547.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -232496,8 +231654,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7910", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -232526,8 +231683,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26440", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26440", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -232535,11 +231693,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FAAH2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039341", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039341.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -232549,8 +231707,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5112", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -232579,8 +231736,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26440", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26440", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -232588,11 +231746,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FAAH2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037548", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037548.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -232602,8 +231760,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7900", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -232632,8 +231789,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26440", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26440", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -232641,11 +231799,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FAAH2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037547", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037547.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -232655,8 +231813,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7910", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -232685,8 +231842,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26440", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26440", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -232694,11 +231852,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FAAH2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033717", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033717.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -232708,8 +231866,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8839", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -232737,8 +231894,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:34524", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:34524", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -232746,11 +231904,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FABP12", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037913", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037913.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -232760,8 +231918,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "fabp", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -232790,8 +231947,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3557", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3557", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -232799,11 +231957,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FABP3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037913", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037913.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -232813,8 +231971,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "fabp", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -232843,8 +232000,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3559", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3559", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -232852,11 +232010,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FABP4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037913", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037913.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -232866,8 +232024,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "fabp", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -232896,8 +232053,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:3560", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3560", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -232905,11 +232063,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FABP5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037913", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037913.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -232919,8 +232077,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "fabp", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -232949,8 +232106,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:3562", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3562", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -232958,11 +232116,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FABP7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037913", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037913.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -232972,8 +232130,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "fabp", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -233002,8 +232159,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:3563", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3563", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -233011,11 +232169,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FABP9", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037913", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037913.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -233025,8 +232183,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "fabp", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -233055,8 +232212,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3573", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3573", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -233064,11 +232222,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FADD", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038928", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038928.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -233078,8 +232236,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Fadd", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -233108,8 +232265,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3574", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3574", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -233117,11 +232275,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FADS1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032603", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032603.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -233131,8 +232289,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG17928", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -233161,8 +232318,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3574", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3574", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -233170,11 +232328,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FADS1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000406", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000406.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -233184,8 +232342,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cyt-b5-r", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -233214,8 +232371,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3575", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3575", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -233223,11 +232381,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FADS2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032603", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032603.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -233237,8 +232395,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG17928", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -233267,8 +232424,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3575", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3575", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -233276,11 +232434,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FADS2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000406", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000406.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -233290,8 +232448,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cyt-b5-r", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -233320,8 +232477,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3576", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3576", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -233329,11 +232487,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FADS3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032603", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032603.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -233343,8 +232501,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG17928", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -233373,8 +232530,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3576", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3576", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -233382,11 +232540,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FADS3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000406", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000406.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -233396,8 +232554,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cyt-b5-r", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -233426,8 +232583,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3578", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3578", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -233435,11 +232593,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FAF1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034068", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034068.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -233449,8 +232607,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "casp", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -233478,8 +232635,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24666", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24666", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -233487,11 +232645,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FAF2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0025608", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0025608.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -233501,8 +232659,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Faf2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -233530,8 +232687,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3579", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3579", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -233539,11 +232697,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FAH", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0016013", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0016013.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -233553,8 +232711,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Faa", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -233582,8 +232739,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14169", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14169", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -233591,11 +232749,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FAHD1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038858", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038858.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -233605,8 +232763,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5793", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -233635,8 +232792,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24252", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24252", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -233644,11 +232802,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FAHD2A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036346", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036346.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -233658,8 +232816,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG11251", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -233688,8 +232845,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24252", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24252", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -233697,11 +232855,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FAHD2A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038924", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038924.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -233711,8 +232869,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6028", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -233740,8 +232897,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25318", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25318", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -233749,11 +232907,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FAHD2B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036346", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036346.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -233763,8 +232921,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG11251", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -233793,8 +232950,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:25318", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25318", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -233802,11 +232960,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FAHD2B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038924", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038924.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -233816,8 +232974,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6028", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -233846,8 +233003,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18703", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18703", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -233855,11 +233013,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FAIM", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033985", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033985.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -233869,8 +233027,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10257", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -233898,8 +233055,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:17067", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17067", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -233907,11 +233065,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FAIM2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0050379", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0050379.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -233921,8 +233079,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG30379", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -233951,8 +233108,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:17067", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17067", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -233960,11 +233118,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FAIM2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0025692", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0025692.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -233974,8 +233132,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Lfg", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -234004,8 +233161,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:17067", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17067", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -234013,11 +233171,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FAIM2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0013305", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0013305.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -234027,8 +233185,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Nmda1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -234057,8 +233214,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:31419", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:31419", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -234066,11 +233224,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FAM102A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032938", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032938.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -234080,8 +233238,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8671", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -234110,8 +233267,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:27637", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:27637", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -234119,11 +233277,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FAM102B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032938", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032938.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -234133,8 +233291,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8671", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -234163,8 +233320,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:30827", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30827", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -234172,11 +233330,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FAM107A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032886", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032886.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -234186,8 +233344,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG9328", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -234216,8 +233373,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23726", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23726", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -234225,11 +233383,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FAM107B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032886", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032886.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -234239,8 +233397,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG9328", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -234269,8 +233426,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16188", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16188", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -234278,11 +233436,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FAM110A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035477", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035477.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -234292,8 +233450,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG14982", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -234322,8 +233479,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28587", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28587", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -234331,11 +233489,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FAM110B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035477", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035477.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -234345,8 +233503,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG14982", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -234375,8 +233532,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:33340", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:33340", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -234384,11 +233542,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FAM110C", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035477", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035477.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -234398,8 +233556,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG14982", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -234428,8 +233585,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25087", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25087", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -234437,11 +233595,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FAM114A1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038360", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038360.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -234451,8 +233609,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG9590", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -234480,8 +233637,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1333", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1333", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -234489,11 +233647,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FAM114A2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038360", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038360.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -234503,8 +233661,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG9590", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -234531,21 +233688,22 @@ "best": "Yes", "bestReverse": "Yes", "gene": { - "id": "HGNC:23490", + "id": "HGNC:24587", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24587", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "FAM122A", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "FAM126A", + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0031895", + "id": "FB:FBgn0034269", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034269.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -234554,28 +233712,27 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG4497", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Hyccin", + "taxonId": "NCBITaxon:7227" }, - "methodCount": 6, + "methodCount": 9, "predictionMethodsMatched": [ "Ensembl Compara", + "Hieranoid", + "InParanoid", "OrthoFinder", "OrthoInspector", "PANTHER", "PhylomeDB", - "Roundup" + "Roundup", + "TreeFam" ], "predictionMethodsNotCalled": [ "HGNC", "ZFIN" ], "predictionMethodsNotMatched": [ - "Hieranoid", - "InParanoid", - "OMA", - "TreeFam" + "OMA" ], "stringencyFilter": "stringent", "totalMethodCount": 10 @@ -234584,21 +233741,22 @@ "best": "Yes", "bestReverse": "Yes", "gene": { - "id": "HGNC:30490", + "id": "HGNC:28593", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28593", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "FAM122B", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "FAM126B", + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0031895", + "id": "FB:FBgn0034269", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034269.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -234607,51 +233765,51 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG4497", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Hyccin", + "taxonId": "NCBITaxon:7227" }, - "methodCount": 6, + "methodCount": 9, "predictionMethodsMatched": [ "Ensembl Compara", + "Hieranoid", + "InParanoid", "OrthoFinder", "OrthoInspector", "PANTHER", "PhylomeDB", - "Roundup" + "Roundup", + "TreeFam" ], "predictionMethodsNotCalled": [ "HGNC", "ZFIN" ], "predictionMethodsNotMatched": [ - "Hieranoid", - "InParanoid", - "OMA", - "TreeFam" + "OMA" ], "stringencyFilter": "stringent", "totalMethodCount": 10 }, { "best": "Yes", - "bestReverse": "No", + "bestReverse": "Yes", "gene": { - "id": "HGNC:25202", + "id": "HGNC:21084", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21084", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "FAM122C", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "FAM135A", + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0031895", + "id": "FB:FBgn0052333", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052333.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -234660,28 +233818,27 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG4497", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "CG32333", + "taxonId": "NCBITaxon:7227" }, - "methodCount": 5, + "methodCount": 9, "predictionMethodsMatched": [ "Ensembl Compara", + "Hieranoid", + "InParanoid", "OrthoFinder", "OrthoInspector", "PANTHER", - "PhylomeDB" + "PhylomeDB", + "Roundup", + "TreeFam" ], "predictionMethodsNotCalled": [ "HGNC", "ZFIN" ], "predictionMethodsNotMatched": [ - "Hieranoid", - "InParanoid", - "OMA", - "Roundup", - "TreeFam" + "OMA" ], "stringencyFilter": "stringent", "totalMethodCount": 10 @@ -234690,21 +233847,22 @@ "best": "Yes", "bestReverse": "Yes", "gene": { - "id": "HGNC:24587", + "id": "HGNC:28029", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28029", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "FAM126A", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "FAM135B", + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0034269", + "id": "FB:FBgn0052333", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052333.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -234713,9 +233871,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "Hyccin", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "CG32333", + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -234740,24 +233897,25 @@ "totalMethodCount": 10 }, { - "best": "Yes", + "best": "No", "bestReverse": "Yes", "gene": { - "id": "HGNC:28593", + "id": "HGNC:25911", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25911", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "FAM126B", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "FAM136A", + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0034269", + "id": "FB:FBgn0030071", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030071.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -234766,20 +233924,16 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "Hyccin", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "CG12661", + "taxonId": "NCBITaxon:7227" }, - "methodCount": 9, + "methodCount": 6, "predictionMethodsMatched": [ "Ensembl Compara", - "Hieranoid", - "InParanoid", + "OMA", "OrthoFinder", - "OrthoInspector", "PANTHER", "PhylomeDB", - "Roundup", "TreeFam" ], "predictionMethodsNotCalled": [ @@ -234787,7 +233941,10 @@ "ZFIN" ], "predictionMethodsNotMatched": [ - "OMA" + "Hieranoid", + "InParanoid", + "OrthoInspector", + "Roundup" ], "stringencyFilter": "stringent", "totalMethodCount": 10 @@ -234796,21 +233953,22 @@ "best": "Yes", "bestReverse": "Yes", "gene": { - "id": "HGNC:21084", + "id": "HGNC:25911", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25911", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "FAM135A", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "FAM136A", + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0052333", + "id": "FB:FBgn0034362", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034362.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -234819,15 +233977,15 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG32333", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "CG5323", + "taxonId": "NCBITaxon:7227" }, - "methodCount": 9, + "methodCount": 10, "predictionMethodsMatched": [ "Ensembl Compara", "Hieranoid", "InParanoid", + "OMA", "OrthoFinder", "OrthoInspector", "PANTHER", @@ -234839,31 +233997,30 @@ "HGNC", "ZFIN" ], - "predictionMethodsNotMatched": [ - "OMA" - ], + "predictionMethodsNotMatched": [], "stringencyFilter": "stringent", "totalMethodCount": 10 }, { - "best": "Yes", + "best": "No", "bestReverse": "Yes", "gene": { - "id": "HGNC:28029", + "id": "HGNC:25911", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25911", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "FAM135B", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "FAM136A", + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0052333", + "id": "FB:FBgn0034363", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034363.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -234872,20 +234029,19 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG32333", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "CG5327", + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ "Ensembl Compara", "Hieranoid", "InParanoid", + "OMA", "OrthoFinder", "OrthoInspector", "PANTHER", "PhylomeDB", - "Roundup", "TreeFam" ], "predictionMethodsNotCalled": [ @@ -234893,30 +234049,31 @@ "ZFIN" ], "predictionMethodsNotMatched": [ - "OMA" + "Roundup" ], "stringencyFilter": "stringent", "totalMethodCount": 10 }, { - "best": "No", - "bestReverse": "Yes", + "best": "Yes", + "bestReverse": "No", "gene": { - "id": "HGNC:25911", + "id": "HGNC:19367", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19367", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "FAM136A", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "FAM13A", + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0030071", + "id": "FB:FBgn0028494", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028494.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -234925,17 +234082,16 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG12661", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "CG6424", + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ "Ensembl Compara", - "OMA", "OrthoFinder", + "OrthoInspector", "PANTHER", - "PhylomeDB", + "Roundup", "TreeFam" ], "predictionMethodsNotCalled": [ @@ -234945,31 +234101,32 @@ "predictionMethodsNotMatched": [ "Hieranoid", "InParanoid", - "OrthoInspector", - "Roundup" + "OMA", + "PhylomeDB" ], "stringencyFilter": "stringent", "totalMethodCount": 10 }, { "best": "Yes", - "bestReverse": "Yes", + "bestReverse": "No", "gene": { - "id": "HGNC:25911", + "id": "HGNC:1335", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1335", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "FAM136A", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "FAM13B", + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0034362", + "id": "FB:FBgn0028494", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028494.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -234978,50 +234135,51 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG5323", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "CG6424", + "taxonId": "NCBITaxon:7227" }, - "methodCount": 10, + "methodCount": 5, "predictionMethodsMatched": [ "Ensembl Compara", - "Hieranoid", - "InParanoid", - "OMA", "OrthoFinder", "OrthoInspector", "PANTHER", - "PhylomeDB", - "Roundup", "TreeFam" ], "predictionMethodsNotCalled": [ "HGNC", "ZFIN" ], - "predictionMethodsNotMatched": [], + "predictionMethodsNotMatched": [ + "Hieranoid", + "InParanoid", + "OMA", + "PhylomeDB", + "Roundup" + ], "stringencyFilter": "stringent", "totalMethodCount": 10 }, { - "best": "No", + "best": "Yes", "bestReverse": "Yes", "gene": { - "id": "HGNC:25911", + "id": "HGNC:19371", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19371", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "FAM136A", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "FAM13C", + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0034363", + "id": "FB:FBgn0028494", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028494.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -235030,16 +234188,13 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG5327", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "CG6424", + "taxonId": "NCBITaxon:7227" }, - "methodCount": 9, + "methodCount": 7, "predictionMethodsMatched": [ "Ensembl Compara", - "Hieranoid", "InParanoid", - "OMA", "OrthoFinder", "OrthoInspector", "PANTHER", @@ -235051,6 +234206,8 @@ "ZFIN" ], "predictionMethodsNotMatched": [ + "Hieranoid", + "OMA", "Roundup" ], "stringencyFilter": "stringent", @@ -235060,21 +234217,22 @@ "best": "Yes", "bestReverse": "No", "gene": { - "id": "HGNC:19367", + "id": "HGNC:25032", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25032", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "FAM13A", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "FAM151A", + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0028494", + "id": "FB:FBgn0031968", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031968.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -235083,9 +234241,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG6424", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "CG7231", + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -235093,7 +234250,7 @@ "OrthoFinder", "OrthoInspector", "PANTHER", - "Roundup", + "PhylomeDB", "TreeFam" ], "predictionMethodsNotCalled": [ @@ -235104,30 +234261,31 @@ "Hieranoid", "InParanoid", "OMA", - "PhylomeDB" + "Roundup" ], "stringencyFilter": "stringent", "totalMethodCount": 10 }, { "best": "Yes", - "bestReverse": "No", + "bestReverse": "Yes", "gene": { - "id": "HGNC:1335", + "id": "HGNC:33716", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:33716", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "FAM13B", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "FAM151B", + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0028494", + "id": "FB:FBgn0031968", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031968.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -235136,29 +234294,27 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG6424", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "CG7231", + "taxonId": "NCBITaxon:7227" }, - "methodCount": 5, + "methodCount": 10, "predictionMethodsMatched": [ "Ensembl Compara", + "Hieranoid", + "InParanoid", + "OMA", "OrthoFinder", "OrthoInspector", "PANTHER", + "PhylomeDB", + "Roundup", "TreeFam" ], "predictionMethodsNotCalled": [ "HGNC", "ZFIN" ], - "predictionMethodsNotMatched": [ - "Hieranoid", - "InParanoid", - "OMA", - "PhylomeDB", - "Roundup" - ], + "predictionMethodsNotMatched": [], "stringencyFilter": "stringent", "totalMethodCount": 10 }, @@ -235166,21 +234322,22 @@ "best": "Yes", "bestReverse": "Yes", "gene": { - "id": "HGNC:19371", + "id": "HGNC:17865", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17865", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "FAM13C", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "FAM162A", + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0028494", + "id": "FB:FBgn0036887", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036887.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -235189,18 +234346,19 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG6424", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "CG9231", + "taxonId": "NCBITaxon:7227" }, - "methodCount": 7, + "methodCount": 9, "predictionMethodsMatched": [ "Ensembl Compara", + "Hieranoid", "InParanoid", "OrthoFinder", "OrthoInspector", "PANTHER", "PhylomeDB", + "Roundup", "TreeFam" ], "predictionMethodsNotCalled": [ @@ -235208,9 +234366,7 @@ "ZFIN" ], "predictionMethodsNotMatched": [ - "Hieranoid", - "OMA", - "Roundup" + "OMA" ], "stringencyFilter": "stringent", "totalMethodCount": 10 @@ -235219,21 +234375,22 @@ "best": "Yes", "bestReverse": "No", "gene": { - "id": "HGNC:25032", + "id": "HGNC:21549", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21549", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "FAM151A", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "FAM162B", + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0031968", + "id": "FB:FBgn0036887", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036887.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -235242,13 +234399,14 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG7231", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "CG9231", + "taxonId": "NCBITaxon:7227" }, - "methodCount": 6, + "methodCount": 8, "predictionMethodsMatched": [ "Ensembl Compara", + "Hieranoid", + "InParanoid", "OrthoFinder", "OrthoInspector", "PANTHER", @@ -235260,10 +234418,61 @@ "ZFIN" ], "predictionMethodsNotMatched": [ + "OMA", + "Roundup" + ], + "stringencyFilter": "stringent", + "totalMethodCount": 10 + }, + { + "best": "Yes", + "bestReverse": "Yes", + "gene": { + "id": "HGNC:34242", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:34242", + "species": { + "commonNames": "['human', 'hsa']", + "dataProviderFullName": "Rat Genome Database", + "dataProviderShortName": "RGD", + "name": "Homo sapiens", + "shortName": "Hsa", + "taxonId": "NCBITaxon:9606" + }, + "symbol": "FAM166B", + "taxonId": "NCBITaxon:9606" + }, + "homologGene": { + "id": "FB:FBgn0033610", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033610.html", + "species": { + "commonNames": "['fly', 'fruit fly', 'dme']", + "dataProviderFullName": "FlyBase", + "dataProviderShortName": "FB", + "name": "Drosophila melanogaster", + "shortName": "Dme", + "taxonId": "NCBITaxon:7227" + }, + "symbol": "CG18335", + "taxonId": "NCBITaxon:7227" + }, + "methodCount": 9, + "predictionMethodsMatched": [ "Hieranoid", "InParanoid", "OMA", - "Roundup" + "OrthoFinder", + "OrthoInspector", + "PANTHER", + "PhylomeDB", + "Roundup", + "TreeFam" + ], + "predictionMethodsNotCalled": [ + "HGNC", + "ZFIN" + ], + "predictionMethodsNotMatched": [ + "Ensembl Compara" ], "stringencyFilter": "stringent", "totalMethodCount": 10 @@ -235272,21 +234481,22 @@ "best": "Yes", "bestReverse": "Yes", "gene": { - "id": "HGNC:33716", + "id": "HGNC:25365", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25365", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "FAM151B", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "FAM172A", + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0031968", + "id": "FB:FBgn0038013", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038013.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -235295,9 +234505,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG7231", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "CG10038", + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -235322,23 +234531,24 @@ }, { "best": "Yes", - "bestReverse": "Yes", + "bestReverse": "No", "gene": { - "id": "HGNC:33877", + "id": "HGNC:34336", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:34336", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "FAM155A", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "FAM172BP", + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0053988", + "id": "FB:FBgn0038013", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038013.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -235347,26 +234557,25 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "Mid1", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "CG10038", + "taxonId": "NCBITaxon:7227" }, - "methodCount": 3, + "methodCount": 5, "predictionMethodsMatched": [ - "Ensembl Compara", + "InParanoid", "OrthoFinder", - "PANTHER" + "OrthoInspector", + "PANTHER", + "PhylomeDB" ], "predictionMethodsNotCalled": [ "HGNC", "ZFIN" ], "predictionMethodsNotMatched": [ + "Ensembl Compara", "Hieranoid", - "InParanoid", "OMA", - "OrthoInspector", - "PhylomeDB", "Roundup", "TreeFam" ], @@ -235377,21 +234586,22 @@ "best": "Yes", "bestReverse": "Yes", "gene": { - "id": "HGNC:30701", + "id": "HGNC:24943", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24943", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "FAM155B", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "FAM174A", + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0053988", + "id": "FB:FBgn0033232", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033232.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -235400,28 +234610,27 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "Mid1", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "CG12159", + "taxonId": "NCBITaxon:7227" }, - "methodCount": 3, + "methodCount": 2, "predictionMethodsMatched": [ - "Ensembl Compara", - "OrthoFinder", - "PANTHER" + "PANTHER", + "TreeFam" ], "predictionMethodsNotCalled": [ "HGNC", "ZFIN" ], "predictionMethodsNotMatched": [ + "Ensembl Compara", "Hieranoid", "InParanoid", "OMA", + "OrthoFinder", "OrthoInspector", "PhylomeDB", - "Roundup", - "TreeFam" + "Roundup" ], "stringencyFilter": "stringent", "totalMethodCount": 10 @@ -235430,21 +234639,22 @@ "best": "Yes", "bestReverse": "Yes", "gene": { - "id": "HGNC:34237", + "id": "HGNC:34339", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:34339", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "FAM160A1", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "FAM174B", + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0025681", + "id": "FB:FBgn0033232", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033232.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -235453,28 +234663,27 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG3558", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "CG12159", + "taxonId": "NCBITaxon:7227" }, - "methodCount": 8, + "methodCount": 2, "predictionMethodsMatched": [ - "Ensembl Compara", - "Hieranoid", - "InParanoid", - "OrthoFinder", - "OrthoInspector", "PANTHER", - "PhylomeDB", - "Roundup" + "TreeFam" ], "predictionMethodsNotCalled": [ "HGNC", "ZFIN" ], "predictionMethodsNotMatched": [ + "Ensembl Compara", + "Hieranoid", + "InParanoid", "OMA", - "TreeFam" + "OrthoFinder", + "OrthoInspector", + "PhylomeDB", + "Roundup" ], "stringencyFilter": "stringent", "totalMethodCount": 10 @@ -235483,21 +234692,22 @@ "best": "Yes", "bestReverse": "Yes", "gene": { - "id": "HGNC:25378", + "id": "HGNC:26073", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26073", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "FAM160A2", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "FAM174C", + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0025681", + "id": "FB:FBgn0033232", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033232.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -235506,27 +234716,26 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG3558", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "CG12159", + "taxonId": "NCBITaxon:7227" }, - "methodCount": 8, + "methodCount": 2, "predictionMethodsMatched": [ - "Ensembl Compara", - "Hieranoid", - "InParanoid", "OrthoFinder", - "OrthoInspector", - "PANTHER", - "PhylomeDB", - "Roundup" + "PANTHER" ], "predictionMethodsNotCalled": [ "HGNC", "ZFIN" ], "predictionMethodsNotMatched": [ + "Ensembl Compara", + "Hieranoid", + "InParanoid", "OMA", + "OrthoInspector", + "PhylomeDB", + "Roundup", "TreeFam" ], "stringencyFilter": "stringent", @@ -235536,21 +234745,22 @@ "best": "Yes", "bestReverse": "Yes", "gene": { - "id": "HGNC:17865", + "id": "HGNC:19829", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19829", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "FAM162A", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "FAM177A1", + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0036887", + "id": "FB:FBgn0029937", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029937.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -235559,11 +234769,10 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG9231", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "CG8300", + "taxonId": "NCBITaxon:7227" }, - "methodCount": 9, + "methodCount": 8, "predictionMethodsMatched": [ "Ensembl Compara", "Hieranoid", @@ -235572,7 +234781,6 @@ "OrthoInspector", "PANTHER", "PhylomeDB", - "Roundup", "TreeFam" ], "predictionMethodsNotCalled": [ @@ -235580,7 +234788,8 @@ "ZFIN" ], "predictionMethodsNotMatched": [ - "OMA" + "OMA", + "Roundup" ], "stringencyFilter": "stringent", "totalMethodCount": 10 @@ -235589,21 +234798,22 @@ "best": "Yes", "bestReverse": "No", "gene": { - "id": "HGNC:21549", + "id": "HGNC:34395", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:34395", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "FAM162B", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "FAM177B", + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0036887", + "id": "FB:FBgn0029937", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029937.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -235612,11 +234822,10 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG9231", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "CG8300", + "taxonId": "NCBITaxon:7227" }, - "methodCount": 8, + "methodCount": 7, "predictionMethodsMatched": [ "Ensembl Compara", "Hieranoid", @@ -235624,7 +234833,6 @@ "OrthoFinder", "OrthoInspector", "PANTHER", - "PhylomeDB", "TreeFam" ], "predictionMethodsNotCalled": [ @@ -235633,6 +234841,7 @@ ], "predictionMethodsNotMatched": [ "OMA", + "PhylomeDB", "Roundup" ], "stringencyFilter": "stringent", @@ -235642,21 +234851,22 @@ "best": "Yes", "bestReverse": "Yes", "gene": { - "id": "HGNC:34242", + "id": "HGNC:22412", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:22412", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "FAM166B", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "FAM185A", + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0033610", + "id": "FB:FBgn0034027", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034027.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -235665,15 +234875,14 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG18335", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "CG8187", + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ + "Ensembl Compara", "Hieranoid", "InParanoid", - "OMA", "OrthoFinder", "OrthoInspector", "PANTHER", @@ -235686,7 +234895,7 @@ "ZFIN" ], "predictionMethodsNotMatched": [ - "Ensembl Compara" + "OMA" ], "stringencyFilter": "stringent", "totalMethodCount": 10 @@ -235695,21 +234904,22 @@ "best": "Yes", "bestReverse": "Yes", "gene": { - "id": "HGNC:25365", + "id": "HGNC:16822", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16822", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "FAM172A", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "FAM193A", + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0038013", + "id": "FB:FBgn0038108", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038108.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -235718,78 +234928,25 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG10038", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "CG7518", + "taxonId": "NCBITaxon:7227" }, - "methodCount": 10, + "methodCount": 3, "predictionMethodsMatched": [ "Ensembl Compara", - "Hieranoid", - "InParanoid", - "OMA", - "OrthoFinder", "OrthoInspector", - "PANTHER", - "PhylomeDB", - "Roundup", - "TreeFam" - ], - "predictionMethodsNotCalled": [ - "HGNC", - "ZFIN" - ], - "predictionMethodsNotMatched": [], - "stringencyFilter": "stringent", - "totalMethodCount": 10 - }, - { - "best": "Yes", - "bestReverse": "No", - "gene": { - "id": "HGNC:34336", - "species": { - "commonNames": "['human']", - "dataProviderFullName": "Rat Genome Database", - "dataProviderShortName": "RGD", - "name": "Homo sapiens", - "shortName": "Hsa", - "taxonId": "NCBITaxon:9606" - }, - "symbol": "FAM172BP", - "taxonId": "NCBITaxon:9606", - "url": null - }, - "homologGene": { - "id": "FB:FBgn0038013", - "species": { - "commonNames": "['fly', 'fruit fly', 'dme']", - "dataProviderFullName": "FlyBase", - "dataProviderShortName": "FB", - "name": "Drosophila melanogaster", - "shortName": "Dme", - "taxonId": "NCBITaxon:7227" - }, - "symbol": "CG10038", - "taxonId": "NCBITaxon:7227", - "url": null - }, - "methodCount": 5, - "predictionMethodsMatched": [ - "InParanoid", - "OrthoFinder", - "OrthoInspector", - "PANTHER", - "PhylomeDB" + "PANTHER" ], "predictionMethodsNotCalled": [ "HGNC", "ZFIN" ], "predictionMethodsNotMatched": [ - "Ensembl Compara", "Hieranoid", + "InParanoid", "OMA", + "OrthoFinder", + "PhylomeDB", "Roundup", "TreeFam" ], @@ -235800,21 +234957,22 @@ "best": "Yes", "bestReverse": "Yes", "gene": { - "id": "HGNC:24943", + "id": "HGNC:25524", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25524", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "FAM174A", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "FAM193B", + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0033232", + "id": "FB:FBgn0038108", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038108.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -235823,51 +234981,51 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG12159", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "CG7518", + "taxonId": "NCBITaxon:7227" }, - "methodCount": 2, + "methodCount": 3, "predictionMethodsMatched": [ - "PANTHER", - "TreeFam" + "Ensembl Compara", + "OrthoFinder", + "PANTHER" ], "predictionMethodsNotCalled": [ "HGNC", "ZFIN" ], "predictionMethodsNotMatched": [ - "Ensembl Compara", "Hieranoid", "InParanoid", "OMA", - "OrthoFinder", "OrthoInspector", "PhylomeDB", - "Roundup" + "Roundup", + "TreeFam" ], "stringencyFilter": "stringent", "totalMethodCount": 10 }, { "best": "Yes", - "bestReverse": "Yes", + "bestReverse": "No", "gene": { - "id": "HGNC:34339", + "id": "HGNC:23015", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23015", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "FAM174B", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "FAM20A", + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0033232", + "id": "FB:FBgn0051145", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051145.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -235876,13 +235034,17 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG12159", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "CG31145", + "taxonId": "NCBITaxon:7227" }, - "methodCount": 2, + "methodCount": 7, "predictionMethodsMatched": [ + "Ensembl Compara", + "Hieranoid", + "OrthoFinder", + "OrthoInspector", "PANTHER", + "PhylomeDB", "TreeFam" ], "predictionMethodsNotCalled": [ @@ -235890,13 +235052,8 @@ "ZFIN" ], "predictionMethodsNotMatched": [ - "Ensembl Compara", - "Hieranoid", "InParanoid", "OMA", - "OrthoFinder", - "OrthoInspector", - "PhylomeDB", "Roundup" ], "stringencyFilter": "stringent", @@ -235906,21 +235063,22 @@ "best": "Yes", "bestReverse": "Yes", "gene": { - "id": "HGNC:26073", + "id": "HGNC:23017", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23017", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "FAM174C", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "FAM20B", + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0033232", + "id": "FB:FBgn0038268", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038268.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -235929,26 +235087,25 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG12159", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "CG3631", + "taxonId": "NCBITaxon:7227" }, - "methodCount": 2, + "methodCount": 8, "predictionMethodsMatched": [ + "Ensembl Compara", + "Hieranoid", + "InParanoid", + "OMA", "OrthoFinder", - "PANTHER" + "OrthoInspector", + "PANTHER", + "PhylomeDB" ], "predictionMethodsNotCalled": [ "HGNC", "ZFIN" ], "predictionMethodsNotMatched": [ - "Ensembl Compara", - "Hieranoid", - "InParanoid", - "OMA", - "OrthoInspector", - "PhylomeDB", "Roundup", "TreeFam" ], @@ -235959,21 +235116,22 @@ "best": "Yes", "bestReverse": "Yes", "gene": { - "id": "HGNC:19829", + "id": "HGNC:22140", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:22140", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "FAM177A1", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "FAM20C", + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0029937", + "id": "FB:FBgn0051145", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051145.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -235982,19 +235140,18 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG8300", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "CG31145", + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ "Ensembl Compara", "Hieranoid", - "InParanoid", "OrthoFinder", "OrthoInspector", "PANTHER", "PhylomeDB", + "Roundup", "TreeFam" ], "predictionMethodsNotCalled": [ @@ -236002,31 +235159,32 @@ "ZFIN" ], "predictionMethodsNotMatched": [ - "OMA", - "Roundup" + "InParanoid", + "OMA" ], "stringencyFilter": "stringent", "totalMethodCount": 10 }, { "best": "Yes", - "bestReverse": "No", + "bestReverse": "Yes", "gene": { - "id": "HGNC:34395", + "id": "HGNC:28346", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28346", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "FAM177B", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "FAM210A", + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0029937", + "id": "FB:FBgn0031188", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031188.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -236035,18 +235193,18 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG8300", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "CG14613", + "taxonId": "NCBITaxon:7227" }, - "methodCount": 7, + "methodCount": 8, "predictionMethodsMatched": [ "Ensembl Compara", "Hieranoid", - "InParanoid", "OrthoFinder", "OrthoInspector", "PANTHER", + "PhylomeDB", + "Roundup", "TreeFam" ], "predictionMethodsNotCalled": [ @@ -236054,9 +235212,8 @@ "ZFIN" ], "predictionMethodsNotMatched": [ - "OMA", - "PhylomeDB", - "Roundup" + "InParanoid", + "OMA" ], "stringencyFilter": "stringent", "totalMethodCount": 10 @@ -236065,21 +235222,22 @@ "best": "Yes", "bestReverse": "Yes", "gene": { - "id": "HGNC:22412", + "id": "HGNC:16102", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16102", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "FAM185A", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "FAM210B", + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0034027", + "id": "FB:FBgn0031504", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031504.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -236088,433 +235246,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG8187", - "taxonId": "NCBITaxon:7227", - "url": null - }, - "methodCount": 9, - "predictionMethodsMatched": [ - "Ensembl Compara", - "Hieranoid", - "InParanoid", - "OrthoFinder", - "OrthoInspector", - "PANTHER", - "PhylomeDB", - "Roundup", - "TreeFam" - ], - "predictionMethodsNotCalled": [ - "HGNC", - "ZFIN" - ], - "predictionMethodsNotMatched": [ - "OMA" - ], - "stringencyFilter": "stringent", - "totalMethodCount": 10 - }, - { - "best": "Yes", - "bestReverse": "Yes", - "gene": { - "id": "HGNC:16822", - "species": { - "commonNames": "['human']", - "dataProviderFullName": "Rat Genome Database", - "dataProviderShortName": "RGD", - "name": "Homo sapiens", - "shortName": "Hsa", - "taxonId": "NCBITaxon:9606" - }, - "symbol": "FAM193A", - "taxonId": "NCBITaxon:9606", - "url": null - }, - "homologGene": { - "id": "FB:FBgn0038108", - "species": { - "commonNames": "['fly', 'fruit fly', 'dme']", - "dataProviderFullName": "FlyBase", - "dataProviderShortName": "FB", - "name": "Drosophila melanogaster", - "shortName": "Dme", - "taxonId": "NCBITaxon:7227" - }, - "symbol": "CG7518", - "taxonId": "NCBITaxon:7227", - "url": null - }, - "methodCount": 3, - "predictionMethodsMatched": [ - "Ensembl Compara", - "OrthoInspector", - "PANTHER" - ], - "predictionMethodsNotCalled": [ - "HGNC", - "ZFIN" - ], - "predictionMethodsNotMatched": [ - "Hieranoid", - "InParanoid", - "OMA", - "OrthoFinder", - "PhylomeDB", - "Roundup", - "TreeFam" - ], - "stringencyFilter": "stringent", - "totalMethodCount": 10 - }, - { - "best": "Yes", - "bestReverse": "Yes", - "gene": { - "id": "HGNC:25524", - "species": { - "commonNames": "['human']", - "dataProviderFullName": "Rat Genome Database", - "dataProviderShortName": "RGD", - "name": "Homo sapiens", - "shortName": "Hsa", - "taxonId": "NCBITaxon:9606" - }, - "symbol": "FAM193B", - "taxonId": "NCBITaxon:9606", - "url": null - }, - "homologGene": { - "id": "FB:FBgn0038108", - "species": { - "commonNames": "['fly', 'fruit fly', 'dme']", - "dataProviderFullName": "FlyBase", - "dataProviderShortName": "FB", - "name": "Drosophila melanogaster", - "shortName": "Dme", - "taxonId": "NCBITaxon:7227" - }, - "symbol": "CG7518", - "taxonId": "NCBITaxon:7227", - "url": null - }, - "methodCount": 3, - "predictionMethodsMatched": [ - "Ensembl Compara", - "OrthoFinder", - "PANTHER" - ], - "predictionMethodsNotCalled": [ - "HGNC", - "ZFIN" - ], - "predictionMethodsNotMatched": [ - "Hieranoid", - "InParanoid", - "OMA", - "OrthoInspector", - "PhylomeDB", - "Roundup", - "TreeFam" - ], - "stringencyFilter": "stringent", - "totalMethodCount": 10 - }, - { - "best": "Yes", - "bestReverse": "Yes", - "gene": { - "id": "HGNC:15811", - "species": { - "commonNames": "['human']", - "dataProviderFullName": "Rat Genome Database", - "dataProviderShortName": "RGD", - "name": "Homo sapiens", - "shortName": "Hsa", - "taxonId": "NCBITaxon:9606" - }, - "symbol": "FAM207A", - "taxonId": "NCBITaxon:9606", - "url": null - }, - "homologGene": { - "id": "FB:FBgn0035393", - "species": { - "commonNames": "['fly', 'fruit fly', 'dme']", - "dataProviderFullName": "FlyBase", - "dataProviderShortName": "FB", - "name": "Drosophila melanogaster", - "shortName": "Dme", - "taxonId": "NCBITaxon:7227" - }, - "symbol": "CG16753", - "taxonId": "NCBITaxon:7227", - "url": null - }, - "methodCount": 4, - "predictionMethodsMatched": [ - "OrthoFinder", - "PANTHER", - "Roundup", - "TreeFam" - ], - "predictionMethodsNotCalled": [ - "HGNC", - "ZFIN" - ], - "predictionMethodsNotMatched": [ - "Ensembl Compara", - "Hieranoid", - "InParanoid", - "OMA", - "OrthoInspector", - "PhylomeDB" - ], - "stringencyFilter": "stringent", - "totalMethodCount": 10 - }, - { - "best": "Yes", - "bestReverse": "No", - "gene": { - "id": "HGNC:23015", - "species": { - "commonNames": "['human']", - "dataProviderFullName": "Rat Genome Database", - "dataProviderShortName": "RGD", - "name": "Homo sapiens", - "shortName": "Hsa", - "taxonId": "NCBITaxon:9606" - }, - "symbol": "FAM20A", - "taxonId": "NCBITaxon:9606", - "url": null - }, - "homologGene": { - "id": "FB:FBgn0051145", - "species": { - "commonNames": "['fly', 'fruit fly', 'dme']", - "dataProviderFullName": "FlyBase", - "dataProviderShortName": "FB", - "name": "Drosophila melanogaster", - "shortName": "Dme", - "taxonId": "NCBITaxon:7227" - }, - "symbol": "CG31145", - "taxonId": "NCBITaxon:7227", - "url": null - }, - "methodCount": 7, - "predictionMethodsMatched": [ - "Ensembl Compara", - "Hieranoid", - "OrthoFinder", - "OrthoInspector", - "PANTHER", - "PhylomeDB", - "TreeFam" - ], - "predictionMethodsNotCalled": [ - "HGNC", - "ZFIN" - ], - "predictionMethodsNotMatched": [ - "InParanoid", - "OMA", - "Roundup" - ], - "stringencyFilter": "stringent", - "totalMethodCount": 10 - }, - { - "best": "Yes", - "bestReverse": "Yes", - "gene": { - "id": "HGNC:23017", - "species": { - "commonNames": "['human']", - "dataProviderFullName": "Rat Genome Database", - "dataProviderShortName": "RGD", - "name": "Homo sapiens", - "shortName": "Hsa", - "taxonId": "NCBITaxon:9606" - }, - "symbol": "FAM20B", - "taxonId": "NCBITaxon:9606", - "url": null - }, - "homologGene": { - "id": "FB:FBgn0038268", - "species": { - "commonNames": "['fly', 'fruit fly', 'dme']", - "dataProviderFullName": "FlyBase", - "dataProviderShortName": "FB", - "name": "Drosophila melanogaster", - "shortName": "Dme", - "taxonId": "NCBITaxon:7227" - }, - "symbol": "CG3631", - "taxonId": "NCBITaxon:7227", - "url": null - }, - "methodCount": 8, - "predictionMethodsMatched": [ - "Ensembl Compara", - "Hieranoid", - "InParanoid", - "OMA", - "OrthoFinder", - "OrthoInspector", - "PANTHER", - "PhylomeDB" - ], - "predictionMethodsNotCalled": [ - "HGNC", - "ZFIN" - ], - "predictionMethodsNotMatched": [ - "Roundup", - "TreeFam" - ], - "stringencyFilter": "stringent", - "totalMethodCount": 10 - }, - { - "best": "Yes", - "bestReverse": "Yes", - "gene": { - "id": "HGNC:22140", - "species": { - "commonNames": "['human']", - "dataProviderFullName": "Rat Genome Database", - "dataProviderShortName": "RGD", - "name": "Homo sapiens", - "shortName": "Hsa", - "taxonId": "NCBITaxon:9606" - }, - "symbol": "FAM20C", - "taxonId": "NCBITaxon:9606", - "url": null - }, - "homologGene": { - "id": "FB:FBgn0051145", - "species": { - "commonNames": "['fly', 'fruit fly', 'dme']", - "dataProviderFullName": "FlyBase", - "dataProviderShortName": "FB", - "name": "Drosophila melanogaster", - "shortName": "Dme", - "taxonId": "NCBITaxon:7227" - }, - "symbol": "CG31145", - "taxonId": "NCBITaxon:7227", - "url": null - }, - "methodCount": 8, - "predictionMethodsMatched": [ - "Ensembl Compara", - "Hieranoid", - "OrthoFinder", - "OrthoInspector", - "PANTHER", - "PhylomeDB", - "Roundup", - "TreeFam" - ], - "predictionMethodsNotCalled": [ - "HGNC", - "ZFIN" - ], - "predictionMethodsNotMatched": [ - "InParanoid", - "OMA" - ], - "stringencyFilter": "stringent", - "totalMethodCount": 10 - }, - { - "best": "Yes", - "bestReverse": "Yes", - "gene": { - "id": "HGNC:28346", - "species": { - "commonNames": "['human']", - "dataProviderFullName": "Rat Genome Database", - "dataProviderShortName": "RGD", - "name": "Homo sapiens", - "shortName": "Hsa", - "taxonId": "NCBITaxon:9606" - }, - "symbol": "FAM210A", - "taxonId": "NCBITaxon:9606", - "url": null - }, - "homologGene": { - "id": "FB:FBgn0031188", - "species": { - "commonNames": "['fly', 'fruit fly', 'dme']", - "dataProviderFullName": "FlyBase", - "dataProviderShortName": "FB", - "name": "Drosophila melanogaster", - "shortName": "Dme", - "taxonId": "NCBITaxon:7227" - }, - "symbol": "CG14613", - "taxonId": "NCBITaxon:7227", - "url": null - }, - "methodCount": 8, - "predictionMethodsMatched": [ - "Ensembl Compara", - "Hieranoid", - "OrthoFinder", - "OrthoInspector", - "PANTHER", - "PhylomeDB", - "Roundup", - "TreeFam" - ], - "predictionMethodsNotCalled": [ - "HGNC", - "ZFIN" - ], - "predictionMethodsNotMatched": [ - "InParanoid", - "OMA" - ], - "stringencyFilter": "stringent", - "totalMethodCount": 10 - }, - { - "best": "Yes", - "bestReverse": "Yes", - "gene": { - "id": "HGNC:16102", - "species": { - "commonNames": "['human']", - "dataProviderFullName": "Rat Genome Database", - "dataProviderShortName": "RGD", - "name": "Homo sapiens", - "shortName": "Hsa", - "taxonId": "NCBITaxon:9606" - }, - "symbol": "FAM210B", - "taxonId": "NCBITaxon:9606", - "url": null - }, - "homologGene": { - "id": "FB:FBgn0031504", - "species": { - "commonNames": "['fly', 'fruit fly', 'dme']", - "dataProviderFullName": "FlyBase", - "dataProviderShortName": "FB", - "name": "Drosophila melanogaster", - "shortName": "Dme", - "taxonId": "NCBITaxon:7227" - }, - "symbol": "CG15403", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "CG15403", + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -236543,8 +235276,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16102", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16102", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -236552,11 +235286,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FAM210B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039970", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039970.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -236566,8 +235300,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG17508", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -236596,8 +235329,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25609", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25609", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -236605,11 +235339,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FAM214A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033638", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033638.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -236619,8 +235353,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG9005", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -236649,8 +235382,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:25666", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25666", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -236658,11 +235392,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FAM214B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033638", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033638.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -236672,8 +235406,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG9005", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -236702,8 +235435,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14163", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14163", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -236711,11 +235445,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FAM234A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037028", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037028.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -236725,8 +235459,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG3618", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -236755,8 +235488,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14163", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14163", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -236764,11 +235498,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FAM234A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038725", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038725.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -236778,8 +235512,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6184", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -236808,8 +235541,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29288", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29288", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -236817,11 +235551,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FAM234B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037028", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037028.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -236831,8 +235565,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG3618", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -236861,8 +235594,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29288", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29288", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -236870,11 +235604,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FAM234B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038725", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038725.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -236884,8 +235618,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6184", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -236914,8 +235647,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24563", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24563", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -236923,11 +235657,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FAM32A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031603", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031603.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -236937,8 +235671,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG15432", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -236966,8 +235699,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26888", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26888", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -236975,11 +235709,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FAM43A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037720", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037720.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -236989,8 +235723,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8312", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -237019,8 +235752,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:31791", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:31791", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -237028,11 +235762,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FAM43B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037720", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037720.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -237042,8 +235776,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8312", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -237072,8 +235805,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18786", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18786", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -237081,11 +235815,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FAM50A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039557", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039557.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -237095,8 +235829,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG12259", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -237124,8 +235857,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:18789", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18789", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -237133,11 +235867,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FAM50B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039557", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039557.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -237147,8 +235881,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG12259", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -237177,8 +235910,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28530", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28530", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -237186,11 +235920,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FAM76A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035981", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035981.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -237200,8 +235934,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG4452", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -237230,8 +235963,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28492", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28492", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -237239,11 +235973,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FAM76B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035981", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035981.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -237253,8 +235987,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG4452", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -237283,8 +236016,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:28268", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28268", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -237292,11 +236026,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FAM86B1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031003", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031003.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -237306,8 +236040,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7889", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -237336,8 +236069,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:32222", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:32222", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -237345,11 +236079,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FAM86B2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031003", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031003.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -237359,8 +236093,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7889", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -237389,8 +236122,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25057", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25057", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -237398,11 +236132,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FAM89A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051038", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051038.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -237412,8 +236146,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG31038", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -237442,8 +236175,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:25057", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25057", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -237451,11 +236185,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FAM89A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0085470", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0085470.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -237465,8 +236199,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "lmgB", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -237495,8 +236228,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16708", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16708", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -237504,11 +236238,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FAM89B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051038", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051038.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -237518,8 +236252,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG31038", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -237548,8 +236281,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16708", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16708", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -237557,11 +236291,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FAM89B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0085470", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0085470.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -237571,8 +236305,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "lmgB", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -237601,8 +236334,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16372", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16372", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -237610,11 +236344,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FAM8A1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033350", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033350.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -237624,8 +236358,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8237", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -237654,8 +236387,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26306", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26306", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -237663,11 +236397,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FAM91A1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0064766", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0064766.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -237677,8 +236411,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7600", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -237706,8 +236439,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24520", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24520", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -237715,11 +236449,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FAM98A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039385", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039385.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -237729,8 +236463,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5913", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -237759,8 +236492,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:26773", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26773", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -237768,11 +236502,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FAM98B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039385", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039385.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -237782,8 +236516,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5913", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -237812,8 +236545,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:27119", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:27119", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -237821,11 +236555,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FAM98C", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039385", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039385.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -237835,8 +236569,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5913", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -237865,8 +236598,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3585", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3585", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -237874,11 +236608,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FANCD2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038827", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038827.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -237888,8 +236622,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Fancd2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -237918,8 +236651,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25568", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25568", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -237927,11 +236661,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FANCI", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033354", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033354.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -237941,8 +236675,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "FANCI", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -237971,8 +236704,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20748", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20748", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -237980,11 +236714,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FANCL", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037781", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037781.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -237994,8 +236728,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Fancl", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -238024,8 +236757,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23168", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23168", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -238033,11 +236767,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FANCM", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038889", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038889.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -238047,8 +236781,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Fancm", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -238077,8 +236810,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:3590", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3590", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -238086,11 +236820,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FAP", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031741", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031741.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -238100,8 +236834,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG11034", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -238130,8 +236863,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26222", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26222", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -238139,11 +236873,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FAR1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038032", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038032.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -238153,8 +236887,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10096", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -238183,8 +236916,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26222", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26222", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -238192,11 +236926,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FAR1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038033", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038033.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -238206,8 +236940,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10097", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -238236,8 +236969,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26222", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26222", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -238245,11 +236979,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FAR1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039131", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039131.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -238259,8 +236993,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG12268", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -238289,8 +237022,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26222", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26222", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -238298,11 +237032,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FAR1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033464", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033464.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -238312,8 +237046,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG1441", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -238342,8 +237075,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26222", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26222", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -238351,11 +237085,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FAR1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038451", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038451.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -238365,8 +237099,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG14893", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -238395,8 +237128,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26222", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26222", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -238404,11 +237138,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FAR1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038450", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038450.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -238418,8 +237152,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG17560", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -238448,8 +237181,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26222", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26222", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -238457,11 +237191,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FAR1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038449", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038449.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -238471,8 +237205,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG17562", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -238501,8 +237234,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26222", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26222", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -238510,11 +237244,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FAR1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0043792", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0043792.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -238524,8 +237258,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG30427", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -238554,8 +237287,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26222", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26222", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -238563,11 +237297,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FAR1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0085371", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0085371.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -238577,8 +237311,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG34342", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -238607,8 +237340,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26222", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26222", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -238616,11 +237350,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FAR1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029821", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029821.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -238630,8 +237364,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG4020", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -238660,8 +237393,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26222", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26222", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -238669,11 +237403,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FAR1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038751", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038751.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -238683,8 +237417,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG4770", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -238713,8 +237446,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26222", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26222", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -238722,11 +237456,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FAR1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034145", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034145.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -238736,8 +237470,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5065", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -238766,8 +237499,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26222", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26222", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -238775,11 +237509,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FAR1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034142", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034142.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -238789,8 +237523,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8306", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -238819,8 +237552,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26222", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26222", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -238828,11 +237562,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FAR1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0023550", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0023550.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -238842,8 +237576,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "FarO", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -238872,8 +237605,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26222", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26222", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -238881,11 +237615,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FAR1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032055", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032055.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -238895,8 +237629,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Sgp", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -238925,8 +237658,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26222", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26222", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -238934,11 +237668,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FAR1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039620", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039620.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -238948,8 +237682,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "wat", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -238978,8 +237711,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25531", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25531", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -238987,11 +237721,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FAR2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038033", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038033.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -239001,8 +237735,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10097", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -239031,8 +237764,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25531", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25531", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -239040,11 +237774,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FAR2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039131", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039131.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -239054,8 +237788,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG12268", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -239084,8 +237817,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25531", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25531", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -239093,11 +237827,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FAR2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038451", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038451.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -239107,8 +237841,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG14893", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -239137,8 +237870,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25531", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25531", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -239146,11 +237880,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FAR2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038751", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038751.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -239160,8 +237894,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG4770", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -239190,8 +237923,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25531", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25531", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -239199,11 +237933,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FAR2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034145", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034145.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -239213,8 +237947,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5065", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -239243,8 +237976,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25531", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25531", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -239252,11 +237986,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FAR2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034142", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034142.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -239266,8 +238000,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8306", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -239296,8 +238029,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25531", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25531", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -239305,11 +238039,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FAR2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0023550", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0023550.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -239319,8 +238053,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "FarO", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -239349,8 +238082,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25531", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25531", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -239358,11 +238092,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FAR2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039620", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039620.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -239372,8 +238106,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "wat", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -239402,8 +238135,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3591", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3591", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -239411,11 +238145,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FARP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0265082", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0265082.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -239425,8 +238159,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cdep", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -239455,8 +238188,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16460", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16460", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -239464,11 +238198,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FARP2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0265082", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0265082.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -239478,8 +238212,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cdep", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -239508,8 +238241,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21062", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21062", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -239517,11 +238251,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FARS2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0275436", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0275436.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -239531,8 +238265,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "PheRS-m", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -239560,8 +238293,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3592", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3592", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -239569,11 +238303,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FARSA", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030007", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030007.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -239583,8 +238317,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "\u03b1-PheRS", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -239613,8 +238346,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17800", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17800", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -239622,11 +238356,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FARSB", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039175", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039175.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -239636,8 +238370,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "\u03b2-PheRS", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -239665,8 +238398,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3594", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3594", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -239674,11 +238408,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FASN", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0283427", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0283427.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -239688,8 +238422,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "FASN1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -239717,8 +238450,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3594", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3594", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -239726,11 +238460,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FASN", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0042627", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0042627.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -239740,8 +238474,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "FASN2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -239770,8 +238503,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3594", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3594", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -239779,11 +238513,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FASN", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0287184", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0287184.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -239793,8 +238527,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "FASN3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -239823,8 +238556,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:24676", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24676", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -239832,11 +238566,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FASTK", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051643", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051643.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -239846,8 +238580,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG31643", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -239876,8 +238609,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26150", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26150", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -239885,11 +238619,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FASTKD1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051643", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051643.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -239899,8 +238633,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG31643", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -239929,8 +238662,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:28758", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28758", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -239938,11 +238672,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FASTKD3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051643", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051643.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -239952,8 +238686,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG31643", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -239982,8 +238715,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25790", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25790", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -239991,11 +238725,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FASTKD5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030217", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030217.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -240005,8 +238739,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG2124", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -240035,8 +238768,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3595", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3595", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -240044,11 +238778,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FAT1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261574", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261574.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -240058,8 +238792,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "kug", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -240088,8 +238821,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:3596", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3596", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -240097,11 +238831,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FAT2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261574", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261574.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -240111,8 +238845,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "kug", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -240141,8 +238874,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23112", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23112", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -240150,11 +238884,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FAT3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261574", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261574.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -240164,8 +238898,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "kug", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -240194,8 +238927,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23109", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23109", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -240203,11 +238937,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FAT4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0001075", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0001075.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -240217,8 +238951,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ft", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -240247,8 +238980,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3597", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3597", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -240256,11 +238990,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FAU", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038834", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038834.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -240270,8 +239004,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "RpS30", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -240300,8 +239033,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20742", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20742", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -240309,11 +239043,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FAXC", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0014163", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0014163.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -240323,8 +239057,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "fax", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -240353,8 +239086,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1334", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1334", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -240362,11 +239096,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FAXDC2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030509", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030509.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -240376,8 +239110,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG11162", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -240406,8 +239139,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1334", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1334", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -240415,11 +239149,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FAXDC2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030485", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030485.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -240429,8 +239163,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG1998", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -240458,8 +239191,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24674", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24674", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -240467,11 +239201,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FBF1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036206", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036206.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -240480,9 +239214,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG5964", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "twy", + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -240511,8 +239244,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3599", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3599", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -240520,11 +239254,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FBL", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003062", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003062.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -240534,8 +239268,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Fib", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -240563,8 +239296,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:35458", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:35458", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -240572,11 +239306,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FBLL1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003062", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003062.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -240586,8 +239320,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Fib", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -240616,8 +239349,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3600", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3600", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -240625,11 +239359,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FBLN1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051999", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051999.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -240639,8 +239373,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG31999", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -240669,8 +239402,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:3601", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3601", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -240678,11 +239412,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FBLN2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051999", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051999.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -240692,8 +239426,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG31999", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -240722,8 +239455,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3604", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3604", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -240731,11 +239465,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FBN2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0053196", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0053196.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -240745,8 +239479,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "dpy", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -240775,8 +239508,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3606", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3606", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -240784,11 +239518,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FBP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032820", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032820.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -240798,8 +239532,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "fbp", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -240827,8 +239560,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3607", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3607", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -240836,11 +239570,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FBP2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032820", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032820.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -240850,8 +239584,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "fbp", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -240879,8 +239612,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13611", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13611", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -240888,11 +239622,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FBXL12", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039554", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039554.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -240902,8 +239636,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5003", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -240932,8 +239665,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21658", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21658", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -240941,11 +239675,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FBXL13", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038445", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038445.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -240955,8 +239689,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG14891", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -240985,8 +239718,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21658", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21658", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -240994,11 +239728,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FBXL13", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030918", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030918.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -241008,8 +239742,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG15056", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -241038,8 +239771,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21658", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21658", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -241047,11 +239781,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FBXL13", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032878", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032878.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -241061,8 +239795,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG9316", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -241091,8 +239824,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28624", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28624", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -241100,11 +239834,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FBXL14", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0020257", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0020257.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -241114,8 +239848,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ppa", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -241143,8 +239876,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28155", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28155", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -241152,11 +239886,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FBXL15", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031652", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031652.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -241166,8 +239900,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "jet", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -241196,8 +239929,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14150", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14150", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -241205,11 +239939,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FBXL16", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052085", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052085.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -241219,8 +239953,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG32085", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -241249,8 +239982,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13615", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13615", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -241258,11 +239992,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FBXL17", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031528", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031528.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -241272,8 +240006,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG15412", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -241302,8 +240035,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13598", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13598", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -241311,11 +240045,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FBXL2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033639", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033639.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -241325,8 +240059,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG9003", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -241355,8 +240088,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24679", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24679", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -241364,11 +240098,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FBXL20", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033639", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033639.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -241378,8 +240112,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG9003", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -241408,8 +240141,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13601", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13601", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -241417,11 +240151,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FBXL4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030555", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030555.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -241431,8 +240165,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Fbxl4", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -241460,8 +240193,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13603", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13603", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -241469,11 +240203,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FBXL6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033609", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033609.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -241483,8 +240217,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Fbl6", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -241513,8 +240246,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13604", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13604", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -241522,11 +240256,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FBXL7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038385", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038385.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -241536,8 +240270,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Fbxl7", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -241566,8 +240299,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13590", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13590", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -241575,11 +240309,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FBXO11", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037760", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037760.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -241589,8 +240323,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "FBXO11", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -241618,8 +240351,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13596", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13596", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -241627,11 +240361,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FBXO25", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036196", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036196.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -241641,8 +240375,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG11658", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -241670,8 +240403,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29046", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29046", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -241679,11 +240413,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FBXO28", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033486", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033486.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -241693,8 +240427,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "dmpd", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -241723,8 +240456,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29046", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29046", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -241732,11 +240466,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FBXO28", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036005", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036005.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -241746,8 +240480,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "pall", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -241776,8 +240509,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16731", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16731", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -241785,11 +240519,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FBXO32", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036196", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036196.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -241799,8 +240533,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG11658", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -241828,8 +240561,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19833", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19833", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -241837,11 +240571,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FBXO33", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035959", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035959.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -241851,8 +240585,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG4911", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -241880,8 +240613,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:20201", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20201", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -241889,11 +240623,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FBXO34", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0086656", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0086656.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -241903,8 +240637,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "shrb", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -241933,8 +240666,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29249", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29249", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -241942,11 +240676,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FBXO42", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034704", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034704.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -241955,9 +240689,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG6758", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Fbxo42", + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -241986,8 +240719,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28521", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28521", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -241995,11 +240729,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FBXO43", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0017551", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0017551.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -242009,8 +240743,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rca1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -242039,8 +240772,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29148", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29148", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -242048,11 +240782,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FBXO45", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0043010", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0043010.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -242062,8 +240796,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Fsn", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -242092,8 +240825,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13584", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13584", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -242101,11 +240835,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FBXO5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0017551", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0017551.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -242115,8 +240849,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rca1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -242145,8 +240878,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13588", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13588", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -242154,11 +240888,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FBXO9", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038056", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038056.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -242168,8 +240902,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5961", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -242197,8 +240930,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:13607", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13607", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -242206,11 +240940,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FBXW11", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0283468", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0283468.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -242220,8 +240954,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "slmb", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -242250,8 +240983,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10847", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10847", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -242259,11 +240993,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FBXW4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0053969", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0053969.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -242273,8 +241007,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG33969", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -242303,8 +241036,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13613", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13613", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -242312,11 +241046,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FBXW5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031773", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031773.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -242326,8 +241060,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Fbw5", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -242356,8 +241089,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16712", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16712", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -242365,11 +241099,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FBXW7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0041171", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0041171.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -242379,8 +241113,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ago", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -242409,8 +241142,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20220", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20220", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -242418,11 +241152,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FCF1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010520", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010520.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -242432,8 +241166,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Bka", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -242461,8 +241194,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:29002", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29002", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -242470,11 +241204,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FCHO1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037702", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037702.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -242484,8 +241218,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8176", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -242514,8 +241247,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25180", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25180", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -242523,11 +241257,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FCHO2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037702", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037702.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -242537,8 +241271,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8176", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -242567,8 +241300,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:25463", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25463", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -242576,11 +241310,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FCHSD1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0263456", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0263456.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -242590,8 +241324,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "nwk", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -242620,8 +241353,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29114", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29114", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -242629,11 +241363,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FCHSD2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0263456", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0263456.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -242643,8 +241377,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "nwk", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -242672,8 +241405,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:3623", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3623", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -242681,11 +241415,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FCN1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0050280", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0050280.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -242695,8 +241429,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG30280", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -242725,8 +241458,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:3623", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3623", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -242734,11 +241468,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FCN1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034160", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034160.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -242748,8 +241482,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5550", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -242778,8 +241511,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:3623", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3623", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -242787,11 +241521,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FCN1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031804", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031804.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -242801,8 +241535,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG9500", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -242831,8 +241564,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3624", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3624", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -242840,11 +241574,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FCN2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0050280", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0050280.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -242854,8 +241588,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG30280", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -242884,8 +241617,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3624", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3624", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -242893,11 +241627,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FCN2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0050281", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0050281.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -242907,8 +241641,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG30281", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -242937,8 +241670,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3624", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3624", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -242946,11 +241680,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FCN2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051832", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051832.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -242960,8 +241694,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG31832", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -242990,8 +241723,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3624", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3624", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -242999,11 +241733,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FCN2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034160", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034160.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -243013,8 +241747,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5550", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -243043,8 +241776,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3624", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3624", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -243052,11 +241786,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FCN2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033312", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033312.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -243066,8 +241800,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8642", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -243096,8 +241829,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3624", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3624", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -243105,11 +241839,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FCN2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031804", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031804.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -243119,8 +241853,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG9500", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -243149,8 +241882,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:3625", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3625", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -243158,11 +241892,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FCN3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0050280", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0050280.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -243172,8 +241906,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG30280", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -243202,8 +241935,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:3625", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3625", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -243211,11 +241945,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FCN3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0050281", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0050281.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -243225,8 +241959,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG30281", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -243255,8 +241988,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:3625", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3625", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -243264,11 +241998,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FCN3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034160", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034160.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -243278,8 +242012,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5550", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -243308,8 +242041,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:3625", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3625", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -243317,11 +242051,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FCN3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033312", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033312.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -243331,8 +242065,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8642", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -243361,8 +242094,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:3625", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3625", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -243370,11 +242104,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FCN3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031804", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031804.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -243384,8 +242118,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG9500", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -243414,8 +242147,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3631", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3631", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -243423,11 +242157,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FDPS", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0025373", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0025373.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -243437,8 +242171,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Fpps", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -243466,8 +242199,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3638", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3638", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -243475,11 +242209,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FDX1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035529", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035529.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -243489,8 +242223,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Fdx2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -243519,8 +242252,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30546", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30546", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -243528,11 +242262,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FDX2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0011769", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0011769.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -243542,8 +242276,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Fdx1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -243571,8 +242304,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3642", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3642", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -243580,11 +242314,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FDXR", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015582", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015582.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -243594,8 +242328,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "dare", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -243623,8 +242356,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3647", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3647", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -243632,11 +242366,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FECH", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0266268", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0266268.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -243646,8 +242380,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "FeCH", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -243675,8 +242408,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16934", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16934", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -243684,11 +242418,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FEM1A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038286", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038286.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -243698,8 +242432,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6966", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -243728,8 +242461,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3649", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3649", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -243737,11 +242471,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FEM1B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034542", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034542.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -243751,8 +242485,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Fem-1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -243781,8 +242514,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16933", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16933", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -243790,11 +242524,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FEM1C", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038286", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038286.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -243804,8 +242538,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6966", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -243834,8 +242567,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3650", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3650", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -243843,11 +242577,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FEN1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0025832", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0025832.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -243857,8 +242591,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Fen1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -243887,8 +242620,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3655", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3655", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -243896,11 +242630,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FER", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000723", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000723.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -243910,8 +242644,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "FER", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -243940,8 +242673,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:15801", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15801", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -243949,11 +242683,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FER1L4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0266757", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0266757.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -243963,8 +242697,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mfr", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -243993,8 +242726,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:19044", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19044", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -244002,11 +242736,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FER1L5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0266757", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0266757.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -244016,8 +242750,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mfr", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -244046,8 +242779,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28065", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28065", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -244055,11 +242789,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FER1L6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0266757", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0266757.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -244069,8 +242803,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mfr", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -244099,8 +242832,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16660", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16660", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -244108,11 +242842,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FERD3L", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037937", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037937.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -244122,8 +242856,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Fer3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -244152,8 +242885,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15889", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15889", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -244161,11 +242895,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FERMT1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035498", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035498.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -244175,8 +242909,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Fit1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -244204,8 +242937,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15889", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15889", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -244213,11 +242947,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FERMT1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036688", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036688.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -244227,8 +242961,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Fit2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -244257,8 +242990,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15767", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15767", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -244266,11 +243000,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FERMT2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035498", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035498.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -244280,8 +243014,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Fit1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -244309,8 +243042,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15767", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15767", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -244318,11 +243052,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FERMT2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036688", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036688.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -244332,8 +243066,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Fit2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -244362,8 +243095,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:23151", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23151", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -244371,11 +243105,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FERMT3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035498", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035498.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -244385,8 +243119,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Fit1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -244415,8 +243148,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:23151", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23151", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -244424,11 +243158,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FERMT3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036688", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036688.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -244438,8 +243172,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Fit2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -244468,8 +243201,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3657", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3657", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -244477,11 +243211,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FES", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000723", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000723.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -244491,8 +243225,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "FER", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -244521,8 +243254,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:18562", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18562", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -244530,11 +243264,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FEV", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0005660", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0005660.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -244544,8 +243278,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ets21C", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -244574,8 +243307,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3659", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3659", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -244583,11 +243317,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FEZ1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040395", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040395.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -244597,8 +243331,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Unc-76", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -244626,8 +243359,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3660", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3660", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -244635,11 +243369,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FEZ2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040395", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040395.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -244649,8 +243383,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Unc-76", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -244678,8 +243411,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:22788", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:22788", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -244687,11 +243421,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FEZF1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031375", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031375.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -244701,8 +243435,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "erm", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -244731,8 +243464,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:13506", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13506", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -244740,11 +243474,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FEZF2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031375", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031375.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -244754,8 +243488,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "erm", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -244784,8 +243517,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19125", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19125", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -244793,11 +243527,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FGD4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035761", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035761.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -244807,8 +243541,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "RhoGEF4", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -244837,8 +243570,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:3665", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3665", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -244846,11 +243580,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FGF1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0014135", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0014135.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -244860,8 +243594,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "bnl", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -244890,8 +243623,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:3666", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3666", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -244899,11 +243633,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FGF10", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0014135", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0014135.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -244913,8 +243647,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "bnl", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -244943,8 +243676,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3667", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3667", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -244952,11 +243686,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FGF11", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0014135", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0014135.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -244966,8 +243700,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "bnl", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -244996,8 +243729,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:3668", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3668", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -245005,11 +243739,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FGF12", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0014135", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0014135.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -245019,8 +243753,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "bnl", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -245049,8 +243782,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3670", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3670", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -245058,11 +243792,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FGF13", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0014135", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0014135.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -245072,8 +243806,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "bnl", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -245102,8 +243835,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:3671", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3671", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -245111,11 +243845,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FGF14", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0014135", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0014135.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -245125,8 +243859,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "bnl", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -245155,8 +243888,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:3672", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3672", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -245164,11 +243898,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FGF16", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0014135", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0014135.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -245178,8 +243912,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "bnl", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -245208,8 +243941,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:3676", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3676", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -245217,11 +243951,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FGF2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0014135", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0014135.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -245231,8 +243965,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "bnl", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -245261,8 +243994,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:3677", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3677", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -245270,11 +244004,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FGF20", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0014135", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0014135.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -245284,8 +244018,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "bnl", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -245314,8 +244047,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:3679", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3679", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -245323,11 +244057,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FGF22", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0014135", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0014135.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -245337,8 +244071,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "bnl", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -245367,8 +244100,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:3681", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3681", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -245376,11 +244110,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FGF3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0014135", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0014135.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -245390,8 +244124,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "bnl", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -245420,8 +244153,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3682", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3682", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -245429,11 +244163,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FGF4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0014135", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0014135.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -245443,8 +244177,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "bnl", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -245473,8 +244206,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3683", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3683", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -245482,11 +244216,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FGF5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0014135", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0014135.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -245496,8 +244230,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "bnl", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -245526,8 +244259,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3684", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3684", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -245535,11 +244269,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FGF6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0014135", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0014135.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -245549,8 +244283,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "bnl", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -245579,8 +244312,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:3685", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3685", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -245588,11 +244322,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FGF7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0014135", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0014135.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -245602,8 +244336,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "bnl", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -245632,8 +244365,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:3687", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3687", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -245641,11 +244375,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FGF9", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0014135", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0014135.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -245655,8 +244389,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "bnl", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -245685,8 +244418,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3688", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3688", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -245694,11 +244428,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FGFR1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0285896", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0285896.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -245708,8 +244442,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "btl", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -245738,8 +244471,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3688", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3688", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -245747,11 +244481,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FGFR1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010389", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010389.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -245761,8 +244495,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "htl", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -245791,8 +244524,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23098", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23098", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -245800,11 +244534,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FGFR1OP2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031871", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031871.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -245814,8 +244548,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Fgop2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -245844,8 +244577,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23098", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23098", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -245853,11 +244587,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FGFR1OP2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038334", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038334.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -245867,8 +244601,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "h-cup", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -245897,8 +244630,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:3689", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3689", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -245906,11 +244640,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FGFR2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0285896", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0285896.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -245920,8 +244654,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "btl", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -245950,8 +244683,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:3689", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3689", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -245959,11 +244693,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FGFR2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010389", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010389.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -245973,8 +244707,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "htl", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -246003,8 +244736,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3690", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3690", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -246012,11 +244746,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FGFR3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0285896", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0285896.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -246026,8 +244760,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "btl", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -246056,8 +244789,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3690", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3690", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -246065,11 +244799,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FGFR3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010389", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010389.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -246079,8 +244813,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "htl", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -246109,8 +244842,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:3691", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3691", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -246118,11 +244852,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FGFR4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0285896", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0285896.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -246132,8 +244866,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "btl", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -246162,8 +244895,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:3691", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3691", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -246171,11 +244905,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FGFR4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010389", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010389.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -246185,8 +244919,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "htl", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -246215,8 +244948,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3693", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3693", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -246224,11 +244958,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FGFRL1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051431", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051431.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -246238,8 +244972,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG31431", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -246268,8 +245001,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3694", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3694", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -246277,11 +245011,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FGG", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035452", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035452.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -246291,8 +245025,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10359", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -246321,8 +245054,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25610", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25610", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -246330,11 +245064,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FGGY", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035484", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035484.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -246344,8 +245078,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG11594", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -246373,8 +245106,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:3695", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3695", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -246382,11 +245116,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FGL1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0050280", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0050280.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -246396,8 +245130,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG30280", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -246426,8 +245159,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:3695", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3695", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -246435,11 +245169,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FGL1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0050281", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0050281.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -246449,8 +245183,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG30281", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -246479,8 +245212,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3695", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3695", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -246488,11 +245222,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FGL1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051832", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051832.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -246502,8 +245236,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG31832", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -246532,8 +245265,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:3695", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3695", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -246541,11 +245275,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FGL1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034160", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034160.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -246555,8 +245289,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5550", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -246585,8 +245318,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3695", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3695", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -246594,11 +245328,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FGL1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030880", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030880.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -246608,8 +245342,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6788", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -246638,8 +245371,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:3695", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3695", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -246647,11 +245381,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FGL1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031804", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031804.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -246661,8 +245395,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG9500", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -246691,8 +245424,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:3697", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3697", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -246700,11 +245434,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FGR", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0264959", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0264959.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -246714,8 +245448,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Src42A", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -246744,8 +245477,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3697", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3697", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -246753,11 +245487,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FGR", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0262733", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0262733.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -246767,8 +245501,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Src64B", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -246797,8 +245530,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3700", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3700", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -246806,11 +245540,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FH", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0286222", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0286222.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -246820,8 +245554,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Fum1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -246849,8 +245582,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3700", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3700", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -246858,11 +245592,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FH", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029890", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029890.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -246872,8 +245606,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Fum2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -246902,8 +245635,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3700", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3700", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -246911,11 +245645,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FH", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036162", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036162.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -246925,8 +245659,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Fum3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -246955,8 +245688,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3700", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3700", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -246964,11 +245698,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FH", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051874", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051874.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -246978,8 +245712,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Fum4", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -247008,8 +245741,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29363", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29363", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -247017,11 +245751,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FHDC1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0053556", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0053556.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -247031,8 +245765,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "form3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -247056,13 +245789,120 @@ "stringencyFilter": "stringent", "totalMethodCount": 10 }, + { + "best": "Yes", + "bestReverse": "Yes", + "gene": { + "id": "HGNC:34237", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:34237", + "species": { + "commonNames": "['human', 'hsa']", + "dataProviderFullName": "Rat Genome Database", + "dataProviderShortName": "RGD", + "name": "Homo sapiens", + "shortName": "Hsa", + "taxonId": "NCBITaxon:9606" + }, + "symbol": "FHIP1A", + "taxonId": "NCBITaxon:9606" + }, + "homologGene": { + "id": "FB:FBgn0025681", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0025681.html", + "species": { + "commonNames": "['fly', 'fruit fly', 'dme']", + "dataProviderFullName": "FlyBase", + "dataProviderShortName": "FB", + "name": "Drosophila melanogaster", + "shortName": "Dme", + "taxonId": "NCBITaxon:7227" + }, + "symbol": "CG3558", + "taxonId": "NCBITaxon:7227" + }, + "methodCount": 8, + "predictionMethodsMatched": [ + "Ensembl Compara", + "Hieranoid", + "InParanoid", + "OrthoFinder", + "OrthoInspector", + "PANTHER", + "PhylomeDB", + "Roundup" + ], + "predictionMethodsNotCalled": [ + "HGNC", + "ZFIN" + ], + "predictionMethodsNotMatched": [ + "OMA", + "TreeFam" + ], + "stringencyFilter": "stringent", + "totalMethodCount": 10 + }, + { + "best": "Yes", + "bestReverse": "Yes", + "gene": { + "id": "HGNC:25378", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25378", + "species": { + "commonNames": "['human', 'hsa']", + "dataProviderFullName": "Rat Genome Database", + "dataProviderShortName": "RGD", + "name": "Homo sapiens", + "shortName": "Hsa", + "taxonId": "NCBITaxon:9606" + }, + "symbol": "FHIP1B", + "taxonId": "NCBITaxon:9606" + }, + "homologGene": { + "id": "FB:FBgn0025681", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0025681.html", + "species": { + "commonNames": "['fly', 'fruit fly', 'dme']", + "dataProviderFullName": "FlyBase", + "dataProviderShortName": "FB", + "name": "Drosophila melanogaster", + "shortName": "Dme", + "taxonId": "NCBITaxon:7227" + }, + "symbol": "CG3558", + "taxonId": "NCBITaxon:7227" + }, + "methodCount": 8, + "predictionMethodsMatched": [ + "Ensembl Compara", + "Hieranoid", + "InParanoid", + "OrthoFinder", + "OrthoInspector", + "PANTHER", + "PhylomeDB", + "Roundup" + ], + "predictionMethodsNotCalled": [ + "HGNC", + "ZFIN" + ], + "predictionMethodsNotMatched": [ + "OMA", + "TreeFam" + ], + "stringencyFilter": "stringent", + "totalMethodCount": 10 + }, { "best": "Yes", "bestReverse": "Yes", "gene": { "id": "HGNC:3704", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3704", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -247070,11 +245910,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FHL3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0050178", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0050178.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -247084,8 +245924,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG30178", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -247114,8 +245953,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3704", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3704", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -247123,11 +245963,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FHL3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051624", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051624.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -247137,8 +245977,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG31624", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -247167,8 +246006,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3704", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3704", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -247176,11 +246016,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FHL3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051988", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051988.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -247190,8 +246030,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG31988", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -247220,8 +246059,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17371", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17371", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -247229,11 +246069,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FHL5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0050178", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0050178.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -247243,8 +246083,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG30178", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -247273,8 +246112,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17371", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17371", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -247282,11 +246122,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FHL5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051624", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051624.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -247296,8 +246136,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG31624", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -247326,8 +246165,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17371", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17371", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -247335,11 +246175,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FHL5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051988", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051988.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -247349,8 +246189,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG31988", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -247379,8 +246218,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:17905", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17905", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -247388,11 +246228,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FHOD1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0266084", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0266084.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -247402,8 +246242,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Fhos", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -247432,8 +246271,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26178", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26178", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -247441,11 +246281,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FHOD3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0266084", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0266084.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -247455,8 +246295,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Fhos", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -247485,8 +246324,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:25922", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25922", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -247494,11 +246334,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FIBCD1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0050280", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0050280.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -247508,8 +246348,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG30280", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -247538,8 +246377,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:25922", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25922", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -247547,11 +246387,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FIBCD1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033312", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033312.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -247561,8 +246401,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8642", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -247591,8 +246430,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3705", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3705", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -247600,11 +246440,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FIBP", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036911", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036911.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -247614,8 +246454,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Fibp", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -247643,8 +246482,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18416", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18416", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -247652,11 +246492,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FICD", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0263278", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0263278.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -247666,8 +246506,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Fic", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -247695,8 +246534,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16873", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16873", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -247704,11 +246544,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FIG4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031611", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031611.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -247718,8 +246558,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "FIG4", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -247747,8 +246586,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:13285", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13285", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -247756,11 +246596,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FIGN", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031519", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031519.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -247770,8 +246610,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Fign", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -247800,8 +246639,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13286", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13286", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -247809,11 +246649,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FIGNL1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031519", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031519.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -247823,8 +246663,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Fign", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -247853,8 +246692,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:13287", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13287", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -247862,11 +246702,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FIGNL2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031519", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031519.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -247876,8 +246716,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Fign", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -247906,8 +246745,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19124", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19124", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -247915,11 +246755,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FIP1L1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037255", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037255.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -247929,8 +246769,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Fip1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -247959,8 +246798,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21689", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21689", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -247968,11 +246808,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FIS1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039969", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039969.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -247982,8 +246822,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Fis1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -248011,8 +246850,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:33714", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:33714", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -248020,11 +246860,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FITM1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035586", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035586.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -248034,8 +246874,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Fitm", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -248064,8 +246903,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16135", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16135", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -248073,11 +246913,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FITM2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035586", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035586.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -248087,8 +246927,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Fitm", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -248117,8 +246956,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25917", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25917", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -248126,11 +246966,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FIZ1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051224", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051224.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -248140,8 +246980,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG31224", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -248170,8 +247009,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17166", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17166", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -248179,11 +247019,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FJX1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000658", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000658.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -248193,8 +247033,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "fj", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -248223,8 +247062,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18625", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18625", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -248232,11 +247072,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FKBP14", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010470", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010470.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -248246,8 +247086,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Fkbp14", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -248276,8 +247115,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23397", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23397", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -248285,11 +247125,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FKBP15", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029874", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029874.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -248299,8 +247139,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG3342", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -248329,8 +247168,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3711", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3711", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -248338,11 +247178,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FKBP1A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0013954", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0013954.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -248352,8 +247192,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Fkbp12", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -248381,8 +247220,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3712", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3712", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -248390,11 +247230,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FKBP1B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0013954", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0013954.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -248404,8 +247244,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Fkbp12", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -248433,8 +247272,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:21376", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21376", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -248442,11 +247282,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FKBP1C", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0013954", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0013954.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -248456,8 +247296,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Fkbp12", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -248486,8 +247325,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3718", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3718", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -248495,11 +247335,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FKBP2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037930", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037930.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -248509,8 +247349,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG14715", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -248538,8 +247377,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3720", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3720", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -248547,11 +247387,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FKBP4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029174", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029174.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -248561,8 +247401,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Fkbp59", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -248591,8 +247430,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3721", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3721", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -248600,11 +247440,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FKBP5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029174", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029174.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -248614,8 +247454,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Fkbp59", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -248644,8 +247483,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3722", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3722", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -248653,11 +247493,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FKBP6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003401", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003401.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -248667,8 +247507,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "shu", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -248697,8 +247536,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3723", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3723", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -248706,11 +247546,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FKBP7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010470", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010470.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -248720,8 +247560,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Fkbp14", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -248750,8 +247589,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3724", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3724", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -248759,11 +247599,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FKBP8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034368", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034368.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -248773,8 +247613,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "zda", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -248803,8 +247642,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17997", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17997", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -248812,11 +247652,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FKRP", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034567", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034567.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -248826,8 +247666,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG15651", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -248855,8 +247694,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24671", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24671", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -248864,11 +247704,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FLAD1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032522", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032522.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -248878,8 +247718,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG16848", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -248908,8 +247747,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24671", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24671", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -248917,11 +247757,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FLAD1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030431", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030431.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -248931,8 +247771,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG4407", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -248961,8 +247800,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:27310", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:27310", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -248970,11 +247810,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FLCN", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261111", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261111.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -248984,8 +247824,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "BHD", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -249014,8 +247853,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3749", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3749", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -249023,11 +247863,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FLI1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0005660", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0005660.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -249037,8 +247877,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ets21C", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -249067,8 +247906,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3749", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3749", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -249076,11 +247916,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FLI1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0005658", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0005658.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -249090,8 +247930,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ets65A", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -249120,8 +247959,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3750", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3750", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -249129,11 +247969,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FLII", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000709", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000709.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -249143,8 +247983,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "fliI", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -249172,8 +248011,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:3754", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3754", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -249181,11 +248021,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FLNA", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0014141", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0014141.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -249195,8 +248035,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "cher", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -249225,8 +248064,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3755", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3755", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -249234,11 +248074,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FLNB", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0014141", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0014141.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -249248,8 +248088,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "cher", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -249278,8 +248117,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3756", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3756", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -249287,11 +248127,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FLNC", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0014141", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0014141.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -249301,8 +248141,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "cher", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -249331,8 +248170,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3757", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3757", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -249340,11 +248180,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FLOT1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0024754", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0024754.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -249354,8 +248194,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Flo1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -249383,8 +248222,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3758", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3758", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -249392,11 +248232,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FLOT2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0264078", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0264078.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -249406,8 +248246,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Flo2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -249435,8 +248274,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3763", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3763", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -249444,11 +248284,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FLT1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032006", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032006.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -249458,8 +248298,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pvr", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -249488,8 +248327,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3765", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3765", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -249497,11 +248337,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FLT3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031518", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031518.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -249511,8 +248351,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG3277", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -249541,8 +248380,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:3765", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3765", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -249550,11 +248390,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FLT3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032006", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032006.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -249564,8 +248404,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pvr", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -249594,8 +248433,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:3767", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3767", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -249603,11 +248443,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FLT4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032006", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032006.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -249617,8 +248457,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pvr", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -249647,8 +248486,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:24682", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24682", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -249656,11 +248496,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FLVCR1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033196", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033196.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -249670,8 +248510,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG1358", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -249700,8 +248539,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20105", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20105", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -249709,11 +248549,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FLVCR2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033196", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033196.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -249723,8 +248563,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG1358", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -249752,8 +248591,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25404", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25404", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -249761,11 +248601,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FLYWCH1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0267651", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0267651.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -249775,8 +248615,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "pre-mod(mdg4)-O", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -249805,8 +248644,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:26946", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26946", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -249814,11 +248654,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FMC1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0083953", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0083953.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -249828,8 +248668,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG34117", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -249858,8 +248697,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:44671", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:44671", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -249867,11 +248707,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FMC1-LUC7L2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0083953", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0083953.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -249881,8 +248721,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG34117", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -249911,8 +248750,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:3768", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3768", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -249920,11 +248760,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FMN1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000256", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000256.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -249934,8 +248774,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "capu", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -249964,8 +248803,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14074", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14074", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -249973,11 +248813,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FMN2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000256", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000256.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -249987,8 +248827,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "capu", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -250017,8 +248856,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:1212", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1212", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -250026,11 +248866,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FMNL1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0267795", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0267795.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -250040,8 +248880,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Frl", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -250070,8 +248909,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:18267", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18267", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -250079,11 +248919,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FMNL2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0267795", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0267795.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -250093,8 +248933,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Frl", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -250123,8 +248962,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23698", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23698", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -250132,11 +248972,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FMNL3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0267795", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0267795.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -250146,8 +248986,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Frl", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -250175,8 +249014,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:3769", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3769", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -250184,11 +249024,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FMO1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034943", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034943.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -250198,8 +249038,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Fmo-1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -250228,8 +249067,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:3769", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3769", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -250237,11 +249077,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FMO1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033079", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033079.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -250251,8 +249091,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Fmo-2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -250281,8 +249120,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:3770", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3770", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -250290,11 +249130,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FMO2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034943", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034943.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -250304,8 +249144,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Fmo-1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -250334,8 +249173,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:3770", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3770", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -250343,11 +249183,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FMO2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033079", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033079.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -250357,8 +249197,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Fmo-2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -250387,8 +249226,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:3771", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3771", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -250396,11 +249236,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FMO3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034943", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034943.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -250410,8 +249250,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Fmo-1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -250440,8 +249279,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:3771", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3771", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -250449,11 +249289,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FMO3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033079", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033079.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -250463,8 +249303,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Fmo-2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -250493,8 +249332,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:3772", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3772", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -250502,11 +249342,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FMO4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034943", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034943.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -250516,8 +249356,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Fmo-1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -250546,8 +249385,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:3772", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3772", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -250555,11 +249395,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FMO4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033079", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033079.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -250569,8 +249409,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Fmo-2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -250599,8 +249438,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3773", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3773", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -250608,11 +249448,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FMO5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034943", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034943.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -250622,8 +249462,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Fmo-1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -250652,8 +249491,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3773", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3773", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -250661,11 +249501,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FMO5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033079", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033079.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -250675,8 +249515,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Fmo-2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -250705,8 +249544,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3774", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3774", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -250714,11 +249554,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FMOD", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028872", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028872.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -250728,8 +249568,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG18095", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -250758,8 +249597,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:3775", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3775", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -250767,11 +249607,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FMR1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028734", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028734.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -250781,8 +249621,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Fmr1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -250811,8 +249650,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17069", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17069", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -250820,11 +249660,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FNBP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035533", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035533.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -250834,8 +249674,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cip4", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -250863,8 +249702,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20851", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20851", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -250872,11 +249712,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FNBP1L", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035533", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035533.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -250886,8 +249726,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cip4", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -250915,8 +249754,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20296", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20296", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -250924,11 +249764,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FNDC3A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0259735", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0259735.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -250938,8 +249778,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mtgo", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -250968,8 +249807,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:24670", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24670", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -250977,11 +249817,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FNDC3B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0259735", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0259735.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -250991,8 +249831,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mtgo", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -251021,8 +249860,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29418", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29418", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -251030,11 +249870,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FNIP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036684", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036684.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -251044,8 +249884,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG3764", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -251074,8 +249913,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29280", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29280", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -251083,11 +249923,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FNIP2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036684", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036684.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -251097,8 +249937,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG3764", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -251127,8 +249966,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3782", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3782", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -251136,11 +249976,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FNTA", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031633", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031633.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -251150,8 +249990,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Fnta", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -251180,8 +250019,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23377", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23377", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -251189,11 +250029,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FOCAD", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034859", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034859.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -251203,8 +250043,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG3520", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -251233,8 +250072,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3796", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3796", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -251242,11 +250082,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FOS", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0001297", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0001297.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -251256,8 +250096,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "kay", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -251286,8 +250125,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:3797", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3797", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -251295,11 +250135,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FOSB", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0001297", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0001297.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -251309,8 +250149,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "kay", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -251339,8 +250178,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13718", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13718", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -251348,11 +250188,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FOSL1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0001297", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0001297.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -251362,8 +250202,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "kay", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -251392,8 +250231,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3798", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3798", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -251401,11 +250241,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FOSL2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0001297", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0001297.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -251415,8 +250255,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "kay", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -251445,8 +250284,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:5021", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:5021", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -251454,11 +250294,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FOXA1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000659", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000659.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -251468,8 +250308,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "fkh", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -251498,8 +250337,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:5022", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:5022", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -251507,11 +250347,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FOXA2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000659", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000659.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -251521,8 +250361,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "fkh", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -251551,8 +250390,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:5023", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:5023", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -251560,11 +250400,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FOXA3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000659", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000659.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -251574,8 +250414,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "fkh", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -251604,8 +250443,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3799", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3799", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -251613,11 +250453,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FOXB1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004898", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004898.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -251627,8 +250467,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "fd96Cb", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -251657,8 +250496,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23315", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23315", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -251666,11 +250506,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FOXB2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004897", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004897.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -251680,8 +250520,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "fd96Ca", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -251710,8 +250549,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:3800", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3800", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -251719,11 +250559,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FOXC1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0014143", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0014143.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -251733,8 +250573,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "croc", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -251763,8 +250602,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3801", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3801", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -251772,11 +250612,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FOXC2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0014143", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0014143.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -251786,8 +250626,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "croc", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -251816,8 +250655,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:3802", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3802", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -251825,11 +250665,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FOXD1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004896", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004896.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -251839,8 +250679,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "fd59A", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -251869,8 +250708,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:3803", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3803", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -251878,11 +250718,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FOXD2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004896", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004896.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -251892,8 +250732,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "fd59A", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -251922,8 +250761,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3804", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3804", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -251931,11 +250771,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FOXD3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004896", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004896.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -251945,8 +250785,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "fd59A", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -251975,8 +250814,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3805", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3805", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -251984,11 +250824,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FOXD4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004896", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004896.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -251998,8 +250838,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "fd59A", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -252028,8 +250867,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:18521", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18521", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -252037,11 +250877,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FOXD4L1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004896", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004896.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -252051,8 +250891,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "fd59A", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -252081,8 +250920,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18523", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18523", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -252090,11 +250930,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FOXD4L3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004896", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004896.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -252104,8 +250944,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "fd59A", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -252134,8 +250973,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:23762", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23762", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -252143,11 +250983,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FOXD4L4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004896", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004896.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -252157,8 +250997,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "fd59A", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -252187,8 +251026,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:18522", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18522", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -252196,11 +251036,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FOXD4L5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004896", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004896.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -252210,8 +251050,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "fd59A", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -252240,8 +251079,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:31986", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:31986", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -252249,11 +251089,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FOXD4L6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004896", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004896.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -252263,8 +251103,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "fd59A", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -252293,8 +251132,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3809", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3809", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -252302,11 +251142,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FOXF1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0045759", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0045759.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -252316,8 +251156,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "bin", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -252346,8 +251185,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:3810", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3810", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -252355,11 +251195,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FOXF2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0045759", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0045759.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -252369,8 +251209,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "bin", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -252399,8 +251238,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3811", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3811", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -252408,11 +251248,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FOXG1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003430", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003430.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -252422,8 +251262,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "slp1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -252452,8 +251291,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3811", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3811", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -252461,11 +251301,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FOXG1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004567", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004567.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -252475,8 +251315,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "slp2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -252505,8 +251344,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:32448", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:32448", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -252514,11 +251354,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FOXI2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0045759", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0045759.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -252528,8 +251368,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "bin", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -252558,8 +251397,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3816", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3816", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -252567,11 +251407,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FOXJ1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052006", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052006.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -252581,8 +251421,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG32006", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -252611,8 +251450,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3816", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3816", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -252620,11 +251460,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FOXJ1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039937", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039937.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -252634,8 +251474,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "fd102C", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -252664,8 +251503,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24818", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24818", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -252673,11 +251513,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FOXJ2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031086", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031086.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -252687,8 +251527,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "fd19B", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -252717,8 +251556,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23480", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23480", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -252726,11 +251566,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FOXK1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036134", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036134.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -252740,8 +251580,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "FoxK", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -252770,8 +251609,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6036", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6036", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -252779,11 +251619,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FOXK2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036134", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036134.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -252793,8 +251633,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "FoxK", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -252823,8 +251662,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3817", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3817", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -252832,11 +251672,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FOXL1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004895", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004895.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -252846,8 +251686,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "FoxL1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -252876,8 +251715,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12765", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12765", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -252885,11 +251725,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FOXN1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015396", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015396.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -252899,8 +251739,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "jumu", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -252929,8 +251768,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:5281", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:5281", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -252938,11 +251778,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FOXN2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029504", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029504.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -252952,8 +251792,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CHES-1-like", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -252982,8 +251821,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1928", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1928", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -252991,11 +251831,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FOXN3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029504", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029504.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -253005,8 +251845,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CHES-1-like", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -253035,8 +251874,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21399", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21399", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -253044,11 +251884,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FOXN4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015396", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015396.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -253058,8 +251898,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "jumu", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -253088,8 +251927,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3819", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3819", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -253097,11 +251937,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FOXO1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038197", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038197.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -253111,8 +251951,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "foxo", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -253141,8 +251980,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3821", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3821", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -253150,11 +251990,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FOXO3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038197", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038197.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -253164,8 +252004,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "foxo", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -253194,8 +252033,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7139", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7139", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -253203,11 +252043,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FOXO4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038197", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038197.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -253217,8 +252057,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "foxo", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -253247,8 +252086,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:24814", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24814", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -253256,11 +252096,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FOXO6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038197", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038197.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -253270,8 +252110,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "foxo", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -253300,8 +252139,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3823", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3823", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -253309,11 +252149,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FOXP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0262477", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0262477.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -253323,8 +252163,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "FoxP", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -253353,8 +252192,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:13875", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13875", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -253362,11 +252202,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FOXP2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0262477", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0262477.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -253376,8 +252216,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "FoxP", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -253406,8 +252245,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:6106", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6106", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -253415,11 +252255,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FOXP3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0262477", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0262477.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -253429,8 +252269,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "FoxP", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -253459,8 +252298,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:20842", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20842", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -253468,11 +252308,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FOXP4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0262477", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0262477.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -253482,8 +252322,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "FoxP", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -253512,8 +252351,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20951", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20951", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -253521,11 +252361,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FOXQ1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052006", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052006.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -253535,8 +252375,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG32006", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -253565,8 +252404,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26927", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26927", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -253574,11 +252414,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FOXRED1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033093", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033093.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -253588,8 +252428,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG3270", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -253618,8 +252457,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26927", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26927", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -253627,11 +252467,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FOXRED1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0002021", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0002021.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -253641,8 +252481,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "l(2)37Bb", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -253671,8 +252510,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3735", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3735", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -253680,11 +252520,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FOXS1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052006", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052006.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -253694,8 +252534,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG32006", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -253724,8 +252563,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3824", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3824", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -253733,11 +252573,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FPGS", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051773", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051773.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -253747,8 +252587,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG31773", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -253777,8 +252616,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3824", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3824", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -253786,11 +252626,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FPGS", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030407", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030407.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -253800,8 +252640,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Fpgs", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -253830,8 +252669,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1162", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1162", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -253839,11 +252679,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FRA10AC1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028932", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028932.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -253853,8 +252693,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG16890", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -253882,8 +252721,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3954", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3954", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -253891,11 +252731,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FRG1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036964", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036964.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -253905,8 +252745,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "FRG1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -253934,8 +252773,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3955", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3955", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -253943,11 +252783,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FRK", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0264959", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0264959.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -253957,8 +252797,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Src42A", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -253987,8 +252826,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21240", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21240", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -253996,11 +252836,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FRMD1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004583", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004583.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -254010,8 +252850,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ex", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -254040,8 +252879,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24125", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24125", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -254049,11 +252889,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FRMD3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032225", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032225.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -254063,8 +252903,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5022", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -254093,8 +252932,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28214", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28214", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -254102,11 +252942,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FRMD5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032225", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032225.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -254116,8 +252956,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5022", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -254146,8 +252985,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:19839", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19839", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -254155,11 +252995,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FRMD6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004583", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004583.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -254169,8 +253009,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ex", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -254199,8 +253038,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25462", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25462", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -254208,11 +253048,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FRMD8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039282", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039282.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -254222,8 +253062,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Bili", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -254252,8 +253091,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:24690", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24690", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -254261,11 +253101,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FRMD8P1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039282", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039282.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -254275,8 +253115,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Bili", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -254305,8 +253144,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:29159", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29159", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -254314,11 +253154,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FRMPD1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261859", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261859.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -254328,8 +253168,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG42788", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -254358,8 +253197,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:29382", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29382", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -254367,11 +253207,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FRMPD3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261859", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261859.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -254381,8 +253221,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG42788", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -254411,8 +253250,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29007", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29007", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -254420,11 +253260,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FRMPD4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261859", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261859.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -254434,8 +253274,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG42788", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -254464,8 +253303,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:27622", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:27622", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -254473,11 +253313,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FRRS1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039648", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039648.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -254487,8 +253327,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG14515", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -254517,8 +253356,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:27622", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:27622", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -254526,11 +253366,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FRRS1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034067", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034067.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -254540,8 +253380,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8399", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -254570,8 +253409,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:27622", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:27622", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -254579,11 +253419,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FRRS1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261534", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261534.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -254593,8 +253433,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "l(2)34Fc", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -254623,8 +253462,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:1362", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1362", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -254632,11 +253472,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FRRS1L", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034067", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034067.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -254646,8 +253486,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8399", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -254676,8 +253515,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16971", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16971", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -254685,11 +253525,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FRS2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032042", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032042.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -254699,8 +253539,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG13398", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -254729,8 +253568,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16970", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16970", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -254738,11 +253578,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FRS3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032042", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032042.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -254752,8 +253592,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG13398", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -254782,8 +253621,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20367", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20367", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -254791,11 +253631,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FRY", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0016081", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0016081.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -254805,8 +253645,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "fry", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -254834,8 +253673,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29127", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29127", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -254843,11 +253683,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FRYL", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0016081", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0016081.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -254857,8 +253697,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "fry", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -254886,8 +253725,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3959", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3959", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -254895,11 +253735,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FRZB", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027343", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027343.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -254909,8 +253749,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "fz3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -254939,8 +253778,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11148", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11148", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -254948,11 +253788,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FSCN1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003447", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003447.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -254962,8 +253802,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "sn", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -254991,8 +253830,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3960", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3960", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -255000,11 +253840,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FSCN2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003447", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003447.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -255014,8 +253854,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "sn", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -255043,8 +253882,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:3964", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3964", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -255052,11 +253892,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FSHB", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0063368", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0063368.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -255066,8 +253906,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Gpb5", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -255096,8 +253935,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3969", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3969", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -255105,11 +253945,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FSHR", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0016650", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0016650.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -255119,8 +253959,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Lgr1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -255149,8 +253988,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21675", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21675", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -255158,11 +253998,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FSIP2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031240", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031240.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -255172,8 +254012,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG3345", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -255202,8 +254041,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3971", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3971", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -255211,11 +254051,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FST", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052354", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052354.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -255225,8 +254065,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG32354", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -255255,8 +254094,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3971", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3971", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -255264,11 +254104,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FST", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0259878", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0259878.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -255278,8 +254118,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Fs", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -255308,8 +254147,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:3973", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3973", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -255317,11 +254157,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FSTL3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0259878", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0259878.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -255331,8 +254171,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Fs", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -255361,8 +254200,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:3976", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3976", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -255370,11 +254210,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FTH1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030449", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030449.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -255384,8 +254224,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Fer3HCH", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -255414,8 +254253,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:33525", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:33525", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -255423,11 +254263,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FTH1P19", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030449", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030449.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -255437,8 +254277,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Fer3HCH", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -255467,8 +254306,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:3987", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3987", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -255476,11 +254316,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FTHL17", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030449", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030449.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -255490,8 +254330,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Fer3HCH", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -255520,8 +254359,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:3999", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3999", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -255529,11 +254369,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FTL", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030449", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030449.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -255543,8 +254383,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Fer3HCH", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -255573,8 +254412,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17345", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17345", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -255582,11 +254422,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FTMT", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030449", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030449.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -255596,8 +254436,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Fer3HCH", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -255626,8 +254465,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13254", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13254", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -255635,11 +254475,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FTSJ1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038471", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038471.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -255649,8 +254489,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Trm7-32", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -255679,8 +254518,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13254", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13254", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -255688,11 +254528,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FTSJ1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038861", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038861.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -255702,8 +254542,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Trm7-34", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -255732,8 +254571,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17136", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17136", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -255741,11 +254581,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FTSJ3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030720", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030720.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -255755,8 +254595,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8939", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -255785,8 +254624,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4004", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4004", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -255794,11 +254634,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FUBP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0014870", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0014870.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -255808,8 +254648,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Psi", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -255838,8 +254677,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4005", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4005", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -255847,11 +254687,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FUBP3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0014870", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0014870.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -255861,8 +254701,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Psi", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -255891,8 +254730,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:4006", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4006", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -255900,11 +254740,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FUCA1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0285958", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0285958.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -255914,8 +254754,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Fuca", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -255944,8 +254783,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4008", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4008", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -255953,11 +254793,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FUCA2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0285958", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0285958.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -255967,8 +254807,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Fuca", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -255997,8 +254836,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28746", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28746", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -256006,11 +254846,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FUNDC1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031729", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031729.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -256020,8 +254860,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG12511", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -256050,8 +254889,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28746", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28746", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -256059,11 +254899,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FUNDC1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032200", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032200.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -256073,8 +254913,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5676", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -256103,8 +254942,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24925", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24925", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -256112,11 +254952,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FUNDC2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031729", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031729.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -256126,8 +254966,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG12511", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -256156,8 +254995,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24925", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24925", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -256165,11 +255005,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FUNDC2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032200", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032200.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -256179,8 +255019,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5676", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -256209,8 +255048,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8568", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8568", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -256218,11 +255058,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FURIN", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004509", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004509.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -256232,8 +255072,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Fur1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -256262,8 +255101,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:4010", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4010", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -256271,11 +255111,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FUS", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0285954", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0285954.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -256285,8 +255125,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "caz", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -256315,8 +255154,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4010", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4010", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -256324,11 +255164,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FUS", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037939", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037939.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -256338,8 +255178,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG14718", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -256368,8 +255207,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19234", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19234", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -256377,11 +255217,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FUT10", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032117", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032117.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -256391,8 +255231,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "FucTB", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -256420,8 +255259,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:19233", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19233", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -256429,11 +255269,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FUT11", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032117", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032117.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -256443,8 +255283,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "FucTB", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -256473,8 +255312,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4014", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4014", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -256482,11 +255322,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FUT3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036485", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036485.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -256496,8 +255336,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "FucTA", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -256525,8 +255364,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4014", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4014", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -256534,11 +255374,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FUT3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0044872", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0044872.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -256548,8 +255388,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "FucTC", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -256578,8 +255417,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4014", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4014", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -256587,11 +255427,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FUT3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035217", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035217.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -256601,8 +255441,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "FucTD", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -256631,8 +255470,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4015", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4015", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -256640,11 +255480,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FUT4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036485", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036485.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -256654,8 +255494,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "FucTA", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -256683,8 +255522,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4015", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4015", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -256692,11 +255532,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FUT4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0044872", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0044872.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -256706,8 +255546,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "FucTC", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -256736,8 +255575,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4015", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4015", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -256745,11 +255585,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FUT4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035217", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035217.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -256759,8 +255599,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "FucTD", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -256789,8 +255628,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4016", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4016", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -256798,11 +255638,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FUT5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036485", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036485.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -256812,8 +255652,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "FucTA", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -256841,8 +255680,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4016", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4016", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -256850,11 +255690,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FUT5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0044872", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0044872.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -256864,8 +255704,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "FucTC", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -256894,8 +255733,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4016", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4016", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -256903,11 +255743,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FUT5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035217", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035217.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -256917,8 +255757,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "FucTD", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -256947,8 +255786,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:4017", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4017", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -256956,11 +255796,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FUT6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036485", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036485.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -256970,8 +255810,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "FucTA", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -257000,8 +255839,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4017", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4017", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -257009,11 +255849,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FUT6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035217", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035217.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -257023,8 +255863,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "FucTD", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -257053,8 +255892,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4018", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4018", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -257062,11 +255902,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FUT7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036485", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036485.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -257076,8 +255916,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "FucTA", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -257105,8 +255944,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4018", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4018", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -257114,11 +255954,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FUT7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0044872", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0044872.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -257128,8 +255968,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "FucTC", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -257158,8 +255997,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4018", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4018", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -257167,11 +256007,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FUT7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035217", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035217.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -257181,8 +256021,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "FucTD", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -257211,8 +256050,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4019", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4019", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -257220,11 +256060,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FUT8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030327", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030327.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -257234,8 +256074,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "FucT6", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -257263,8 +256102,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4020", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4020", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -257272,11 +256112,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FUT9", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036485", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036485.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -257286,8 +256126,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "FucTA", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -257315,8 +256154,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4020", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4020", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -257324,11 +256164,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FUT9", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0044872", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0044872.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -257338,8 +256178,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "FucTC", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -257368,8 +256207,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4020", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4020", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -257377,11 +256217,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FUT9", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035217", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035217.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -257391,8 +256231,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "FucTD", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -257421,8 +256260,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26219", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26219", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -257430,11 +256270,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FUZ", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0001084", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0001084.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -257444,8 +256284,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "fy", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -257473,8 +256312,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3951", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3951", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -257482,11 +256322,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FXN", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030092", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030092.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -257496,8 +256336,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "fh", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -257526,8 +256365,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4023", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4023", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -257535,11 +256375,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FXR1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028734", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028734.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -257549,8 +256389,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Fmr1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -257578,8 +256417,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:4024", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4024", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -257587,11 +256427,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FXR2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028734", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028734.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -257601,8 +256441,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Fmr1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -257631,8 +256470,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:4037", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4037", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -257640,11 +256480,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FYN", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0264959", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0264959.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -257654,8 +256494,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Src42A", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -257684,8 +256523,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4037", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4037", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -257693,11 +256533,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FYN", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0262733", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0262733.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -257707,8 +256547,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Src64B", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -257737,8 +256576,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4038", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4038", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -257746,11 +256586,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FZD1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0001085", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0001085.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -257760,8 +256600,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "fz", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -257789,8 +256628,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4039", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4039", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -257798,11 +256638,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FZD10", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027343", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027343.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -257812,8 +256652,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "fz3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -257842,8 +256681,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:4040", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4040", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -257851,11 +256691,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FZD2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0001085", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0001085.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -257865,8 +256705,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "fz", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -257895,8 +256734,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:4041", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4041", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -257904,11 +256744,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FZD3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0001085", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0001085.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -257918,8 +256758,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "fz", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -257948,8 +256787,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4042", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4042", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -257957,11 +256797,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FZD4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027342", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027342.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -257971,8 +256811,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "fz4", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -258001,8 +256840,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4043", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4043", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -258010,11 +256850,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FZD5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0016797", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0016797.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -258024,8 +256864,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "fz2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -258053,8 +256892,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:4044", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4044", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -258062,11 +256902,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FZD6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0001085", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0001085.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -258076,8 +256916,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "fz", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -258106,8 +256945,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4045", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4045", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -258115,11 +256955,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FZD7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0001085", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0001085.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -258129,8 +256969,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "fz", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -258158,8 +256997,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:4046", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4046", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -258167,11 +257007,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FZD8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0016797", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0016797.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -258181,8 +257021,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "fz2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -258211,8 +257050,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4047", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4047", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -258220,11 +257060,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FZD9", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027343", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027343.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -258234,8 +257074,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "fz3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -258264,8 +257103,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24824", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24824", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -258273,11 +257113,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FZR1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0262699", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0262699.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -258287,8 +257127,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "fzr", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -258316,8 +257155,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24824", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24824", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -258325,11 +257165,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "FZR1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034937", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034937.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -258339,8 +257179,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "fzr2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -258369,8 +257208,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:20338", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20338", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -258378,11 +257218,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "G2E3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031091", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031091.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -258392,8 +257232,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Phf7", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -258422,8 +257261,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20338", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20338", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -258431,11 +257271,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "G2E3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0005683", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0005683.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -258445,8 +257285,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "pie", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -258475,8 +257314,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30292", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30292", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -258484,11 +257324,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "G3BP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015778", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015778.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -258498,8 +257338,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "rin", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -258528,8 +257367,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:30291", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30291", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -258537,11 +257377,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "G3BP2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015778", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015778.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -258551,8 +257391,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "rin", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -258581,20 +257420,21 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4056", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4056", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "G6PC", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "G6PC1", + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031463", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031463.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -258604,8 +257444,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "G6P", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -258633,8 +257472,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:28906", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28906", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -258642,11 +257482,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "G6PC2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031463", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031463.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -258656,8 +257496,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "G6P", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -258686,8 +257525,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:24861", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24861", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -258695,11 +257535,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "G6PC3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031463", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031463.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -258709,8 +257549,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "G6P", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -258739,8 +257578,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4057", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4057", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -258748,11 +257588,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "G6PD", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037147", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037147.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -258762,8 +257602,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7140", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -258792,8 +257631,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4057", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4057", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -258801,11 +257641,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "G6PD", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004057", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004057.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -258815,8 +257655,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Zw", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -258844,8 +257683,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4066", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4066", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -258853,11 +257693,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GAB1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0016794", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0016794.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -258867,8 +257707,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "dos", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -258897,8 +257736,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14458", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14458", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -258906,11 +257746,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GAB2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0016794", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0016794.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -258920,8 +257760,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "dos", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -258950,8 +257789,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:17515", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17515", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -258959,11 +257799,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GAB3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0016794", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0016794.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -258973,8 +257813,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "dos", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -259003,8 +257842,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18325", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18325", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -259012,11 +257852,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GAB4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0016794", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0016794.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -259026,8 +257866,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "dos", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -259056,8 +257895,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4067", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4067", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -259065,11 +257905,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GABARAP", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052672", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052672.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -259079,8 +257919,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Atg8a", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -259108,8 +257947,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4067", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4067", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -259117,11 +257957,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GABARAP", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038539", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038539.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -259131,8 +257971,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Atg8b", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -259161,8 +258000,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:4068", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4068", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -259170,11 +258010,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GABARAPL1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052672", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052672.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -259184,8 +258024,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Atg8a", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -259214,8 +258053,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4070", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4070", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -259223,11 +258063,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GABBR1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0260446", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0260446.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -259237,8 +258077,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "GABA-B-R1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -259267,8 +258106,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4507", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4507", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -259276,11 +258116,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GABBR2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027575", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027575.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -259290,8 +258130,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "GABA-B-R2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -259320,8 +258159,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4071", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4071", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -259329,11 +258169,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GABPA", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004510", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004510.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -259343,8 +258183,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ets97D", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -259373,8 +258212,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:4074", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4074", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -259382,11 +258222,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GABPB1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052343", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052343.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -259396,8 +258236,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Atac3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -259426,8 +258265,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28441", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28441", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -259435,11 +258275,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GABPB2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052343", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052343.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -259449,8 +258289,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Atac3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -259479,8 +258318,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4075", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4075", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -259488,11 +258328,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GABRA1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030707", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030707.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -259502,8 +258342,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8916", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -259532,8 +258371,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4075", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4075", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -259541,11 +258381,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GABRA1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0001134", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0001134.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -259555,8 +258395,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Grd", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -259585,8 +258424,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4076", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4076", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -259594,11 +258434,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GABRA2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030707", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030707.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -259608,8 +258448,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8916", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -259638,8 +258477,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4076", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4076", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -259647,11 +258487,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GABRA2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0001134", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0001134.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -259661,8 +258501,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Grd", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -259691,8 +258530,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:4077", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4077", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -259700,11 +258540,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GABRA3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030707", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030707.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -259714,8 +258554,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8916", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -259744,8 +258583,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4077", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4077", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -259753,11 +258593,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GABRA3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0001134", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0001134.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -259767,8 +258607,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Grd", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -259797,8 +258636,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:4078", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4078", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -259806,11 +258646,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GABRA4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030707", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030707.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -259820,8 +258660,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8916", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -259850,8 +258689,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:4079", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4079", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -259859,11 +258699,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GABRA5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030707", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030707.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -259873,8 +258713,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8916", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -259903,8 +258742,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4079", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4079", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -259912,11 +258752,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GABRA5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0001134", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0001134.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -259926,8 +258766,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Grd", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -259956,8 +258795,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4080", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4080", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -259965,11 +258805,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GABRA6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030707", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030707.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -259979,8 +258819,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8916", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -260009,8 +258848,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4080", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4080", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -260018,11 +258858,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GABRA6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0001134", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0001134.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -260032,8 +258872,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Grd", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -260062,8 +258901,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4081", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4081", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -260071,11 +258911,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GABRB1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010240", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010240.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -260085,8 +258925,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Lcch3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -260114,8 +258953,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:4082", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4082", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -260123,11 +258963,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GABRB2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010240", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010240.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -260137,8 +258977,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Lcch3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -260167,8 +259006,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:4083", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4083", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -260176,11 +259016,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GABRB3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010240", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010240.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -260190,8 +259030,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Lcch3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -260220,8 +259059,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4084", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4084", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -260229,11 +259069,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GABRD", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0264908", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0264908.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -260243,8 +259083,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "pHCl-1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -260273,8 +259112,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:4085", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4085", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -260282,11 +259122,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GABRE", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030707", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030707.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -260296,8 +259136,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8916", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -260326,8 +259165,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:4085", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4085", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -260335,11 +259175,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GABRE", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0001134", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0001134.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -260349,8 +259189,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Grd", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -260379,8 +259218,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:4086", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4086", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -260388,11 +259228,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GABRG1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030707", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030707.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -260402,8 +259242,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8916", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -260432,8 +259271,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:4087", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4087", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -260441,11 +259281,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GABRG2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030707", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030707.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -260455,8 +259295,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8916", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -260485,8 +259324,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:4088", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4088", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -260494,11 +259334,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GABRG3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030707", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030707.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -260508,8 +259348,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8916", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -260538,8 +259377,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:4089", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4089", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -260547,11 +259387,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GABRP", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030707", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030707.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -260561,8 +259401,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8916", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -260591,8 +259430,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:14454", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14454", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -260600,11 +259440,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GABRQ", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010240", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010240.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -260614,8 +259454,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Lcch3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -260644,8 +259483,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4090", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4090", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -260653,11 +259493,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GABRR1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0264908", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0264908.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -260667,8 +259507,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "pHCl-1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -260697,8 +259536,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4090", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4090", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -260706,11 +259546,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GABRR1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004244", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004244.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -260720,8 +259560,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rdl", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -260750,8 +259589,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4091", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4091", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -260759,11 +259599,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GABRR2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0264908", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0264908.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -260773,8 +259613,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "pHCl-1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -260803,8 +259642,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4091", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4091", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -260812,11 +259652,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GABRR2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004244", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004244.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -260826,8 +259666,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rdl", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -260856,8 +259695,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17969", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17969", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -260865,11 +259705,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GABRR3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0264908", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0264908.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -260879,8 +259719,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "pHCl-1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -260909,8 +259748,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4092", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4092", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -260918,11 +259758,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GAD1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004516", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004516.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -260932,8 +259772,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Gad1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -260961,8 +259800,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:4093", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4093", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -260970,11 +259810,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GAD2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004516", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004516.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -260984,8 +259824,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Gad1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -261014,8 +259853,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:4095", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4095", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -261023,11 +259863,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GADD45A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033153", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033153.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -261037,8 +259877,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Gadd45", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -261067,8 +259906,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:4096", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4096", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -261076,11 +259916,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GADD45B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033153", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033153.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -261090,8 +259930,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Gadd45", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -261120,8 +259959,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4097", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4097", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -261129,11 +259969,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GADD45G", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033153", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033153.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -261143,8 +259983,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Gadd45", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -261173,8 +260012,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29996", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29996", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -261182,11 +260022,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GADD45GIP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037102", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037102.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -261196,8 +260036,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CRIF", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -261226,8 +260065,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:27949", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:27949", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -261235,11 +260075,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GADL1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000153", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000153.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -261249,8 +260089,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "b", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -261279,8 +260118,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:27949", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:27949", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -261288,11 +260128,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GADL1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036975", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036975.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -261302,8 +260142,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5618", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -261332,8 +260171,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4113", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4113", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -261341,11 +260181,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GAK", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037218", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037218.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -261355,8 +260195,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "aux", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -261384,8 +260223,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4116", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4116", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -261393,11 +260233,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GALE", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035147", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035147.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -261407,8 +260247,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Gale", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -261437,8 +260276,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4119", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4119", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -261446,11 +260286,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GALK2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0263199", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0263199.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -261460,8 +260300,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Galk", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -261489,8 +260328,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24063", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24063", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -261498,11 +260338,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GALM", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035679", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035679.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -261512,8 +260352,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10467", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -261541,8 +260380,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24063", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24063", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -261550,11 +260390,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GALM", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030525", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030525.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -261564,8 +260404,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10996", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -261594,8 +260433,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24063", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24063", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -261603,11 +260443,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GALM", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0043783", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0043783.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -261617,8 +260457,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG32444", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -261647,8 +260486,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24063", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24063", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -261656,11 +260496,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GALM", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052445", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052445.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -261670,8 +260510,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG32445", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -261700,8 +260539,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24063", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24063", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -261709,11 +260549,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GALM", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032372", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032372.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -261723,8 +260563,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG4988", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -261753,8 +260592,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:4123", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4123", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -261762,11 +260602,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GALNT1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031681", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031681.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -261776,8 +260616,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pgant5", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -261806,8 +260645,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:19873", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19873", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -261815,11 +260655,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GALNT10", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035375", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035375.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -261829,8 +260669,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pgant6", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -261859,8 +260698,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19875", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19875", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -261868,11 +260708,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GALNT11", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0001970", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0001970.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -261882,8 +260722,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pgant35A", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -261912,8 +260751,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19877", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19877", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -261921,11 +260761,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GALNT12", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034025", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034025.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -261935,8 +260775,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pgant1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -261965,8 +260804,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19877", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19877", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -261974,11 +260814,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GALNT12", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0050463", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0050463.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -261988,8 +260828,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pgant9", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -262018,8 +260857,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23242", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23242", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -262027,11 +260867,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GALNT13", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031681", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031681.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -262041,8 +260881,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pgant5", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -262071,8 +260910,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:22946", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:22946", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -262080,11 +260920,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GALNT14", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039596", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039596.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -262094,8 +260934,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10000", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -262124,8 +260963,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:21531", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21531", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -262133,11 +260973,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GALNT15", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0050463", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0050463.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -262147,8 +260987,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pgant9", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -262177,8 +261016,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23233", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23233", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -262186,11 +261026,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GALNT16", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039596", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039596.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -262200,8 +261040,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10000", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -262230,8 +261069,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4124", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4124", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -262239,11 +261079,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GALNT2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031530", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031530.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -262253,8 +261093,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pgant2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -262283,8 +261122,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4125", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4125", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -262292,11 +261132,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GALNT3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034025", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034025.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -262306,8 +261146,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pgant1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -262336,8 +261175,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:4125", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4125", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -262345,11 +261185,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GALNT3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0050463", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0050463.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -262359,8 +261199,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pgant9", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -262389,8 +261228,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:4127", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4127", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -262398,11 +261238,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GALNT5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0050463", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0050463.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -262412,8 +261252,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pgant9", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -262442,8 +261281,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:4128", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4128", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -262451,11 +261291,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GALNT6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0050463", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0050463.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -262465,8 +261305,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pgant9", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -262495,8 +261334,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4129", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4129", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -262504,11 +261344,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GALNT7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030930", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030930.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -262518,8 +261358,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pgant7", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -262548,8 +261387,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:21725", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21725", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -262557,11 +261397,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GALNTL5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0001970", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0001970.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -262571,8 +261411,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pgant35A", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -262601,8 +261440,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:33844", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:33844", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -262610,11 +261450,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GALNTL6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051776", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051776.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -262624,8 +261464,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG31776", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -262654,8 +261493,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:33844", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:33844", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -262663,11 +261503,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GALNTL6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036527", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036527.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -262677,8 +261517,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7304", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -262707,8 +261546,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:33844", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:33844", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -262716,11 +261556,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GALNTL6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036528", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036528.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -262730,8 +261570,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7579", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -262760,8 +261599,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:33844", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:33844", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -262769,11 +261609,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GALNTL6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051956", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051956.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -262783,8 +261623,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pgant4", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -262813,8 +261652,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:33844", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:33844", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -262822,11 +261662,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GALNTL6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035375", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035375.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -262836,8 +261676,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pgant6", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -262865,8 +261704,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:33844", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:33844", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -262874,11 +261714,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GALNTL6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036529", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036529.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -262888,8 +261728,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pgant8", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -262918,8 +261757,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:4132", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4132", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -262927,11 +261767,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GALR1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0266429", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0266429.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -262941,8 +261781,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "AstA-R1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -262971,8 +261810,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:4132", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4132", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -262980,11 +261820,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GALR1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039595", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039595.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -262994,8 +261834,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "AstA-R2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -263024,8 +261863,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4133", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4133", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -263033,11 +261873,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GALR2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0266429", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0266429.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -263047,8 +261887,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "AstA-R1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -263077,8 +261916,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4133", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4133", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -263086,11 +261926,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GALR2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039595", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039595.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -263100,8 +261940,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "AstA-R2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -263130,8 +261969,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:4134", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4134", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -263139,11 +261979,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GALR3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0266429", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0266429.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -263153,8 +261993,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "AstA-R1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -263183,8 +262022,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:4134", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4134", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -263192,11 +262032,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GALR3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039595", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039595.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -263206,8 +262046,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "AstA-R2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -263236,8 +262075,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4135", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4135", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -263245,11 +262085,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GALT", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0263200", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0263200.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -263259,8 +262099,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Galt", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -263288,8 +262127,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4138", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4138", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -263297,11 +262137,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GANAB", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027588", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027588.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -263311,8 +262151,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "GCS2\u03b1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -263340,8 +262179,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:4139", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4139", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -263349,11 +262189,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GANC", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027588", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027588.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -263363,8 +262203,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "GCS2\u03b1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -263393,8 +262232,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4141", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4141", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -263402,11 +262242,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GAPDH", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034173", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034173.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -263416,8 +262256,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG9010", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -263446,8 +262285,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4141", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4141", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -263455,11 +262295,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GAPDH", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0001091", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0001091.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -263469,8 +262309,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Gapdh1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -263499,8 +262338,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4141", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4141", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -263508,11 +262348,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GAPDH", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0001092", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0001092.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -263522,8 +262362,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Gapdh2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -263552,8 +262391,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:24864", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24864", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -263561,11 +262401,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GAPDHS", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034173", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034173.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -263575,8 +262415,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG9010", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -263605,8 +262444,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:24864", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24864", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -263614,11 +262454,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GAPDHS", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0001091", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0001091.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -263628,8 +262468,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Gapdh1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -263658,8 +262497,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:24864", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24864", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -263667,11 +262507,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GAPDHS", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0001092", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0001092.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -263681,8 +262521,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Gapdh2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -263711,8 +262550,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23375", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23375", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -263720,11 +262560,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GAPVD1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030286", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030286.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -263734,8 +262574,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Gapvd1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -263763,8 +262602,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14264", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14264", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -263772,11 +262612,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GAR1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0011824", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0011824.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -263786,8 +262626,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG4038", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -263815,8 +262654,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4162", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4162", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -263824,11 +262664,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GARS1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027088", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027088.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -263838,8 +262678,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "GlyRS", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -263867,8 +262706,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4163", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4163", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -263876,11 +262716,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GART", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000053", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000053.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -263890,8 +262730,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Gart", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -263919,8 +262758,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16955", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16955", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -263928,11 +262768,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GAS2L1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029881", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029881.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -263942,8 +262782,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "pigs", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -263972,8 +262811,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:24846", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24846", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -263981,11 +262821,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GAS2L2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029881", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029881.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -263995,8 +262835,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "pigs", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -264025,8 +262864,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4166", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4166", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -264034,11 +262874,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GAS8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029667", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029667.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -264048,8 +262888,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Gas8", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -264078,8 +262917,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:4170", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4170", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -264087,11 +262927,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GATA1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0001138", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0001138.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -264101,8 +262941,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "grn", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -264131,8 +262970,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4170", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4170", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -264140,11 +262980,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GATA1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003507", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003507.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -264154,8 +262994,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "srp", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -264184,8 +263023,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:4171", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4171", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -264193,11 +263033,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GATA2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0001138", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0001138.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -264207,8 +263047,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "grn", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -264237,8 +263076,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4172", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4172", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -264246,11 +263086,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GATA3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0001138", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0001138.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -264260,8 +263100,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "grn", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -264290,8 +263129,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4173", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4173", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -264299,11 +263139,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GATA4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038391", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038391.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -264313,8 +263153,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "GATAe", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -264343,8 +263182,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:4173", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4173", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -264352,11 +263192,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GATA4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003117", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003117.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -264366,8 +263206,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "pnr", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -264396,8 +263235,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15802", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15802", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -264405,11 +263245,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GATA5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038391", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038391.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -264419,8 +263259,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "GATAe", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -264449,8 +263288,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15802", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15802", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -264458,11 +263298,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GATA5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003117", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003117.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -264472,8 +263312,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "pnr", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -264502,8 +263341,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:4174", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4174", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -264511,11 +263351,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GATA6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003117", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003117.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -264525,8 +263365,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "pnr", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -264555,8 +263394,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4174", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4174", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -264564,11 +263404,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GATA6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003507", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003507.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -264578,8 +263418,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "srp", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -264608,8 +263447,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29941", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29941", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -264617,11 +263457,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GATAD1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0025634", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0025634.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -264631,8 +263471,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG13367", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -264661,8 +263500,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:29989", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29989", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -264670,11 +263510,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GATAD2A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010762", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010762.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -264684,8 +263524,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "simj", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -264714,8 +263553,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30778", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30778", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -264723,11 +263563,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GATAD2B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010762", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010762.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -264737,8 +263577,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "simj", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -264767,8 +263606,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8849", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8849", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -264776,11 +263616,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GATB", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039153", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039153.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -264790,8 +263630,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "GatB", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -264819,8 +263658,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25068", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25068", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -264828,11 +263668,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GATC", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0064115", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0064115.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -264842,8 +263682,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "GatC", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -264872,8 +263711,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4177", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4177", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -264881,11 +263721,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GBA", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051148", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051148.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -264895,8 +263735,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Gba1a", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -264924,8 +263763,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4177", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4177", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -264933,11 +263773,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GBA", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051414", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051414.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -264947,8 +263787,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Gba1b", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -264976,8 +263815,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18986", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18986", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -264985,11 +263825,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GBA2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028916", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028916.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -264999,8 +263839,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG33090", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -265028,8 +263867,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:19069", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19069", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -265037,11 +263877,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GBA3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036659", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036659.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -265051,8 +263891,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG9701", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -265081,8 +263920,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4180", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4180", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -265090,11 +263930,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GBE1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0053138", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0053138.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -265104,8 +263944,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "AGBE", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -265133,8 +263972,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4181", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4181", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -265142,11 +263982,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GBF1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0264560", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0264560.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -265156,8 +263996,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "garz", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -265185,8 +264024,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4185", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4185", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -265194,11 +264034,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GBX1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015561", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015561.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -265208,8 +264048,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "unpg", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -265238,8 +264077,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:4186", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4186", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -265247,11 +264087,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GBX2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015561", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015561.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -265261,8 +264101,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "unpg", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -265291,8 +264130,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4188", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4188", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -265300,11 +264140,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GCAT", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036208", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036208.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -265314,8 +264154,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10361", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -265343,8 +264182,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19095", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19095", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -265352,11 +264192,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GCC1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037881", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037881.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -265366,8 +264206,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "GCC88", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -265395,8 +264234,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23218", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23218", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -265404,11 +264244,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GCC2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037979", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037979.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -265418,8 +264258,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "GCC185", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -265448,8 +264287,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4189", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4189", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -265457,11 +264297,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GCDH", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031824", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031824.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -265471,8 +264311,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG9547", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -265500,8 +264339,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:1317", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1317", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -265509,11 +264349,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GCFC2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037466", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037466.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -265523,8 +264363,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG1965", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -265553,8 +264392,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4193", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4193", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -265562,11 +264402,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GCH1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003162", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003162.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -265576,8 +264416,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pu", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -265606,8 +264445,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4195", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4195", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -265615,11 +264455,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GCK", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0001186", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0001186.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -265629,8 +264469,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Hex-A", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -265658,8 +264497,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4195", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4195", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -265667,11 +264507,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GCK", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0001187", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0001187.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -265681,8 +264521,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Hex-C", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -265711,8 +264550,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4195", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4195", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -265720,11 +264560,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GCK", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0042711", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0042711.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -265734,8 +264574,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Hex-t1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -265764,8 +264603,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4195", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4195", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -265773,11 +264613,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GCK", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0042710", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0042710.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -265787,8 +264627,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Hex-t2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -265817,8 +264656,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4311", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4311", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -265826,11 +264666,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GCLC", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040319", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040319.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -265840,8 +264680,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Gclc", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -265869,8 +264708,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4312", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4312", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -265878,11 +264718,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GCLM", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0046114", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0046114.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -265892,8 +264732,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Gclm", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -265921,8 +264760,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4197", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4197", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -265930,11 +264770,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GCM1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0019809", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0019809.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -265944,8 +264784,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "gcm2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -265974,8 +264813,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4198", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4198", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -265983,11 +264823,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GCM2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0014179", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0014179.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -265997,8 +264837,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "gcm", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -266027,8 +264866,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4198", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4198", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -266036,11 +264876,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GCM2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0019809", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0019809.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -266050,8 +264890,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "gcm2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -266080,8 +264919,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4199", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4199", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -266089,11 +264929,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GCN1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0287182", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0287182.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -266103,8 +264943,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "l(3)80Fj", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -266133,8 +264972,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15805", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15805", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -266142,11 +264982,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GCNA", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031856", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031856.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -266156,8 +264996,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG11322", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -266182,12 +265021,13 @@ "totalMethodCount": 10 }, { - "best": "Yes", + "best": "No", "bestReverse": "Yes", "gene": { "id": "HGNC:15805", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15805", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -266195,11 +265035,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GCNA", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0023515", + "id": "FB:FBgn0024991", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0024991.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -266208,17 +265048,13 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG14814", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "CG2694", + "taxonId": "NCBITaxon:7227" }, - "methodCount": 6, + "methodCount": 3, "predictionMethodsMatched": [ "Ensembl Compara", "OrthoFinder", - "OrthoInspector", - "PhylomeDB", - "Roundup", "TreeFam" ], "predictionMethodsNotCalled": [ @@ -266229,18 +265065,22 @@ "Hieranoid", "InParanoid", "OMA", - "PANTHER" + "OrthoInspector", + "PANTHER", + "PhylomeDB", + "Roundup" ], "stringencyFilter": "stringent", "totalMethodCount": 10 }, { - "best": "No", + "best": "Yes", "bestReverse": "Yes", "gene": { "id": "HGNC:15805", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15805", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -266248,11 +265088,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GCNA", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0024991", + "id": "FB:FBgn0023515", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0023515.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -266261,14 +265101,16 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG2694", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Gcna", + "taxonId": "NCBITaxon:7227" }, - "methodCount": 3, + "methodCount": 6, "predictionMethodsMatched": [ "Ensembl Compara", "OrthoFinder", + "OrthoInspector", + "PhylomeDB", + "Roundup", "TreeFam" ], "predictionMethodsNotCalled": [ @@ -266279,10 +265121,7 @@ "Hieranoid", "InParanoid", "OMA", - "OrthoInspector", - "PANTHER", - "PhylomeDB", - "Roundup" + "PANTHER" ], "stringencyFilter": "stringent", "totalMethodCount": 10 @@ -266292,8 +265131,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26424", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26424", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -266301,11 +265141,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GCOM1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038692", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038692.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -266314,9 +265154,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "Gdn1", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Polr2M", + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -266345,8 +265184,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4208", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4208", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -266354,11 +265194,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GCSH", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027945", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027945.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -266368,8 +265208,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ppl", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -266397,8 +265236,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4212", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4212", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -266406,11 +265246,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GDA", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261436", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261436.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -266420,8 +265260,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "DhpD", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -266449,8 +265288,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15968", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15968", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -266458,11 +265298,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GDAP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035587", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035587.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -266472,8 +265312,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Gdap1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -266501,8 +265340,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4213", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4213", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -266510,11 +265350,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GDAP1L1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035587", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035587.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -266524,8 +265364,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Gdap1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -266553,8 +265392,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18010", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18010", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -266562,11 +265402,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GDAP2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0042135", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0042135.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -266576,8 +265416,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Gdap2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -266605,8 +265444,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29644", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29644", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -266614,11 +265454,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GDE1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038432", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038432.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -266628,8 +265468,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG14883", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -266658,8 +265497,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:4214", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4214", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -266667,11 +265507,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GDF1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000490", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000490.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -266681,8 +265521,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "dpp", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -266711,8 +265550,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4216", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4216", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -266720,11 +265560,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GDF11", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0026199", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026199.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -266734,8 +265574,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "myo", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -266764,8 +265603,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30142", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30142", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -266773,11 +265613,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GDF15", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039914", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039914.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -266787,8 +265627,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mav", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -266817,8 +265656,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:4218", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4218", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -266826,11 +265666,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GDF3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000490", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000490.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -266840,8 +265680,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "dpp", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -266870,8 +265709,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4226", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4226", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -266879,11 +265719,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GDI1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004868", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004868.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -266893,8 +265733,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Gdi", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -266923,8 +265762,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4227", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4227", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -266932,11 +265772,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GDI2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004868", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004868.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -266946,8 +265786,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Gdi", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -266976,8 +265815,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:34360", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:34360", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -266985,11 +265825,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GDPGP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035999", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035999.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -266999,8 +265839,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG3552", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -267028,8 +265867,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:4234", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4234", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -267037,11 +265877,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GEM", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0085419", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0085419.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -267051,8 +265891,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rgk2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -267081,8 +265920,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10884", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10884", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -267090,11 +265930,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GEMIN2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036850", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036850.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -267104,8 +265944,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Gem2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -267134,8 +265973,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20043", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20043", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -267143,11 +265983,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GEMIN5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0250850", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0250850.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -267157,8 +265997,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "rig", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -267187,8 +266026,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26881", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26881", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -267196,11 +266036,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GEN1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0263831", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0263831.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -267210,8 +266050,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Gen", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -267240,8 +266079,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12790", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12790", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -267249,11 +266089,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GET1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052022", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052022.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -267263,8 +266103,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG32022", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -267293,8 +266132,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:752", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:752", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -267302,11 +266142,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GET3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033191", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033191.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -267316,8 +266156,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG1598", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -267346,8 +266185,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21690", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21690", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -267355,11 +266195,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GET4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0086605", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0086605.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -267369,8 +266209,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG9853", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -267398,8 +266237,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4236", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4236", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -267407,11 +266247,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GFER", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031068", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031068.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -267421,8 +266261,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Alr", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -267451,8 +266290,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4237", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4237", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -267460,11 +266300,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GFI1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051632", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051632.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -267474,8 +266314,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "sens-2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -267504,8 +266343,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4238", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4238", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -267513,11 +266353,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GFI1B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051632", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051632.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -267527,8 +266367,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "sens-2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -267557,8 +266396,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13780", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13780", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -267566,11 +266406,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GFM1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0263133", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0263133.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -267580,8 +266420,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mEFG1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -267609,8 +266448,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29682", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29682", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -267618,11 +266458,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GFM2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051159", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051159.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -267632,8 +266472,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mRRF2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -267661,8 +266500,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21096", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21096", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -267670,11 +266510,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GFOD1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027597", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027597.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -267684,8 +266524,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG17712", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -267713,8 +266552,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:28159", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28159", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -267722,11 +266562,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GFOD2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027597", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027597.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -267736,8 +266576,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG17712", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -267766,8 +266605,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:4241", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4241", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -267775,11 +266615,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GFPT1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0287209", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0287209.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -267789,8 +266629,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Gfat1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -267819,8 +266658,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:4241", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4241", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -267828,11 +266668,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GFPT1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039580", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039580.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -267842,8 +266682,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Gfat2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -267872,8 +266711,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4242", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4242", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -267881,11 +266721,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GFPT2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0287209", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0287209.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -267895,8 +266735,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Gfat1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -267924,8 +266763,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4242", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4242", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -267933,11 +266773,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GFPT2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039580", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039580.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -267947,8 +266787,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Gfat2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -267976,8 +266815,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:4243", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4243", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -267985,11 +266825,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GFRA1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0262869", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0262869.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -267999,8 +266839,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Gfrl", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -268029,8 +266868,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:4244", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4244", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -268038,11 +266878,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GFRA2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0262869", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0262869.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -268052,8 +266892,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Gfrl", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -268082,8 +266921,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:4245", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4245", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -268091,11 +266931,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GFRA3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0262869", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0262869.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -268105,8 +266945,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Gfrl", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -268135,8 +266974,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:13821", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13821", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -268144,11 +266984,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GFRA4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0262869", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0262869.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -268158,8 +266998,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Gfrl", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -268188,8 +267027,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:32789", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:32789", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -268197,11 +267037,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GFRAL", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0262869", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0262869.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -268211,8 +267051,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Gfrl", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -268241,8 +267080,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12390", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12390", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -268250,11 +267090,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GFUS", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0267823", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0267823.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -268264,8 +267104,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Gmer", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -268294,8 +267133,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17842", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17842", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -268303,11 +267143,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GGA1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030141", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030141.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -268317,8 +267157,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Gga", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -268346,8 +267185,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16064", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16064", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -268355,11 +267195,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GGA2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030141", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030141.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -268369,8 +267209,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Gga", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -268398,8 +267237,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:17079", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17079", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -268407,11 +267247,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GGA3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030141", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030141.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -268421,8 +267261,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Gga", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -268451,8 +267290,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25100", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25100", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -268460,11 +267300,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GGACT", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035082", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035082.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -268474,8 +267314,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG2811", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -268503,8 +267342,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25100", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25100", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -268512,11 +267352,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GGACT", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035083", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035083.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -268526,8 +267366,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Tina-1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -268555,8 +267394,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21705", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21705", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -268564,11 +267404,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GGCT", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052196", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052196.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -268578,8 +267418,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG32196", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -268607,8 +267446,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21705", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21705", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -268616,11 +267456,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GGCT", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036787", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036787.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -268630,8 +267470,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG4306", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -268659,8 +267498,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4247", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4247", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -268668,11 +267508,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GGCX", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035245", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035245.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -268682,8 +267522,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "GC", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -268711,8 +267550,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4248", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4248", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -268720,11 +267560,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GGH", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0263607", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0263607.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -268734,8 +267574,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "l(3)72Dp", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -268763,8 +267602,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4248", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4248", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -268772,11 +267612,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GGH", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0263608", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0263608.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -268786,8 +267626,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "l(3)72Dr", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -268816,8 +267655,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19357", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19357", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -268825,11 +267665,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GGNBP2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037360", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037360.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -268839,8 +267679,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG2182", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -268869,8 +267708,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4249", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4249", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -268878,11 +267718,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GGPS1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0019662", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0019662.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -268892,8 +267732,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "qm", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -268922,8 +267761,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4250", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4250", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -268931,11 +267771,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GGT1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030361", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030361.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -268945,8 +267785,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG1492", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -268975,8 +267814,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4250", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4250", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -268984,11 +267824,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GGT1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0025837", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0025837.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -268998,8 +267838,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG17636", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -269028,8 +267867,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4250", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4250", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -269037,11 +267877,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GGT1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030796", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030796.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -269051,8 +267891,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG4829", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -269081,8 +267920,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4250", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4250", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -269090,11 +267930,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GGT1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030932", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030932.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -269104,8 +267944,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ggt-1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -269134,20 +267973,21 @@ "bestReverse": "No", "gene": { "id": "HGNC:4251", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4251", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "GGT2", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "GGT2P", + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0025837", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0025837.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -269157,8 +267997,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG17636", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -269187,20 +268026,21 @@ "bestReverse": "No", "gene": { "id": "HGNC:4251", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4251", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "GGT2", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "GGT2P", + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030932", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030932.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -269210,8 +268050,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ggt-1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -269240,8 +268079,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:4252", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4252", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -269249,11 +268089,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GGT3P", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0025837", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0025837.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -269263,8 +268103,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG17636", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -269293,8 +268132,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:4252", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4252", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -269302,11 +268142,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GGT3P", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030932", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030932.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -269316,8 +268156,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ggt-1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -269346,8 +268185,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:4260", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4260", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -269355,11 +268195,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GGT5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030361", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030361.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -269369,8 +268209,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG1492", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -269399,8 +268238,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:4260", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4260", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -269408,11 +268248,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GGT5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0025837", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0025837.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -269422,8 +268262,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG17636", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -269452,8 +268291,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:4260", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4260", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -269461,11 +268301,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GGT5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030796", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030796.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -269475,8 +268315,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG4829", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -269505,8 +268344,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:4260", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4260", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -269514,11 +268354,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GGT5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030932", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030932.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -269528,8 +268368,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ggt-1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -269558,8 +268397,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:16437", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16437", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -269567,11 +268407,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GGTLC1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0025837", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0025837.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -269581,8 +268421,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG17636", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -269611,8 +268450,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:16437", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16437", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -269620,11 +268460,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GGTLC1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030932", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030932.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -269634,8 +268474,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ggt-1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -269664,8 +268503,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:18596", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18596", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -269673,11 +268513,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GGTLC2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0025837", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0025837.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -269687,8 +268527,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG17636", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -269717,8 +268556,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:18596", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18596", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -269726,11 +268566,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GGTLC2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030932", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030932.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -269740,8 +268580,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ggt-1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -269770,8 +268609,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17281", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17281", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -269779,11 +268619,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GHITM", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030263", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030263.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -269793,8 +268633,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG2076", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -269822,8 +268661,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17281", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17281", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -269831,11 +268671,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GHITM", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037506", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037506.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -269845,8 +268685,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Mics1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -269875,8 +268714,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4266", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4266", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -269884,11 +268724,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GHRHR", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0260753", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0260753.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -269898,8 +268738,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pdfr", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -269928,8 +268767,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15857", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15857", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -269937,11 +268777,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GID8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034218", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034218.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -269951,8 +268791,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG18467", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -269981,8 +268820,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15857", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15857", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -269990,11 +268830,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GID8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030944", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030944.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -270003,9 +268843,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG6617", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Hou", + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -270033,8 +268872,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9126", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9126", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -270042,11 +268882,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GIGYF1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039936", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039936.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -270056,8 +268896,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Gyf", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -270086,8 +268925,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11960", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11960", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -270095,11 +268935,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GIGYF2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039936", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039936.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -270109,8 +268949,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Gyf", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -270139,8 +268978,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28980", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28980", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -270148,11 +268988,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GINS1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052318", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052318.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -270162,8 +269002,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG32318", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -270192,8 +269031,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28980", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28980", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -270201,11 +269041,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GINS1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035194", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035194.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -270215,8 +269055,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Psf1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -270244,8 +269083,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24575", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24575", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -270253,11 +269093,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GINS2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261976", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261976.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -270267,8 +269107,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Psf2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -270296,8 +269135,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25851", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25851", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -270305,11 +269145,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GINS3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030196", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030196.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -270319,8 +269159,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Psf3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -270348,8 +269187,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28226", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28226", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -270357,11 +269197,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GINS4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039403", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039403.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -270371,8 +269211,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Sld5", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -270400,8 +269239,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1226", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1226", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -270409,11 +269249,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GIPC1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010504", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010504.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -270423,8 +269263,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "kermit", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -270452,8 +269291,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18177", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18177", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -270461,11 +269301,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GIPC2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010504", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010504.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -270475,8 +269315,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "kermit", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -270504,8 +269343,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18183", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18183", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -270513,11 +269353,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GIPC3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010504", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010504.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -270527,8 +269367,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "kermit", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -270556,8 +269395,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4271", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4271", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -270565,11 +269405,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GIPR", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0260753", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0260753.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -270579,8 +269419,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pdfr", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -270609,8 +269448,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4272", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4272", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -270618,11 +269458,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GIT1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033539", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033539.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -270632,8 +269472,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Git", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -270662,8 +269501,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4273", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4273", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -270671,11 +269511,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GIT2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033539", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033539.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -270685,8 +269525,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Git", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -270715,8 +269554,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4289", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4289", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -270724,11 +269564,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GK", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033673", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033673.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -270738,8 +269578,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8298", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -270768,8 +269607,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4289", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4289", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -270777,11 +269617,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GK", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0025592", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0025592.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -270791,8 +269631,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Gk1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -270820,8 +269659,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4289", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4289", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -270829,11 +269669,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GK", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035266", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035266.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -270843,8 +269683,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Gk2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -270873,8 +269712,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4291", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4291", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -270882,11 +269722,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GK2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033673", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033673.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -270896,8 +269736,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8298", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -270926,8 +269765,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4291", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4291", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -270935,11 +269775,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GK2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0025592", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0025592.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -270949,8 +269789,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Gk1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -270978,8 +269817,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4291", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4291", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -270987,11 +269827,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GK2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035266", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035266.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -271001,8 +269841,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Gk2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -271031,8 +269870,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28635", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28635", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -271040,11 +269880,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GK5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035392", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035392.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -271054,8 +269894,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG1271", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -271083,8 +269922,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:4296", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4296", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -271092,11 +269932,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GLA", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034117", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034117.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -271106,8 +269946,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7997", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -271136,8 +269975,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4298", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4298", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -271145,11 +269985,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GLB1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0260746", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0260746.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -271159,8 +269999,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ect3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -271188,8 +270027,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4298", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4298", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -271197,11 +270037,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GLB1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0001089", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0001089.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -271211,8 +270051,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Gal", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -271241,8 +270080,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28129", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28129", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -271250,11 +270090,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GLB1L", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0260746", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0260746.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -271264,8 +270104,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ect3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -271293,8 +270132,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28129", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28129", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -271302,11 +270142,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GLB1L", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0001089", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0001089.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -271316,8 +270156,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Gal", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -271346,8 +270185,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17855", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17855", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -271355,11 +270195,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GLCE", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033087", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033087.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -271369,8 +270209,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Hsepi", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -271398,8 +270237,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4313", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4313", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -271407,11 +270247,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GLDC", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037801", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037801.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -271421,8 +270261,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG3999", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -271450,8 +270289,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29514", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29514", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -271459,11 +270299,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GLDN", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030887", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030887.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -271473,8 +270313,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6867", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -271503,8 +270342,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4315", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4315", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -271512,11 +270352,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GLE1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033316", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033316.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -271526,8 +270366,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Gle1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -271556,8 +270395,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4316", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4316", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -271565,11 +270405,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GLG1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0264561", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0264561.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -271579,8 +270419,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Glg1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -271608,8 +270447,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:4317", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4317", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -271617,11 +270457,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GLI1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004859", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004859.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -271631,8 +270471,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ci", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -271661,8 +270500,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4318", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4318", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -271670,11 +270510,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GLI2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004859", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004859.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -271684,8 +270524,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ci", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -271714,8 +270553,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4319", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4319", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -271723,11 +270563,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GLI3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004859", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004859.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -271737,8 +270577,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ci", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -271767,8 +270606,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4320", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4320", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -271776,11 +270616,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GLI4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000289", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000289.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -271790,8 +270630,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "cg", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -271820,8 +270659,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:17001", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17001", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -271829,11 +270669,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GLIPR1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0050486", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0050486.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -271843,8 +270683,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG30486", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -271873,8 +270712,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28392", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28392", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -271882,11 +270722,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GLIPR1L1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015010", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015010.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -271896,8 +270736,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ag5r", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -271926,8 +270765,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28392", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28392", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -271935,11 +270775,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GLIPR1L1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0020508", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0020508.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -271949,8 +270789,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ag5r2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -271979,8 +270818,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28392", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28392", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -271988,11 +270828,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GLIPR1L1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0250842", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0250842.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -272002,8 +270842,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG17575", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -272032,8 +270871,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28392", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28392", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -272041,11 +270881,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GLIPR1L1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052679", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052679.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -272055,8 +270895,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG32679", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -272085,8 +270924,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28392", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28392", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -272094,11 +270934,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GLIPR1L1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035042", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035042.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -272108,8 +270948,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG3640", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -272138,8 +270977,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28392", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28392", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -272147,11 +270987,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GLIPR1L1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261848", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261848.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -272161,8 +271001,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG42780", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -272191,8 +271030,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28392", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28392", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -272200,11 +271040,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GLIPR1L1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036072", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036072.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -272214,8 +271054,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6628", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -272244,8 +271083,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28392", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28392", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -272253,11 +271093,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GLIPR1L1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030562", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030562.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -272267,8 +271107,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG9400", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -272297,8 +271136,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28392", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28392", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -272306,11 +271146,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GLIPR1L1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034623", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034623.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -272320,8 +271160,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG9822", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -272350,8 +271189,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28392", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28392", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -272359,11 +271199,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GLIPR1L1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037879", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037879.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -272373,8 +271213,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "scpr-C", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -272403,8 +271242,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18007", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18007", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -272412,11 +271252,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GLIPR2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031412", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031412.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -272426,8 +271266,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG16995", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -272456,8 +271295,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18007", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18007", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -272465,11 +271305,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GLIPR2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051482", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051482.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -272479,8 +271319,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG31482", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -272509,8 +271348,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18007", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18007", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -272518,11 +271358,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GLIPR2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031407", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031407.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -272532,8 +271372,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG4270", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -272562,8 +271401,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29525", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29525", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -272571,11 +271411,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GLIS1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039039", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039039.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -272585,8 +271425,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "lmd", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -272615,8 +271454,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29450", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29450", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -272624,11 +271464,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GLIS2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033782", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033782.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -272638,8 +271478,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "sug", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -272668,8 +271507,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28510", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28510", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -272677,11 +271517,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GLIS3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039039", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039039.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -272691,8 +271531,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "lmd", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -272721,8 +271560,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14373", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14373", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -272730,11 +271570,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GLMN", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0050496", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0050496.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -272744,8 +271584,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG30496", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -272773,8 +271612,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4323", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4323", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -272782,11 +271622,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GLO1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0283450", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0283450.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -272796,8 +271636,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Glo1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -272825,8 +271664,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14111", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14111", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -272834,11 +271674,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GLOD4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031143", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031143.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -272848,8 +271688,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG1532", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -272878,8 +271717,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4324", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4324", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -272887,11 +271727,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GLP1R", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0260753", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0260753.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -272901,8 +271741,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pdfr", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -272931,8 +271770,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4326", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4326", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -272940,11 +271780,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GLRA1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033558", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033558.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -272954,8 +271794,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG12344", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -272984,8 +271823,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4326", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4326", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -272993,11 +271833,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GLRA1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0024963", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0024963.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -273007,8 +271847,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "GluCl\u03b1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -273037,8 +271876,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4326", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4326", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -273046,11 +271886,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GLRA1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037950", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037950.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -273060,8 +271900,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "HisCl1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -273090,8 +271929,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4326", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4326", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -273099,11 +271939,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GLRA1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003011", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003011.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -273113,8 +271953,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ort", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -273143,8 +271982,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4327", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4327", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -273152,11 +271992,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GLRA2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033558", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033558.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -273166,8 +272006,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG12344", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -273196,8 +272035,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:4327", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4327", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -273205,11 +272045,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GLRA2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0024963", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0024963.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -273219,8 +272059,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "GluCl\u03b1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -273249,8 +272088,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4327", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4327", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -273258,11 +272098,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GLRA2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037950", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037950.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -273272,8 +272112,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "HisCl1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -273302,8 +272141,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4327", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4327", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -273311,11 +272151,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GLRA2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003011", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003011.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -273325,8 +272165,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ort", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -273355,8 +272194,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4328", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4328", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -273364,11 +272204,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GLRA3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033558", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033558.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -273378,8 +272218,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG12344", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -273408,8 +272247,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:4328", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4328", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -273417,11 +272257,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GLRA3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0024963", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0024963.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -273431,8 +272271,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "GluCl\u03b1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -273461,8 +272300,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4328", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4328", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -273470,11 +272310,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GLRA3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037950", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037950.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -273484,8 +272324,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "HisCl1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -273514,8 +272353,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4328", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4328", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -273523,11 +272363,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GLRA3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003011", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003011.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -273537,8 +272377,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ort", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -273567,8 +272406,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:31715", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:31715", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -273576,11 +272416,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GLRA4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033558", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033558.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -273590,8 +272430,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG12344", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -273620,8 +272459,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:31715", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:31715", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -273629,11 +272469,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GLRA4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0024963", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0024963.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -273643,8 +272483,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "GluCl\u03b1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -273673,8 +272512,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:31715", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:31715", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -273682,11 +272522,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GLRA4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037950", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037950.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -273696,8 +272536,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "HisCl1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -273726,8 +272565,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:31715", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:31715", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -273735,11 +272575,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GLRA4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003011", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003011.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -273749,8 +272589,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ort", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -273779,8 +272618,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4329", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4329", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -273788,11 +272628,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GLRB", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033558", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033558.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -273802,8 +272642,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG12344", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -273832,8 +272671,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4329", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4329", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -273841,11 +272681,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GLRB", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029733", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029733.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -273855,8 +272695,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6927", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -273885,8 +272724,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:4329", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4329", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -273894,11 +272734,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GLRB", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0024963", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0024963.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -273908,8 +272748,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "GluCl\u03b1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -273938,8 +272777,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4329", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4329", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -273947,11 +272787,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GLRB", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039840", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039840.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -273961,8 +272801,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "pHCl-2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -273991,8 +272830,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4329", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4329", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -274000,11 +272840,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GLRB", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036727", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036727.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -274014,8 +272854,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "SecCl", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -274044,8 +272883,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:4330", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4330", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -274053,11 +272893,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GLRX", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036820", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036820.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -274067,8 +272907,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Grx1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -274097,8 +272936,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:4330", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4330", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -274106,11 +272946,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GLRX", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034658", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034658.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -274120,8 +272960,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Grx1t", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -274150,8 +272989,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16065", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16065", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -274159,11 +272999,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GLRX2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036820", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036820.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -274173,8 +273013,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Grx1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -274203,8 +273042,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16065", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16065", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -274212,11 +273052,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GLRX2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034658", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034658.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -274226,8 +273066,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Grx1t", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -274256,8 +273095,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15987", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15987", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -274265,11 +273105,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GLRX3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032509", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032509.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -274279,8 +273119,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6523", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -274308,8 +273147,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20134", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20134", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -274317,11 +273157,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GLRX5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030584", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030584.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -274331,8 +273171,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG14407", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -274360,8 +273199,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4331", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4331", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -274369,11 +273209,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GLS", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261625", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261625.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -274383,8 +273223,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "GLS", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -274412,8 +273251,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29570", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29570", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -274421,11 +273261,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GLS2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261625", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261625.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -274435,8 +273275,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "GLS", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -274464,8 +273303,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24867", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24867", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -274473,11 +273313,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GLTP", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030641", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030641.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -274487,8 +273327,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6299", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -274517,8 +273356,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:33756", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:33756", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -274526,11 +273366,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GLTPD2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0050392", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0050392.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -274540,8 +273380,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG30392", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -274570,8 +273409,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4335", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4335", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -274579,11 +273419,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GLUD1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039071", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039071.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -274593,8 +273433,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "bb8", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -274623,8 +273462,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4335", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4335", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -274632,11 +273472,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GLUD1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0001098", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0001098.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -274646,8 +273486,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Gdh", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -274675,8 +273514,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4336", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4336", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -274684,11 +273524,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GLUD2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039071", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039071.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -274698,8 +273538,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "bb8", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -274728,8 +273567,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4336", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4336", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -274737,11 +273577,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GLUD2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0001098", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0001098.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -274751,8 +273591,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Gdh", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -274780,8 +273619,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4341", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4341", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -274789,11 +273629,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GLUL", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0001142", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0001142.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -274803,8 +273643,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Gs1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -274833,8 +273672,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4341", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4341", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -274842,11 +273682,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GLUL", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0001145", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0001145.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -274856,8 +273696,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Gs2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -274885,8 +273724,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13734", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13734", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -274894,11 +273734,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GLYAT", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032670", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032670.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -274908,8 +273748,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5783", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -274938,8 +273777,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:30519", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30519", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -274947,11 +273787,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GLYATL1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031974", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031974.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -274961,8 +273801,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG12560", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -274991,8 +273830,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:30519", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30519", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -275000,11 +273840,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GLYATL1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032670", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032670.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -275014,8 +273854,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5783", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -275044,8 +273883,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:37865", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:37865", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -275053,11 +273893,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GLYATL1B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031974", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031974.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -275067,8 +273907,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG12560", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -275097,8 +273936,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:37865", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:37865", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -275106,11 +273946,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GLYATL1B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032668", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032668.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -275120,8 +273960,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG17681", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -275150,8 +273989,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:37865", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:37865", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -275159,11 +273999,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GLYATL1B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032670", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032670.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -275173,8 +274013,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5783", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -275203,8 +274042,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:37865", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:37865", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -275212,11 +274052,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GLYATL1B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0054010", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0054010.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -275226,8 +274066,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Glyat", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -275256,8 +274095,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:24178", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24178", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -275265,11 +274105,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GLYATL2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031974", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031974.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -275279,8 +274119,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG12560", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -275309,8 +274148,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:24178", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24178", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -275318,11 +274158,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GLYATL2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032670", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032670.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -275332,8 +274172,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5783", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -275362,8 +274201,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21349", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21349", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -275371,11 +274211,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GLYATL3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031974", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031974.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -275385,8 +274225,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG12560", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -275415,8 +274254,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21349", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21349", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -275424,11 +274264,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GLYATL3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031184", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031184.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -275438,8 +274278,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG14615", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -275468,8 +274307,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21349", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21349", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -275477,11 +274317,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GLYATL3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032669", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032669.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -275491,8 +274331,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG15155", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -275521,8 +274360,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21349", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21349", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -275530,11 +274370,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GLYATL3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031632", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031632.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -275544,8 +274384,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG15628", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -275574,8 +274413,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21349", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21349", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -275583,11 +274423,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GLYATL3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032668", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032668.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -275597,8 +274437,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG17681", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -275627,8 +274466,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21349", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21349", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -275636,11 +274476,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GLYATL3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0054010", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0054010.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -275650,8 +274490,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Glyat", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -275680,8 +274519,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24247", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24247", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -275689,11 +274529,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GLYCTK", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031428", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031428.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -275703,8 +274543,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG9886", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -275732,8 +274571,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24434", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24434", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -275741,11 +274581,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GLYR1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0043456", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0043456.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -275755,8 +274595,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ndf", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -275784,8 +274623,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23843", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23843", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -275793,11 +274633,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GMCL1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0005695", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0005695.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -275807,8 +274647,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "gcl", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -275837,8 +274676,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:19717", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19717", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -275846,11 +274686,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GMCL2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0005695", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0005695.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -275860,8 +274700,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "gcl", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -275890,8 +274729,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4369", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4369", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -275899,11 +274739,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GMDS", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031661", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031661.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -275913,8 +274753,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Gmd", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -275942,8 +274781,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4373", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4373", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -275951,11 +274791,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GMFB", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028894", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028894.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -275965,8 +274805,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "GMF", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -275994,8 +274833,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4374", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4374", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -276003,11 +274843,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GMFG", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028894", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028894.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -276017,8 +274857,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "GMF", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -276046,8 +274885,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17493", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17493", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -276055,11 +274895,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GMNN", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033081", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033081.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -276069,8 +274909,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "geminin", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -276099,8 +274938,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:22923", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:22923", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -276108,11 +274948,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GMPPA", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034035", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034035.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -276122,8 +274962,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8207", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -276151,8 +274990,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:22932", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:22932", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -276160,11 +275000,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GMPPB", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037279", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037279.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -276174,8 +275014,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG1129", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -276203,8 +275042,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4378", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4378", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -276212,11 +275052,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GMPS", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000239", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000239.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -276226,8 +275066,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "bur", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -276256,8 +275095,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4379", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4379", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -276265,11 +275105,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GNA11", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033756", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033756.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -276279,8 +275119,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG17760", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -276309,8 +275148,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4379", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4379", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -276318,11 +275158,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GNA11", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0050054", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0050054.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -276332,8 +275172,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG30054", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -276362,8 +275201,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4379", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4379", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -276371,11 +275211,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GNA11", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004435", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004435.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -276385,8 +275225,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "G\u03b1q", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -276415,8 +275254,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4380", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4380", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -276424,11 +275264,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GNA12", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000384", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000384.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -276438,8 +275278,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "cta", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -276467,8 +275306,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4381", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4381", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -276476,11 +275316,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GNA13", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000384", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000384.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -276490,8 +275330,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "cta", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -276519,8 +275358,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:4382", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4382", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -276528,11 +275368,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GNA14", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004435", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004435.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -276542,8 +275382,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "G\u03b1q", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -276572,8 +275411,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:4383", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4383", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -276581,11 +275421,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GNA15", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033756", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033756.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -276595,8 +275435,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG17760", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -276625,8 +275464,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:4383", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4383", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -276634,11 +275474,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GNA15", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0050054", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0050054.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -276648,8 +275488,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG30054", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -276678,8 +275517,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4384", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4384", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -276687,11 +275527,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GNAI1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0001104", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0001104.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -276701,8 +275541,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "G\u03b1i", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -276731,8 +275570,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:4385", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4385", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -276740,11 +275580,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GNAI2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0001104", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0001104.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -276754,8 +275594,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "G\u03b1i", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -276784,8 +275623,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:4387", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4387", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -276793,11 +275633,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GNAI3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0001104", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0001104.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -276807,8 +275647,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "G\u03b1i", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -276837,8 +275676,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4388", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4388", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -276846,11 +275686,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GNAL", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010223", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010223.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -276860,8 +275700,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "G\u03b1f", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -276890,8 +275729,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4388", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4388", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -276899,11 +275739,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GNAL", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0001123", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0001123.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -276913,8 +275753,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "G\u03b1s", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -276942,8 +275781,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4389", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4389", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -276951,11 +275791,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GNAO1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0001122", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0001122.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -276965,8 +275805,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "G\u03b1o", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -276994,8 +275833,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:4390", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4390", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -277003,11 +275843,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GNAQ", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004435", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004435.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -277017,8 +275857,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "G\u03b1q", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -277047,8 +275886,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4392", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4392", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -277056,11 +275896,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GNAS", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010223", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010223.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -277070,8 +275910,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "G\u03b1f", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -277100,8 +275939,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:4392", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4392", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -277109,11 +275949,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GNAS", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0001123", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0001123.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -277123,8 +275963,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "G\u03b1s", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -277153,8 +275992,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:4393", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4393", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -277162,11 +276002,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GNAT1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0001104", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0001104.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -277176,8 +276016,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "G\u03b1i", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -277206,8 +276045,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:4394", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4394", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -277215,11 +276055,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GNAT2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0001104", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0001104.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -277229,8 +276069,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "G\u03b1i", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -277259,8 +276098,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:22800", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:22800", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -277268,11 +276108,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GNAT3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0001104", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0001104.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -277282,8 +276122,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "G\u03b1i", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -277312,8 +276151,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:4395", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4395", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -277321,11 +276161,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GNAZ", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0001104", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0001104.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -277335,8 +276175,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "G\u03b1i", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -277365,8 +276204,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4396", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4396", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -277374,11 +276214,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GNB1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0001105", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0001105.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -277388,8 +276228,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "G\u03b213F", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -277417,8 +276256,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4397", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4397", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -277426,11 +276266,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GNB1L", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033653", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033653.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -277440,8 +276280,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG13192", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -277470,8 +276309,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4398", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4398", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -277479,11 +276319,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GNB2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0001105", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0001105.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -277493,8 +276333,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "G\u03b213F", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -277522,8 +276361,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:4400", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4400", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -277531,11 +276371,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GNB3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0001105", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0001105.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -277545,8 +276385,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "G\u03b213F", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -277575,8 +276414,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20731", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20731", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -277584,11 +276424,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GNB4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0001105", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0001105.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -277598,8 +276438,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "G\u03b213F", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -277627,8 +276466,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4401", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4401", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -277636,11 +276476,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GNB5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030011", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030011.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -277650,8 +276490,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "G\u03b25", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -277679,8 +276518,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:4402", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4402", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -277688,11 +276528,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GNG10", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004921", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004921.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -277702,8 +276542,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "G\u03b31", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -277732,8 +276571,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:4403", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4403", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -277741,11 +276581,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GNG11", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004921", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004921.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -277755,8 +276595,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "G\u03b31", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -277785,8 +276624,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19663", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19663", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -277794,11 +276634,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GNG12", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0263029", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0263029.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -277808,8 +276648,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG43324", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -277838,8 +276677,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:19663", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19663", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -277847,11 +276687,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GNG12", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004921", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004921.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -277861,8 +276701,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "G\u03b31", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -277891,8 +276730,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14131", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14131", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -277900,11 +276740,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GNG13", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0267252", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0267252.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -277914,8 +276754,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "G\u03b330A", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -277944,8 +276783,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:53439", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:53439", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -277953,11 +276793,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GNG14", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0263029", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0263029.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -277967,8 +276807,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG43324", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -277997,8 +276836,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:53439", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:53439", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -278006,11 +276846,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GNG14", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004921", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004921.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -278020,8 +276860,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "G\u03b31", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -278050,8 +276889,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4404", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4404", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -278059,11 +276899,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GNG2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0263029", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0263029.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -278073,8 +276913,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG43324", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -278103,8 +276942,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4404", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4404", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -278112,11 +276952,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GNG2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004921", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004921.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -278126,8 +276966,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "G\u03b31", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -278156,8 +276995,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4405", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4405", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -278165,11 +277005,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GNG3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0263029", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0263029.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -278179,8 +277019,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG43324", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -278209,8 +277048,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:4405", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4405", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -278218,11 +277058,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GNG3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004921", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004921.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -278232,8 +277072,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "G\u03b31", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -278262,8 +277101,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4407", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4407", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -278271,11 +277111,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GNG4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0263029", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0263029.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -278285,8 +277125,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG43324", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -278315,8 +277154,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:4407", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4407", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -278324,11 +277164,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GNG4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004921", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004921.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -278338,8 +277178,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "G\u03b31", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -278368,8 +277207,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:4408", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4408", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -278377,11 +277217,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GNG5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004921", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004921.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -278391,8 +277231,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "G\u03b31", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -278421,8 +277260,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4410", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4410", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -278430,11 +277270,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GNG7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0263029", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0263029.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -278444,8 +277284,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG43324", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -278474,8 +277313,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4410", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4410", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -278483,11 +277323,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GNG7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004921", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004921.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -278497,8 +277337,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "G\u03b31", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -278527,8 +277366,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19664", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19664", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -278536,11 +277376,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GNG8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0263029", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0263029.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -278550,8 +277390,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG43324", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -278580,8 +277419,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:19664", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19664", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -278589,11 +277429,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GNG8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004921", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004921.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -278603,8 +277443,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "G\u03b31", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -278633,8 +277472,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:4411", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4411", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -278642,11 +277482,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GNGT1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004921", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004921.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -278656,8 +277496,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "G\u03b31", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -278686,8 +277525,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:4412", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4412", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -278695,11 +277535,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GNGT2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004921", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004921.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -278709,8 +277549,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "G\u03b31", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -278739,8 +277578,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4413", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4413", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -278748,11 +277588,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GNL1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032882", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032882.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -278762,8 +277602,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ns4", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -278791,8 +277630,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29925", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29925", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -278800,11 +277640,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GNL2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034243", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034243.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -278814,8 +277654,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ns2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -278843,8 +277682,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:29931", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29931", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -278852,11 +277692,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GNL3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038473", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038473.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -278866,8 +277706,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ns1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -278896,8 +277735,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25553", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25553", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -278905,11 +277745,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GNL3L", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038473", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038473.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -278919,8 +277759,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ns1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -278949,8 +277788,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4415", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4415", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -278958,11 +277798,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GNMT", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038074", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038074.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -278972,8 +277812,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Gnmt", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -279001,8 +277840,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4416", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4416", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -279010,11 +277850,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GNPAT", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040212", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040212.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -279023,9 +277863,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "Dhap-at", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Gnpat", + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -279053,8 +277892,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4417", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4417", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -279062,11 +277902,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GNPDA1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031717", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031717.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -279076,8 +277916,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Oscillin", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -279105,8 +277944,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21526", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21526", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -279114,11 +277954,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GNPDA2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031717", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031717.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -279128,8 +277968,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Oscillin", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -279157,8 +277996,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19980", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19980", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -279166,11 +278006,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GNPNAT1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039690", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039690.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -279180,8 +278020,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Gnpnat", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -279210,8 +278049,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29670", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29670", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -279219,11 +278059,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GNPTAB", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033392", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033392.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -279233,8 +278073,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8027", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -279263,8 +278102,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4421", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4421", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -279272,11 +278112,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GNRHR", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0025595", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0025595.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -279286,8 +278126,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "AkhR", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -279316,8 +278155,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4421", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4421", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -279325,11 +278165,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GNRHR", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036278", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036278.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -279339,8 +278179,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CrzR", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -279369,8 +278208,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:16341", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16341", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -279378,11 +278218,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GNRHR2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0025595", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0025595.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -279392,8 +278232,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "AkhR", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -279422,8 +278261,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4422", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4422", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -279431,11 +278271,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GNS", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033836", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033836.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -279445,8 +278285,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG18278", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -279475,8 +278314,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4424", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4424", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -279484,11 +278324,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GOLGA1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0086757", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0086757.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -279498,8 +278338,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "cbs", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -279528,8 +278367,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4425", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4425", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -279537,11 +278377,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GOLGA2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034697", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034697.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -279551,8 +278391,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "GM130", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -279581,8 +278420,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4427", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4427", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -279590,11 +278430,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GOLGA4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034854", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034854.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -279604,8 +278444,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Golgin245", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -279634,8 +278473,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4428", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4428", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -279643,11 +278483,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GOLGA5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039188", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039188.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -279657,8 +278497,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Golgin84", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -279687,8 +278526,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:13567", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13567", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -279696,11 +278536,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GOLGA6A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034697", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034697.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -279710,8 +278550,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "GM130", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -279740,8 +278579,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:32205", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:32205", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -279749,11 +278589,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GOLGA6B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034697", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034697.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -279763,8 +278603,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "GM130", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -279793,8 +278632,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:32206", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:32206", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -279802,11 +278642,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GOLGA6C", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034697", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034697.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -279816,8 +278656,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "GM130", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -279846,8 +278685,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:32204", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:32204", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -279855,11 +278695,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GOLGA6D", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034697", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034697.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -279869,8 +278709,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "GM130", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -279899,8 +278738,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24876", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24876", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -279908,11 +278748,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GOLGA7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039427", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039427.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -279922,8 +278762,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5447", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -279952,8 +278791,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:31668", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:31668", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -279961,11 +278801,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GOLGA7B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039427", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039427.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -279975,8 +278815,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5447", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -280005,8 +278844,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:37443", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:37443", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -280014,11 +278854,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GOLGA8H", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034697", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034697.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -280028,8 +278868,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "GM130", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -280058,8 +278897,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:38650", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:38650", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -280067,11 +278907,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GOLGA8J", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034697", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034697.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -280081,8 +278921,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "GM130", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -280111,8 +278950,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:44404", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:44404", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -280120,11 +278960,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GOLGA8M", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034697", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034697.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -280134,8 +278974,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "GM130", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -280164,8 +279003,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:44405", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:44405", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -280173,11 +279013,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GOLGA8N", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034697", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034697.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -280187,8 +279027,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "GM130", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -280217,8 +279056,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:44406", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:44406", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -280226,11 +279066,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GOLGA8O", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034697", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034697.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -280240,8 +279080,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "GM130", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -280270,8 +279109,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15452", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15452", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -280279,11 +279119,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GOLPH3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0267378", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0267378.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -280293,8 +279133,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "sau", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -280322,8 +279161,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:24882", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24882", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -280331,11 +279171,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GOLPH3L", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0267378", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0267378.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -280345,8 +279185,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "sau", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -280375,8 +279214,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24766", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24766", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -280384,11 +279224,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GOLT1A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052576", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052576.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -280398,8 +279238,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG32576", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -280428,8 +279267,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20175", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20175", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -280437,11 +279277,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GOLT1B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052576", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052576.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -280451,8 +279291,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG32576", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -280481,8 +279320,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25973", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25973", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -280490,11 +279330,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GON4L", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0085444", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0085444.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -280504,8 +279344,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mute", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -280534,8 +279373,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25676", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25676", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -280543,11 +279383,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GORAB", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0053052", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0053052.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -280557,8 +279397,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Gorab", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -280587,8 +279426,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:16769", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16769", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -280596,11 +279436,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GORASP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036919", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036919.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -280610,8 +279450,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Grasp65", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -280640,8 +279479,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17500", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17500", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -280649,11 +279489,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GORASP2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036919", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036919.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -280663,8 +279503,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Grasp65", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -280693,8 +279532,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4430", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4430", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -280702,11 +279542,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GOSR1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0044871", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0044871.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -280716,8 +279556,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Gos28", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -280745,8 +279584,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4431", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4431", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -280754,11 +279594,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GOSR2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0260856", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0260856.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -280768,8 +279608,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Membrin", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -280798,8 +279637,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4432", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4432", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -280807,11 +279647,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GOT1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0001124", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0001124.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -280821,8 +279661,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Got1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -280851,8 +279690,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:28487", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28487", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -280860,11 +279700,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GOT1L1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0001124", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0001124.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -280874,8 +279714,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Got1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -280904,8 +279743,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4433", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4433", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -280913,11 +279753,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GOT2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0001125", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0001125.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -280927,8 +279767,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Got2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -280956,8 +279795,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:4443", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4443", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -280965,11 +279805,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GP5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035575", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035575.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -280979,8 +279819,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7509", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -281009,8 +279848,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4446", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4446", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -281018,11 +279858,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GPAA1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029818", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029818.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -281032,8 +279872,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "GAA1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -281062,8 +279901,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20298", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20298", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -281071,11 +279911,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GPALPP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0067629", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0067629.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -281085,8 +279925,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG33332", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -281114,8 +279953,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24865", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24865", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -281123,11 +279963,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GPAM", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027579", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027579.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -281137,8 +279977,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mino", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -281166,8 +280005,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13920", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13920", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -281175,11 +280015,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GPANK1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034008", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034008.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -281189,8 +280029,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8152", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -281219,8 +280058,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:27168", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:27168", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -281228,11 +280068,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GPAT2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027579", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027579.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -281242,8 +280082,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mino", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -281272,8 +280111,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28157", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28157", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -281281,11 +280121,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GPAT3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031132", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031132.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -281295,8 +280135,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG15450", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -281325,8 +280164,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28157", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28157", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -281334,11 +280174,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GPAT3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034971", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034971.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -281348,8 +280188,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Gpat4", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -281378,8 +280217,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20880", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20880", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -281387,11 +280227,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GPAT4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031132", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031132.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -281401,8 +280241,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG15450", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -281431,8 +280270,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20880", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20880", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -281440,11 +280280,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GPAT4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034971", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034971.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -281454,8 +280294,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Gpat4", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -281484,8 +280323,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24658", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24658", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -281493,11 +280333,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GPATCH1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036386", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036386.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -281507,8 +280347,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8833", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -281537,8 +280376,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26768", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26768", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -281546,11 +280386,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GPATCH11", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037490", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037490.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -281560,8 +280400,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10053", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -281589,8 +280428,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25982", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25982", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -281598,11 +280438,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GPATCH4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039829", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039829.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -281612,8 +280452,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG15561", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -281642,8 +280481,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:4449", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4449", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -281651,11 +280491,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GPC1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0041604", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0041604.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -281665,8 +280505,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "dlp", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -281695,8 +280534,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:4450", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4450", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -281704,11 +280544,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GPC2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0041604", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0041604.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -281718,8 +280558,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "dlp", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -281748,8 +280587,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:4451", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4451", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -281757,11 +280597,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GPC3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0263930", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0263930.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -281771,8 +280611,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "dally", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -281801,8 +280640,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:4452", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4452", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -281810,11 +280650,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GPC4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0041604", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0041604.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -281824,8 +280664,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "dlp", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -281854,8 +280693,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4453", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4453", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -281863,11 +280703,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GPC5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0263930", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0263930.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -281877,8 +280717,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "dally", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -281907,8 +280746,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4454", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4454", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -281916,11 +280756,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GPC6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0041604", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0041604.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -281930,8 +280770,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "dlp", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -281960,8 +280799,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26957", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26957", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -281969,11 +280809,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GPCPD1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036836", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036836.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -281983,8 +280823,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG11619", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -282013,8 +280852,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26957", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26957", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -282022,11 +280862,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GPCPD1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036837", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036837.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -282036,8 +280876,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG18135", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -282066,8 +280905,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26957", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26957", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -282075,11 +280915,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GPCPD1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031566", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031566.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -282089,8 +280929,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG2818", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -282118,8 +280957,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26957", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26957", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -282127,11 +280967,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GPCPD1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038008", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038008.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -282141,8 +280981,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG3942", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -282171,8 +281010,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26957", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26957", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -282180,11 +281020,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GPCPD1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034588", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034588.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -282194,8 +281034,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG9394", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -282224,8 +281063,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4455", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4455", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -282233,11 +281073,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GPD1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0001128", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0001128.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -282247,8 +281087,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Gpdh1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -282277,8 +281116,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4455", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4455", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -282286,11 +281126,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GPD1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034825", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034825.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -282300,8 +281140,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Gpdh2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -282330,8 +281169,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4455", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4455", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -282339,11 +281179,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GPD1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0263048", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0263048.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -282353,8 +281193,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Gpdh3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -282383,8 +281222,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28956", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28956", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -282392,11 +281232,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GPD1L", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0001128", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0001128.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -282406,8 +281246,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Gpdh1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -282436,8 +281275,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28956", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28956", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -282445,11 +281285,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GPD1L", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034825", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034825.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -282459,8 +281299,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Gpdh2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -282489,8 +281328,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28956", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28956", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -282498,11 +281338,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GPD1L", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0263048", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0263048.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -282512,8 +281352,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Gpdh3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -282542,8 +281381,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4456", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4456", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -282551,11 +281391,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GPD2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0022160", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0022160.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -282565,8 +281405,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Gpo1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -282595,8 +281434,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4456", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4456", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -282604,11 +281444,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GPD2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033190", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033190.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -282618,8 +281458,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Gpo2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -282648,8 +281487,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4456", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4456", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -282657,11 +281497,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GPD2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028848", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028848.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -282671,8 +281511,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Gpo3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -282701,8 +281540,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18054", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18054", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -282710,11 +281550,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GPHA2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261386", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261386.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -282724,8 +281564,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Gpa2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -282754,8 +281593,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18055", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18055", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -282763,11 +281603,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GPHB5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0063368", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0063368.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -282777,8 +281617,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Gpb5", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -282807,8 +281646,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15465", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15465", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -282816,11 +281656,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GPHN", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000316", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000316.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -282830,8 +281670,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "cin", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -282859,8 +281698,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4458", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4458", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -282868,11 +281708,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GPI", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003074", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003074.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -282882,8 +281722,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pgi", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -282911,8 +281750,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30677", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30677", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -282920,11 +281760,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GPKOW", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038454", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038454.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -282934,8 +281774,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10324", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -282964,8 +281803,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4460", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4460", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -282973,11 +281813,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GPM6A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037092", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037092.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -282987,8 +281827,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "M6", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -283016,8 +281855,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:4461", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4461", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -283025,11 +281865,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GPM6B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037092", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037092.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -283039,8 +281879,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "M6", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -283069,8 +281908,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17030", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17030", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -283078,11 +281918,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GPN1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040346", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040346.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -283092,8 +281932,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG3704", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -283121,8 +281960,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25513", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25513", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -283130,11 +281970,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GPN2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036356", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036356.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -283144,8 +281984,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10222", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -283173,8 +282012,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30186", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30186", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -283182,11 +282022,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GPN3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037478", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037478.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -283196,8 +282036,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG2656", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -283225,8 +282064,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17830", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17830", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -283234,11 +282074,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GPR107", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030109", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030109.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -283248,8 +282088,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG12121", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -283278,8 +282117,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17829", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17829", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -283287,11 +282127,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GPR108", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030109", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030109.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -283301,8 +282141,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG12121", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -283331,8 +282170,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19060", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19060", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -283340,11 +282180,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GPR119", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029909", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029909.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -283354,8 +282194,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mAChR-C", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -283384,8 +282223,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19995", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19995", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -283393,11 +282233,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GPR139", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033579", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033579.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -283407,8 +282247,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG13229", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -283437,8 +282276,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19995", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19995", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -283446,11 +282286,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GPR139", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029768", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029768.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -283460,8 +282300,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "SPR", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -283490,8 +282329,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:22951", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:22951", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -283499,11 +282339,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GPR155", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036741", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036741.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -283513,8 +282353,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "anchor", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -283542,8 +282381,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20844", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20844", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -283551,11 +282391,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GPR156", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031275", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031275.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -283565,8 +282405,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "GABA-B-R3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -283595,8 +282434,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23689", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23689", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -283604,11 +282444,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GPR158", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0264339", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0264339.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -283618,8 +282458,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG43795", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -283648,8 +282487,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23689", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23689", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -283657,11 +282497,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GPR158", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051660", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051660.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -283671,8 +282511,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "smog", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -283701,8 +282540,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:31371", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:31371", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -283710,11 +282550,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GPR179", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051760", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051760.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -283724,8 +282564,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG31760", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -283754,8 +282593,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28899", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28899", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -283763,11 +282603,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GPR180", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034674", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034674.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -283777,8 +282617,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG9304", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -283807,8 +282646,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:4506", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4506", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -283816,11 +282656,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GPR50", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0046687", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0046687.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -283830,8 +282670,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Tre1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -283860,8 +282699,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4535", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4535", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -283869,11 +282709,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GPR84", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0025632", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0025632.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -283883,8 +282723,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG4313", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -283913,8 +282752,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:4535", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4535", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -283922,11 +282762,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GPR84", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0025631", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0025631.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -283936,8 +282776,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "moody", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -283966,8 +282805,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:4535", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4535", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -283975,11 +282815,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GPR84", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0046687", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0046687.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -283989,8 +282829,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Tre1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -284019,8 +282858,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:31984", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:31984", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -284028,11 +282868,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GPR89A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033995", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033995.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -284042,8 +282882,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "GPHR", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -284072,8 +282911,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:13840", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13840", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -284081,11 +282921,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GPR89B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033995", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033995.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -284095,8 +282935,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "GPHR", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -284125,8 +282964,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9836", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9836", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -284134,11 +282974,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GPRC5A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000206", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000206.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -284148,8 +282988,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "boss", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -284178,8 +283017,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13308", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13308", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -284187,11 +283027,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GPRC5B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000206", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000206.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -284201,8 +283041,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "boss", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -284231,8 +283070,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13309", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13309", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -284240,11 +283080,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GPRC5C", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000206", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000206.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -284254,8 +283094,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "boss", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -284284,8 +283123,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13310", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13310", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -284293,11 +283133,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GPRC5D", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000206", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000206.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -284307,8 +283147,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "boss", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -284337,8 +283176,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4549", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4549", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -284346,11 +283186,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GPS1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028838", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028838.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -284360,8 +283200,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CSN1a", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -284390,8 +283229,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4549", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4549", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -284399,11 +283239,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GPS1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027057", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027057.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -284413,8 +283253,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CSN1b", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -284442,8 +283281,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4550", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4550", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -284451,11 +283291,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GPS2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033122", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033122.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -284465,8 +283305,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG17002", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -284495,8 +283334,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17858", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17858", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -284504,11 +283344,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GPSM1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040080", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040080.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -284518,8 +283358,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "pins", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -284547,8 +283386,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:29501", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29501", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -284556,11 +283396,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GPSM2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040080", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040080.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -284570,8 +283410,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "pins", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -284600,8 +283439,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4552", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4552", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -284609,11 +283449,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GPT", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030478", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030478.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -284623,8 +283463,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG1640", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -284652,8 +283491,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:18062", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18062", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -284661,11 +283501,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GPT2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030478", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030478.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -284675,8 +283515,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG1640", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -284705,8 +283544,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4556", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4556", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -284714,11 +283554,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GPX4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034415", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034415.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -284728,8 +283568,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG15116", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -284758,8 +283597,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4556", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4556", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -284767,11 +283607,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GPX4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035438", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035438.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -284781,8 +283621,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "PHGPx", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -284811,8 +283650,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:4559", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4559", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -284820,11 +283660,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GPX7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035438", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035438.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -284834,8 +283674,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "PHGPx", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -284864,8 +283703,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:33100", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:33100", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -284873,11 +283713,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GPX8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035438", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035438.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -284887,8 +283727,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "PHGPx", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -284917,8 +283756,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29305", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29305", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -284926,11 +283766,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GRAMD1A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0050284", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0050284.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -284940,8 +283780,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG30284", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -284970,8 +283809,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29305", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29305", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -284979,11 +283819,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GRAMD1A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0085423", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0085423.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -284993,8 +283833,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "GramD1B", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -285023,8 +283862,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29214", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29214", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -285032,11 +283872,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GRAMD1B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0050284", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0050284.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -285046,8 +283886,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG30284", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -285076,8 +283915,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:29214", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29214", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -285085,11 +283925,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GRAMD1B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0085423", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0085423.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -285099,8 +283939,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "GramD1B", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -285129,8 +283968,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25252", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25252", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -285138,11 +283978,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GRAMD1C", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0050284", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0050284.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -285152,8 +283992,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG30284", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -285182,8 +284021,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:25252", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25252", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -285191,11 +284031,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GRAMD1C", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0085423", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0085423.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -285205,8 +284045,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "GramD1B", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -285235,8 +284074,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4566", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4566", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -285244,11 +284084,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GRB2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004638", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004638.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -285258,8 +284098,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "drk", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -285287,8 +284126,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17923", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17923", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -285296,11 +284136,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GRHL1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0259211", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0259211.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -285310,8 +284150,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "grh", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -285340,8 +284179,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:2799", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2799", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -285349,11 +284189,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GRHL2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0259211", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0259211.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -285363,8 +284203,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "grh", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -285393,8 +284232,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:25839", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25839", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -285402,11 +284242,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GRHL3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0259211", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0259211.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -285416,8 +284256,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "grh", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -285446,8 +284285,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4570", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4570", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -285455,11 +284295,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GRHPR", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037370", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037370.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -285469,8 +284309,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG1236", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -285499,8 +284338,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4570", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4570", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -285508,11 +284348,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GRHPR", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051673", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051673.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -285522,8 +284362,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG31673", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -285552,8 +284391,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4570", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4570", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -285561,11 +284401,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GRHPR", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051674", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051674.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -285575,8 +284415,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG31674", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -285605,8 +284444,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4570", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4570", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -285614,11 +284454,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GRHPR", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032889", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032889.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -285628,8 +284468,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG9331", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -285658,8 +284497,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:4571", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4571", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -285667,11 +284507,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GRIA1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004619", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004619.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -285681,8 +284521,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "GluRIA", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -285711,8 +284550,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4572", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4572", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -285720,11 +284560,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GRIA2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004619", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004619.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -285734,8 +284574,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "GluRIA", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -285763,8 +284602,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4572", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4572", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -285772,11 +284612,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GRIA2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0264000", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0264000.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -285786,8 +284626,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "GluRIB", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -285816,8 +284655,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4573", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4573", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -285825,11 +284665,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GRIA3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004619", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004619.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -285839,8 +284679,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "GluRIA", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -285868,8 +284707,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4573", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4573", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -285877,11 +284717,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GRIA3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0264000", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0264000.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -285891,8 +284731,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "GluRIB", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -285921,8 +284760,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:4574", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4574", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -285930,11 +284770,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GRIA4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004619", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004619.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -285944,8 +284784,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "GluRIA", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -285974,8 +284813,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:4575", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4575", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -285983,11 +284823,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GRID1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039927", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039927.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -285997,8 +284837,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG11155", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -286027,8 +284866,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:4575", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4575", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -286036,11 +284876,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GRID1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0026255", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026255.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -286050,8 +284890,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "clumsy", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -286080,8 +284919,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:4575", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4575", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -286089,11 +284929,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GRID1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039916", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039916.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -286103,8 +284943,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ekar", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -286133,8 +284972,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4575", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4575", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -286142,11 +284982,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GRID1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0046113", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0046113.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -286156,8 +284996,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "GluRIIC", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -286186,8 +285025,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:4575", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4575", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -286195,11 +285035,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GRID1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028422", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028422.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -286209,8 +285049,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "GluRIID", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -286239,8 +285078,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:4575", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4575", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -286248,11 +285088,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GRID1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051201", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051201.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -286262,8 +285102,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "GluRIIE", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -286292,8 +285131,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:4575", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4575", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -286301,11 +285141,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GRID1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038840", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038840.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -286315,8 +285155,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Grik", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -286345,8 +285184,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:4575", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4575", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -286354,11 +285194,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GRID1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038837", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038837.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -286368,8 +285208,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "KaiR1D", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -286398,8 +285237,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:4576", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4576", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -286407,11 +285247,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GRID2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0026255", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026255.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -286421,8 +285261,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "clumsy", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -286451,8 +285290,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4576", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4576", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -286460,11 +285300,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GRID2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0046113", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0046113.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -286474,8 +285314,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "GluRIIC", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -286504,8 +285343,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:4576", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4576", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -286513,11 +285353,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GRID2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028422", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028422.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -286527,8 +285367,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "GluRIID", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -286557,8 +285396,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:4576", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4576", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -286566,11 +285406,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GRID2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051201", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051201.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -286580,8 +285420,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "GluRIIE", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -286610,8 +285449,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:4576", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4576", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -286619,11 +285459,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GRID2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038840", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038840.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -286633,8 +285473,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Grik", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -286663,8 +285502,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:4576", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4576", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -286672,11 +285512,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GRID2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038837", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038837.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -286686,8 +285526,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "KaiR1D", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -286716,8 +285555,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4579", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4579", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -286725,11 +285565,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GRIK1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039927", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039927.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -286739,8 +285579,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG11155", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -286769,8 +285608,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4579", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4579", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -286778,11 +285618,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GRIK1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0026255", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026255.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -286792,8 +285632,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "clumsy", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -286822,8 +285661,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4579", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4579", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -286831,11 +285671,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GRIK1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039916", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039916.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -286845,8 +285685,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ekar", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -286875,8 +285714,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4579", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4579", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -286884,11 +285724,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GRIK1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0046113", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0046113.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -286898,8 +285738,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "GluRIIC", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -286928,8 +285767,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4579", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4579", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -286937,11 +285777,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GRIK1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028422", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028422.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -286951,8 +285791,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "GluRIID", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -286981,8 +285820,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4579", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4579", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -286990,11 +285830,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GRIK1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051201", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051201.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -287004,8 +285844,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "GluRIIE", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -287034,8 +285873,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4579", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4579", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -287043,11 +285883,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GRIK1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038840", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038840.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -287057,8 +285897,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Grik", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -287087,8 +285926,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4579", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4579", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -287096,11 +285936,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GRIK1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038837", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038837.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -287110,8 +285950,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "KaiR1D", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -287140,8 +285979,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4580", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4580", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -287149,11 +285989,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GRIK2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039927", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039927.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -287163,8 +286003,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG11155", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -287193,8 +286032,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4580", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4580", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -287202,11 +286042,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GRIK2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0026255", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026255.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -287216,8 +286056,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "clumsy", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -287246,8 +286085,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4580", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4580", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -287255,11 +286095,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GRIK2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039916", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039916.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -287269,8 +286109,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ekar", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -287299,8 +286138,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4580", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4580", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -287308,11 +286148,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GRIK2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0046113", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0046113.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -287322,8 +286162,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "GluRIIC", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -287352,8 +286191,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4580", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4580", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -287361,11 +286201,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GRIK2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028422", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028422.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -287375,8 +286215,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "GluRIID", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -287405,8 +286244,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4580", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4580", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -287414,11 +286254,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GRIK2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051201", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051201.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -287428,8 +286268,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "GluRIIE", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -287458,8 +286297,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4580", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4580", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -287467,11 +286307,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GRIK2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038840", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038840.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -287481,8 +286321,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Grik", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -287511,8 +286350,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4581", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4581", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -287520,11 +286360,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GRIK3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039927", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039927.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -287534,8 +286374,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG11155", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -287564,8 +286403,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4581", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4581", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -287573,11 +286413,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GRIK3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0026255", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026255.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -287587,8 +286427,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "clumsy", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -287617,8 +286456,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4581", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4581", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -287626,11 +286466,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GRIK3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039916", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039916.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -287640,8 +286480,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ekar", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -287670,8 +286509,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4581", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4581", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -287679,11 +286519,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GRIK3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0046113", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0046113.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -287693,8 +286533,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "GluRIIC", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -287723,8 +286562,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4581", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4581", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -287732,11 +286572,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GRIK3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028422", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028422.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -287746,8 +286586,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "GluRIID", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -287776,8 +286615,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4581", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4581", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -287785,11 +286625,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GRIK3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051201", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051201.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -287799,8 +286639,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "GluRIIE", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -287829,8 +286668,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4581", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4581", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -287838,11 +286678,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GRIK3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038840", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038840.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -287852,8 +286692,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Grik", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -287882,8 +286721,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4581", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4581", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -287891,11 +286731,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GRIK3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038837", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038837.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -287905,8 +286745,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "KaiR1D", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -287935,8 +286774,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4582", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4582", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -287944,11 +286784,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GRIK4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039927", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039927.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -287958,8 +286798,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG11155", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -287988,8 +286827,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4582", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4582", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -287997,11 +286837,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GRIK4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0026255", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026255.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -288011,8 +286851,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "clumsy", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -288041,8 +286880,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4582", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4582", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -288050,11 +286890,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GRIK4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039916", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039916.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -288064,8 +286904,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ekar", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -288094,8 +286933,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4582", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4582", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -288103,11 +286943,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GRIK4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0046113", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0046113.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -288117,8 +286957,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "GluRIIC", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -288147,8 +286986,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4582", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4582", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -288156,11 +286996,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GRIK4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028422", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028422.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -288170,8 +287010,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "GluRIID", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -288200,8 +287039,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4582", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4582", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -288209,11 +287049,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GRIK4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051201", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051201.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -288223,8 +287063,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "GluRIIE", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -288253,8 +287092,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4582", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4582", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -288262,11 +287102,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GRIK4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038840", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038840.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -288276,8 +287116,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Grik", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -288306,8 +287145,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4583", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4583", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -288315,11 +287155,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GRIK5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039927", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039927.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -288329,8 +287169,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG11155", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -288359,8 +287198,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4583", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4583", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -288368,11 +287208,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GRIK5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0026255", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026255.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -288382,8 +287222,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "clumsy", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -288412,8 +287251,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4583", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4583", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -288421,11 +287261,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GRIK5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039916", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039916.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -288435,8 +287275,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ekar", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -288465,8 +287304,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4583", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4583", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -288474,11 +287314,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GRIK5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0046113", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0046113.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -288488,8 +287328,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "GluRIIC", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -288518,8 +287357,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4583", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4583", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -288527,11 +287367,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GRIK5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028422", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028422.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -288541,8 +287381,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "GluRIID", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -288571,8 +287410,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4583", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4583", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -288580,11 +287420,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GRIK5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051201", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051201.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -288594,8 +287434,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "GluRIIE", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -288624,8 +287463,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4583", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4583", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -288633,11 +287473,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GRIK5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038840", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038840.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -288647,8 +287487,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Grik", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -288677,8 +287516,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4584", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4584", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -288686,11 +287526,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GRIN1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010399", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010399.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -288700,8 +287540,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Nmdar1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -288730,8 +287569,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:4585", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4585", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -288739,11 +287579,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GRIN2A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0053513", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0053513.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -288753,8 +287593,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Nmdar2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -288783,8 +287622,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4586", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4586", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -288792,11 +287632,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GRIN2B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0053513", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0053513.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -288806,8 +287646,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Nmdar2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -288836,8 +287675,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4587", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4587", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -288845,11 +287685,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GRIN2C", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0053513", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0053513.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -288859,8 +287699,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Nmdar2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -288889,8 +287728,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4588", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4588", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -288898,11 +287738,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GRIN2D", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0053513", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0053513.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -288912,8 +287752,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Nmdar2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -288942,8 +287781,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4589", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4589", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -288951,11 +287791,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GRINA", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0050379", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0050379.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -288965,8 +287805,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG30379", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -288995,8 +287834,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4589", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4589", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -289004,11 +287844,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GRINA", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038209", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038209.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -289018,8 +287858,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG9722", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -289048,8 +287887,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4589", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4589", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -289057,11 +287897,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GRINA", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0025692", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0025692.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -289071,8 +287911,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Lfg", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -289101,8 +287940,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4589", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4589", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -289110,11 +287950,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GRINA", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0013305", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0013305.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -289124,8 +287964,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Nmda1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -289154,8 +287993,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18708", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18708", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -289163,11 +288003,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GRIP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029830", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029830.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -289177,8 +288017,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Grip", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -289207,8 +288046,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23841", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23841", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -289216,11 +288056,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GRIP2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029830", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029830.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -289230,8 +288070,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Grip", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -289260,8 +288099,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:10013", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10013", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -289269,11 +288109,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GRK1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261988", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261988.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -289283,8 +288123,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Gprk2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -289313,8 +288152,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:289", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:289", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -289322,11 +288162,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GRK2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0260798", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0260798.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -289336,8 +288176,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Gprk1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -289365,8 +288204,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:290", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:290", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -289374,11 +288214,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GRK3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0260798", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0260798.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -289388,8 +288228,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Gprk1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -289417,8 +288256,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4543", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4543", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -289426,11 +288266,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GRK4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261988", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261988.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -289440,8 +288280,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Gprk2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -289469,8 +288308,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4544", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4544", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -289478,11 +288318,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GRK5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261988", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261988.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -289492,8 +288332,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Gprk2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -289521,8 +288360,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4545", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4545", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -289530,11 +288370,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GRK6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261988", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261988.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -289544,8 +288384,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Gprk2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -289573,8 +288412,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:17031", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17031", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -289582,11 +288422,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GRK7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261988", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261988.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -289596,8 +288436,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Gprk2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -289626,8 +288465,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4593", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4593", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -289635,11 +288475,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GRM1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0050361", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0050361.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -289649,8 +288489,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mtt", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -289679,8 +288518,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4594", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4594", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -289688,11 +288528,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GRM2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0019985", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0019985.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -289702,8 +288542,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mGluR", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -289732,8 +288571,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4595", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4595", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -289741,11 +288581,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GRM3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0019985", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0019985.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -289755,8 +288595,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mGluR", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -289785,8 +288624,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4597", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4597", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -289794,11 +288634,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GRM5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0050361", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0050361.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -289808,8 +288648,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mtt", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -289838,8 +288677,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19696", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19696", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -289847,11 +288687,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GRPEL1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0014877", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0014877.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -289861,8 +288701,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Roe1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -289890,8 +288729,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:21060", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21060", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -289899,11 +288739,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GRPEL2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0014877", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0014877.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -289913,8 +288753,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Roe1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -289943,8 +288782,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4609", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4609", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -289952,11 +288792,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GRPR", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0050106", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0050106.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -289966,8 +288806,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CCHa1-R", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -289996,8 +288835,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4609", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4609", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -290005,11 +288845,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GRPR", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033058", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033058.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -290019,8 +288859,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CCHa2-R", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -290049,8 +288888,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:4610", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4610", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -290058,11 +288898,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GRSF1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0259139", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0259139.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -290072,8 +288912,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "glo", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -290102,8 +288941,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20310", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20310", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -290111,11 +288951,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GRTP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038401", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038401.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -290125,8 +288965,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5916", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -290155,8 +288994,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21270", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21270", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -290164,11 +289004,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GRWD1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0022288", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0022288.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -290178,8 +289018,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "l(2)09851", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -290207,8 +289046,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:31673", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:31673", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -290216,11 +289056,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GRXCR1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029662", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029662.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -290230,8 +289070,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG12206", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -290260,8 +289099,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:31673", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:31673", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -290269,11 +289109,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GRXCR1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051559", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051559.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -290283,8 +289123,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG31559", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -290313,8 +289152,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:33862", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:33862", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -290322,11 +289162,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GRXCR2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029662", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029662.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -290336,8 +289176,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG12206", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -290366,8 +289205,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:33862", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:33862", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -290375,11 +289215,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GRXCR2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051559", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051559.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -290389,8 +289229,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG31559", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -290419,8 +289258,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28042", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28042", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -290428,11 +289268,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GSAP", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010309", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010309.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -290442,8 +289282,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "pigeon", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -290472,8 +289311,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4612", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4612", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -290481,11 +289321,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GSC", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010323", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010323.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -290495,8 +289335,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Gsc", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -290525,8 +289364,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4613", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4613", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -290534,11 +289374,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GSC2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010323", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010323.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -290548,8 +289388,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Gsc", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -290578,8 +289417,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:4616", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4616", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -290587,11 +289427,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GSK3A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003371", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003371.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -290601,8 +289441,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "sgg", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -290631,8 +289470,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4617", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4617", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -290640,11 +289480,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GSK3B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0046332", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0046332.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -290654,8 +289494,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "gskt", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -290684,8 +289523,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4617", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4617", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -290693,11 +289533,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GSK3B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003371", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003371.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -290707,8 +289547,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "sgg", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -290737,8 +289576,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20343", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20343", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -290746,11 +289586,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GSKIP", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037156", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037156.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -290760,8 +289600,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG11523", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -290790,8 +289629,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20343", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20343", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -290799,11 +289639,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GSKIP", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034327", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034327.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -290813,8 +289653,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG14505", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -290843,8 +289682,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4620", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4620", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -290852,11 +289692,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GSN", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010225", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010225.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -290866,8 +289706,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Gel", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -290896,8 +289735,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4621", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4621", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -290905,11 +289745,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GSPT1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0020443", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0020443.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -290919,8 +289759,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "eRF3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -290948,8 +289787,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:4622", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4622", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -290957,11 +289797,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GSPT2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0020443", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0020443.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -290971,8 +289811,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "eRF3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -291001,8 +289840,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4624", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4624", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -291010,11 +289850,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GSS", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030882", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030882.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -291024,8 +289864,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Gss1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -291053,8 +289892,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25806", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25806", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -291062,11 +289902,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GSTCD", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032724", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032724.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -291076,8 +289916,481 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10428", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" + }, + "methodCount": 10, + "predictionMethodsMatched": [ + "Ensembl Compara", + "Hieranoid", + "InParanoid", + "OMA", + "OrthoFinder", + "OrthoInspector", + "PANTHER", + "PhylomeDB", + "Roundup", + "TreeFam" + ], + "predictionMethodsNotCalled": [ + "HGNC", + "ZFIN" + ], + "predictionMethodsNotMatched": [], + "stringencyFilter": "stringent", + "totalMethodCount": 10 + }, + { + "best": "Yes", + "bestReverse": "No", + "gene": { + "id": "HGNC:4632", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4632", + "species": { + "commonNames": "['human', 'hsa']", + "dataProviderFullName": "Rat Genome Database", + "dataProviderShortName": "RGD", + "name": "Homo sapiens", + "shortName": "Hsa", + "taxonId": "NCBITaxon:9606" + }, + "symbol": "GSTM1", + "taxonId": "NCBITaxon:9606" + }, + "homologGene": { + "id": "FB:FBgn0010226", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010226.html", + "species": { + "commonNames": "['fly', 'fruit fly', 'dme']", + "dataProviderFullName": "FlyBase", + "dataProviderShortName": "FB", + "name": "Drosophila melanogaster", + "shortName": "Dme", + "taxonId": "NCBITaxon:7227" + }, + "symbol": "GstS1", + "taxonId": "NCBITaxon:7227" + }, + "methodCount": 3, + "predictionMethodsMatched": [ + "Hieranoid", + "OMA", + "Roundup" + ], + "predictionMethodsNotCalled": [ + "HGNC", + "ZFIN" + ], + "predictionMethodsNotMatched": [ + "Ensembl Compara", + "InParanoid", + "OrthoFinder", + "OrthoInspector", + "PANTHER", + "PhylomeDB", + "TreeFam" + ], + "stringencyFilter": "stringent", + "totalMethodCount": 10 + }, + { + "best": "Yes", + "bestReverse": "No", + "gene": { + "id": "HGNC:4636", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4636", + "species": { + "commonNames": "['human', 'hsa']", + "dataProviderFullName": "Rat Genome Database", + "dataProviderShortName": "RGD", + "name": "Homo sapiens", + "shortName": "Hsa", + "taxonId": "NCBITaxon:9606" + }, + "symbol": "GSTM4", + "taxonId": "NCBITaxon:9606" + }, + "homologGene": { + "id": "FB:FBgn0010226", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010226.html", + "species": { + "commonNames": "['fly', 'fruit fly', 'dme']", + "dataProviderFullName": "FlyBase", + "dataProviderShortName": "FB", + "name": "Drosophila melanogaster", + "shortName": "Dme", + "taxonId": "NCBITaxon:7227" + }, + "symbol": "GstS1", + "taxonId": "NCBITaxon:7227" + }, + "methodCount": 3, + "predictionMethodsMatched": [ + "Hieranoid", + "OMA", + "Roundup" + ], + "predictionMethodsNotCalled": [ + "HGNC", + "ZFIN" + ], + "predictionMethodsNotMatched": [ + "Ensembl Compara", + "InParanoid", + "OrthoFinder", + "OrthoInspector", + "PANTHER", + "PhylomeDB", + "TreeFam" + ], + "stringencyFilter": "stringent", + "totalMethodCount": 10 + }, + { + "best": "No", + "bestReverse": "Yes", + "gene": { + "id": "HGNC:13312", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13312", + "species": { + "commonNames": "['human', 'hsa']", + "dataProviderFullName": "Rat Genome Database", + "dataProviderShortName": "RGD", + "name": "Homo sapiens", + "shortName": "Hsa", + "taxonId": "NCBITaxon:9606" + }, + "symbol": "GSTO1", + "taxonId": "NCBITaxon:9606" + }, + "homologGene": { + "id": "FB:FBgn0035907", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035907.html", + "species": { + "commonNames": "['fly', 'fruit fly', 'dme']", + "dataProviderFullName": "FlyBase", + "dataProviderShortName": "FB", + "name": "Drosophila melanogaster", + "shortName": "Dme", + "taxonId": "NCBITaxon:7227" + }, + "symbol": "GstO1", + "taxonId": "NCBITaxon:7227" + }, + "methodCount": 9, + "predictionMethodsMatched": [ + "Ensembl Compara", + "Hieranoid", + "InParanoid", + "OMA", + "OrthoFinder", + "OrthoInspector", + "PANTHER", + "PhylomeDB", + "TreeFam" + ], + "predictionMethodsNotCalled": [ + "HGNC", + "ZFIN" + ], + "predictionMethodsNotMatched": [ + "Roundup" + ], + "stringencyFilter": "stringent", + "totalMethodCount": 10 + }, + { + "best": "No", + "bestReverse": "Yes", + "gene": { + "id": "HGNC:13312", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13312", + "species": { + "commonNames": "['human', 'hsa']", + "dataProviderFullName": "Rat Genome Database", + "dataProviderShortName": "RGD", + "name": "Homo sapiens", + "shortName": "Hsa", + "taxonId": "NCBITaxon:9606" + }, + "symbol": "GSTO1", + "taxonId": "NCBITaxon:9606" + }, + "homologGene": { + "id": "FB:FBgn0035906", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035906.html", + "species": { + "commonNames": "['fly', 'fruit fly', 'dme']", + "dataProviderFullName": "FlyBase", + "dataProviderShortName": "FB", + "name": "Drosophila melanogaster", + "shortName": "Dme", + "taxonId": "NCBITaxon:7227" + }, + "symbol": "GstO2", + "taxonId": "NCBITaxon:7227" + }, + "methodCount": 9, + "predictionMethodsMatched": [ + "Ensembl Compara", + "Hieranoid", + "InParanoid", + "OMA", + "OrthoFinder", + "OrthoInspector", + "PANTHER", + "Roundup", + "TreeFam" + ], + "predictionMethodsNotCalled": [ + "HGNC", + "ZFIN" + ], + "predictionMethodsNotMatched": [ + "PhylomeDB" + ], + "stringencyFilter": "stringent", + "totalMethodCount": 10 + }, + { + "best": "Yes", + "bestReverse": "Yes", + "gene": { + "id": "HGNC:13312", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13312", + "species": { + "commonNames": "['human', 'hsa']", + "dataProviderFullName": "Rat Genome Database", + "dataProviderShortName": "RGD", + "name": "Homo sapiens", + "shortName": "Hsa", + "taxonId": "NCBITaxon:9606" + }, + "symbol": "GSTO1", + "taxonId": "NCBITaxon:9606" + }, + "homologGene": { + "id": "FB:FBgn0035904", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035904.html", + "species": { + "commonNames": "['fly', 'fruit fly', 'dme']", + "dataProviderFullName": "FlyBase", + "dataProviderShortName": "FB", + "name": "Drosophila melanogaster", + "shortName": "Dme", + "taxonId": "NCBITaxon:7227" + }, + "symbol": "GstO3", + "taxonId": "NCBITaxon:7227" + }, + "methodCount": 10, + "predictionMethodsMatched": [ + "Ensembl Compara", + "Hieranoid", + "InParanoid", + "OMA", + "OrthoFinder", + "OrthoInspector", + "PANTHER", + "PhylomeDB", + "Roundup", + "TreeFam" + ], + "predictionMethodsNotCalled": [ + "HGNC", + "ZFIN" + ], + "predictionMethodsNotMatched": [], + "stringencyFilter": "stringent", + "totalMethodCount": 10 + }, + { + "best": "Yes", + "bestReverse": "Yes", + "gene": { + "id": "HGNC:13312", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13312", + "species": { + "commonNames": "['human', 'hsa']", + "dataProviderFullName": "Rat Genome Database", + "dataProviderShortName": "RGD", + "name": "Homo sapiens", + "shortName": "Hsa", + "taxonId": "NCBITaxon:9606" + }, + "symbol": "GSTO1", + "taxonId": "NCBITaxon:9606" + }, + "homologGene": { + "id": "FB:FBgn0086348", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0086348.html", + "species": { + "commonNames": "['fly', 'fruit fly', 'dme']", + "dataProviderFullName": "FlyBase", + "dataProviderShortName": "FB", + "name": "Drosophila melanogaster", + "shortName": "Dme", + "taxonId": "NCBITaxon:7227" + }, + "symbol": "se", + "taxonId": "NCBITaxon:7227" + }, + "methodCount": 10, + "predictionMethodsMatched": [ + "Ensembl Compara", + "Hieranoid", + "InParanoid", + "OMA", + "OrthoFinder", + "OrthoInspector", + "PANTHER", + "PhylomeDB", + "Roundup", + "TreeFam" + ], + "predictionMethodsNotCalled": [ + "HGNC", + "ZFIN" + ], + "predictionMethodsNotMatched": [], + "stringencyFilter": "stringent", + "totalMethodCount": 10 + }, + { + "best": "No", + "bestReverse": "Yes", + "gene": { + "id": "HGNC:23064", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23064", + "species": { + "commonNames": "['human', 'hsa']", + "dataProviderFullName": "Rat Genome Database", + "dataProviderShortName": "RGD", + "name": "Homo sapiens", + "shortName": "Hsa", + "taxonId": "NCBITaxon:9606" + }, + "symbol": "GSTO2", + "taxonId": "NCBITaxon:9606" + }, + "homologGene": { + "id": "FB:FBgn0035907", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035907.html", + "species": { + "commonNames": "['fly', 'fruit fly', 'dme']", + "dataProviderFullName": "FlyBase", + "dataProviderShortName": "FB", + "name": "Drosophila melanogaster", + "shortName": "Dme", + "taxonId": "NCBITaxon:7227" + }, + "symbol": "GstO1", + "taxonId": "NCBITaxon:7227" + }, + "methodCount": 9, + "predictionMethodsMatched": [ + "Ensembl Compara", + "Hieranoid", + "InParanoid", + "OMA", + "OrthoFinder", + "OrthoInspector", + "PANTHER", + "PhylomeDB", + "TreeFam" + ], + "predictionMethodsNotCalled": [ + "HGNC", + "ZFIN" + ], + "predictionMethodsNotMatched": [ + "Roundup" + ], + "stringencyFilter": "stringent", + "totalMethodCount": 10 + }, + { + "best": "No", + "bestReverse": "Yes", + "gene": { + "id": "HGNC:23064", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23064", + "species": { + "commonNames": "['human', 'hsa']", + "dataProviderFullName": "Rat Genome Database", + "dataProviderShortName": "RGD", + "name": "Homo sapiens", + "shortName": "Hsa", + "taxonId": "NCBITaxon:9606" + }, + "symbol": "GSTO2", + "taxonId": "NCBITaxon:9606" + }, + "homologGene": { + "id": "FB:FBgn0035906", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035906.html", + "species": { + "commonNames": "['fly', 'fruit fly', 'dme']", + "dataProviderFullName": "FlyBase", + "dataProviderShortName": "FB", + "name": "Drosophila melanogaster", + "shortName": "Dme", + "taxonId": "NCBITaxon:7227" + }, + "symbol": "GstO2", + "taxonId": "NCBITaxon:7227" + }, + "methodCount": 9, + "predictionMethodsMatched": [ + "Ensembl Compara", + "Hieranoid", + "InParanoid", + "OMA", + "OrthoFinder", + "OrthoInspector", + "PANTHER", + "Roundup", + "TreeFam" + ], + "predictionMethodsNotCalled": [ + "HGNC", + "ZFIN" + ], + "predictionMethodsNotMatched": [ + "PhylomeDB" + ], + "stringencyFilter": "stringent", + "totalMethodCount": 10 + }, + { + "best": "Yes", + "bestReverse": "Yes", + "gene": { + "id": "HGNC:23064", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23064", + "species": { + "commonNames": "['human', 'hsa']", + "dataProviderFullName": "Rat Genome Database", + "dataProviderShortName": "RGD", + "name": "Homo sapiens", + "shortName": "Hsa", + "taxonId": "NCBITaxon:9606" + }, + "symbol": "GSTO2", + "taxonId": "NCBITaxon:9606" + }, + "homologGene": { + "id": "FB:FBgn0035904", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035904.html", + "species": { + "commonNames": "['fly', 'fruit fly', 'dme']", + "dataProviderFullName": "FlyBase", + "dataProviderShortName": "FB", + "name": "Drosophila melanogaster", + "shortName": "Dme", + "taxonId": "NCBITaxon:7227" + }, + "symbol": "GstO3", + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -291102,23 +290415,24 @@ }, { "best": "Yes", - "bestReverse": "No", + "bestReverse": "Yes", "gene": { - "id": "HGNC:4632", + "id": "HGNC:23064", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23064", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "GSTM1", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "GSTO2", + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0010226", + "id": "FB:FBgn0086348", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0086348.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -291127,82 +290441,27 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "GstS1", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "se", + "taxonId": "NCBITaxon:7227" }, - "methodCount": 3, + "methodCount": 10, "predictionMethodsMatched": [ - "Hieranoid", - "OMA", - "Roundup" - ], - "predictionMethodsNotCalled": [ - "HGNC", - "ZFIN" - ], - "predictionMethodsNotMatched": [ "Ensembl Compara", + "Hieranoid", "InParanoid", + "OMA", "OrthoFinder", "OrthoInspector", "PANTHER", "PhylomeDB", + "Roundup", "TreeFam" ], - "stringencyFilter": "stringent", - "totalMethodCount": 10 - }, - { - "best": "Yes", - "bestReverse": "No", - "gene": { - "id": "HGNC:4636", - "species": { - "commonNames": "['human']", - "dataProviderFullName": "Rat Genome Database", - "dataProviderShortName": "RGD", - "name": "Homo sapiens", - "shortName": "Hsa", - "taxonId": "NCBITaxon:9606" - }, - "symbol": "GSTM4", - "taxonId": "NCBITaxon:9606", - "url": null - }, - "homologGene": { - "id": "FB:FBgn0010226", - "species": { - "commonNames": "['fly', 'fruit fly', 'dme']", - "dataProviderFullName": "FlyBase", - "dataProviderShortName": "FB", - "name": "Drosophila melanogaster", - "shortName": "Dme", - "taxonId": "NCBITaxon:7227" - }, - "symbol": "GstS1", - "taxonId": "NCBITaxon:7227", - "url": null - }, - "methodCount": 3, - "predictionMethodsMatched": [ - "Hieranoid", - "OMA", - "Roundup" - ], "predictionMethodsNotCalled": [ "HGNC", "ZFIN" ], - "predictionMethodsNotMatched": [ - "Ensembl Compara", - "InParanoid", - "OrthoFinder", - "OrthoInspector", - "PANTHER", - "PhylomeDB", - "TreeFam" - ], + "predictionMethodsNotMatched": [], "stringencyFilter": "stringent", "totalMethodCount": 10 }, @@ -291210,21 +290469,22 @@ "best": "No", "bestReverse": "Yes", "gene": { - "id": "HGNC:13312", + "id": "HGNC:4641", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4641", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "GSTO1", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "GSTT1", + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0035907", + "id": "FB:FBgn0050000", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0050000.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -291233,20 +290493,18 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "GstO1", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "GstT1", + "taxonId": "NCBITaxon:7227" }, - "methodCount": 9, + "methodCount": 8, "predictionMethodsMatched": [ "Ensembl Compara", "Hieranoid", - "InParanoid", "OMA", "OrthoFinder", "OrthoInspector", "PANTHER", - "PhylomeDB", + "Roundup", "TreeFam" ], "predictionMethodsNotCalled": [ @@ -291254,30 +290512,32 @@ "ZFIN" ], "predictionMethodsNotMatched": [ - "Roundup" + "InParanoid", + "PhylomeDB" ], "stringencyFilter": "stringent", "totalMethodCount": 10 }, { - "best": "No", + "best": "Yes", "bestReverse": "Yes", "gene": { - "id": "HGNC:13312", + "id": "HGNC:4641", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4641", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "GSTO1", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "GSTT1", + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0035906", + "id": "FB:FBgn0031117", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031117.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -291286,9 +290546,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "GstO2", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "GstT3", + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -291313,24 +290572,25 @@ "totalMethodCount": 10 }, { - "best": "Yes", + "best": "No", "bestReverse": "Yes", "gene": { - "id": "HGNC:13312", + "id": "HGNC:4642", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4642", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "GSTO1", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "GSTT2", + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0035904", + "id": "FB:FBgn0050000", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0050000.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -291339,50 +290599,51 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "GstO3", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "GstT1", + "taxonId": "NCBITaxon:7227" }, - "methodCount": 10, + "methodCount": 8, "predictionMethodsMatched": [ "Ensembl Compara", "Hieranoid", - "InParanoid", "OMA", "OrthoFinder", "OrthoInspector", "PANTHER", "PhylomeDB", - "Roundup", "TreeFam" ], "predictionMethodsNotCalled": [ "HGNC", "ZFIN" ], - "predictionMethodsNotMatched": [], + "predictionMethodsNotMatched": [ + "InParanoid", + "Roundup" + ], "stringencyFilter": "stringent", "totalMethodCount": 10 }, { - "best": "Yes", + "best": "No", "bestReverse": "Yes", "gene": { - "id": "HGNC:13312", + "id": "HGNC:4642", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4642", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "GSTO1", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "GSTT2", + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0086348", + "id": "FB:FBgn0050005", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0050005.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -291391,50 +290652,51 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "se", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "GstT2", + "taxonId": "NCBITaxon:7227" }, - "methodCount": 10, + "methodCount": 6, "predictionMethodsMatched": [ "Ensembl Compara", - "Hieranoid", - "InParanoid", "OMA", "OrthoFinder", - "OrthoInspector", "PANTHER", "PhylomeDB", - "Roundup", "TreeFam" ], "predictionMethodsNotCalled": [ "HGNC", "ZFIN" ], - "predictionMethodsNotMatched": [], + "predictionMethodsNotMatched": [ + "Hieranoid", + "InParanoid", + "OrthoInspector", + "Roundup" + ], "stringencyFilter": "stringent", "totalMethodCount": 10 }, { - "best": "No", + "best": "Yes", "bestReverse": "Yes", "gene": { - "id": "HGNC:23064", + "id": "HGNC:4642", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4642", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "GSTO2", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "GSTT2", + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0035907", + "id": "FB:FBgn0031117", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031117.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -291443,9 +290705,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "GstO1", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "GstT3", + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -291473,21 +290734,22 @@ "best": "No", "bestReverse": "Yes", "gene": { - "id": "HGNC:23064", + "id": "HGNC:4642", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4642", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "GSTO2", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "GSTT2", + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0035906", + "id": "FB:FBgn0030484", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030484.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -291496,20 +290758,17 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "GstO2", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "GstT4", + "taxonId": "NCBITaxon:7227" }, - "methodCount": 9, + "methodCount": 7, "predictionMethodsMatched": [ - "Ensembl Compara", - "Hieranoid", "InParanoid", "OMA", "OrthoFinder", "OrthoInspector", "PANTHER", - "Roundup", + "PhylomeDB", "TreeFam" ], "predictionMethodsNotCalled": [ @@ -291517,30 +290776,33 @@ "ZFIN" ], "predictionMethodsNotMatched": [ - "PhylomeDB" + "Ensembl Compara", + "Hieranoid", + "Roundup" ], "stringencyFilter": "stringent", "totalMethodCount": 10 }, { "best": "Yes", - "bestReverse": "Yes", + "bestReverse": "No", "gene": { - "id": "HGNC:23064", + "id": "HGNC:33437", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:33437", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "GSTO2", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "GSTT2B", + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0035904", + "id": "FB:FBgn0050000", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0050000.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -291549,50 +290811,51 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "GstO3", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "GstT1", + "taxonId": "NCBITaxon:7227" }, - "methodCount": 10, + "methodCount": 3, "predictionMethodsMatched": [ "Ensembl Compara", - "Hieranoid", - "InParanoid", "OMA", - "OrthoFinder", - "OrthoInspector", - "PANTHER", - "PhylomeDB", - "Roundup", "TreeFam" ], "predictionMethodsNotCalled": [ "HGNC", "ZFIN" ], - "predictionMethodsNotMatched": [], + "predictionMethodsNotMatched": [ + "Hieranoid", + "InParanoid", + "OrthoFinder", + "OrthoInspector", + "PANTHER", + "PhylomeDB", + "Roundup" + ], "stringencyFilter": "stringent", "totalMethodCount": 10 }, { "best": "Yes", - "bestReverse": "Yes", + "bestReverse": "No", "gene": { - "id": "HGNC:23064", + "id": "HGNC:33437", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:33437", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "GSTO2", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "GSTT2B", + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0086348", + "id": "FB:FBgn0050005", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0050005.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -291601,50 +290864,51 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "se", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "GstT2", + "taxonId": "NCBITaxon:7227" }, - "methodCount": 10, + "methodCount": 3, "predictionMethodsMatched": [ "Ensembl Compara", - "Hieranoid", - "InParanoid", "OMA", - "OrthoFinder", - "OrthoInspector", - "PANTHER", - "PhylomeDB", - "Roundup", "TreeFam" ], "predictionMethodsNotCalled": [ "HGNC", "ZFIN" ], - "predictionMethodsNotMatched": [], + "predictionMethodsNotMatched": [ + "Hieranoid", + "InParanoid", + "OrthoFinder", + "OrthoInspector", + "PANTHER", + "PhylomeDB", + "Roundup" + ], "stringencyFilter": "stringent", "totalMethodCount": 10 }, { - "best": "No", - "bestReverse": "Yes", + "best": "Yes", + "bestReverse": "No", "gene": { - "id": "HGNC:4642", + "id": "HGNC:33437", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:33437", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "GSTT2", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "GSTT2B", + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0050000", + "id": "FB:FBgn0031117", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031117.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -291653,19 +290917,13 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "GstT1", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "GstT3", + "taxonId": "NCBITaxon:7227" }, - "methodCount": 8, + "methodCount": 3, "predictionMethodsMatched": [ "Ensembl Compara", - "Hieranoid", "OMA", - "OrthoFinder", - "OrthoInspector", - "PANTHER", - "PhylomeDB", "TreeFam" ], "predictionMethodsNotCalled": [ @@ -291673,31 +290931,37 @@ "ZFIN" ], "predictionMethodsNotMatched": [ + "Hieranoid", "InParanoid", + "OrthoFinder", + "OrthoInspector", + "PANTHER", + "PhylomeDB", "Roundup" ], "stringencyFilter": "stringent", "totalMethodCount": 10 }, { - "best": "No", + "best": "Yes", "bestReverse": "Yes", "gene": { - "id": "HGNC:4642", + "id": "HGNC:4643", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4643", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "GSTT2", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "GSTZ1", + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0050005", + "id": "FB:FBgn0037696", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037696.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -291706,51 +290970,50 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "GstT2", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "GstZ1", + "taxonId": "NCBITaxon:7227" }, - "methodCount": 6, + "methodCount": 10, "predictionMethodsMatched": [ "Ensembl Compara", + "Hieranoid", + "InParanoid", "OMA", "OrthoFinder", + "OrthoInspector", "PANTHER", "PhylomeDB", + "Roundup", "TreeFam" ], "predictionMethodsNotCalled": [ "HGNC", "ZFIN" ], - "predictionMethodsNotMatched": [ - "Hieranoid", - "InParanoid", - "OrthoInspector", - "Roundup" - ], + "predictionMethodsNotMatched": [], "stringencyFilter": "stringent", "totalMethodCount": 10 }, { - "best": "Yes", + "best": "No", "bestReverse": "Yes", "gene": { - "id": "HGNC:4642", + "id": "HGNC:4643", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4643", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "GSTT2", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "GSTZ1", + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0031117", + "id": "FB:FBgn0037697", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037697.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -291759,9 +291022,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "GstT3", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "GstZ2", + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -291786,24 +291048,25 @@ "totalMethodCount": 10 }, { - "best": "No", + "best": "Yes", "bestReverse": "Yes", "gene": { - "id": "HGNC:4642", + "id": "HGNC:20374", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20374", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "GSTT2", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "GSX1", + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0030484", + "id": "FB:FBgn0025776", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0025776.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -291812,19 +291075,16 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "GstT4", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "ind", + "taxonId": "NCBITaxon:7227" }, - "methodCount": 7, + "methodCount": 5, "predictionMethodsMatched": [ - "InParanoid", - "OMA", - "OrthoFinder", + "Hieranoid", "OrthoInspector", "PANTHER", "PhylomeDB", - "TreeFam" + "Roundup" ], "predictionMethodsNotCalled": [ "HGNC", @@ -291832,31 +291092,34 @@ ], "predictionMethodsNotMatched": [ "Ensembl Compara", - "Hieranoid", - "Roundup" + "InParanoid", + "OMA", + "OrthoFinder", + "TreeFam" ], "stringencyFilter": "stringent", "totalMethodCount": 10 }, { "best": "Yes", - "bestReverse": "No", + "bestReverse": "Yes", "gene": { - "id": "HGNC:33437", + "id": "HGNC:24959", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24959", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "GSTT2B", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "GSX2", + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0050000", + "id": "FB:FBgn0025776", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0025776.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -291865,51 +291128,51 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "GstT1", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "ind", + "taxonId": "NCBITaxon:7227" }, - "methodCount": 3, + "methodCount": 5, "predictionMethodsMatched": [ "Ensembl Compara", - "OMA", - "TreeFam" + "Hieranoid", + "OrthoInspector", + "PhylomeDB", + "Roundup" ], "predictionMethodsNotCalled": [ "HGNC", "ZFIN" ], "predictionMethodsNotMatched": [ - "Hieranoid", "InParanoid", + "OMA", "OrthoFinder", - "OrthoInspector", "PANTHER", - "PhylomeDB", - "Roundup" + "TreeFam" ], "stringencyFilter": "stringent", "totalMethodCount": 10 }, { "best": "Yes", - "bestReverse": "No", + "bestReverse": "Yes", "gene": { - "id": "HGNC:33437", + "id": "HGNC:20887", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20887", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "GSTT2B", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "GTDC1", + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0050005", + "id": "FB:FBgn0030700", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030700.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -291918,82 +291181,27 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "GstT2", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "CG15914", + "taxonId": "NCBITaxon:7227" }, - "methodCount": 3, + "methodCount": 10, "predictionMethodsMatched": [ "Ensembl Compara", - "OMA", - "TreeFam" - ], - "predictionMethodsNotCalled": [ - "HGNC", - "ZFIN" - ], - "predictionMethodsNotMatched": [ "Hieranoid", "InParanoid", + "OMA", "OrthoFinder", "OrthoInspector", "PANTHER", "PhylomeDB", - "Roundup" - ], - "stringencyFilter": "stringent", - "totalMethodCount": 10 - }, - { - "best": "Yes", - "bestReverse": "No", - "gene": { - "id": "HGNC:33437", - "species": { - "commonNames": "['human']", - "dataProviderFullName": "Rat Genome Database", - "dataProviderShortName": "RGD", - "name": "Homo sapiens", - "shortName": "Hsa", - "taxonId": "NCBITaxon:9606" - }, - "symbol": "GSTT2B", - "taxonId": "NCBITaxon:9606", - "url": null - }, - "homologGene": { - "id": "FB:FBgn0031117", - "species": { - "commonNames": "['fly', 'fruit fly', 'dme']", - "dataProviderFullName": "FlyBase", - "dataProviderShortName": "FB", - "name": "Drosophila melanogaster", - "shortName": "Dme", - "taxonId": "NCBITaxon:7227" - }, - "symbol": "GstT3", - "taxonId": "NCBITaxon:7227", - "url": null - }, - "methodCount": 3, - "predictionMethodsMatched": [ - "Ensembl Compara", - "OMA", + "Roundup", "TreeFam" ], "predictionMethodsNotCalled": [ "HGNC", "ZFIN" ], - "predictionMethodsNotMatched": [ - "Hieranoid", - "InParanoid", - "OrthoFinder", - "OrthoInspector", - "PANTHER", - "PhylomeDB", - "Roundup" - ], + "predictionMethodsNotMatched": [], "stringencyFilter": "stringent", "totalMethodCount": 10 }, @@ -292001,21 +291209,22 @@ "best": "Yes", "bestReverse": "Yes", "gene": { - "id": "HGNC:4643", + "id": "HGNC:4646", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4646", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "GSTZ1", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "GTF2A1", + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0037696", + "id": "FB:FBgn0011289", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0011289.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -292024,17 +291233,14 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "GstZ1", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "TfIIA-L", + "taxonId": "NCBITaxon:7227" }, - "methodCount": 10, + "methodCount": 8, "predictionMethodsMatched": [ "Ensembl Compara", "Hieranoid", "InParanoid", - "OMA", - "OrthoFinder", "OrthoInspector", "PANTHER", "PhylomeDB", @@ -292045,29 +291251,33 @@ "HGNC", "ZFIN" ], - "predictionMethodsNotMatched": [], + "predictionMethodsNotMatched": [ + "OMA", + "OrthoFinder" + ], "stringencyFilter": "stringent", "totalMethodCount": 10 }, { - "best": "No", - "bestReverse": "Yes", + "best": "Yes", + "bestReverse": "No", "gene": { - "id": "HGNC:4643", + "id": "HGNC:30727", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30727", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "GSTZ1", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "GTF2A1L", + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0037697", + "id": "FB:FBgn0011289", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0011289.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -292076,28 +291286,27 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "GstZ2", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "TfIIA-L", + "taxonId": "NCBITaxon:7227" }, - "methodCount": 9, + "methodCount": 5, "predictionMethodsMatched": [ - "Ensembl Compara", "Hieranoid", - "InParanoid", - "OMA", "OrthoFinder", - "OrthoInspector", "PANTHER", "PhylomeDB", - "TreeFam" + "Roundup" ], "predictionMethodsNotCalled": [ "HGNC", "ZFIN" ], "predictionMethodsNotMatched": [ - "Roundup" + "Ensembl Compara", + "InParanoid", + "OMA", + "OrthoInspector", + "TreeFam" ], "stringencyFilter": "stringent", "totalMethodCount": 10 @@ -292106,21 +291315,22 @@ "best": "Yes", "bestReverse": "Yes", "gene": { - "id": "HGNC:20374", + "id": "HGNC:4647", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4647", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "GSX1", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "GTF2A2", + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0025776", + "id": "FB:FBgn0013347", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0013347.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -292129,51 +291339,50 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "ind", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "TfIIA-S", + "taxonId": "NCBITaxon:7227" }, - "methodCount": 5, + "methodCount": 10, "predictionMethodsMatched": [ + "Ensembl Compara", "Hieranoid", + "InParanoid", + "OMA", + "OrthoFinder", "OrthoInspector", "PANTHER", "PhylomeDB", - "Roundup" + "Roundup", + "TreeFam" ], "predictionMethodsNotCalled": [ "HGNC", "ZFIN" ], - "predictionMethodsNotMatched": [ - "Ensembl Compara", - "InParanoid", - "OMA", - "OrthoFinder", - "TreeFam" - ], + "predictionMethodsNotMatched": [], "stringencyFilter": "stringent", "totalMethodCount": 10 }, { - "best": "Yes", + "best": "No", "bestReverse": "Yes", "gene": { - "id": "HGNC:24959", + "id": "HGNC:4647", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4647", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "GSX2", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "GTF2A2", + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0025776", + "id": "FB:FBgn0040338", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040338.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -292182,28 +291391,27 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "ind", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "TfIIA-S-2", + "taxonId": "NCBITaxon:7227" }, - "methodCount": 5, + "methodCount": 3, "predictionMethodsMatched": [ - "Ensembl Compara", - "Hieranoid", - "OrthoInspector", - "PhylomeDB", - "Roundup" + "OMA", + "PANTHER", + "TreeFam" ], "predictionMethodsNotCalled": [ "HGNC", "ZFIN" ], "predictionMethodsNotMatched": [ + "Ensembl Compara", + "Hieranoid", "InParanoid", - "OMA", "OrthoFinder", - "PANTHER", - "TreeFam" + "OrthoInspector", + "PhylomeDB", + "Roundup" ], "stringencyFilter": "stringent", "totalMethodCount": 10 @@ -292212,21 +291420,22 @@ "best": "Yes", "bestReverse": "Yes", "gene": { - "id": "HGNC:20887", + "id": "HGNC:4648", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4648", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "GTDC1", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "GTF2B", + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0030700", + "id": "FB:FBgn0004915", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004915.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -292235,9 +291444,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG15914", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "TfIIB", + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -292264,21 +291472,22 @@ "best": "Yes", "bestReverse": "Yes", "gene": { - "id": "HGNC:4646", + "id": "HGNC:4650", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4650", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "GTF2A1", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "GTF2E1", + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0011289", + "id": "FB:FBgn0015828", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015828.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -292287,15 +291496,16 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "TfIIA-L", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "TfIIE\u03b1", + "taxonId": "NCBITaxon:7227" }, - "methodCount": 8, + "methodCount": 10, "predictionMethodsMatched": [ "Ensembl Compara", "Hieranoid", "InParanoid", + "OMA", + "OrthoFinder", "OrthoInspector", "PANTHER", "PhylomeDB", @@ -292306,32 +291516,30 @@ "HGNC", "ZFIN" ], - "predictionMethodsNotMatched": [ - "OMA", - "OrthoFinder" - ], + "predictionMethodsNotMatched": [], "stringencyFilter": "stringent", "totalMethodCount": 10 }, { "best": "Yes", - "bestReverse": "No", + "bestReverse": "Yes", "gene": { - "id": "HGNC:30727", + "id": "HGNC:4651", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4651", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "GTF2A1L", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "GTF2E2", + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0011289", + "id": "FB:FBgn0015829", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015829.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -292340,29 +291548,27 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "TfIIA-L", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "TfIIE\u03b2", + "taxonId": "NCBITaxon:7227" }, - "methodCount": 5, + "methodCount": 10, "predictionMethodsMatched": [ + "Ensembl Compara", "Hieranoid", + "InParanoid", + "OMA", "OrthoFinder", + "OrthoInspector", "PANTHER", "PhylomeDB", - "Roundup" + "Roundup", + "TreeFam" ], "predictionMethodsNotCalled": [ "HGNC", "ZFIN" ], - "predictionMethodsNotMatched": [ - "Ensembl Compara", - "InParanoid", - "OMA", - "OrthoInspector", - "TreeFam" - ], + "predictionMethodsNotMatched": [], "stringencyFilter": "stringent", "totalMethodCount": 10 }, @@ -292370,21 +291576,22 @@ "best": "Yes", "bestReverse": "Yes", "gene": { - "id": "HGNC:4647", + "id": "HGNC:4652", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4652", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "GTF2A2", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "GTF2F1", + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0013347", + "id": "FB:FBgn0010282", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010282.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -292393,9 +291600,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "TfIIA-S", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "TfIIF\u03b1", + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -292419,24 +291625,25 @@ "totalMethodCount": 10 }, { - "best": "No", + "best": "Yes", "bestReverse": "Yes", "gene": { - "id": "HGNC:4647", + "id": "HGNC:4653", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4653", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "GTF2A2", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "GTF2F2", + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0040338", + "id": "FB:FBgn0010421", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010421.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -292445,29 +291652,27 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "TfIIA-S-2", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "TfIIF\u03b2", + "taxonId": "NCBITaxon:7227" }, - "methodCount": 3, + "methodCount": 10, "predictionMethodsMatched": [ + "Ensembl Compara", + "Hieranoid", + "InParanoid", "OMA", + "OrthoFinder", + "OrthoInspector", "PANTHER", + "PhylomeDB", + "Roundup", "TreeFam" ], "predictionMethodsNotCalled": [ "HGNC", "ZFIN" ], - "predictionMethodsNotMatched": [ - "Ensembl Compara", - "Hieranoid", - "InParanoid", - "OrthoFinder", - "OrthoInspector", - "PhylomeDB", - "Roundup" - ], + "predictionMethodsNotMatched": [], "stringencyFilter": "stringent", "totalMethodCount": 10 }, @@ -292475,21 +291680,22 @@ "best": "Yes", "bestReverse": "Yes", "gene": { - "id": "HGNC:4648", + "id": "HGNC:4655", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4655", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "GTF2B", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "GTF2H1", + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0004915", + "id": "FB:FBgn0033929", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033929.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -292498,9 +291704,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "TfIIB", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Tfb1", + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -292525,23 +291730,24 @@ }, { "best": "Yes", - "bestReverse": "Yes", + "bestReverse": "No", "gene": { - "id": "HGNC:4650", + "id": "HGNC:4656", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4656", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "GTF2E1", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "GTF2H2", + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0015828", + "id": "FB:FBgn0037202", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037202.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -292550,102 +291756,51 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "TfIIE\u03b1", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Ssl1", + "taxonId": "NCBITaxon:7227" }, - "methodCount": 10, + "methodCount": 3, "predictionMethodsMatched": [ "Ensembl Compara", - "Hieranoid", - "InParanoid", "OMA", - "OrthoFinder", - "OrthoInspector", - "PANTHER", - "PhylomeDB", - "Roundup", "TreeFam" ], "predictionMethodsNotCalled": [ "HGNC", "ZFIN" ], - "predictionMethodsNotMatched": [], - "stringencyFilter": "stringent", - "totalMethodCount": 10 - }, - { - "best": "Yes", - "bestReverse": "Yes", - "gene": { - "id": "HGNC:4651", - "species": { - "commonNames": "['human']", - "dataProviderFullName": "Rat Genome Database", - "dataProviderShortName": "RGD", - "name": "Homo sapiens", - "shortName": "Hsa", - "taxonId": "NCBITaxon:9606" - }, - "symbol": "GTF2E2", - "taxonId": "NCBITaxon:9606", - "url": null - }, - "homologGene": { - "id": "FB:FBgn0015829", - "species": { - "commonNames": "['fly', 'fruit fly', 'dme']", - "dataProviderFullName": "FlyBase", - "dataProviderShortName": "FB", - "name": "Drosophila melanogaster", - "shortName": "Dme", - "taxonId": "NCBITaxon:7227" - }, - "symbol": "TfIIE\u03b2", - "taxonId": "NCBITaxon:7227", - "url": null - }, - "methodCount": 10, - "predictionMethodsMatched": [ - "Ensembl Compara", + "predictionMethodsNotMatched": [ "Hieranoid", "InParanoid", - "OMA", "OrthoFinder", "OrthoInspector", "PANTHER", "PhylomeDB", - "Roundup", - "TreeFam" - ], - "predictionMethodsNotCalled": [ - "HGNC", - "ZFIN" + "Roundup" ], - "predictionMethodsNotMatched": [], "stringencyFilter": "stringent", "totalMethodCount": 10 }, { "best": "Yes", - "bestReverse": "Yes", + "bestReverse": "No", "gene": { - "id": "HGNC:4652", + "id": "HGNC:31394", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:31394", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "GTF2F1", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "GTF2H2C", + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0010282", + "id": "FB:FBgn0037202", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037202.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -292654,80 +291809,28 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "TfIIF\u03b1", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Ssl1", + "taxonId": "NCBITaxon:7227" }, - "methodCount": 10, + "methodCount": 7, "predictionMethodsMatched": [ - "Ensembl Compara", "Hieranoid", "InParanoid", - "OMA", "OrthoFinder", "OrthoInspector", "PANTHER", "PhylomeDB", - "Roundup", - "TreeFam" + "Roundup" ], "predictionMethodsNotCalled": [ "HGNC", "ZFIN" ], - "predictionMethodsNotMatched": [], - "stringencyFilter": "stringent", - "totalMethodCount": 10 - }, - { - "best": "Yes", - "bestReverse": "Yes", - "gene": { - "id": "HGNC:4653", - "species": { - "commonNames": "['human']", - "dataProviderFullName": "Rat Genome Database", - "dataProviderShortName": "RGD", - "name": "Homo sapiens", - "shortName": "Hsa", - "taxonId": "NCBITaxon:9606" - }, - "symbol": "GTF2F2", - "taxonId": "NCBITaxon:9606", - "url": null - }, - "homologGene": { - "id": "FB:FBgn0010421", - "species": { - "commonNames": "['fly', 'fruit fly', 'dme']", - "dataProviderFullName": "FlyBase", - "dataProviderShortName": "FB", - "name": "Drosophila melanogaster", - "shortName": "Dme", - "taxonId": "NCBITaxon:7227" - }, - "symbol": "TfIIF\u03b2", - "taxonId": "NCBITaxon:7227", - "url": null - }, - "methodCount": 10, - "predictionMethodsMatched": [ + "predictionMethodsNotMatched": [ "Ensembl Compara", - "Hieranoid", - "InParanoid", "OMA", - "OrthoFinder", - "OrthoInspector", - "PANTHER", - "PhylomeDB", - "Roundup", "TreeFam" ], - "predictionMethodsNotCalled": [ - "HGNC", - "ZFIN" - ], - "predictionMethodsNotMatched": [], "stringencyFilter": "stringent", "totalMethodCount": 10 }, @@ -292735,21 +291838,22 @@ "best": "Yes", "bestReverse": "Yes", "gene": { - "id": "HGNC:4655", + "id": "HGNC:35418", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:35418", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "GTF2H1", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "GTF2H2C_2", + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0033929", + "id": "FB:FBgn0037202", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037202.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -292758,9 +291862,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "Tfb1", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Ssl1", + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -292783,119 +291886,14 @@ "stringencyFilter": "stringent", "totalMethodCount": 10 }, - { - "best": "Yes", - "bestReverse": "No", - "gene": { - "id": "HGNC:4656", - "species": { - "commonNames": "['human']", - "dataProviderFullName": "Rat Genome Database", - "dataProviderShortName": "RGD", - "name": "Homo sapiens", - "shortName": "Hsa", - "taxonId": "NCBITaxon:9606" - }, - "symbol": "GTF2H2", - "taxonId": "NCBITaxon:9606", - "url": null - }, - "homologGene": { - "id": "FB:FBgn0037202", - "species": { - "commonNames": "['fly', 'fruit fly', 'dme']", - "dataProviderFullName": "FlyBase", - "dataProviderShortName": "FB", - "name": "Drosophila melanogaster", - "shortName": "Dme", - "taxonId": "NCBITaxon:7227" - }, - "symbol": "Ssl1", - "taxonId": "NCBITaxon:7227", - "url": null - }, - "methodCount": 3, - "predictionMethodsMatched": [ - "Ensembl Compara", - "OMA", - "TreeFam" - ], - "predictionMethodsNotCalled": [ - "HGNC", - "ZFIN" - ], - "predictionMethodsNotMatched": [ - "Hieranoid", - "InParanoid", - "OrthoFinder", - "OrthoInspector", - "PANTHER", - "PhylomeDB", - "Roundup" - ], - "stringencyFilter": "stringent", - "totalMethodCount": 10 - }, - { - "best": "Yes", - "bestReverse": "No", - "gene": { - "id": "HGNC:31394", - "species": { - "commonNames": "['human']", - "dataProviderFullName": "Rat Genome Database", - "dataProviderShortName": "RGD", - "name": "Homo sapiens", - "shortName": "Hsa", - "taxonId": "NCBITaxon:9606" - }, - "symbol": "GTF2H2C", - "taxonId": "NCBITaxon:9606", - "url": null - }, - "homologGene": { - "id": "FB:FBgn0037202", - "species": { - "commonNames": "['fly', 'fruit fly', 'dme']", - "dataProviderFullName": "FlyBase", - "dataProviderShortName": "FB", - "name": "Drosophila melanogaster", - "shortName": "Dme", - "taxonId": "NCBITaxon:7227" - }, - "symbol": "Ssl1", - "taxonId": "NCBITaxon:7227", - "url": null - }, - "methodCount": 7, - "predictionMethodsMatched": [ - "Hieranoid", - "InParanoid", - "OrthoFinder", - "OrthoInspector", - "PANTHER", - "PhylomeDB", - "Roundup" - ], - "predictionMethodsNotCalled": [ - "HGNC", - "ZFIN" - ], - "predictionMethodsNotMatched": [ - "Ensembl Compara", - "OMA", - "TreeFam" - ], - "stringencyFilter": "stringent", - "totalMethodCount": 10 - }, { "best": "Yes", "bestReverse": "Yes", "gene": { "id": "HGNC:4657", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4657", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -292903,11 +291901,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GTF2H3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031309", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031309.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -292917,8 +291915,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Tfb4", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -292946,8 +291943,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4658", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4658", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -292955,11 +291953,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GTF2H4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261109", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261109.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -292969,8 +291967,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mrn", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -292998,8 +291995,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21157", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21157", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -293007,11 +292005,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GTF2H5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0265968", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0265968.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -293021,8 +292019,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Tfb5", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -293050,8 +292047,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4662", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4662", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -293059,11 +292057,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GTF3A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030787", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030787.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -293073,8 +292071,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG9609", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -293103,8 +292100,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4664", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4664", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -293112,11 +292110,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GTF3C1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032517", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032517.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -293126,8 +292124,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7099", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -293156,8 +292153,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4666", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4666", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -293165,11 +292163,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GTF3C3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034186", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034186.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -293179,8 +292177,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8950", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -293208,8 +292205,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4668", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4668", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -293217,11 +292215,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GTF3C5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0086445", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0086445.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -293231,8 +292229,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "l(2)37Cd", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -293261,8 +292258,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20872", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20872", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -293270,11 +292268,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GTF3C6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0260390", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0260390.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -293284,8 +292282,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG42516", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -293314,8 +292311,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4669", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4669", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -293323,11 +292321,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GTPBP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027836", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027836.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -293337,8 +292335,59 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Dgp-1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" + }, + "methodCount": 10, + "predictionMethodsMatched": [ + "Ensembl Compara", + "Hieranoid", + "InParanoid", + "OMA", + "OrthoFinder", + "OrthoInspector", + "PANTHER", + "PhylomeDB", + "Roundup", + "TreeFam" + ], + "predictionMethodsNotCalled": [ + "HGNC", + "ZFIN" + ], + "predictionMethodsNotMatched": [], + "stringencyFilter": "stringent", + "totalMethodCount": 10 + }, + { + "best": "Yes", + "bestReverse": "Yes", + "gene": { + "id": "HGNC:25106", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25106", + "species": { + "commonNames": "['human', 'hsa']", + "dataProviderFullName": "Rat Genome Database", + "dataProviderShortName": "RGD", + "name": "Homo sapiens", + "shortName": "Hsa", + "taxonId": "NCBITaxon:9606" + }, + "symbol": "GTPBP10", + "taxonId": "NCBITaxon:9606" + }, + "homologGene": { + "id": "FB:FBgn0032818", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032818.html", + "species": { + "commonNames": "['fly', 'fruit fly', 'dme']", + "dataProviderFullName": "FlyBase", + "dataProviderShortName": "FB", + "name": "Drosophila melanogaster", + "shortName": "Dme", + "taxonId": "NCBITaxon:7227" + }, + "symbol": "CG10628", + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -293366,8 +292415,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4670", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4670", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -293375,11 +292425,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GTPBP2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037391", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037391.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -293389,8 +292439,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG2017", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -293418,8 +292467,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14880", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14880", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -293427,11 +292477,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GTPBP3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039189", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039189.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -293441,8 +292491,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG18528", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -293470,8 +292519,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21535", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21535", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -293479,11 +292529,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GTPBP4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028473", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028473.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -293493,8 +292543,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Non1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -293522,8 +292571,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30189", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30189", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -293531,11 +292581,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GTPBP6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039339", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039339.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -293545,8 +292595,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5116", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -293574,8 +292623,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26565", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26565", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -293583,11 +292633,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GTSF1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036826", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036826.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -293597,8 +292647,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "arx", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -293627,8 +292676,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26565", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26565", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -293636,11 +292686,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GTSF1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031677", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031677.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -293650,8 +292700,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG14036", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -293680,8 +292729,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26565", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26565", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -293689,11 +292739,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GTSF1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052625", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052625.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -293703,8 +292753,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG32625", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -293733,8 +292782,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26565", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26565", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -293742,11 +292792,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GTSF1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0085312", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0085312.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -293756,8 +292806,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG34283", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -293786,8 +292835,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:16198", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16198", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -293795,11 +292845,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GTSF1L", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036826", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036826.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -293809,8 +292859,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "arx", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -293839,8 +292888,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16198", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16198", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -293848,11 +292898,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GTSF1L", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031677", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031677.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -293862,8 +292912,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG14036", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -293892,8 +292941,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16198", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16198", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -293901,11 +292951,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GTSF1L", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052625", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052625.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -293915,8 +292965,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG32625", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -293945,8 +292994,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16198", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16198", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -293954,11 +293004,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GTSF1L", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0085312", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0085312.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -293968,8 +293018,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG34283", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -293998,8 +293047,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14237", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14237", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -294007,11 +293057,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GUCD1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040375", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040375.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -294021,8 +293071,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG13760", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -294050,8 +293099,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:4685", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4685", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -294059,11 +293109,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GUCY1A1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0013972", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0013972.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -294073,8 +293123,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Gyc\u03b199B", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -294103,8 +293152,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4684", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4684", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -294112,11 +293162,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GUCY1A2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0013972", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0013972.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -294126,8 +293176,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Gyc\u03b199B", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -294156,8 +293205,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4687", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4687", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -294165,11 +293215,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GUCY1B1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0013973", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0013973.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -294179,8 +293229,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Gyc\u03b2100B", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -294208,8 +293257,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4688", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4688", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -294217,11 +293267,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GUCY2C", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036368", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036368.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -294231,8 +293281,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10738", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -294261,8 +293310,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4688", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4688", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -294270,11 +293320,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GUCY2C", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0053958", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0053958.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -294284,8 +293334,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG33958", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -294314,8 +293363,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4688", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4688", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -294323,11 +293373,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GUCY2C", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010197", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010197.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -294337,8 +293387,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Gyc32E", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -294367,8 +293416,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4688", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4688", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -294376,11 +293426,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GUCY2C", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0266136", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0266136.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -294390,8 +293440,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Gyc76C", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -294420,8 +293469,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4689", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4689", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -294429,11 +293479,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GUCY2D", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0085386", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0085386.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -294443,8 +293493,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG34357", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -294473,8 +293522,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4691", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4691", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -294482,11 +293532,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GUCY2F", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0085386", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0085386.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -294496,8 +293546,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG34357", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -294526,8 +293575,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25799", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25799", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -294535,11 +293585,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GUF1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0024182", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0024182.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -294549,8 +293599,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "waw", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -294578,8 +293627,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4693", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4693", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -294587,11 +293637,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GUK1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036099", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036099.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -294601,8 +293651,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG11811", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -294630,8 +293679,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18649", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18649", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -294639,11 +293689,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GULP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029092", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029092.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -294653,8 +293703,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ced-6", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -294683,8 +293732,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4696", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4696", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -294692,11 +293742,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GUSB", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034417", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034417.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -294706,8 +293756,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG15117", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -294736,8 +293785,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4696", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4696", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -294745,11 +293795,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GUSB", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0270927", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0270927.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -294759,8 +293809,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "\u03b2Glu", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -294789,8 +293838,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:27482", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:27482", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -294798,11 +293848,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GXYLT1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039273", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039273.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -294812,8 +293862,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "shams", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -294841,8 +293890,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:33383", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:33383", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -294850,11 +293900,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GXYLT2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039273", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039273.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -294864,8 +293914,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "shams", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -294893,8 +293942,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4699", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4699", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -294902,11 +293952,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GYG1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0265191", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0265191.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -294916,8 +293966,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Gyg", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -294946,8 +293995,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:4700", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4700", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -294955,11 +294005,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GYG2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0265191", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0265191.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -294969,8 +294019,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Gyg", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -294999,8 +294048,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4706", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4706", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -295008,11 +294058,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GYS1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0266064", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0266064.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -295022,8 +294072,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "GlyS", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -295051,8 +294100,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4707", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4707", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -295060,11 +294110,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "GYS2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0266064", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0266064.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -295074,8 +294124,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "GlyS", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -295103,8 +294152,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:4715", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4715", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -295112,11 +294162,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "H1-1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0053801", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0053801.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -295126,8 +294176,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "His1:CG33801", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -295156,8 +294205,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:4715", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4715", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -295165,11 +294215,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "H1-1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0053807", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0053807.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -295179,8 +294229,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "His1:CG33807", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -295209,8 +294258,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:4715", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4715", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -295218,11 +294268,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "H1-1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0053834", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0053834.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -295232,8 +294282,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "His1:CG33834", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -295262,8 +294311,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4716", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4716", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -295271,11 +294321,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "H1-2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0053801", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0053801.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -295285,8 +294335,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "His1:CG33801", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -295315,8 +294364,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4716", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4716", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -295324,11 +294374,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "H1-2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0053807", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0053807.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -295338,8 +294388,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "His1:CG33807", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -295368,8 +294417,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4716", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4716", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -295377,11 +294427,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "H1-2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0053825", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0053825.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -295391,8 +294441,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "His1:CG33825", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -295421,8 +294470,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4716", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4716", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -295430,11 +294480,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "H1-2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0053834", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0053834.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -295444,8 +294494,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "His1:CG33834", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -295474,8 +294523,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4717", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4717", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -295483,11 +294533,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "H1-3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0053801", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0053801.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -295497,8 +294547,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "His1:CG33801", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -295527,8 +294576,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4717", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4717", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -295536,11 +294586,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "H1-3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0053807", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0053807.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -295550,8 +294600,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "His1:CG33807", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -295580,8 +294629,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4718", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4718", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -295589,11 +294639,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "H1-4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0053801", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0053801.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -295603,8 +294653,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "His1:CG33801", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -295633,8 +294682,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4718", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4718", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -295642,11 +294692,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "H1-4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0053807", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0053807.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -295656,8 +294706,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "His1:CG33807", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -295686,8 +294735,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4718", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4718", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -295695,11 +294745,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "H1-4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0053825", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0053825.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -295709,8 +294759,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "His1:CG33825", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -295739,8 +294788,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4718", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4718", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -295748,11 +294798,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "H1-4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0053834", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0053834.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -295762,8 +294812,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "His1:CG33834", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -295792,8 +294841,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4719", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4719", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -295801,11 +294851,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "H1-5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0053801", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0053801.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -295815,8 +294865,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "His1:CG33801", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -295845,8 +294894,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4719", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4719", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -295854,11 +294904,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "H1-5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0053807", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0053807.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -295868,8 +294918,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "His1:CG33807", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -295898,8 +294947,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4719", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4719", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -295907,11 +294957,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "H1-5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0053825", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0053825.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -295921,8 +294971,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "His1:CG33825", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -295951,8 +295000,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4720", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4720", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -295960,11 +295010,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "H1-6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0053801", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0053801.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -295974,8 +295024,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "His1:CG33801", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -296004,8 +295053,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:18729", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18729", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -296013,11 +295063,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "H2AC1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0053832", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0053832.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -296027,8 +295077,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "His2A:CG33832", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -296057,8 +295106,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4737", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4737", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -296066,11 +295116,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "H2AC11", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0053832", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0053832.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -296080,8 +295130,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "His2A:CG33832", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -296110,8 +295159,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4737", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4737", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -296119,11 +295169,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "H2AC11", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0053859", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0053859.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -296133,8 +295183,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "His2A:CG33859", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -296163,8 +295212,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:13671", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13671", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -296172,11 +295222,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "H2AC12", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0053832", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0053832.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -296186,8 +295236,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "His2A:CG33832", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -296216,8 +295265,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:4727", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4727", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -296225,11 +295275,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "H2AC14", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0053832", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0053832.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -296239,8 +295289,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "His2A:CG33832", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -296269,8 +295318,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4730", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4730", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -296278,11 +295328,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "H2AC16", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0053817", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0053817.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -296292,8 +295342,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "His2A:CG33817", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -296322,8 +295371,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4730", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4730", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -296331,11 +295381,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "H2AC16", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0053856", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0053856.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -296345,8 +295395,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "His2A:CG33856", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -296375,8 +295424,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4736", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4736", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -296384,11 +295434,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "H2AC18", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0053817", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0053817.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -296398,8 +295448,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "His2A:CG33817", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -296428,8 +295477,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4736", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4736", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -296437,11 +295487,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "H2AC18", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0053856", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0053856.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -296451,8 +295501,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "His2A:CG33856", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -296481,8 +295530,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:29668", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29668", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -296490,11 +295540,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "H2AC19", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0053832", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0053832.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -296504,8 +295554,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "His2A:CG33832", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -296534,8 +295583,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:4738", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4738", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -296543,11 +295593,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "H2AC20", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0053832", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0053832.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -296557,8 +295607,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "His2A:CG33832", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -296587,8 +295636,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20508", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20508", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -296596,11 +295646,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "H2AC21", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0053832", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0053832.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -296610,8 +295660,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "His2A:CG33832", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -296640,8 +295689,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4734", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4734", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -296649,11 +295699,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "H2AC4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0053832", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0053832.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -296663,8 +295713,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "His2A:CG33832", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -296693,8 +295742,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4733", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4733", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -296702,11 +295752,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "H2AC6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0053832", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0053832.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -296716,8 +295766,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "His2A:CG33832", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -296746,8 +295795,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:4729", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4729", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -296755,11 +295805,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "H2AC7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0053832", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0053832.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -296769,8 +295819,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "His2A:CG33832", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -296799,8 +295848,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:14456", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14456", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -296808,11 +295858,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "H2AJ", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0053832", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0053832.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -296822,8 +295872,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "His2A:CG33832", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -296852,8 +295901,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:14456", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14456", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -296861,11 +295911,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "H2AJ", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0053859", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0053859.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -296875,8 +295925,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "His2A:CG33859", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -296905,8 +295954,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20507", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20507", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -296914,11 +295964,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "H2AW", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0053832", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0053832.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -296928,8 +295978,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "His2A:CG33832", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -296958,8 +296007,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4739", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4739", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -296967,11 +296017,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "H2AX", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0053832", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0053832.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -296981,8 +296031,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "His2A:CG33832", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -297011,8 +296060,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4741", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4741", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -297020,11 +296070,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "H2AZ1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0001197", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0001197.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -297034,8 +296084,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "His2Av", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -297063,8 +296112,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20664", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20664", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -297072,11 +296122,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "H2AZ2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0001197", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0001197.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -297086,8 +296136,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "His2Av", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -297115,8 +296164,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:18730", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18730", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -297124,11 +296174,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "H2BC1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0053884", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0053884.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -297138,8 +296188,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "His2B:CG33884", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -297168,8 +296217,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4761", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4761", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -297177,11 +296227,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "H2BC11", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0053884", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0053884.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -297191,8 +296241,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "His2B:CG33884", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -297221,8 +296270,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13954", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13954", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -297230,11 +296280,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "H2BC12", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0053884", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0053884.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -297244,8 +296294,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "His2B:CG33884", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -297274,8 +296323,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4748", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4748", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -297283,11 +296333,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "H2BC13", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0053884", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0053884.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -297297,8 +296347,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "His2B:CG33884", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -297327,8 +296376,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:4750", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4750", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -297336,11 +296386,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "H2BC14", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0053884", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0053884.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -297350,8 +296400,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "His2B:CG33884", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -297380,8 +296429,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:4749", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4749", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -297389,11 +296439,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "H2BC15", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0053884", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0053884.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -297403,8 +296453,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "His2B:CG33884", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -297433,8 +296482,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4758", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4758", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -297442,11 +296492,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "H2BC17", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0053884", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0053884.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -297456,8 +296506,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "His2B:CG33884", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -297486,8 +296535,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24700", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24700", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -297495,11 +296545,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "H2BC18", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0053884", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0053884.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -297509,8 +296559,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "His2B:CG33884", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -297539,8 +296588,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:20517", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20517", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -297548,11 +296598,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "H2BC19P", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0053884", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0053884.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -297562,8 +296612,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "His2B:CG33884", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -297592,8 +296641,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4760", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4760", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -297601,11 +296651,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "H2BC21", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0053884", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0053884.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -297615,8 +296665,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "His2B:CG33884", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -297645,8 +296694,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:4751", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4751", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -297654,11 +296704,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "H2BC3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0053884", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0053884.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -297668,8 +296718,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "His2B:CG33884", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -297698,8 +296747,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4747", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4747", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -297707,11 +296757,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "H2BC5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0053884", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0053884.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -297721,8 +296771,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "His2B:CG33884", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -297751,8 +296800,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4755", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4755", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -297760,11 +296810,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "H2BC9", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0053884", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0053884.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -297774,8 +296824,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "His2B:CG33884", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -297804,8 +296853,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:20514", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20514", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -297813,11 +296863,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "H2BU1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0053884", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0053884.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -297827,8 +296877,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "His2B:CG33884", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -297857,8 +296906,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4765", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4765", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -297866,11 +296916,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "H3-3B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0014857", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0014857.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -297880,8 +296930,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "His3.3A", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -297910,8 +296959,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4778", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4778", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -297919,11 +296969,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "H3-4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0053866", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0053866.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -297933,8 +296983,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "His3:CG33866", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -297963,8 +297012,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25311", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25311", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -297972,11 +297022,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "H3C13", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0053848", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0053848.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -297986,8 +297036,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "His3:CG33848", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -298016,8 +297065,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4767", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4767", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -298025,11 +297075,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "H3C4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0053866", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0053866.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -298039,8 +297089,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "His3:CG33866", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -298069,8 +297118,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4784", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4784", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -298078,11 +297128,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "H4C12", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0053881", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0053881.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -298092,8 +297142,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "His4:CG33881", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -298122,8 +297171,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29607", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29607", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -298131,11 +297181,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "H4C15", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0053869", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0053869.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -298145,8 +297195,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "His4:CG33869", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -298175,8 +297224,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17062", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17062", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -298184,11 +297234,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HABP4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0265047", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0265047.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -298198,8 +297248,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "FDY", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -298228,8 +297277,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:17062", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17062", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -298237,11 +297287,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HABP4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0024183", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0024183.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -298251,8 +297301,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "vig", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -298281,8 +297330,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:17062", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17062", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -298290,11 +297340,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HABP4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0046214", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0046214.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -298304,8 +297354,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "vig2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -298334,8 +297383,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9639", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9639", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -298343,11 +297393,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HACD1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032394", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032394.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -298357,8 +297407,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Hacd1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -298386,8 +297435,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9640", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9640", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -298395,11 +297445,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HACD2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032394", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032394.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -298409,8 +297459,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Hacd1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -298438,8 +297487,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24175", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24175", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -298447,11 +297497,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HACD3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032524", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032524.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -298461,8 +297511,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Hacd2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -298490,8 +297539,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:20920", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20920", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -298499,11 +297549,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HACD4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032524", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032524.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -298513,8 +297563,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Hacd2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -298543,8 +297592,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17856", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17856", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -298552,11 +297602,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HACL1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034488", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034488.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -298566,8 +297616,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Hacl", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -298595,8 +297644,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4801", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4801", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -298604,11 +297654,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HADHA", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028479", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028479.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -298618,8 +297668,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Mtp\u03b1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -298647,8 +297696,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4803", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4803", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -298656,11 +297706,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HADHB", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0025352", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0025352.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -298670,8 +297720,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Mtp\u03b2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -298700,8 +297749,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4805", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4805", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -298709,11 +297759,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HAGH", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037024", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037024.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -298723,8 +297773,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "tzn", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -298752,8 +297801,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:14177", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14177", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -298761,11 +297811,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HAGHL", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037024", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037024.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -298775,8 +297825,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "tzn", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -298805,8 +297854,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:4807", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4807", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -298814,11 +297864,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HAND1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032209", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032209.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -298828,8 +297878,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Hand", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -298858,8 +297907,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4808", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4808", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -298867,11 +297917,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HAND2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032209", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032209.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -298881,8 +297931,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Hand", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -298911,8 +297960,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4809", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4809", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -298920,11 +297970,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HAO1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0061356", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0061356.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -298933,9 +297983,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG18003", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Hao", + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -298964,8 +298013,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:4810", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4810", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -298973,11 +298023,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HAO2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0061356", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0061356.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -298986,9 +298036,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG18003", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Hao", + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -299017,8 +298066,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:4812", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4812", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -299026,11 +298076,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HAP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0262872", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0262872.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -299040,8 +298090,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "milt", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -299070,8 +298119,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26522", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26522", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -299079,11 +298129,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HARBI1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0026148", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026148.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -299093,8 +298143,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG12253", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -299123,8 +298172,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26522", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26522", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -299132,11 +298182,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HARBI1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0262534", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0262534.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -299146,8 +298196,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG43088", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -299176,8 +298225,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4816", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4816", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -299185,11 +298235,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HARS1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027087", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027087.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -299199,8 +298249,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "HisRS", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -299228,8 +298277,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:4817", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4817", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -299237,11 +298287,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HARS2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027087", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027087.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -299251,8 +298301,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "HisRS", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -299281,8 +298330,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4818", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4818", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -299290,11 +298340,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HAS1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029091", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029091.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -299304,8 +298354,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Chs2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -299334,8 +298383,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4818", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4818", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -299343,11 +298393,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HAS1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0001311", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0001311.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -299357,8 +298407,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "kkv", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -299387,8 +298436,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4819", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4819", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -299396,11 +298446,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HAS2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029091", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029091.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -299410,8 +298460,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Chs2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -299440,8 +298489,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4819", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4819", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -299449,11 +298499,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HAS2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0001311", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0001311.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -299463,8 +298513,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "kkv", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -299493,8 +298542,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4820", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4820", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -299502,11 +298552,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HAS3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029091", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029091.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -299516,8 +298566,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Chs2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -299546,8 +298595,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4820", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4820", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -299555,11 +298605,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HAS3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0001311", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0001311.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -299569,8 +298619,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "kkv", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -299599,8 +298648,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19682", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19682", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -299608,11 +298658,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HASPIN", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0046706", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0046706.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -299622,8 +298672,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Haspin", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -299652,8 +298701,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4821", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4821", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -299661,11 +298711,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HAT1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037376", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037376.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -299675,8 +298725,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Hat1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -299704,8 +298753,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25948", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25948", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -299713,11 +298763,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HAUS6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039638", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039638.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -299727,8 +298777,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "dgt6", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -299757,8 +298806,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16915", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16915", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -299766,11 +298816,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HAX1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031683", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031683.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -299780,8 +298830,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG4230", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -299810,8 +298859,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:4824", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4824", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -299819,11 +298869,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HBA2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027657", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027657.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -299833,8 +298883,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "glob1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -299863,8 +298912,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:4827", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4827", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -299872,11 +298922,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HBB", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027657", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027657.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -299886,8 +298936,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "glob1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -299916,8 +298965,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:4829", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4829", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -299925,11 +298975,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HBD", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027657", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027657.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -299939,8 +298989,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "glob1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -299969,8 +299018,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:4830", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4830", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -299978,11 +299028,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HBE1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027657", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027657.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -299992,8 +299042,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "glob1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -300022,8 +299071,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:4831", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4831", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -300031,11 +299081,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HBG1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027657", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027657.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -300045,8 +299095,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "glob1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -300075,8 +299124,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:4832", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4832", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -300084,11 +299134,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HBG2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027657", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027657.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -300098,8 +299148,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "glob1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -300128,8 +299177,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:4826", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4826", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -300137,11 +299187,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HBM", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027657", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027657.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -300151,8 +299201,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "glob1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -300181,8 +299230,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:4833", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4833", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -300190,11 +299240,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HBQ1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027657", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027657.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -300204,8 +299254,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "glob1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -300234,8 +299283,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4834", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4834", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -300243,11 +299293,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HBS1L", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0042712", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0042712.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -300257,8 +299307,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "HBS1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -300286,8 +299335,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:4835", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4835", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -300295,11 +299345,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HBZ", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027657", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027657.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -300309,8 +299359,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "glob1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -300339,8 +299388,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4837", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4837", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -300348,11 +299398,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HCCS", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038925", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038925.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -300362,8 +299412,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cchl", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -300391,8 +299440,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4839", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4839", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -300400,11 +299450,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HCFC1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039904", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039904.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -300414,8 +299464,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Hcf", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -300444,8 +299493,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24972", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24972", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -300453,11 +299503,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HCFC2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039904", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039904.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -300467,8 +299517,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Hcf", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -300497,8 +299546,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:27780", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:27780", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -300506,11 +299556,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HCG22", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031000", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031000.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -300520,8 +299570,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Muc18B", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -300550,8 +299599,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:4844", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4844", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -300559,11 +299609,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HCLS1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0025865", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0025865.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -300573,8 +299623,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cortactin", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -300603,8 +299652,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:4845", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4845", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -300612,11 +299662,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HCN1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0263397", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0263397.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -300626,8 +299676,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ih", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -300656,8 +299705,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4846", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4846", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -300665,11 +299715,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HCN2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0263397", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0263397.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -300679,8 +299729,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ih", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -300709,8 +299758,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19183", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19183", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -300718,11 +299768,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HCN3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0263397", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0263397.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -300732,8 +299782,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ih", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -300762,8 +299811,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16882", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16882", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -300771,11 +299821,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HCN4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0263397", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0263397.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -300785,8 +299835,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ih", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -300815,8 +299864,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:4852", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4852", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -300824,11 +299874,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HDAC1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015805", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015805.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -300838,8 +299888,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "HDAC1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -300868,8 +299917,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:18128", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18128", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -300877,11 +299927,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HDAC10", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0026428", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026428.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -300891,8 +299941,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "HDAC6", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -300921,8 +299970,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19086", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19086", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -300930,11 +299980,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HDAC11", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051119", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051119.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -300944,8 +299994,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "HDAC11", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -300973,8 +300022,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4853", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4853", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -300982,11 +300032,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HDAC2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015805", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015805.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -300996,8 +300046,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "HDAC1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -301025,8 +300074,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4854", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4854", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -301034,11 +300084,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HDAC3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0025825", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0025825.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -301048,8 +300098,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "HDAC3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -301078,8 +300127,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14063", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14063", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -301087,11 +300137,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HDAC4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0041210", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0041210.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -301101,8 +300151,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "HDAC4", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -301131,8 +300180,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14068", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14068", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -301140,11 +300190,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HDAC5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0041210", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0041210.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -301154,8 +300204,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "HDAC4", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -301184,8 +300233,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14064", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14064", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -301193,11 +300243,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HDAC6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0026428", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026428.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -301207,8 +300257,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "HDAC6", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -301236,8 +300285,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:14067", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14067", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -301245,11 +300295,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HDAC7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0041210", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0041210.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -301259,8 +300309,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "HDAC4", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -301289,8 +300338,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:14065", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14065", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -301298,11 +300348,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HDAC9", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0041210", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0041210.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -301312,8 +300362,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "HDAC4", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -301342,8 +300391,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4855", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4855", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -301351,11 +300401,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HDC", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0005619", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0005619.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -301365,8 +300415,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Hdc", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -301395,8 +300444,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21078", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21078", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -301404,11 +300454,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HDDC2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031836", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031836.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -301418,8 +300468,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG11050", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -301448,8 +300497,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30522", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30522", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -301457,11 +300507,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HDDC3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039650", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039650.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -301471,8 +300521,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Mesh1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -301501,8 +300550,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:4856", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4856", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -301510,11 +300560,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HDGF", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039743", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039743.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -301524,8 +300574,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Jasper", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -301554,8 +300603,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:21095", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21095", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -301563,11 +300613,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HDGFL1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039743", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039743.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -301577,8 +300627,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Jasper", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -301607,8 +300656,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:14680", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14680", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -301616,11 +300666,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HDGFL2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039743", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039743.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -301630,8 +300680,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Jasper", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -301660,8 +300709,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:24937", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24937", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -301669,11 +300719,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HDGFL3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039743", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039743.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -301683,8 +300733,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Jasper", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -301713,8 +300762,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25364", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25364", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -301722,11 +300772,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HDHD2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032032", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032032.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -301736,8 +300786,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG17294", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -301765,8 +300814,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28171", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28171", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -301774,11 +300824,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HDHD3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029712", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029712.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -301788,8 +300838,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG15912", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -301817,8 +300866,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28171", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28171", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -301826,11 +300876,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HDHD3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0016715", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0016715.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -301840,8 +300890,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Reg-2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -301870,8 +300919,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4857", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4857", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -301879,11 +300929,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HDLBP", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027835", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027835.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -301893,8 +300943,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Dp1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -301922,8 +300971,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25517", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25517", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -301931,11 +300981,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HEATR1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0086451", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0086451.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -301945,8 +300995,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "l(2)k09022", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -301975,8 +301024,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26087", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26087", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -301984,11 +301034,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HEATR3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037439", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037439.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -301998,8 +301048,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10286", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -302027,8 +301076,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:20276", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20276", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -302036,11 +301086,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HEATR5A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037541", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037541.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -302050,8 +301100,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG2747", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -302080,8 +301129,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29273", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29273", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -302089,11 +301139,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HEATR5B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037541", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037541.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -302103,8 +301153,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG2747", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -302132,8 +301181,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24076", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24076", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -302141,11 +301191,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HEATR6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0025621", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0025621.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -302155,8 +301205,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG16989", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -302185,8 +301234,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21041", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21041", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -302194,11 +301244,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HECA", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010113", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010113.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -302208,8 +301258,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "hdc", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -302238,8 +301287,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20157", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20157", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -302247,11 +301297,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HECTD1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032208", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032208.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -302261,8 +301311,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ufd4", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -302290,8 +301339,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:22195", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:22195", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -302299,11 +301349,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HECW1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261931", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261931.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -302312,9 +301362,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG42797", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Hecw", + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -302343,8 +301392,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29853", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29853", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -302352,11 +301402,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HECW2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261931", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261931.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -302365,9 +301415,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG42797", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Hecw", + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -302396,8 +301445,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18536", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18536", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -302405,11 +301455,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HELQ", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0002899", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0002899.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -302419,8 +301469,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mus301", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -302448,8 +301497,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:33783", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:33783", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -302457,11 +301507,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HELT", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0259938", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0259938.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -302471,8 +301521,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "cwo", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -302501,8 +301550,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16878", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16878", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -302510,11 +301560,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HELZ", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036451", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036451.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -302524,8 +301574,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Helz", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -302554,8 +301603,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24923", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24923", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -302563,11 +301613,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HEMK1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031817", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031817.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -302577,8 +301627,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "HemK1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -302607,8 +301656,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26400", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26400", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -302616,11 +301666,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HENMT1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033686", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033686.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -302630,8 +301680,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Hen1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -302660,8 +301709,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4866", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4866", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -302669,11 +301719,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HEPH", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032116", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032116.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -302683,8 +301733,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Mco1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -302713,8 +301762,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4866", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4866", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -302722,11 +301772,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HEPH", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0286203", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0286203.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -302736,8 +301786,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "stw", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -302766,8 +301815,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30477", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30477", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -302775,11 +301825,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HEPHL1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032116", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032116.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -302789,8 +301839,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Mco1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -302819,8 +301868,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30477", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30477", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -302828,11 +301878,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HEPHL1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0286203", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0286203.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -302842,8 +301892,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "stw", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -302872,8 +301921,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4868", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4868", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -302881,11 +301931,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HERC2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031107", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031107.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -302895,8 +301945,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "HERC2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -302924,8 +301973,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4876", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4876", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -302933,11 +301983,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HERC3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035207", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035207.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -302947,8 +301997,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Herc4", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -302977,8 +302026,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24521", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24521", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -302986,11 +302036,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HERC4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035207", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035207.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -303000,8 +302050,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Herc4", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -303030,8 +302079,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:24368", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24368", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -303039,11 +302089,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HERC5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035207", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035207.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -303053,8 +302103,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Herc4", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -303083,8 +302132,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:26072", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26072", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -303092,11 +302142,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HERC6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035207", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035207.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -303106,8 +302156,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Herc4", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -303136,8 +302185,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13744", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13744", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -303145,11 +302195,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HERPUD1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031950", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031950.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -303159,8 +302209,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Herp", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -303188,8 +302237,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21915", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21915", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -303197,11 +302247,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HERPUD2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031950", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031950.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -303211,8 +302261,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Herp", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -303240,8 +302289,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:5192", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:5192", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -303249,11 +302299,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HES1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010109", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010109.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -303263,8 +302313,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "dpn", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -303293,8 +302342,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:5192", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:5192", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -303302,11 +302352,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HES1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0001168", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0001168.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -303316,8 +302366,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "h", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -303346,8 +302395,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:16005", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16005", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -303355,11 +302405,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HES2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010109", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010109.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -303369,8 +302419,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "dpn", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -303399,8 +302448,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16005", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16005", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -303408,11 +302458,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HES2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0002631", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0002631.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -303422,8 +302472,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "E(spl)m5-HLH", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -303452,8 +302501,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16005", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16005", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -303461,11 +302511,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HES2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000591", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000591.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -303475,8 +302525,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "E(spl)m8-HLH", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -303505,8 +302554,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:16005", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16005", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -303514,11 +302564,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HES2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0002733", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0002733.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -303528,8 +302578,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "E(spl)m\u03b2-HLH", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -303558,8 +302607,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:16005", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16005", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -303567,11 +302617,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HES2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0002734", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0002734.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -303581,8 +302631,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "E(spl)m\u03b4-HLH", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -303611,8 +302660,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:16005", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16005", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -303620,11 +302670,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HES2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0001168", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0001168.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -303634,8 +302684,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "h", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -303664,8 +302713,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16005", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16005", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -303673,11 +302723,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HES2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032741", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032741.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -303687,8 +302737,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Sidpn", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -303717,8 +302766,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24149", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24149", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -303726,11 +302776,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HES4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0001168", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0001168.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -303740,8 +302790,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "h", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -303770,8 +302819,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19764", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19764", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -303779,11 +302829,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HES5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0002631", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0002631.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -303793,8 +302843,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "E(spl)m5-HLH", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -303823,8 +302872,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18254", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18254", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -303832,11 +302882,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HES6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0002609", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0002609.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -303846,8 +302896,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "E(spl)m3-HLH", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -303876,8 +302925,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18254", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18254", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -303885,11 +302935,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HES6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0002631", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0002631.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -303899,8 +302949,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "E(spl)m5-HLH", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -303929,8 +302978,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18254", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18254", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -303938,11 +302988,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HES6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0002633", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0002633.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -303952,8 +303002,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "E(spl)m7-HLH", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -303982,8 +303031,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18254", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18254", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -303991,11 +303041,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HES6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000591", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000591.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -304005,8 +303055,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "E(spl)m8-HLH", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -304035,8 +303084,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18254", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18254", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -304044,11 +303094,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HES6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0002733", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0002733.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -304058,8 +303108,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "E(spl)m\u03b2-HLH", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -304088,8 +303137,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18254", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18254", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -304097,11 +303147,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HES6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0002735", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0002735.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -304111,8 +303161,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "E(spl)m\u03b3-HLH", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -304141,8 +303190,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18254", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18254", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -304150,11 +303200,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HES6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0002734", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0002734.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -304164,8 +303214,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "E(spl)m\u03b4-HLH", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -304194,8 +303243,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18254", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18254", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -304203,11 +303253,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HES6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030899", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030899.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -304217,8 +303267,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Hesr", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -304247,8 +303296,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4878", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4878", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -304256,11 +303306,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HEXA", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0045063", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0045063.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -304270,8 +303320,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "fdl", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -304300,8 +303349,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4878", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4878", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -304309,11 +303359,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HEXA", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0041630", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0041630.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -304323,8 +303373,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Hexo1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -304353,8 +303402,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4878", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4878", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -304362,11 +303412,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HEXA", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0041629", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0041629.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -304376,8 +303426,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Hexo2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -304406,8 +303455,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4879", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4879", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -304415,11 +303465,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HEXB", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0045063", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0045063.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -304429,8 +303479,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "fdl", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -304459,8 +303508,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4879", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4879", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -304468,11 +303518,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HEXB", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0041630", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0041630.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -304482,8 +303532,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Hexo1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -304512,8 +303561,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4879", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4879", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -304521,11 +303571,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HEXB", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0041629", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0041629.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -304535,8 +303585,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Hexo2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -304565,8 +303614,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26307", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26307", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -304574,11 +303624,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HEXD", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028499", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028499.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -304588,8 +303638,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7985", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -304617,8 +303666,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24953", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24953", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -304626,11 +303676,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HEXIM1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038251", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038251.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -304640,8 +303690,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Hexim", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -304670,8 +303719,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:28591", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28591", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -304679,11 +303729,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HEXIM2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038251", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038251.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -304693,8 +303743,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Hexim", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -304723,8 +303772,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:4880", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4880", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -304732,11 +303782,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HEY1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027788", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027788.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -304746,8 +303796,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Hey", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -304776,8 +303825,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4881", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4881", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -304785,11 +303835,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HEY2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027788", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027788.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -304799,8 +303849,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Hey", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -304829,8 +303878,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4882", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4882", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -304838,11 +303888,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HEYL", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027788", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027788.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -304852,8 +303902,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Hey", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -304882,8 +303931,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4892", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4892", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -304891,11 +303941,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HGD", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040211", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040211.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -304905,8 +303955,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "hgo", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -304934,8 +303983,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4893", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4893", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -304943,11 +303993,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HGF", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038727", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038727.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -304957,8 +304007,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7432", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -304987,8 +304036,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24161", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24161", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -304996,11 +304046,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HGH1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039417", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039417.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -305010,8 +304060,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6073", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -305039,8 +304088,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4897", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4897", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -305048,11 +304098,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HGS", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031450", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031450.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -305062,8 +304112,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Hrs", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -305092,8 +304141,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26527", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26527", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -305101,11 +304151,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HGSNAT", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029737", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029737.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -305115,8 +304165,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6903", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -305144,8 +304193,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18270", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18270", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -305153,11 +304203,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HHAT", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0024194", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0024194.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -305167,8 +304217,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "rasp", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -305196,8 +304245,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:13242", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13242", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -305205,11 +304255,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HHATL", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0024194", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0024194.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -305219,8 +304269,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "rasp", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -305249,8 +304298,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4901", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4901", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -305258,11 +304308,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HHEX", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038852", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038852.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -305272,8 +304322,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "HHEX", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -305302,8 +304351,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4907", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4907", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -305311,11 +304361,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HIBADH", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034390", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034390.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -305325,8 +304375,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG15093", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -305354,8 +304403,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4908", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4908", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -305363,11 +304413,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HIBCH", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038326", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038326.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -305377,8 +304427,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5044", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -305407,8 +304456,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15736", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15736", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -305416,11 +304466,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HID1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033713", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033713.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -305430,8 +304480,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8841", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -305459,8 +304508,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4910", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4910", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -305468,11 +304518,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HIF1A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0266411", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0266411.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -305482,8 +304532,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "sima", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -305512,8 +304561,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15825", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15825", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -305521,11 +304571,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HIF3A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0266411", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0266411.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -305535,8 +304585,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "sima", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -305565,8 +304614,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29527", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29527", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -305574,11 +304624,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HIGD1A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033519", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033519.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -305588,8 +304638,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG11825", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -305618,8 +304667,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29527", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29527", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -305627,11 +304677,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HIGD1A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037890", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037890.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -305641,8 +304691,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG17734", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -305671,8 +304720,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:24318", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24318", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -305680,11 +304730,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HIGD1B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033519", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033519.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -305694,8 +304744,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG11825", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -305724,8 +304773,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28044", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28044", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -305733,11 +304783,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HIGD1C", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033519", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033519.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -305747,8 +304797,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG11825", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -305777,8 +304826,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28044", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28044", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -305786,11 +304836,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HIGD1C", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037890", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037890.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -305800,8 +304850,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG17734", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -305830,8 +304879,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28311", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28311", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -305839,11 +304889,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HIGD2A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030743", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030743.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -305853,8 +304903,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG9921", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -305883,8 +304932,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:26984", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26984", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -305892,11 +304942,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HIGD2B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030743", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030743.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -305906,8 +304956,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG9921", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -305936,8 +304985,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26938", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26938", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -305945,11 +304995,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HIKESHI", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035243", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035243.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -305959,8 +305009,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG13926", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -305988,8 +305037,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17850", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17850", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -305997,11 +305047,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HINFP", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0025635", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0025635.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -306010,9 +305060,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG17829", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Hinfp", + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -306041,8 +305090,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4912", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4912", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -306050,11 +305100,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HINT1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031459", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031459.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -306064,8 +305114,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "HINT1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -306094,8 +305143,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:18344", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18344", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -306103,11 +305153,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HINT2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031459", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031459.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -306117,8 +305167,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "HINT1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -306147,8 +305196,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18468", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18468", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -306156,11 +305206,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HINT3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031378", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031378.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -306170,8 +305220,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG15362", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -306200,8 +305249,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18468", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18468", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -306209,11 +305259,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HINT3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0054015", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0054015.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -306223,8 +305273,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG34015", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -306253,8 +305302,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4913", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4913", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -306262,11 +305312,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HIP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036309", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036309.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -306276,8 +305326,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Hip1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -306306,8 +305355,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18415", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18415", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -306315,11 +305365,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HIP1R", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036309", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036309.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -306329,8 +305379,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Hip1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -306359,8 +305408,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:19006", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19006", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -306368,11 +305418,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HIPK1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035142", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035142.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -306382,8 +305432,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Hipk", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -306412,8 +305461,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:14402", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14402", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -306421,11 +305471,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HIPK2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035142", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035142.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -306435,8 +305485,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Hipk", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -306465,8 +305514,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4915", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4915", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -306474,11 +305524,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HIPK3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035142", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035142.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -306488,8 +305538,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Hipk", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -306518,8 +305567,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4916", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4916", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -306527,11 +305577,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HIRA", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0022786", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0022786.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -306541,8 +305591,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Hira", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -306571,8 +305620,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4920", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4920", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -306580,11 +305630,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HIVEP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003396", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003396.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -306594,8 +305644,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "shn", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -306624,8 +305673,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:4921", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4921", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -306633,11 +305683,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HIVEP2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003396", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003396.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -306647,8 +305697,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "shn", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -306677,8 +305726,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:13561", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13561", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -306686,11 +305736,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HIVEP3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003396", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003396.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -306700,8 +305750,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "shn", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -306730,8 +305779,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:4922", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4922", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -306739,11 +305789,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HK1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0001186", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0001186.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -306753,8 +305803,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Hex-A", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -306783,8 +305832,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:4923", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4923", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -306792,11 +305842,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HK2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0001186", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0001186.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -306806,8 +305856,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Hex-A", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -306836,8 +305885,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:4925", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4925", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -306845,11 +305895,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HK3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0001186", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0001186.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -306859,8 +305909,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Hex-A", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -306889,8 +305938,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:23302", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23302", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -306898,11 +305948,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HKDC1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0001186", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0001186.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -306912,8 +305962,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Hex-A", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -306942,8 +305991,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4976", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4976", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -306951,11 +306001,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HLCS", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037332", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037332.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -306965,8 +306015,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Hcs", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -306995,8 +306044,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4977", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4977", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -307004,11 +306054,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HLF", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034096", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034096.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -307018,8 +306068,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7786", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -307048,8 +306097,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:4977", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4977", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -307057,11 +306107,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HLF", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0016694", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0016694.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -307071,8 +306121,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pdp1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -307101,8 +306150,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4978", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4978", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -307110,11 +306160,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HLX", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0001170", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0001170.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -307124,8 +306174,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "H2.0", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -307154,8 +306203,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16435", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16435", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -307163,11 +306213,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HM13", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031260", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031260.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -307177,8 +306227,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Spp", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -307206,8 +306255,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4982", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4982", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -307215,11 +306265,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HMBS", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010786", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010786.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -307229,8 +306279,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "l(3)02640", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -307259,8 +306308,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24446", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24446", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -307268,11 +306318,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HMCES", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037656", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037656.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -307282,8 +306332,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG11986", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -307311,8 +306360,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:5001", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:5001", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -307320,11 +306370,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HMG20A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0026582", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026582.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -307334,8 +306384,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Hmg-2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -307364,8 +306413,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:5002", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:5002", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -307373,11 +306423,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HMG20B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0026582", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026582.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -307387,8 +306437,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Hmg-2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -307417,8 +306466,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:4983", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4983", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -307426,11 +306476,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HMGB1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0278608", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0278608.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -307440,8 +306490,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Dsp1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -307470,8 +306519,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:5000", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:5000", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -307479,11 +306529,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HMGB2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0278608", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0278608.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -307493,8 +306543,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Dsp1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -307523,8 +306572,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:5004", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:5004", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -307532,11 +306582,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HMGB3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0278608", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0278608.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -307546,8 +306596,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Dsp1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -307576,8 +306625,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:24954", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24954", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -307585,11 +306635,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HMGB4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0278608", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0278608.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -307599,8 +306649,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Dsp1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -307629,8 +306678,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:5005", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:5005", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -307638,11 +306688,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HMGCL", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031877", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031877.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -307652,8 +306702,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Hmgcl", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -307682,8 +306731,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21359", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21359", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -307691,11 +306741,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HMGCLL1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031877", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031877.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -307705,8 +306755,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Hmgcl", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -307734,8 +306783,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:5006", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:5006", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -307743,11 +306793,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HMGCR", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0263782", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0263782.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -307757,8 +306807,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Hmgcr", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -307787,8 +306836,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:5007", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:5007", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -307796,11 +306846,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HMGCS1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010611", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010611.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -307810,8 +306860,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Hmgs", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -307839,8 +306888,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:5008", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:5008", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -307848,11 +306898,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HMGCS2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010611", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010611.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -307862,8 +306912,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Hmgs", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -307891,8 +306940,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:5003", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:5003", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -307900,11 +306950,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HMGXB4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029936", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029936.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -307914,8 +306964,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG4617", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -307944,8 +306993,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:5013", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:5013", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -307953,11 +307003,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HMOX1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037933", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037933.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -307967,8 +307017,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ho", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -307997,8 +307046,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:5014", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:5014", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -308006,11 +307056,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HMOX2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037933", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037933.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -308020,8 +307070,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ho", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -308050,8 +307099,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:5017", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:5017", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -308059,11 +307109,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HMX1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0264005", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0264005.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -308073,8 +307123,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Hmx", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -308103,8 +307152,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:5018", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:5018", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -308112,11 +307162,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HMX2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0264005", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0264005.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -308126,8 +307176,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Hmx", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -308156,8 +307205,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:5019", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:5019", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -308165,11 +307215,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HMX3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0264005", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0264005.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -308179,8 +307229,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Hmx", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -308209,8 +307258,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:5024", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:5024", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -308218,11 +307268,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HNF4A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004914", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004914.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -308232,8 +307282,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Hnf4", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -308262,8 +307311,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:5026", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:5026", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -308271,11 +307321,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HNF4G", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004914", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004914.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -308285,8 +307335,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Hnf4", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -308315,8 +307364,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:5030", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:5030", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -308324,11 +307374,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HNRNPA0", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004237", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004237.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -308338,8 +307388,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Hrb87F", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -308368,8 +307417,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:5030", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:5030", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -308377,11 +307427,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HNRNPA0", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0001215", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0001215.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -308391,8 +307441,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Hrb98DE", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -308421,8 +307470,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:5031", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:5031", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -308430,11 +307480,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HNRNPA1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004237", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004237.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -308444,8 +307494,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Hrb87F", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -308474,8 +307523,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:5031", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:5031", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -308483,11 +307533,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HNRNPA1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0001215", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0001215.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -308497,8 +307547,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Hrb98DE", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -308527,8 +307576,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:27067", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:27067", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -308536,11 +307586,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HNRNPA1L2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004237", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004237.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -308550,8 +307600,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Hrb87F", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -308580,8 +307629,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:27067", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:27067", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -308589,11 +307639,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HNRNPA1L2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0001215", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0001215.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -308603,8 +307653,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Hrb98DE", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -308633,8 +307682,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:5033", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:5033", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -308642,11 +307692,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HNRNPA2B1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004237", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004237.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -308656,8 +307706,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Hrb87F", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -308686,8 +307735,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:5033", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:5033", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -308695,11 +307745,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HNRNPA2B1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0001215", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0001215.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -308709,8 +307759,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Hrb98DE", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -308739,8 +307788,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:5033", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:5033", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -308748,11 +307798,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HNRNPA2B1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004903", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004903.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -308762,8 +307812,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rb97D", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -308792,8 +307841,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:24941", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24941", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -308801,11 +307851,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HNRNPA3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004237", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004237.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -308815,8 +307865,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Hrb87F", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -308845,8 +307894,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:24941", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24941", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -308854,11 +307904,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HNRNPA3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0001215", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0001215.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -308868,8 +307918,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Hrb98DE", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -308898,8 +307947,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:5034", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:5034", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -308907,11 +307957,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HNRNPAB", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0263396", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0263396.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -308921,8 +307971,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "sqd", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -308951,8 +308000,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:5035", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:5035", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -308960,11 +308010,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HNRNPC", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0259935", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0259935.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -308974,8 +308024,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG42458", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -309004,8 +308053,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:29295", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29295", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -309013,11 +308063,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HNRNPCL1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0259935", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0259935.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -309027,8 +308077,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG42458", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -309057,8 +308106,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:5036", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:5036", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -309066,11 +308116,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HNRNPD", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0263396", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0263396.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -309080,8 +308130,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "sqd", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -309110,8 +308159,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:5037", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:5037", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -309119,11 +308169,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HNRNPDL", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0263396", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0263396.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -309133,8 +308183,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "sqd", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -309163,8 +308212,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:5039", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:5039", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -309172,11 +308222,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HNRNPF", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0259139", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0259139.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -309186,8 +308236,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "glo", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -309216,8 +308265,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:5041", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:5041", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -309225,11 +308275,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HNRNPH1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0259139", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0259139.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -309239,8 +308289,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "glo", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -309269,8 +308318,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:5042", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:5042", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -309278,11 +308328,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HNRNPH2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0259139", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0259139.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -309292,8 +308342,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "glo", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -309322,8 +308371,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:5043", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:5043", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -309331,11 +308381,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HNRNPH3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0259139", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0259139.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -309345,8 +308395,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "glo", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -309375,8 +308424,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:5044", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:5044", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -309384,11 +308434,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HNRNPK", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0267791", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0267791.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -309398,8 +308448,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "HnRNP-K", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -309428,8 +308477,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:5045", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:5045", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -309437,11 +308487,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HNRNPL", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003435", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003435.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -309451,8 +308501,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "sm", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -309481,8 +308530,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:25127", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25127", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -309490,11 +308540,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HNRNPLL", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003435", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003435.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -309504,8 +308554,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "sm", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -309534,8 +308583,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:5046", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:5046", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -309543,11 +308593,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HNRNPM", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0267790", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0267790.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -309557,8 +308607,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "rump", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -309587,8 +308636,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:5047", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:5047", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -309596,11 +308646,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HNRNPR", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038826", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038826.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -309610,8 +308660,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Syp", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -309640,8 +308689,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:5048", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:5048", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -309649,11 +308699,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HNRNPU", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0050122", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0050122.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -309663,8 +308713,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG30122", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -309693,8 +308742,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17011", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17011", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -309702,11 +308752,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HNRNPUL1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0050122", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0050122.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -309716,8 +308766,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG30122", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -309746,8 +308795,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:25451", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25451", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -309755,11 +308805,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HNRNPUL2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0050122", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0050122.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -309769,8 +308819,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG30122", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -309799,8 +308848,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:17512", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17512", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -309808,11 +308858,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HOMER1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0025777", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0025777.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -309822,8 +308872,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "homer", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -309852,8 +308901,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17513", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17513", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -309861,11 +308911,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HOMER2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0025777", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0025777.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -309875,8 +308925,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "homer", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -309905,8 +308954,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:17514", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17514", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -309914,11 +308964,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HOMER3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0025777", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0025777.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -309928,8 +308978,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "homer", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -309958,8 +309007,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:19884", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19884", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -309967,11 +309017,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HOOK1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0001202", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0001202.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -309981,8 +309031,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "hook", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -310011,8 +309060,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:19885", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19885", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -310020,11 +309070,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HOOK2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0001202", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0001202.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -310034,8 +309084,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "hook", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -310064,8 +309113,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23576", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23576", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -310073,11 +309123,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HOOK3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0001202", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0001202.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -310087,8 +309137,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "hook", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -310117,8 +309166,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:5099", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:5099", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -310126,11 +309176,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HOXA1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0002522", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0002522.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -310140,8 +309190,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "lab", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -310170,8 +309219,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:5100", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:5100", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -310179,11 +309229,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HOXA10", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000015", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000015.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -310193,8 +309243,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Abd-B", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -310223,8 +309272,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:5101", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:5101", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -310232,11 +309282,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HOXA11", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000015", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000015.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -310246,8 +309296,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Abd-B", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -310276,8 +309325,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:5103", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:5103", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -310285,11 +309335,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HOXA2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051481", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051481.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -310299,8 +309349,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "pb", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -310329,8 +309378,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:5105", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:5105", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -310338,11 +309388,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HOXA4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000439", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000439.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -310352,8 +309402,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Dfd", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -310382,8 +309431,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:5106", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:5106", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -310391,11 +309441,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HOXA5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003339", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003339.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -310405,8 +309455,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Scr", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -310435,8 +309484,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:5107", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:5107", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -310444,11 +309494,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HOXA6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000014", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000014.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -310458,8 +309508,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "abd-A", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -310488,8 +309537,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:5107", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:5107", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -310497,11 +309547,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HOXA6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0260642", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0260642.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -310511,8 +309561,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Antp", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -310541,8 +309590,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:5108", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:5108", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -310550,11 +309600,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HOXA7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0260642", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0260642.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -310564,8 +309614,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Antp", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -310594,8 +309643,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:5111", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:5111", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -310603,11 +309653,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HOXB1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0002522", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0002522.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -310617,8 +309667,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "lab", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -310647,8 +309696,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:5113", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:5113", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -310656,11 +309706,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HOXB2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051481", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051481.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -310670,8 +309720,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "pb", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -310700,8 +309749,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:5115", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:5115", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -310709,11 +309759,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HOXB4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000439", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000439.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -310723,8 +309773,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Dfd", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -310753,8 +309802,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:5116", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:5116", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -310762,11 +309812,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HOXB5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003339", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003339.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -310776,8 +309826,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Scr", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -310806,8 +309855,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:5117", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:5117", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -310815,11 +309865,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HOXB6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0260642", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0260642.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -310829,8 +309879,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Antp", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -310859,8 +309908,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:5118", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:5118", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -310868,11 +309918,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HOXB7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0260642", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0260642.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -310882,8 +309932,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Antp", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -310912,8 +309961,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:5119", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:5119", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -310921,11 +309971,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HOXB8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0260642", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0260642.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -310935,8 +309985,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Antp", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -310965,8 +310014,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:5122", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:5122", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -310974,11 +310024,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HOXC10", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000015", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000015.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -310988,8 +310038,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Abd-B", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -311018,8 +310067,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:5123", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:5123", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -311027,11 +310077,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HOXC11", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000015", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000015.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -311041,8 +310091,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Abd-B", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -311071,8 +310120,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:5124", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:5124", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -311080,11 +310130,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HOXC12", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000015", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000015.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -311094,8 +310144,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Abd-B", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -311124,8 +310173,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:5126", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:5126", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -311133,11 +310183,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HOXC4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000439", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000439.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -311147,8 +310197,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Dfd", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -311177,8 +310226,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:5127", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:5127", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -311186,11 +310236,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HOXC5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003339", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003339.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -311200,8 +310250,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Scr", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -311230,8 +310279,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:5128", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:5128", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -311239,11 +310289,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HOXC6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000014", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000014.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -311253,8 +310303,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "abd-A", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -311283,8 +310332,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:5128", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:5128", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -311292,11 +310342,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HOXC6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0260642", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0260642.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -311306,8 +310356,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Antp", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -311336,8 +310385,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:5129", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:5129", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -311345,11 +310395,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HOXC8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0260642", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0260642.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -311359,8 +310409,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Antp", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -311389,8 +310438,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:5132", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:5132", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -311398,11 +310448,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HOXD1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0002522", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0002522.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -311412,8 +310462,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "lab", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -311442,8 +310491,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:5134", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:5134", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -311451,11 +310501,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HOXD11", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000015", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000015.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -311465,8 +310515,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Abd-B", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -311495,8 +310544,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:5138", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:5138", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -311504,11 +310554,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HOXD4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000439", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000439.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -311518,8 +310568,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Dfd", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -311548,8 +310597,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:5144", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:5144", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -311557,11 +310607,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HPCA", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0013303", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0013303.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -311571,8 +310621,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Nca", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -311601,8 +310650,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:5145", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:5145", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -311610,11 +310660,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HPCAL1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0013303", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0013303.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -311624,8 +310674,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Nca", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -311654,8 +310703,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:5147", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:5147", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -311663,11 +310713,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HPD", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036992", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036992.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -311677,8 +310727,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Hpd", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -311706,8 +310755,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26051", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26051", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -311715,11 +310765,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HPF1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037377", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037377.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -311729,8 +310779,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG1218", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -311758,8 +310807,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:5154", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:5154", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -311767,11 +310817,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HPGD", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000055", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000055.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -311781,8 +310831,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Adh", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -311811,8 +310860,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:5154", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:5154", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -311820,11 +310870,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HPGD", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000056", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000056.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -311834,8 +310884,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Adhr", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -311864,8 +310913,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:5154", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:5154", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -311873,11 +310923,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HPGD", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0042137", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0042137.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -311887,8 +310937,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG18814", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -311917,8 +310966,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:5154", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:5154", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -311926,11 +310976,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HPGD", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036620", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036620.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -311940,8 +310990,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG4842", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -311969,8 +311018,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:5154", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:5154", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -311978,11 +311028,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HPGD", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000640", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000640.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -311992,8 +311042,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Fbp2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -312022,8 +311071,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:5154", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:5154", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -312031,11 +311081,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HPGD", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0011693", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0011693.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -312045,8 +311095,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pdh", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -312074,8 +311123,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17890", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17890", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -312083,11 +311133,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HPGDS", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010226", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010226.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -312097,8 +311147,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "GstS1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -312127,8 +311176,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:5155", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:5155", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -312136,11 +311186,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HPN", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039272", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039272.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -312150,8 +311200,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG11836", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -312180,8 +311229,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:5155", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:5155", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -312189,11 +311239,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HPN", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033363", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033363.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -312203,8 +311253,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG13744", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -312233,8 +311282,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:5155", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:5155", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -312242,11 +311292,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HPN", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0042098", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0042098.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -312256,8 +311306,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG18735", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -312286,8 +311335,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:5155", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:5155", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -312295,11 +311345,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HPN", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031619", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031619.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -312309,8 +311359,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG3355", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -312339,8 +311388,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:5155", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:5155", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -312348,11 +311398,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HPN", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036427", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036427.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -312362,8 +311412,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG4613", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -312392,8 +311441,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:5155", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:5155", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -312401,11 +311451,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HPN", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036436", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036436.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -312415,8 +311465,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG4914", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -312445,8 +311494,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:5155", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:5155", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -312454,11 +311504,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HPN", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033365", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033365.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -312468,8 +311518,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8170", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -312498,8 +311547,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:5155", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:5155", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -312507,11 +311557,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HPN", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034666", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034666.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -312521,8 +311571,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG9294", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -312551,8 +311600,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:5155", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:5155", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -312560,11 +311610,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HPN", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034661", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034661.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -312574,8 +311624,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "tpr", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -312604,8 +311653,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:5163", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:5163", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -312613,11 +311663,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HPS1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033973", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033973.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -312627,8 +311677,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "HPS1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -312657,8 +311706,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15597", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15597", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -312666,11 +311716,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HPS3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037142", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037142.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -312680,8 +311730,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG14562", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -312710,8 +311759,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15844", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15844", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -312719,11 +311769,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HPS4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034261", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034261.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -312733,8 +311783,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "HPS4", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -312763,8 +311812,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17022", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17022", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -312772,11 +311822,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HPS5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0086679", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0086679.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -312786,8 +311836,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "p", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -312816,8 +311865,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:5164", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:5164", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -312825,11 +311875,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HPSE", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038611", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038611.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -312839,8 +311889,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG14309", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -312869,8 +311918,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18374", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18374", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -312878,11 +311928,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HPSE2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038611", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038611.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -312892,8 +311942,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG14309", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -312922,8 +311971,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:5171", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:5171", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -312931,11 +311981,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HPX", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035049", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035049.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -312945,8 +311995,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Mmp1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -312975,8 +312024,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:5172", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:5172", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -312984,11 +312034,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HR", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037703", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037703.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -312997,9 +312047,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "JHDM2", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Kdm3", + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -313028,8 +312077,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:5173", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:5173", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -313037,11 +312087,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HRAS", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003205", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003205.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -313051,8 +312101,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ras85D", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -313081,8 +312130,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:5183", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:5183", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -313090,11 +312140,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HRH2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038542", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038542.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -313104,8 +312154,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "TyrR", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -313134,8 +312183,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:5183", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:5183", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -313143,11 +312193,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HRH2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038541", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038541.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -313157,8 +312207,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "TyrRII", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -313187,8 +312236,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:5193", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:5193", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -313196,11 +312246,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HS2ST1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0024230", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0024230.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -313210,8 +312260,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Hs2st", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -313239,8 +312288,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:5194", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:5194", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -313248,11 +312298,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HS3ST1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0053147", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0053147.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -313262,8 +312312,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Hs3st-A", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -313292,8 +312341,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:5195", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:5195", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -313301,11 +312351,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HS3ST2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031005", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031005.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -313315,8 +312365,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Hs3st-B", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -313345,8 +312394,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:5196", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:5196", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -313354,11 +312404,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HS3ST3A1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031005", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031005.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -313368,8 +312418,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Hs3st-B", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -313398,8 +312447,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:5198", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:5198", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -313407,11 +312457,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HS3ST3B1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031005", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031005.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -313421,8 +312471,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Hs3st-B", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -313451,8 +312500,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:5200", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:5200", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -313460,11 +312510,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HS3ST4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031005", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031005.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -313474,8 +312524,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Hs3st-B", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -313504,8 +312553,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19419", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19419", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -313513,11 +312563,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HS3ST5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0053147", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0053147.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -313527,8 +312577,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Hs3st-A", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -313557,8 +312606,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14178", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14178", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -313566,11 +312616,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HS3ST6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031005", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031005.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -313580,8 +312630,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Hs3st-B", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -313609,8 +312658,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:5201", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:5201", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -313618,11 +312668,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HS6ST1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038755", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038755.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -313632,8 +312682,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Hs6st", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -313662,8 +312711,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:19133", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19133", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -313671,11 +312721,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HS6ST2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038755", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038755.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -313685,8 +312735,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Hs6st", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -313715,8 +312764,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19134", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19134", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -313724,11 +312774,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HS6ST3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038755", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038755.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -313738,8 +312788,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Hs6st", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -313768,8 +312817,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:5203", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:5203", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -313777,11 +312827,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HSBP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032429", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032429.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -313791,8 +312841,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5446", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -313821,8 +312870,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:37243", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:37243", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -313830,11 +312880,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HSBP1L1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032429", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032429.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -313844,8 +312894,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5446", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -313874,8 +312923,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28913", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28913", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -313883,11 +312933,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HSCB", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0263606", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0263606.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -313897,8 +312947,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Hsc20", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -313926,8 +312975,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:5209", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:5209", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -313935,11 +312985,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HSD11B2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0262112", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0262112.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -313949,8 +312999,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "sro", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -313979,8 +313028,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4800", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4800", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -313988,11 +313038,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HSD17B10", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0021765", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0021765.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -314002,8 +313052,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "scu", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -314031,8 +313080,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:22960", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:22960", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -314040,11 +313090,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HSD17B11", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031630", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031630.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -314054,8 +313104,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG15629", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -314084,8 +313133,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18646", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18646", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -314093,11 +313143,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HSD17B12", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029975", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029975.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -314107,8 +313157,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "spidey", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -314137,8 +313186,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:18685", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18685", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -314146,11 +313196,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HSD17B13", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031630", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031630.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -314160,8 +313210,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG15629", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -314190,8 +313239,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23238", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23238", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -314199,11 +313249,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HSD17B14", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037354", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037354.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -314213,8 +313263,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG12171", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -314243,8 +313292,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23238", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23238", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -314252,11 +313302,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HSD17B14", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040349", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040349.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -314266,8 +313316,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG3699", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -314296,8 +313345,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:5212", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:5212", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -314305,11 +313355,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HSD17B3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029975", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029975.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -314319,8 +313369,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "spidey", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -314349,8 +313398,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:5213", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:5213", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -314358,11 +313408,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HSD17B4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030731", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030731.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -314372,8 +313422,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Mfe2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -314401,8 +313450,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23316", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23316", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -314410,11 +313460,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HSD17B6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033679", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033679.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -314424,8 +313474,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8888", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -314454,8 +313503,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3554", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3554", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -314463,11 +313513,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HSD17B8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029648", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029648.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -314477,8 +313527,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG3603", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -314506,8 +313555,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:5217", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:5217", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -314515,11 +313565,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HSD3B1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036698", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036698.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -314529,8 +313579,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7724", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -314559,8 +313608,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:5218", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:5218", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -314568,11 +313618,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HSD3B2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036698", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036698.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -314582,8 +313632,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7724", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -314612,8 +313661,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18324", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18324", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -314621,11 +313671,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HSD3B7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036698", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036698.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -314635,8 +313685,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7724", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -314665,8 +313714,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16475", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16475", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -314674,11 +313724,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HSDL1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032614", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032614.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -314688,8 +313738,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG13284", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -314718,8 +313767,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16475", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16475", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -314727,11 +313777,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HSDL1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051809", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051809.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -314741,8 +313791,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG31809", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -314771,8 +313820,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16475", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16475", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -314780,11 +313830,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HSDL1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051810", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051810.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -314794,8 +313844,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG31810", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -314824,8 +313873,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16475", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16475", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -314833,11 +313883,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HSDL1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032615", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032615.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -314847,8 +313897,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6012", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -314877,8 +313926,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18572", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18572", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -314886,11 +313936,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HSDL2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039537", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039537.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -314899,9 +313949,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG5590", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Hsdl2", + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -314929,8 +313978,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:5224", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:5224", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -314938,11 +313988,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HSF1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0001222", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0001222.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -314952,8 +314002,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Hsf", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -314982,8 +314031,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:5225", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:5225", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -314991,11 +314041,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HSF2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0001222", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0001222.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -315005,8 +314055,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Hsf", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -315035,8 +314084,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:5227", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:5227", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -315044,11 +314094,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HSF4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0001222", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0001222.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -315058,8 +314108,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Hsf", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -315088,8 +314137,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:5253", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:5253", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -315097,11 +314147,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HSP90AA1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0001233", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0001233.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -315111,8 +314161,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Hsp83", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -315140,8 +314189,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:5258", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:5258", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -315149,11 +314199,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HSP90AB1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0001233", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0001233.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -315163,8 +314213,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Hsp83", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -315193,8 +314242,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:5259", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:5259", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -315202,11 +314252,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HSP90AB3P", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0001233", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0001233.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -315216,8 +314266,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Hsp83", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -315246,8 +314295,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12028", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12028", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -315255,11 +314305,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HSP90B1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039562", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039562.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -315269,8 +314319,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Gp93", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -315298,8 +314347,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:12099", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12099", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -315307,11 +314357,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HSP90B2P", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039562", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039562.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -315321,8 +314371,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Gp93", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -315351,8 +314400,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29526", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29526", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -315360,11 +314410,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HSPA14", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035878", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035878.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -315374,8 +314424,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7182", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -315404,8 +314453,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:5232", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:5232", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -315413,11 +314463,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HSPA1A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0266599", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0266599.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -315427,8 +314477,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Hsc70-4", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -315457,8 +314506,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:5233", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:5233", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -315466,11 +314516,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HSPA1B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0001217", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0001217.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -315480,8 +314530,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Hsc70-2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -315510,8 +314559,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:5233", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:5233", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -315519,11 +314569,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HSPA1B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0266599", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0266599.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -315533,8 +314583,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Hsc70-4", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -315563,8 +314612,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:5233", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:5233", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -315572,11 +314622,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HSPA1B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0001230", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0001230.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -315586,8 +314636,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Hsp68", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -315616,8 +314665,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:5233", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:5233", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -315625,11 +314675,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HSPA1B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0013275", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0013275.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -315639,8 +314689,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Hsp70Aa", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -315669,8 +314718,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:5233", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:5233", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -315678,11 +314728,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HSPA1B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0013277", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0013277.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -315692,8 +314742,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Hsp70Ba", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -315722,8 +314771,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:5233", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:5233", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -315731,11 +314781,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HSPA1B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051354", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051354.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -315745,8 +314795,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Hsp70Bbb", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -315775,8 +314824,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:5233", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:5233", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -315784,11 +314834,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HSPA1B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0013279", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0013279.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -315798,8 +314848,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Hsp70Bc", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -315828,8 +314877,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:5234", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:5234", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -315837,11 +314887,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HSPA1L", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0001217", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0001217.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -315851,8 +314901,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Hsc70-2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -315881,8 +314930,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:5234", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:5234", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -315890,11 +314940,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HSPA1L", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0266599", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0266599.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -315904,8 +314954,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Hsc70-4", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -315934,8 +314983,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:5234", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:5234", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -315943,11 +314993,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HSPA1L", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0001230", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0001230.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -315957,8 +315007,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Hsp68", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -315987,8 +315036,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:5234", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:5234", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -315996,11 +315046,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HSPA1L", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0013275", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0013275.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -316010,8 +315060,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Hsp70Aa", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -316040,8 +315089,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:5234", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:5234", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -316049,11 +315099,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HSPA1L", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0013277", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0013277.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -316063,8 +315113,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Hsp70Ba", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -316093,8 +315142,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:5234", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:5234", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -316102,11 +315152,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HSPA1L", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051354", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051354.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -316116,8 +315166,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Hsp70Bbb", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -316146,8 +315195,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:5234", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:5234", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -316155,11 +315205,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HSPA1L", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0013279", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0013279.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -316169,8 +315219,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Hsp70Bc", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -316199,8 +315248,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:5235", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:5235", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -316208,11 +315258,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HSPA2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0001216", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0001216.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -316222,8 +315272,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Hsc70-1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -316252,8 +315301,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:5235", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:5235", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -316261,11 +315311,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HSPA2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0266599", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0266599.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -316275,8 +315325,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Hsc70-4", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -316305,8 +315354,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:5237", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:5237", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -316314,11 +315364,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HSPA4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0026418", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026418.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -316328,8 +315378,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Hsc70Cb", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -316357,8 +315406,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:17041", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17041", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -316366,11 +315416,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HSPA4L", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0026418", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026418.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -316380,8 +315430,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Hsc70Cb", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -316410,8 +315459,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:5238", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:5238", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -316419,11 +315469,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HSPA5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0001218", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0001218.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -316433,8 +315483,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Hsc70-3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -316462,8 +315511,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:5239", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:5239", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -316471,11 +315521,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HSPA6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0001216", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0001216.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -316485,8 +315535,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Hsc70-1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -316515,8 +315564,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:5239", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:5239", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -316524,11 +315574,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HSPA6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0001217", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0001217.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -316538,8 +315588,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Hsc70-2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -316568,8 +315617,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:5239", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:5239", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -316577,11 +315627,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HSPA6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0266599", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0266599.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -316591,8 +315641,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Hsc70-4", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -316621,8 +315670,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:5239", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:5239", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -316630,11 +315680,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HSPA6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0001230", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0001230.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -316644,8 +315694,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Hsp68", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -316674,8 +315723,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:5239", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:5239", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -316683,11 +315733,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HSPA6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0013275", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0013275.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -316697,8 +315747,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Hsp70Aa", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -316727,8 +315776,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:5239", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:5239", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -316736,11 +315786,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HSPA6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0013277", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0013277.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -316750,8 +315800,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Hsp70Ba", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -316780,8 +315829,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:5239", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:5239", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -316789,11 +315839,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HSPA6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051354", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051354.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -316803,8 +315853,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Hsp70Bbb", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -316833,8 +315882,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:5239", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:5239", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -316842,11 +315892,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HSPA6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0013279", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0013279.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -316856,8 +315906,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Hsp70Bc", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -316886,8 +315935,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:5241", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:5241", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -316895,11 +315945,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HSPA8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0266599", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0266599.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -316909,8 +315959,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Hsc70-4", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -316939,8 +315988,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:5244", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:5244", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -316948,11 +315998,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HSPA9", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0001220", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0001220.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -316962,8 +316012,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Hsc70-5", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -316991,8 +316040,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:5246", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:5246", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -317000,11 +316050,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HSPB1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031037", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031037.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -317014,8 +316064,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG14207", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -317044,8 +316093,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:5246", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:5246", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -317053,11 +316103,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HSPB1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0001225", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0001225.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -317067,8 +316117,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Hsp26", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -317097,8 +316146,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:5246", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:5246", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -317106,11 +316156,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HSPB1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0001227", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0001227.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -317120,8 +316170,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Hsp67Ba", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -317150,8 +316199,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:5246", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:5246", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -317159,11 +316209,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HSPB1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0011296", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0011296.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -317173,8 +316223,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "l(2)efl", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -317203,8 +316252,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:5247", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:5247", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -317212,11 +316262,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HSPB2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032181", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032181.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -317226,8 +316276,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG13133", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -317256,8 +316305,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:5247", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:5247", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -317265,11 +316315,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HSPB2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0001224", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0001224.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -317279,8 +316329,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Hsp23", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -317309,8 +316358,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:5247", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:5247", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -317318,11 +316368,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HSPB2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0001225", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0001225.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -317332,8 +316382,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Hsp26", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -317362,8 +316411,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:5247", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:5247", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -317371,11 +316421,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HSPB2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0001227", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0001227.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -317385,8 +316435,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Hsp67Ba", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -317415,8 +316464,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26511", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26511", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -317424,11 +316474,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HSPB6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0001224", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0001224.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -317438,8 +316488,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Hsp23", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -317468,8 +316517,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:26511", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26511", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -317477,11 +316527,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HSPB6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0011296", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0011296.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -317491,8 +316541,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "l(2)efl", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -317521,8 +316570,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30171", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30171", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -317530,11 +316580,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HSPB8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0001223", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0001223.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -317544,8 +316594,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Hsp22", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -317574,8 +316623,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16389", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16389", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -317583,11 +316633,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HSPBAP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0263025", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0263025.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -317597,8 +316647,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "HSPBAP1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -317627,8 +316676,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24989", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24989", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -317636,11 +316686,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HSPBP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036306", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036306.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -317650,8 +316700,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10973", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -317680,8 +316729,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:5261", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:5261", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -317689,11 +316739,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HSPD1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015245", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015245.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -317703,8 +316753,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Hsp60A", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -317733,8 +316782,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:5261", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:5261", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -317742,11 +316792,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HSPD1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0011244", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0011244.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -317756,8 +316806,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Hsp60B", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -317786,8 +316835,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:5261", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:5261", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -317795,11 +316845,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HSPD1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031728", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031728.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -317809,8 +316859,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Hsp60C", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -317839,8 +316888,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:5261", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:5261", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -317848,11 +316898,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HSPD1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032525", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032525.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -317862,8 +316912,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Hsp60D", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -317892,8 +316941,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:5269", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:5269", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -317901,11 +316951,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HSPE1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036334", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036334.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -317915,8 +316965,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG11267", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -317944,8 +316993,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:5269", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:5269", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -317953,11 +317003,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HSPE1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038200", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038200.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -317967,8 +317017,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG9920", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -317996,8 +317045,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:49184", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:49184", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -318005,11 +317055,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HSPE1-MOB4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0259483", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0259483.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -318019,8 +317069,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Mob4", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -318049,8 +317098,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:5273", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:5273", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -318058,11 +317108,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HSPG2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0284408", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0284408.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -318072,8 +317122,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "trol", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -318102,8 +317151,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16969", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16969", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -318111,11 +317161,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HSPH1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0026418", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026418.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -318125,8 +317175,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Hsc70Cb", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -318154,8 +317203,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:5276", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:5276", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -318163,11 +317213,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HTATSF1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037081", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037081.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -318177,8 +317227,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "barc", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -318207,8 +317256,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:5286", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:5286", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -318216,11 +317266,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HTR1A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004168", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004168.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -318230,8 +317280,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "5-HT1A", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -318260,8 +317309,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:5286", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:5286", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -318269,11 +317319,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HTR1A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0263116", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0263116.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -318283,8 +317333,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "5-HT1B", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -318313,8 +317362,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:5287", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:5287", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -318322,11 +317372,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HTR1B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0263116", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0263116.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -318336,8 +317386,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "5-HT1B", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -318366,8 +317415,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:5289", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:5289", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -318375,11 +317425,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HTR1D", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0263116", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0263116.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -318389,8 +317439,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "5-HT1B", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -318419,8 +317468,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:5289", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:5289", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -318428,11 +317478,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HTR1D", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004573", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004573.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -318442,8 +317492,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "5-HT7", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -318472,8 +317521,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:5291", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:5291", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -318481,11 +317531,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HTR1E", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004168", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004168.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -318495,8 +317545,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "5-HT1A", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -318525,8 +317574,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:5291", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:5291", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -318534,11 +317584,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HTR1E", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0263116", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0263116.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -318548,8 +317598,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "5-HT1B", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -318578,8 +317627,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:5292", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:5292", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -318587,11 +317637,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HTR1F", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0263116", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0263116.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -318601,8 +317651,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "5-HT1B", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -318631,8 +317680,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:5293", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:5293", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -318640,11 +317690,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HTR2A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261929", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261929.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -318654,8 +317704,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "5-HT2B", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -318684,8 +317733,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:5294", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:5294", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -318693,11 +317743,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HTR2B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0087012", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0087012.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -318707,8 +317757,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "5-HT2A", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -318737,8 +317786,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:5294", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:5294", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -318746,11 +317796,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HTR2B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261929", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261929.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -318760,8 +317810,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "5-HT2B", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -318790,8 +317839,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:5295", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:5295", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -318799,11 +317849,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HTR2C", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0087012", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0087012.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -318813,8 +317863,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "5-HT2A", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -318843,8 +317892,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:5295", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:5295", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -318852,11 +317902,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HTR2C", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261929", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261929.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -318866,8 +317916,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "5-HT2B", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -318896,8 +317945,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24005", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24005", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -318905,11 +317955,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HTR3E", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0264908", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0264908.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -318919,8 +317969,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "pHCl-1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -318949,8 +317998,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:5299", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:5299", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -318958,11 +318008,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HTR4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038980", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038980.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -318972,8 +318022,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Oct\u03b21R", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -319002,8 +318051,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:5299", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:5299", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -319011,11 +318061,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HTR4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038063", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038063.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -319025,8 +318075,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Oct\u03b22R", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -319055,8 +318104,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:5299", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:5299", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -319064,11 +318114,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HTR4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0250910", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0250910.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -319078,8 +318128,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Oct\u03b23R", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -319108,8 +318157,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:5302", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:5302", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -319117,11 +318167,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HTR7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004573", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004573.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -319131,8 +318181,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "5-HT7", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -319161,8 +318210,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:9476", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9476", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -319170,11 +318220,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HTRA1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038233", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038233.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -319184,8 +318234,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "HtrA2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -319214,8 +318263,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14348", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14348", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -319223,11 +318273,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HTRA2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038233", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038233.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -319237,8 +318287,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "HtrA2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -319267,8 +318316,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:30406", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30406", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -319276,11 +318326,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HTRA3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038233", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038233.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -319290,8 +318340,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "HtrA2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -319320,8 +318369,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:26909", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26909", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -319329,11 +318379,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HTRA4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038233", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038233.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -319343,8 +318393,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "HtrA2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -319373,8 +318422,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4851", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4851", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -319382,11 +318432,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HTT", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027655", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027655.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -319396,8 +318446,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "htt", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -319426,8 +318475,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:5309", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:5309", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -319435,11 +318485,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HUS1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0026417", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026417.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -319449,8 +318499,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Hus1-like", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -319479,8 +318528,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:16485", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16485", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -319488,11 +318538,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HUS1B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0026417", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026417.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -319502,8 +318552,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Hus1-like", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -319532,8 +318581,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30892", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30892", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -319541,11 +318591,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HUWE1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030674", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030674.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -319555,8 +318605,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "HUWE1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -319584,8 +318633,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19368", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19368", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -319593,11 +318643,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HYDIN", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031292", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031292.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -319607,8 +318657,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG15824", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -319637,8 +318686,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26948", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26948", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -319646,11 +318696,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HYI", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0011770", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0011770.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -319660,8 +318710,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Gip", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -319689,8 +318738,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:34403", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:34403", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -319698,11 +318748,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HYKK", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0086909", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0086909.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -319712,8 +318762,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG31751", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -319741,8 +318790,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26558", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26558", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -319750,11 +318800,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HYLS1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0087041", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0087041.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -319763,9 +318813,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG42231", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Hyls1", + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -319794,8 +318843,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16931", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16931", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -319803,11 +318853,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HYOU1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0023529", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0023529.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -319817,8 +318867,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG2918", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -319846,8 +318895,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18418", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18418", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -319855,11 +318905,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "HYPK", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038196", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038196.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -319869,8 +318919,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG9922", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -319898,8 +318947,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:5330", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:5330", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -319907,11 +318957,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "IARS1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027086", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027086.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -319921,8 +318971,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "IleRS", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -319951,8 +319000,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29685", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29685", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -319960,11 +319010,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "IARS2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036569", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036569.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -319974,8 +319024,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "IleRS-m", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -320004,8 +319053,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:27302", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:27302", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -320013,11 +319063,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "IBA57", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037610", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037610.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -320027,8 +319077,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8043", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -320056,8 +319105,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17853", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17853", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -320065,11 +319115,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "IBTK", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034113", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034113.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -320079,8 +319129,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8060", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -320109,8 +319158,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:5343", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:5343", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -320118,11 +319168,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ICA1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037050", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037050.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -320132,8 +319182,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ICA69", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -320161,8 +319210,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:14442", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14442", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -320170,11 +319220,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ICA1L", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037050", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037050.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -320184,8 +319234,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ICA69", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -320214,8 +319263,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:5350", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:5350", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -320223,11 +319273,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ICMT", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036336", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036336.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -320237,8 +319287,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ste14", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -320266,8 +319315,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:5360", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:5360", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -320275,11 +319325,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ID1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000575", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000575.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -320289,8 +319339,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "emc", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -320319,8 +319368,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:5361", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:5361", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -320328,11 +319378,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ID2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000575", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000575.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -320342,8 +319392,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "emc", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -320372,8 +319421,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:5362", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:5362", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -320381,11 +319431,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ID3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000575", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000575.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -320395,8 +319445,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "emc", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -320425,8 +319474,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:5363", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:5363", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -320434,11 +319484,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ID4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000575", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000575.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -320448,8 +319498,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "emc", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -320478,8 +319527,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:5381", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:5381", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -320487,11 +319537,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "IDE", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0001247", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0001247.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -320501,8 +319551,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ide", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -320530,8 +319579,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:5382", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:5382", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -320539,11 +319589,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "IDH1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0001248", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0001248.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -320553,8 +319603,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Idh", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -320582,8 +319631,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:5384", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:5384", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -320591,11 +319641,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "IDH3A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052026", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052026.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -320605,8 +319655,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG32026", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -320635,8 +319684,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:5384", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:5384", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -320644,11 +319694,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "IDH3A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027291", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027291.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -320658,8 +319708,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Idh3a", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -320687,8 +319736,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:5385", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:5385", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -320696,11 +319746,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "IDH3B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038922", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038922.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -320710,8 +319760,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Idh3b", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -320735,12 +319784,13 @@ "totalMethodCount": 10 }, { - "best": "Yes", + "best": "No", "bestReverse": "Yes", "gene": { "id": "HGNC:5386", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:5386", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -320748,11 +319798,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "IDH3G", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0039358", + "id": "FB:FBgn0034105", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034105.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -320761,18 +319811,11 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG5028", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "CG7755", + "taxonId": "NCBITaxon:7227" }, - "methodCount": 9, + "methodCount": 3, "predictionMethodsMatched": [ - "Ensembl Compara", - "Hieranoid", - "InParanoid", - "OMA", - "OrthoFinder", - "OrthoInspector", "PANTHER", "PhylomeDB", "TreeFam" @@ -320782,18 +319825,25 @@ "ZFIN" ], "predictionMethodsNotMatched": [ + "Ensembl Compara", + "Hieranoid", + "InParanoid", + "OMA", + "OrthoFinder", + "OrthoInspector", "Roundup" ], "stringencyFilter": "stringent", "totalMethodCount": 10 }, { - "best": "No", + "best": "Yes", "bestReverse": "Yes", "gene": { "id": "HGNC:5386", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:5386", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -320801,11 +319851,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "IDH3G", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0034105", + "id": "FB:FBgn0039358", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039358.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -320814,12 +319864,17 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG7755", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Idh3g", + "taxonId": "NCBITaxon:7227" }, - "methodCount": 3, + "methodCount": 9, "predictionMethodsMatched": [ + "Ensembl Compara", + "Hieranoid", + "InParanoid", + "OMA", + "OrthoFinder", + "OrthoInspector", "PANTHER", "PhylomeDB", "TreeFam" @@ -320829,12 +319884,6 @@ "ZFIN" ], "predictionMethodsNotMatched": [ - "Ensembl Compara", - "Hieranoid", - "InParanoid", - "OMA", - "OrthoFinder", - "OrthoInspector", "Roundup" ], "stringencyFilter": "stringent", @@ -320845,8 +319894,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:5387", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:5387", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -320854,11 +319904,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "IDI1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038876", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038876.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -320868,8 +319918,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Idi", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -320898,8 +319947,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23487", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23487", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -320907,11 +319957,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "IDI2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038876", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038876.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -320921,8 +319971,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Idi", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -320951,8 +320000,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:5389", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:5389", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -320960,11 +320010,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "IDS", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035445", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035445.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -320974,8 +320024,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ids", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -321003,8 +320052,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:5391", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:5391", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -321012,11 +320062,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "IDUA", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032343", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032343.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -321025,9 +320075,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG6201", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Idua", + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -321055,8 +320104,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18550", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18550", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -321064,11 +320114,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "IER3IP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052069", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052069.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -321078,8 +320128,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG32069", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -321107,8 +320156,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:5398", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:5398", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -321116,11 +320166,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "IFI30", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0085638", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0085638.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -321130,8 +320180,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG41378", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -321160,8 +320209,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:5398", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:5398", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -321169,11 +320219,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "IFI30", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037721", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037721.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -321183,8 +320233,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG9427", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -321213,8 +320262,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:5398", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:5398", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -321222,11 +320272,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "IFI30", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038149", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038149.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -321236,8 +320286,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "GILT1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -321266,8 +320315,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:5398", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:5398", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -321275,11 +320325,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "IFI30", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039099", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039099.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -321289,8 +320339,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "GILT2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -321319,8 +320368,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:5398", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:5398", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -321328,11 +320378,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "IFI30", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039098", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039098.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -321342,8 +320392,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "GILT3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -321372,8 +320421,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:5456", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:5456", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -321381,11 +320431,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "IFRD1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051694", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051694.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -321394,9 +320444,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG31694", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Ifrd1", + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -321424,8 +320473,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:5457", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:5457", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -321433,11 +320483,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "IFRD2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051694", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051694.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -321446,9 +320496,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG31694", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Ifrd1", + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -321476,8 +320525,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13556", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13556", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -321485,11 +320535,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "IFT122", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0265102", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0265102.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -321499,8 +320549,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Oseg1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -321528,8 +320577,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29077", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29077", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -321537,11 +320587,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "IFT140", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0260933", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0260933.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -321551,8 +320601,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "rempA", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -321580,8 +320629,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30391", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30391", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -321589,11 +320639,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "IFT172", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035317", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035317.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -321603,8 +320653,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Oseg2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -321632,8 +320681,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30989", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30989", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -321641,11 +320691,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "IFT20", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0050441", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0050441.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -321655,8 +320705,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "IFT20", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -321685,8 +320734,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29669", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29669", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -321694,11 +320744,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "IFT43", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032446", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032446.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -321708,8 +320758,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "IFT43", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -321738,8 +320787,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26146", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26146", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -321747,11 +320797,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "IFT46", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032692", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032692.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -321761,8 +320811,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "IFT46", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -321791,8 +320840,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15901", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15901", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -321800,11 +320850,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "IFT52", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031829", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031829.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -321814,8 +320864,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "IFT52", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -321843,8 +320892,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17367", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17367", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -321852,11 +320902,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "IFT57", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031550", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031550.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -321866,8 +320916,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "IFT57", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -321895,8 +320944,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29262", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29262", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -321904,11 +320954,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "IFT80", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032891", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032891.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -321918,8 +320968,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Oseg5", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -321947,8 +320996,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20606", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20606", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -321956,11 +321006,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "IFT88", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0016919", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0016919.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -321970,8 +321020,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "nompB", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -322000,8 +321049,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:5461", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:5461", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -322009,11 +321059,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "IGBP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051852", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051852.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -322023,8 +321073,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Tap42", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -322052,8 +321101,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:5465", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:5465", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -322061,11 +321111,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "IGF1R", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0283499", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0283499.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -322075,8 +321125,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "InR", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -322105,8 +321154,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:28866", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28866", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -322114,11 +321164,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "IGF2BP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0285926", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0285926.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -322128,8 +321178,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Imp", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -322158,8 +321207,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28867", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28867", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -322167,11 +321217,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "IGF2BP2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0285926", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0285926.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -322181,8 +321231,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Imp", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -322210,8 +321259,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28868", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28868", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -322219,11 +321269,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "IGF2BP3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0285926", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0285926.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -322233,8 +321283,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Imp", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -322262,8 +321311,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:5467", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:5467", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -322271,11 +321321,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "IGF2R", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051072", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051072.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -322285,8 +321335,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Lerp", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -322315,8 +321364,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:5468", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:5468", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -322324,11 +321374,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "IGFALS", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261269", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261269.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -322338,8 +321388,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "conv", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -322368,8 +321417,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:34550", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:34550", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -322377,11 +321427,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "IGLON5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0085382", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0085382.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -322391,8 +321441,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG34353", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -322421,8 +321470,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:34550", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:34550", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -322430,11 +321480,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "IGLON5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0259245", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0259245.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -322444,8 +321494,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "DIP-\u03b2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -322474,8 +321523,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:34550", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:34550", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -322483,11 +321533,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "IGLON5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039617", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039617.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -322497,8 +321547,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "DIP-\u03b3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -322527,8 +321576,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:34550", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:34550", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -322536,11 +321586,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "IGLON5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0085420", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0085420.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -322550,8 +321600,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "DIP-\u03b4", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -322580,8 +321629,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:34550", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:34550", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -322589,11 +321639,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "IGLON5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051708", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051708.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -322603,8 +321653,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "DIP-\u03b6", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -322633,8 +321682,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:34550", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:34550", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -322642,11 +321692,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "IGLON5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031725", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031725.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -322656,8 +321706,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "DIP-\u03b7", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -322686,8 +321735,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:34550", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:34550", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -322695,11 +321745,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "IGLON5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031837", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031837.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -322709,8 +321759,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "DIP-\u03b9", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -322739,8 +321788,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18132", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18132", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -322748,11 +321798,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "IGSF9", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028482", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028482.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -322762,8 +321812,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "bdl", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -322792,8 +321841,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18132", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18132", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -322801,11 +321851,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "IGSF9", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010473", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010473.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -322815,8 +321865,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "tutl", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -322845,8 +321894,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:32326", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:32326", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -322854,11 +321904,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "IGSF9B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028482", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028482.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -322868,8 +321918,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "bdl", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -322898,8 +321947,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:32326", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:32326", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -322907,11 +321957,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "IGSF9B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010473", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010473.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -322921,8 +321971,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "tutl", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -322951,8 +322000,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:5956", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:5956", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -322960,11 +322010,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "IHH", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004644", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004644.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -322974,8 +322024,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "hh", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -323004,8 +322053,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:5958", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:5958", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -323013,11 +322063,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "IK", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037660", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037660.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -323027,8 +322077,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "beag", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -323057,8 +322106,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:5960", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:5960", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -323066,11 +322116,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "IKBKB", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0024222", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0024222.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -323080,8 +322130,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "IKK\u03b2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -323110,8 +322159,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:14552", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14552", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -323119,11 +322169,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "IKBKE", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0086657", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0086657.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -323133,8 +322183,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "IKK\u03b5", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -323163,8 +322212,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:5961", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:5961", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -323172,11 +322222,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "IKBKG", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0041205", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0041205.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -323186,8 +322236,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "key", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -323216,8 +322265,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13177", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13177", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -323225,11 +322275,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "IKZF2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033252", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033252.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -323239,8 +322289,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG12769", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -323269,8 +322318,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14283", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14283", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -323278,11 +322328,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "IKZF5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0001180", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0001180.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -323292,8 +322342,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "hb", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -323322,8 +322371,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:5980", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:5980", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -323331,11 +322381,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "IL16", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0087007", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0087007.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -323345,8 +322395,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "bbg", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -323375,8 +322424,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19094", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19094", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -323384,11 +322434,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "IL4I1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0286199", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0286199.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -323398,8 +322448,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "shps", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -323428,8 +322477,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6037", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6037", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -323437,11 +322487,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ILF2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038046", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038046.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -323451,8 +322501,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5641", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -323480,8 +322529,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:6038", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6038", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -323489,11 +322539,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ILF3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0263603", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0263603.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -323503,8 +322553,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Zn72D", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -323533,8 +322582,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6040", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6040", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -323542,11 +322592,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ILK", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028427", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028427.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -323556,8 +322606,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ilk", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -323585,8 +322634,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21215", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21215", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -323594,11 +322644,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ILRUN", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030838", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030838.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -323608,8 +322658,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5445", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -323638,8 +322687,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26317", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26317", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -323647,11 +322697,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "IMMP1L", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030669", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030669.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -323661,8 +322711,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG9240", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -323690,8 +322739,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14598", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14598", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -323699,11 +322749,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "IMMP2L", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034535", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034535.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -323713,8 +322763,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG11110", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -323742,8 +322791,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6047", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6047", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -323751,11 +322801,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "IMMT", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0019960", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0019960.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -323765,8 +322815,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Mitofilin", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -323794,8 +322843,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14497", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14497", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -323803,11 +322853,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "IMP3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034232", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034232.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -323817,8 +322867,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG4866", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -323846,8 +322895,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30856", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30856", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -323855,11 +322905,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "IMP4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039274", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039274.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -323869,8 +322919,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG11920", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -323898,8 +322947,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6050", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6050", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -323907,11 +322957,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "IMPA1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036550", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036550.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -323921,8 +322971,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG17026", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -323951,8 +323000,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6050", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6050", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -323960,11 +323010,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "IMPA1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036553", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036553.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -323974,8 +323024,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG17027", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -324004,8 +323053,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6050", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6050", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -324013,11 +323063,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "IMPA1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036552", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036552.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -324027,8 +323077,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG17028", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -324057,8 +323106,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6050", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6050", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -324066,11 +323116,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "IMPA1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036551", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036551.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -324080,8 +323130,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG17029", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -324110,8 +323159,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:6050", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6050", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -324119,11 +323169,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "IMPA1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037063", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037063.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -324133,8 +323183,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG9391", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -324163,8 +323212,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6051", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6051", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -324172,11 +323222,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "IMPA2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036550", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036550.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -324186,8 +323236,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG17026", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -324216,8 +323265,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6051", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6051", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -324225,11 +323275,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "IMPA2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036553", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036553.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -324239,8 +323289,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG17027", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -324269,8 +323318,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6051", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6051", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -324278,11 +323328,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "IMPA2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036552", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036552.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -324292,8 +323342,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG17028", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -324322,8 +323371,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6051", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6051", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -324331,11 +323381,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "IMPA2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036551", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036551.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -324345,8 +323395,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG17029", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -324375,8 +323424,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6051", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6051", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -324384,11 +323434,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "IMPA2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037064", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037064.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -324398,8 +323448,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG9389", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -324428,8 +323477,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6051", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6051", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -324437,11 +323487,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "IMPA2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037063", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037063.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -324451,8 +323501,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG9391", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -324480,8 +323529,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6052", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6052", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -324489,11 +323539,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "IMPDH1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003204", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003204.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -324503,8 +323553,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ras", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -324533,8 +323582,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:6053", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6053", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -324542,11 +323592,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "IMPDH2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003204", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003204.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -324556,8 +323606,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ras", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -324586,8 +323635,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:27406", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:27406", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -324595,11 +323645,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "INAFM1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0260812", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0260812.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -324609,8 +323659,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "inaF-D", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -324639,8 +323688,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6058", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6058", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -324648,11 +323698,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "INCENP", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0260991", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0260991.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -324662,8 +323712,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Incenp", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -324692,8 +323741,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:23791", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23791", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -324701,11 +323751,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "INF2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0053556", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0053556.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -324715,8 +323765,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "form3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -324745,8 +323794,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6062", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6062", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -324754,11 +323804,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ING1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038546", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038546.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -324768,8 +323818,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7379", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -324798,8 +323847,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6063", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6063", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -324807,11 +323857,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ING2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038546", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038546.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -324821,8 +323871,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7379", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -324851,8 +323900,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14587", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14587", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -324860,11 +323910,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ING3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030945", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030945.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -324874,8 +323924,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ing3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -324904,8 +323953,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:19423", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19423", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -324913,11 +323963,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ING4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032516", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032516.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -324927,8 +323977,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ing5", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -324957,8 +324006,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19421", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19421", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -324966,11 +324016,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ING5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032516", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032516.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -324980,8 +324030,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ing5", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -325009,8 +324058,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6066", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6066", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -325018,11 +324068,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "INHBA", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0024913", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0024913.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -325032,8 +324082,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Act\u03b2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -325062,8 +324111,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6067", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6067", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -325071,11 +324121,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "INHBB", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0024913", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0024913.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -325085,8 +324135,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Act\u03b2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -325115,8 +324164,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:6068", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6068", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -325124,11 +324174,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "INHBC", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0024913", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0024913.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -325138,8 +324188,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Act\u03b2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -325168,8 +324217,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:24029", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24029", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -325177,11 +324227,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "INHBE", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0024913", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0024913.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -325191,8 +324241,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Act\u03b2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -325221,8 +324270,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24994", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24994", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -325230,11 +324280,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "INIP", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0259720", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0259720.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -325244,8 +324294,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG42374", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -325274,8 +324323,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26956", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26956", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -325283,11 +324333,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "INO80", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0086613", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0086613.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -325297,8 +324347,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ino80", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -325326,8 +324375,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13324", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13324", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -325335,11 +324385,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "INO80B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033019", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033019.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -325349,8 +324399,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10395", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -325379,8 +324428,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26994", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26994", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -325388,11 +324438,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "INO80C", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040929", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040929.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -325402,8 +324452,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG12659", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -325432,8 +324481,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25997", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25997", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -325441,11 +324491,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "INO80D", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0086686", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0086686.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -325455,8 +324505,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "l(3)L1231", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -325485,8 +324534,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26905", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26905", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -325494,11 +324544,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "INO80E", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033566", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033566.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -325508,8 +324558,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG18004", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -325538,8 +324587,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6071", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6071", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -325547,11 +324597,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "INPP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0016672", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0016672.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -325561,8 +324611,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ipp", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -325590,8 +324639,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6074", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6074", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -325599,11 +324649,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "INPP4A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0259166", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0259166.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -325613,8 +324663,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG42271", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -325642,8 +324691,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6075", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6075", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -325651,11 +324701,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "INPP4B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0259166", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0259166.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -325665,8 +324715,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG42271", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -325694,8 +324743,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6076", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6076", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -325703,11 +324753,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "INPP5A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0259178", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0259178.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -325717,8 +324767,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "5PtaseI", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -325747,8 +324796,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6077", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6077", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -325756,11 +324806,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "INPP5B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0023508", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0023508.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -325770,8 +324820,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ocrl", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -325799,8 +324848,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21474", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21474", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -325808,11 +324858,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "INPP5E", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036273", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036273.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -325822,8 +324872,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "INPP5E", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -325852,8 +324901,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17054", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17054", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -325861,11 +324911,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "INPP5F", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038890", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038890.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -325874,9 +324924,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG7956", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "sp3", + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -325905,8 +324954,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:8956", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8956", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -325914,11 +324964,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "INPP5J", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034179", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034179.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -325928,8 +324978,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6805", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -325958,8 +325007,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:33882", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:33882", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -325967,11 +325017,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "INPP5K", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034179", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034179.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -325981,8 +325031,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6805", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -326010,8 +325059,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:33882", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:33882", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -326019,11 +325069,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "INPP5K", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030761", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030761.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -326033,8 +325083,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG9784", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -326063,8 +325112,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:33116", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:33116", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -326072,11 +325122,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "INSC", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0011674", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0011674.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -326086,8 +325136,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "insc", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -326116,8 +325165,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6086", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6086", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -326125,11 +325175,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "INSL3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0044049", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0044049.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -326139,8 +325189,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ilp4", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -326169,8 +325218,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6090", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6090", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -326178,11 +325228,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "INSM1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028999", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028999.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -326192,8 +325242,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "nerfin-1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -326222,8 +325271,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6090", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6090", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -326231,11 +325281,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "INSM1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0041105", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0041105.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -326245,8 +325295,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "nerfin-2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -326275,8 +325324,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17539", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17539", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -326284,11 +325334,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "INSM2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028999", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028999.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -326298,8 +325348,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "nerfin-1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -326328,8 +325377,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17539", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17539", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -326337,11 +325387,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "INSM2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0041105", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0041105.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -326351,8 +325401,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "nerfin-2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -326381,8 +325430,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:6091", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6091", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -326390,11 +325440,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "INSR", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0283499", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0283499.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -326404,8 +325454,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "InR", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -326434,8 +325483,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:6093", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6093", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -326443,11 +325493,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "INSRR", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0283499", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0283499.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -326457,8 +325507,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "InR", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -326487,8 +325536,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24555", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24555", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -326496,11 +325546,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "INTS1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034964", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034964.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -326510,8 +325560,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "IntS1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -326539,8 +325588,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25548", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25548", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -326548,11 +325598,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "INTS10", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035462", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035462.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -326562,8 +325612,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "IntS10", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -326592,8 +325641,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26052", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26052", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -326601,11 +325651,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "INTS11", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039691", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039691.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -326615,8 +325665,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "IntS11", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -326644,8 +325693,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25067", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25067", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -326653,11 +325703,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "INTS12", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039459", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039459.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -326667,8 +325717,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "IntS12", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -326697,8 +325746,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20174", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20174", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -326706,11 +325756,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "INTS13", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0020407", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0020407.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -326720,8 +325770,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "asun", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -326749,8 +325798,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25372", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25372", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -326758,11 +325808,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "INTS14", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031314", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031314.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -326772,8 +325822,59 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "IntS14", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" + }, + "methodCount": 10, + "predictionMethodsMatched": [ + "Ensembl Compara", + "Hieranoid", + "InParanoid", + "OMA", + "OrthoFinder", + "OrthoInspector", + "PANTHER", + "PhylomeDB", + "Roundup", + "TreeFam" + ], + "predictionMethodsNotCalled": [ + "HGNC", + "ZFIN" + ], + "predictionMethodsNotMatched": [], + "stringencyFilter": "stringent", + "totalMethodCount": 10 + }, + { + "best": "Yes", + "bestReverse": "Yes", + "gene": { + "id": "HGNC:21702", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21702", + "species": { + "commonNames": "['human', 'hsa']", + "dataProviderFullName": "Rat Genome Database", + "dataProviderShortName": "RGD", + "name": "Homo sapiens", + "shortName": "Hsa", + "taxonId": "NCBITaxon:9606" + }, + "symbol": "INTS15", + "taxonId": "NCBITaxon:9606" + }, + "homologGene": { + "id": "FB:FBgn0036987", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036987.html", + "species": { + "commonNames": "['fly', 'fruit fly', 'dme']", + "dataProviderFullName": "FlyBase", + "dataProviderShortName": "FB", + "name": "Drosophila melanogaster", + "shortName": "Dme", + "taxonId": "NCBITaxon:7227" + }, + "symbol": "CG5274", + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -326801,8 +325902,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29241", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29241", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -326810,11 +325912,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "INTS2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030858", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030858.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -326824,8 +325926,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "IntS2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -326853,8 +325954,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26153", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26153", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -326862,11 +325964,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "INTS3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0262117", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0262117.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -326876,8 +325978,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "IntS3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -326905,8 +326006,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25048", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25048", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -326914,11 +326016,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "INTS4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0026679", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026679.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -326928,8 +326030,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "IntS4", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -326957,8 +326058,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29352", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29352", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -326966,11 +326068,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "INTS5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038168", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038168.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -326980,8 +326082,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "omd", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -327009,8 +326110,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14879", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14879", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -327018,11 +326120,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "INTS6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261383", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261383.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -327032,8 +326134,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "IntS6", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -327062,8 +326163,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:27334", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:27334", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -327071,11 +326173,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "INTS6L", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261383", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261383.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -327085,8 +326187,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "IntS6", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -327115,8 +326216,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24484", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24484", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -327124,11 +326226,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "INTS7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036038", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036038.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -327138,8 +326240,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "defl", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -327167,8 +326268,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26048", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26048", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -327176,11 +326278,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "INTS8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0025830", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0025830.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -327190,8 +326292,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "IntS8", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -327220,8 +326321,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25592", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25592", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -327229,11 +326331,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "INTS9", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036570", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036570.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -327243,8 +326345,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "IntS9", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -327272,8 +326373,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29239", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29239", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -327281,11 +326383,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "INTU", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0001259", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0001259.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -327295,8 +326397,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "in", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -327324,8 +326425,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18360", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18360", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -327333,11 +326435,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "IP6K1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034644", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034644.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -327347,8 +326449,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10082", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -327377,8 +326478,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17313", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17313", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -327386,11 +326488,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "IP6K2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034644", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034644.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -327400,8 +326502,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10082", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -327430,8 +326531,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17269", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17269", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -327439,11 +326541,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "IP6K3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034644", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034644.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -327453,8 +326555,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10082", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -327483,8 +326584,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:21204", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21204", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -327492,11 +326594,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "IPCEF1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0286070", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0286070.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -327506,8 +326608,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "cnk", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -327536,8 +326637,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20739", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20739", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -327545,11 +326647,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "IPMK", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031267", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031267.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -327559,8 +326661,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ipk2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -327584,13 +326685,67 @@ "stringencyFilter": "stringent", "totalMethodCount": 10 }, + { + "best": "Yes", + "bestReverse": "Yes", + "gene": { + "id": "HGNC:20628", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20628", + "species": { + "commonNames": "['human', 'hsa']", + "dataProviderFullName": "Rat Genome Database", + "dataProviderShortName": "RGD", + "name": "Homo sapiens", + "shortName": "Hsa", + "taxonId": "NCBITaxon:9606" + }, + "symbol": "IPO11", + "taxonId": "NCBITaxon:9606" + }, + "homologGene": { + "id": "FB:FBgn0284254", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0284254.html", + "species": { + "commonNames": "['fly', 'fruit fly', 'dme']", + "dataProviderFullName": "FlyBase", + "dataProviderShortName": "FB", + "name": "Drosophila melanogaster", + "shortName": "Dme", + "taxonId": "NCBITaxon:7227" + }, + "symbol": "Imp\u03b211", + "taxonId": "NCBITaxon:7227" + }, + "methodCount": 9, + "predictionMethodsMatched": [ + "Ensembl Compara", + "Hieranoid", + "InParanoid", + "OMA", + "OrthoFinder", + "OrthoInspector", + "PANTHER", + "PhylomeDB", + "TreeFam" + ], + "predictionMethodsNotCalled": [ + "HGNC", + "ZFIN" + ], + "predictionMethodsNotMatched": [ + "Roundup" + ], + "stringencyFilter": "stringent", + "totalMethodCount": 10 + }, { "best": "Yes", "bestReverse": "Yes", "gene": { "id": "HGNC:16853", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16853", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -327598,11 +326753,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "IPO13", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261532", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261532.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -327612,8 +326767,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "cdm", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -327641,8 +326795,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19426", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19426", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -327650,11 +326805,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "IPO4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0042178", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0042178.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -327664,8 +326819,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Apl", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -327694,8 +326848,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19426", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19426", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -327703,11 +326858,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "IPO4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0042177", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0042177.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -327717,8 +326872,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Arts", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -327746,8 +326900,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6402", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6402", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -327755,11 +326910,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "IPO5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0087013", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0087013.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -327769,8 +326924,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Kary\u03b23", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -327798,8 +326952,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9852", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9852", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -327807,11 +326962,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "IPO7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0026252", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026252.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -327821,8 +326976,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "msk", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -327850,8 +327004,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:9853", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9853", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -327859,11 +327014,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "IPO8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0026252", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026252.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -327873,8 +327028,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "msk", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -327903,8 +327057,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19425", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19425", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -327912,11 +327067,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "IPO9", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037894", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037894.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -327925,9 +327080,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "Ranbp9", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Ipo9", + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -327955,8 +327109,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6108", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6108", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -327964,11 +327119,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "IPP", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032485", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032485.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -327978,8 +327133,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG9426", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -328007,8 +327161,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14645", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14645", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -328016,11 +327171,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "IPPK", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0050295", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0050295.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -328030,8 +327185,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ipk1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -328060,8 +327214,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26195", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26195", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -328069,11 +327224,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "IQCA1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036931", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036931.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -328083,8 +327238,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG14183", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -328113,8 +327267,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26195", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26195", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -328122,11 +327277,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "IQCA1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037712", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037712.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -328136,8 +327291,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG16789", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -328165,8 +327319,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:22831", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:22831", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -328174,11 +327329,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "IQCA1L", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037712", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037712.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -328188,8 +327343,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG16789", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -328218,8 +327372,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25168", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25168", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -328227,11 +327382,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "IQCD", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037454", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037454.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -328241,8 +327396,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG1137", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -328271,8 +327425,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25168", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25168", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -328280,11 +327435,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "IQCD", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033705", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033705.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -328294,8 +327449,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG13168", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -328324,8 +327478,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25251", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25251", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -328333,11 +327488,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "IQCG", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039522", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039522.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -328347,8 +327502,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG13972", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -328377,8 +327531,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:38842", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:38842", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -328386,11 +327541,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "IQCJ-SCHIP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032221", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032221.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -328400,8 +327555,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Schip1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -328430,8 +327584,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29112", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29112", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -328439,11 +327594,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "IQSEC1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0026179", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026179.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -328453,8 +327608,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "siz", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -328483,8 +327637,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29059", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29059", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -328492,11 +327647,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "IQSEC2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0026179", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026179.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -328506,8 +327661,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "siz", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -328536,8 +327690,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:29193", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29193", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -328545,11 +327700,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "IQSEC3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0026179", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026179.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -328559,8 +327714,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "siz", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -328589,8 +327743,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21995", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21995", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -328598,11 +327753,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "IQUB", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038960", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038960.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -328612,8 +327767,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG13855", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -328641,8 +327795,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6112", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6112", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -328650,11 +327805,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "IRAK1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010441", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010441.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -328664,8 +327819,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "pll", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -328694,8 +327848,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:6113", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6113", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -328703,11 +327858,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "IRAK2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010441", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010441.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -328717,8 +327872,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "pll", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -328747,8 +327901,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:17020", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17020", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -328756,11 +327911,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "IRAK3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010441", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010441.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -328770,8 +327925,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "pll", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -328800,8 +327954,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:17967", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17967", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -328809,11 +327964,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "IRAK4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010441", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010441.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -328823,8 +327978,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "pll", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -328853,8 +328007,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:6115", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6115", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -328862,11 +328017,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "IREB2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0024958", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0024958.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -328876,8 +328031,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Irp-1A", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -328906,8 +328060,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21728", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21728", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -328915,11 +328070,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "IRF2BP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030400", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030400.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -328929,8 +328084,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pits", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -328959,8 +328113,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21729", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21729", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -328968,11 +328123,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "IRF2BP2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030400", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030400.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -328982,8 +328137,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pits", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -329012,8 +328166,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14282", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14282", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -329021,11 +328176,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "IRF2BPL", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030400", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030400.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -329035,8 +328190,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pits", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -329065,8 +328219,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6125", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6125", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -329074,11 +328229,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "IRS1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0024248", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0024248.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -329088,8 +328243,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "chico", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -329118,8 +328272,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6126", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6126", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -329127,11 +328282,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "IRS2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0024248", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0024248.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -329141,8 +328296,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "chico", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -329171,8 +328325,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:6128", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6128", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -329180,11 +328335,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "IRS4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0024248", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0024248.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -329194,8 +328349,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "chico", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -329224,8 +328378,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:14358", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14358", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -329233,11 +328388,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "IRX1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015904", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015904.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -329247,8 +328402,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ara", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -329277,8 +328431,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:14358", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14358", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -329286,11 +328441,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "IRX1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015919", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015919.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -329300,8 +328455,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "caup", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -329330,8 +328484,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:14358", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14358", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -329339,11 +328494,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "IRX1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0014343", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0014343.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -329353,8 +328508,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mirr", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -329383,8 +328537,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:14359", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14359", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -329392,11 +328547,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "IRX2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015919", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015919.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -329406,8 +328561,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "caup", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -329436,8 +328590,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:14360", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14360", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -329445,11 +328600,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "IRX3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015904", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015904.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -329459,8 +328614,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ara", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -329489,8 +328643,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:14360", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14360", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -329498,11 +328653,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "IRX3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0014343", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0014343.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -329512,8 +328667,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mirr", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -329542,8 +328696,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:6129", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6129", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -329551,11 +328706,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "IRX4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015904", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015904.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -329565,8 +328720,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ara", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -329595,8 +328749,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:14361", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14361", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -329604,11 +328759,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "IRX5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015904", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015904.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -329618,8 +328773,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ara", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -329648,8 +328802,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:14361", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14361", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -329657,11 +328812,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "IRX5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015919", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015919.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -329671,8 +328826,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "caup", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -329701,8 +328855,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:14361", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14361", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -329710,11 +328865,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "IRX5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0014343", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0014343.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -329724,8 +328879,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mirr", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -329754,8 +328908,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14675", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14675", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -329763,11 +328918,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "IRX6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015904", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015904.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -329777,8 +328932,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ara", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -329807,8 +328961,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14675", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14675", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -329816,11 +328971,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "IRX6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015919", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015919.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -329830,8 +328985,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "caup", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -329860,8 +329014,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14675", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14675", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -329869,11 +329024,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "IRX6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0014343", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0014343.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -329883,8 +329038,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mirr", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -329913,8 +329067,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28660", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28660", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -329922,11 +329077,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ISCA1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0026666", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026666.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -329936,8 +329091,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "MagR", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -329965,8 +329119,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19857", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19857", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -329974,11 +329129,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ISCA2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039205", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039205.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -329988,8 +329143,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG13623", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -330017,8 +329171,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29882", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29882", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -330026,11 +329181,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ISCU", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037637", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037637.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -330040,8 +329195,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "IscU", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -330069,8 +329223,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6132", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6132", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -330078,11 +329233,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ISL1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003896", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003896.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -330092,8 +329247,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "tup", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -330122,8 +329276,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:18524", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18524", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -330131,11 +329286,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ISL2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003896", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003896.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -330145,8 +329300,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "tup", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -330175,8 +329329,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6133", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6133", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -330184,11 +329339,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ISLR", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015400", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015400.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -330198,8 +329353,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "kek2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -330228,8 +329382,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29286", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29286", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -330237,11 +329392,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ISLR2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015400", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015400.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -330251,8 +329406,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "kek2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -330281,8 +329435,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24254", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24254", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -330290,11 +329445,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ISOC1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039850", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039850.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -330304,8 +329459,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG11333", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -330334,8 +329488,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24254", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24254", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -330343,11 +329498,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ISOC1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035044", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035044.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -330357,8 +329512,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG3663", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -330387,8 +329541,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:26278", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26278", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -330396,11 +329551,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ISOC2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035044", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035044.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -330410,8 +329565,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG3663", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -330440,8 +329594,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28977", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28977", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -330449,11 +329604,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "IST1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035715", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035715.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -330463,8 +329618,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ist1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -330492,8 +329646,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:29201", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29201", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -330501,11 +329656,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ISY1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037550", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037550.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -330515,8 +329670,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG9667", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -330545,8 +329699,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:42969", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:42969", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -330554,11 +329709,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ISY1-RAB43", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037550", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037550.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -330568,8 +329723,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG9667", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -330598,8 +329752,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29821", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29821", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -330607,11 +329762,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ISYNA1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0025885", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0025885.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -330621,8 +329776,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Inos", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -330651,8 +329805,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13890", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13890", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -330660,11 +329815,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ITCH", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003557", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003557.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -330674,8 +329829,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Su(dx)", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -330704,8 +329858,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30697", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30697", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -330713,11 +329868,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ITFG1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036509", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036509.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -330727,8 +329882,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7739", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -330757,8 +329911,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:6134", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6134", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -330766,11 +329921,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ITGA1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034005", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034005.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -330780,8 +329935,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ItgaPS4", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -330810,8 +329964,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:6134", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6134", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -330819,11 +329974,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ITGA1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034880", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034880.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -330833,8 +329988,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ItgaPS5", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -330863,8 +330017,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:6134", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6134", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -330872,11 +330027,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ITGA1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0286785", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0286785.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -330886,8 +330041,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "scb", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -330916,8 +330070,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:6135", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6135", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -330925,11 +330080,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ITGA10", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034005", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034005.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -330939,8 +330094,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ItgaPS4", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -330969,8 +330123,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:6135", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6135", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -330978,11 +330133,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ITGA10", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034880", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034880.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -330992,8 +330147,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ItgaPS5", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -331022,8 +330176,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:6135", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6135", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -331031,11 +330186,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ITGA10", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0286785", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0286785.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -331045,8 +330200,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "scb", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -331075,8 +330229,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:6136", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6136", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -331084,11 +330239,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ITGA11", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034005", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034005.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -331098,8 +330253,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ItgaPS4", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -331128,8 +330282,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:6136", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6136", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -331137,11 +330292,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ITGA11", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034880", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034880.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -331151,8 +330306,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ItgaPS5", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -331181,8 +330335,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:6136", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6136", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -331190,11 +330345,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ITGA11", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0286785", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0286785.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -331204,8 +330359,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "scb", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -331234,8 +330388,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:6137", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6137", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -331243,11 +330398,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ITGA2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034005", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034005.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -331257,8 +330412,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ItgaPS4", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -331287,8 +330441,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:6137", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6137", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -331296,11 +330451,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ITGA2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034880", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034880.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -331310,8 +330465,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ItgaPS5", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -331340,8 +330494,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:6137", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6137", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -331349,11 +330504,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ITGA2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0286785", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0286785.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -331363,8 +330518,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "scb", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -331393,8 +330547,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:6138", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6138", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -331402,11 +330557,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ITGA2B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0001250", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0001250.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -331416,8 +330571,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "if", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -331446,8 +330600,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:6139", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6139", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -331455,11 +330610,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ITGA3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004456", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004456.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -331469,8 +330624,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mew", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -331499,8 +330653,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:6140", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6140", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -331508,11 +330663,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ITGA4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034005", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034005.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -331522,8 +330677,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ItgaPS4", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -331552,8 +330706,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:6140", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6140", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -331561,11 +330716,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ITGA4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034880", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034880.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -331575,8 +330730,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ItgaPS5", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -331605,8 +330759,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:6140", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6140", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -331614,11 +330769,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ITGA4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0286785", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0286785.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -331628,8 +330783,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "scb", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -331658,8 +330812,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6141", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6141", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -331667,11 +330822,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ITGA5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0001250", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0001250.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -331681,8 +330836,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "if", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -331711,8 +330865,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6142", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6142", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -331720,11 +330875,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ITGA6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004456", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004456.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -331734,8 +330889,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mew", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -331763,8 +330917,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6143", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6143", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -331772,11 +330927,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ITGA7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004456", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004456.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -331786,8 +330941,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mew", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -331815,8 +330969,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6144", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6144", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -331824,11 +330979,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ITGA8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0001250", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0001250.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -331838,8 +330993,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "if", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -331868,8 +331022,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6145", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6145", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -331877,11 +331032,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ITGA9", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034005", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034005.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -331891,8 +331046,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ItgaPS4", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -331921,8 +331075,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6145", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6145", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -331930,11 +331085,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ITGA9", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034880", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034880.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -331944,8 +331099,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ItgaPS5", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -331974,8 +331128,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6145", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6145", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -331983,11 +331138,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ITGA9", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0286785", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0286785.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -331997,8 +331152,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "scb", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -332027,8 +331181,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:6146", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6146", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -332036,11 +331191,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ITGAD", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034005", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034005.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -332050,8 +331205,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ItgaPS4", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -332080,8 +331234,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:6146", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6146", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -332089,11 +331244,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ITGAD", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034880", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034880.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -332103,8 +331258,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ItgaPS5", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -332133,8 +331287,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:6146", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6146", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -332142,11 +331297,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ITGAD", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0286785", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0286785.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -332156,8 +331311,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "scb", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -332186,8 +331340,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:6147", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6147", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -332195,11 +331350,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ITGAE", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034005", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034005.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -332209,8 +331364,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ItgaPS4", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -332239,8 +331393,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:6147", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6147", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -332248,11 +331403,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ITGAE", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034880", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034880.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -332262,8 +331417,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ItgaPS5", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -332292,8 +331446,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:6147", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6147", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -332301,11 +331456,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ITGAE", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0286785", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0286785.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -332315,8 +331470,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "scb", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -332345,8 +331499,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:6148", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6148", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -332354,11 +331509,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ITGAL", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034005", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034005.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -332368,8 +331523,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ItgaPS4", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -332398,8 +331552,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:6148", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6148", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -332407,11 +331562,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ITGAL", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034880", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034880.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -332421,8 +331576,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ItgaPS5", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -332451,8 +331605,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:6148", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6148", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -332460,11 +331615,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ITGAL", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0286785", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0286785.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -332474,8 +331629,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "scb", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -332504,8 +331658,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:6149", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6149", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -332513,11 +331668,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ITGAM", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034005", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034005.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -332527,8 +331682,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ItgaPS4", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -332557,8 +331711,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:6149", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6149", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -332566,11 +331721,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ITGAM", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034880", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034880.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -332580,8 +331735,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ItgaPS5", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -332610,8 +331764,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:6149", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6149", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -332619,11 +331774,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ITGAM", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0286785", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0286785.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -332633,8 +331788,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "scb", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -332663,8 +331817,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:6150", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6150", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -332672,11 +331827,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ITGAV", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0001250", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0001250.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -332686,8 +331841,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "if", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -332716,8 +331870,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:6152", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6152", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -332725,11 +331880,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ITGAX", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034005", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034005.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -332739,8 +331894,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ItgaPS4", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -332769,8 +331923,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:6152", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6152", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -332778,11 +331933,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ITGAX", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034880", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034880.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -332792,8 +331947,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ItgaPS5", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -332822,8 +331976,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:6152", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6152", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -332831,11 +331986,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ITGAX", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0286785", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0286785.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -332845,8 +332000,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "scb", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -332875,8 +332029,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6153", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6153", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -332884,11 +332039,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ITGB1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010395", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010395.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -332898,8 +332053,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Itgbn", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -332928,8 +332082,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6153", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6153", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -332937,11 +332092,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ITGB1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004657", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004657.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -332951,8 +332106,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mys", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -332981,8 +332135,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:6154", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6154", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -332990,11 +332145,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ITGB1BP2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029503", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029503.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -333004,8 +332159,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mora", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -333034,8 +332188,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6155", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6155", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -333043,11 +332198,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ITGB2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010395", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010395.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -333057,8 +332212,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Itgbn", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -333087,8 +332241,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:6155", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6155", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -333096,11 +332251,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ITGB2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004657", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004657.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -333110,8 +332265,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mys", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -333140,8 +332294,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:6156", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6156", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -333149,11 +332304,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ITGB3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004657", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004657.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -333163,8 +332318,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mys", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -333193,8 +332347,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6158", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6158", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -333202,11 +332357,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ITGB4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010395", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010395.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -333216,8 +332371,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Itgbn", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -333246,8 +332400,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:6160", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6160", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -333255,11 +332410,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ITGB5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004657", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004657.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -333269,8 +332424,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mys", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -333299,8 +332453,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:6161", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6161", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -333308,11 +332463,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ITGB6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004657", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004657.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -333322,8 +332477,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mys", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -333352,8 +332506,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6162", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6162", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -333361,11 +332516,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ITGB7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010395", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010395.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -333375,8 +332530,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Itgbn", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -333405,8 +332559,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:6162", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6162", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -333414,11 +332569,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ITGB7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004657", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004657.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -333428,8 +332583,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mys", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -333458,8 +332612,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:6171", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6171", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -333467,11 +332622,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ITK", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003502", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003502.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -333481,8 +332636,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Btk29A", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -333511,8 +332665,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6173", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6173", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -333520,11 +332675,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ITM2A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031285", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031285.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -333534,8 +332689,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG3662", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -333564,8 +332718,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6174", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6174", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -333573,11 +332728,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ITM2B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031285", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031285.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -333587,8 +332742,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG3662", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -333617,8 +332771,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:6175", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6175", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -333626,11 +332781,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ITM2C", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031285", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031285.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -333640,8 +332795,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG3662", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -333670,8 +332824,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6176", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6176", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -333679,11 +332834,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ITPA", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031663", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031663.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -333693,8 +332848,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8891", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -333722,8 +332876,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6178", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6178", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -333731,11 +332886,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ITPKA", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032147", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032147.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -333745,8 +332900,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "IP3K1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -333775,8 +332929,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6178", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6178", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -333784,11 +332939,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ITPKA", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0283680", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0283680.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -333798,8 +332953,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "IP3K2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -333828,8 +332982,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6179", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6179", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -333837,11 +332992,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ITPKB", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0283680", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0283680.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -333851,8 +333006,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "IP3K2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -333881,8 +333035,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14897", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14897", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -333890,11 +333045,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ITPKC", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032147", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032147.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -333904,8 +333059,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "IP3K1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -333934,8 +333088,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:14897", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14897", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -333943,11 +333098,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ITPKC", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0283680", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0283680.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -333957,8 +333112,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "IP3K2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -333987,8 +333141,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6180", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6180", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -333996,11 +333151,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ITPR1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010051", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010051.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -334010,8 +333165,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Itpr", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -334040,8 +333194,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:6181", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6181", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -334049,11 +333204,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ITPR2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010051", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010051.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -334063,8 +333218,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Itpr", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -334093,8 +333247,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:6182", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6182", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -334102,11 +333257,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ITPR3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010051", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010051.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -334116,8 +333271,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Itpr", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -334146,8 +333300,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11319", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11319", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -334155,11 +333310,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ITPRID2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015522", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015522.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -334169,8 +333324,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "olf186-M", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -334199,8 +333353,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:6183", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6183", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -334208,11 +333363,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ITSN1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0023388", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0023388.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -334222,8 +333377,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Dap160", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -334252,8 +333406,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6184", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6184", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -334261,11 +333416,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ITSN2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0023388", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0023388.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -334275,8 +333430,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Dap160", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -334304,8 +333458,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6186", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6186", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -334313,11 +333468,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "IVD", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035911", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035911.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -334327,8 +333482,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6638", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -334356,8 +333510,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25467", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25467", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -334365,11 +333520,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "IWS1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030738", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030738.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -334379,8 +333534,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG9915", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -334408,8 +333562,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21071", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21071", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -334417,11 +333572,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "IYD", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0286979", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0286979.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -334431,8 +333586,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG46439", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -334461,8 +333615,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:30027", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30027", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -334470,11 +333625,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "JADE1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035106", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035106.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -334484,8 +333639,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "rno", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -334514,8 +333668,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:22984", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:22984", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -334523,11 +333678,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "JADE2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035106", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035106.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -334537,8 +333692,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "rno", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -334567,8 +333721,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:22982", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:22982", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -334576,11 +333731,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "JADE3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035106", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035106.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -334590,8 +333745,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "rno", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -334620,8 +333774,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:6188", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6188", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -334629,11 +333784,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "JAG1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004197", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004197.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -334643,8 +333798,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ser", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -334673,8 +333827,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6189", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6189", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -334682,11 +333837,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "JAG2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004197", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004197.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -334696,8 +333851,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ser", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -334726,8 +333880,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26926", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26926", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -334735,11 +333890,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "JAGN1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037374", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037374.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -334749,8 +333904,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "jagn", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -334778,8 +333932,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6190", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6190", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -334787,11 +333942,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "JAK1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004864", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004864.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -334801,8 +333956,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "hop", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -334831,8 +333985,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:6192", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6192", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -334840,11 +333995,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "JAK2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004864", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004864.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -334854,8 +334009,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "hop", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -334884,8 +334038,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6193", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6193", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -334893,11 +334048,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "JAK3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004864", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004864.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -334907,8 +334062,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "hop", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -334937,8 +334091,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26460", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26460", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -334946,11 +334101,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "JAKMIP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261015", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261015.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -334960,8 +334115,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pif1A", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -334990,8 +334144,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29067", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29067", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -334999,11 +334154,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "JAKMIP2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261015", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261015.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -335013,8 +334168,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pif1A", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -335043,8 +334197,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23523", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23523", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -335052,11 +334207,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "JAKMIP3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261015", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261015.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -335066,8 +334221,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pif1A", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -335096,8 +334250,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6196", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6196", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -335105,11 +334260,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "JARID2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036004", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036004.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -335119,8 +334274,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Jarid2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -335149,8 +334303,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28917", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28917", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -335158,11 +334313,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "JAZF1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039831", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039831.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -335172,8 +334327,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG12054", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -335202,8 +334356,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17546", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17546", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -335211,11 +334366,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "JDP2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028550", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028550.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -335225,8 +334380,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Atf3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -335255,8 +334409,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20184", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20184", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -335264,11 +334419,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "JKAMP", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039876", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039876.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -335278,8 +334433,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG2126", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -335307,8 +334461,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:12313", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12313", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -335316,11 +334471,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "JMJD1C", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037703", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037703.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -335329,9 +334484,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "JHDM2", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Kdm3", + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -335360,8 +334514,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25724", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25724", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -335369,11 +334524,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "JMJD4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032671", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032671.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -335383,8 +334538,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "JMJD4", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -335412,8 +334566,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19355", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19355", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -335421,11 +334576,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "JMJD6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038948", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038948.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -335434,9 +334589,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "PSR", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "JMJD6", + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -335464,8 +334618,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:34397", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:34397", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -335473,11 +334628,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "JMJD7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036366", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036366.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -335487,8 +334642,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "JMJD7", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -335517,8 +334671,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28953", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28953", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -335526,11 +334681,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "JOSD1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029853", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029853.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -335540,8 +334695,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG3781", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -335569,8 +334723,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:28853", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28853", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -335578,11 +334733,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "JOSD2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029853", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029853.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -335592,8 +334747,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG3781", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -335622,8 +334776,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14201", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14201", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -335631,11 +334786,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "JPH1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032129", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032129.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -335645,8 +334800,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "jp", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -335675,8 +334829,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:14202", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14202", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -335684,11 +334839,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "JPH2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032129", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032129.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -335698,8 +334853,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "jp", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -335728,8 +334882,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14203", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14203", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -335737,11 +334892,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "JPH3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032129", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032129.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -335751,8 +334906,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "jp", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -335781,8 +334935,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:20156", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20156", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -335790,11 +334945,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "JPH4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032129", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032129.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -335804,8 +334959,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "jp", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -335834,8 +334988,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14137", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14137", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -335843,11 +334998,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "JPT2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037468", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037468.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -335857,8 +335012,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG1943", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -335887,8 +335041,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14137", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14137", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -335896,11 +335051,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "JPT2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051363", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051363.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -335910,8 +335065,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Jupiter", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -335940,8 +335094,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6201", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6201", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -335949,11 +335104,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "JTB", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0025820", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0025820.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -335963,8 +335118,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "JTBR", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -335993,8 +335147,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:6204", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6204", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -336002,11 +335157,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "JUN", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0001291", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0001291.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -336016,8 +335171,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Jra", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -336046,8 +335200,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:6205", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6205", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -336055,11 +335210,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "JUNB", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0001291", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0001291.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -336069,8 +335224,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Jra", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -336099,8 +335253,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6206", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6206", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -336108,11 +335263,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "JUND", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0001291", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0001291.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -336122,8 +335277,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Jra", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -336152,8 +335306,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:6207", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6207", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -336161,11 +335316,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "JUP", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000117", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000117.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -336175,8 +335330,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "arm", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -336205,8 +335359,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4814", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4814", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -336214,11 +335369,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KALRN", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0024277", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0024277.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -336228,8 +335383,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "trio", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -336258,8 +335412,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19309", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19309", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -336267,11 +335422,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KANK1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027596", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027596.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -336281,8 +335436,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Kank", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -336311,8 +335465,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:29300", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29300", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -336320,11 +335475,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KANK2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027596", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027596.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -336334,8 +335489,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Kank", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -336364,8 +335518,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:24796", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24796", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -336373,11 +335528,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KANK3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027596", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027596.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -336387,8 +335542,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Kank", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -336417,8 +335571,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:27263", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:27263", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -336426,11 +335581,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KANK4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027596", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027596.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -336440,8 +335595,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Kank", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -336470,8 +335624,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24565", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24565", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -336479,11 +335634,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KANSL1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0262527", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0262527.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -336493,8 +335648,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "nsl1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -336523,8 +335677,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:26310", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26310", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -336532,11 +335687,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KANSL1L", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0262527", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0262527.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -336546,8 +335701,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "nsl1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -336576,8 +335730,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26024", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26024", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -336585,11 +335740,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KANSL2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039710", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039710.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -336599,8 +335754,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "dgt1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -336629,8 +335783,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25473", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25473", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -336638,11 +335793,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KANSL3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033897", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033897.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -336652,8 +335807,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rcd1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -336682,8 +335836,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6215", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6215", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -336691,11 +335846,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KARS1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027084", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027084.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -336705,8 +335860,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "LysRS", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -336734,8 +335888,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15904", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15904", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -336743,11 +335898,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KAT14", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032691", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032691.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -336757,8 +335912,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Atac2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -336787,8 +335941,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4201", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4201", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -336796,11 +335951,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KAT2A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0020388", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0020388.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -336810,8 +335965,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Gcn5", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -336839,8 +335993,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:8638", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8638", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -336848,11 +336003,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KAT2B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0020388", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0020388.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -336862,8 +336017,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Gcn5", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -336892,8 +336046,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:5275", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:5275", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -336901,11 +336056,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KAT5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0026080", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026080.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -336915,8 +336070,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Tip60", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -336945,8 +336099,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13013", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13013", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -336954,11 +336109,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KAT6A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034975", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034975.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -336968,8 +336123,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "enok", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -336998,8 +336152,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17582", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17582", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -337007,11 +336162,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KAT6B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034975", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034975.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -337021,8 +336176,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "enok", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -337051,8 +336205,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17016", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17016", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -337060,11 +336215,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KAT7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028387", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028387.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -337074,8 +336229,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "chm", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -337104,8 +336258,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17933", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17933", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -337113,11 +336268,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KAT8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039585", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039585.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -337127,8 +336282,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG1894", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -337157,8 +336311,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17933", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17933", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -337166,11 +336321,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KAT8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0014340", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0014340.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -337180,8 +336335,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mof", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -337210,8 +336364,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6216", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6216", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -337219,11 +336374,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KATNA1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037375", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037375.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -337233,8 +336388,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "kat-60L1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -337263,8 +336417,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:6216", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6216", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -337272,11 +336427,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KATNA1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040208", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040208.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -337286,8 +336441,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Kat60", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -337316,8 +336470,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28361", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28361", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -337325,11 +336480,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KATNAL1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037375", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037375.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -337339,8 +336494,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "kat-60L1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -337369,8 +336523,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28361", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28361", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -337378,11 +336533,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KATNAL1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040208", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040208.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -337392,8 +336547,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Kat60", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -337422,8 +336576,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25387", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25387", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -337431,11 +336586,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KATNAL2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029656", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029656.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -337445,8 +336600,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10793", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -337475,8 +336629,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6217", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6217", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -337484,11 +336639,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KATNB1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040207", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040207.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -337498,8 +336653,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "kat80", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -337528,8 +336682,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29173", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29173", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -337537,11 +336692,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KAZN", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034720", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034720.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -337551,8 +336706,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Liprin-\u03b3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -337581,8 +336735,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25731", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25731", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -337590,11 +336745,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KBTBD12", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030961", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030961.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -337604,8 +336759,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7058", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -337634,8 +336788,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20589", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20589", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -337643,11 +336798,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KCMF1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051642", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051642.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -337657,8 +336812,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG31642", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -337687,8 +336841,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20589", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20589", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -337696,11 +336851,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KCMF1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051835", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051835.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -337710,8 +336865,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG31835", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -337740,8 +336894,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20589", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20589", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -337749,11 +336904,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KCMF1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037655", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037655.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -337763,8 +336918,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Kcmf1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -337793,8 +336947,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6218", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6218", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -337802,11 +336957,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KCNA1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003380", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003380.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -337816,8 +336971,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Sh", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -337846,8 +337000,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:6219", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6219", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -337855,11 +337010,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KCNA10", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003380", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003380.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -337869,8 +337024,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Sh", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -337899,8 +337053,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6220", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6220", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -337908,11 +337063,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KCNA2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003380", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003380.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -337922,8 +337077,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Sh", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -337952,8 +337106,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6221", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6221", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -337961,11 +337116,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KCNA3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003380", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003380.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -337975,8 +337130,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Sh", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -338005,8 +337159,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:6222", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6222", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -338014,11 +337169,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KCNA4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003380", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003380.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -338028,8 +337183,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Sh", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -338058,8 +337212,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:6224", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6224", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -338067,11 +337222,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KCNA5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003380", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003380.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -338081,8 +337236,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Sh", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -338111,8 +337265,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:6225", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6225", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -338120,11 +337275,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KCNA6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003380", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003380.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -338134,8 +337289,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Sh", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -338164,8 +337318,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:6226", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6226", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -338173,11 +337328,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KCNA7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003380", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003380.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -338187,8 +337342,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Sh", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -338217,8 +337371,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6228", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6228", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -338226,11 +337381,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KCNAB1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037973", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037973.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -338240,8 +337395,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG18547", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -338270,8 +337424,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6228", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6228", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -338279,11 +337434,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KCNAB1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0263220", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0263220.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -338293,8 +337448,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Hk", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -338323,8 +337477,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6229", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6229", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -338332,11 +337487,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KCNAB2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0263220", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0263220.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -338346,8 +337501,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Hk", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -338376,8 +337530,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6230", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6230", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -338385,11 +337540,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KCNAB3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0263220", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0263220.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -338399,8 +337554,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Hk", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -338429,8 +337583,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:6231", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6231", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -338438,11 +337593,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KCNB1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0262593", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0262593.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -338452,8 +337607,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Shab", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -338482,8 +337636,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6232", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6232", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -338491,11 +337646,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KCNB2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0262593", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0262593.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -338505,8 +337660,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Shab", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -338535,8 +337689,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6233", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6233", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -338544,11 +337699,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KCNC1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003386", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003386.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -338558,8 +337713,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Shaw", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -338587,8 +337741,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6233", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6233", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -338596,11 +337751,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KCNC1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0085395", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0085395.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -338610,8 +337765,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Shawl", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -338640,8 +337794,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6234", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6234", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -338649,11 +337804,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KCNC2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003386", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003386.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -338663,8 +337818,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Shaw", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -338692,8 +337846,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6234", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6234", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -338701,11 +337856,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KCNC2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0085395", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0085395.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -338715,8 +337870,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Shawl", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -338745,8 +337899,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:6235", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6235", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -338754,11 +337909,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KCNC3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003386", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003386.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -338768,8 +337923,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Shaw", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -338798,8 +337952,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6235", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6235", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -338807,11 +337962,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KCNC3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0085395", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0085395.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -338821,8 +337976,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Shawl", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -338851,8 +338005,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6236", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6236", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -338860,11 +338015,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KCNC4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003386", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003386.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -338874,8 +338029,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Shaw", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -338903,8 +338057,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6236", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6236", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -338912,11 +338067,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KCNC4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0085395", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0085395.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -338926,8 +338081,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Shawl", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -338956,8 +338110,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:6237", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6237", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -338965,11 +338120,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KCND1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0005564", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0005564.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -338979,8 +338134,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Shal", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -339009,8 +338163,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:6238", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6238", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -339018,11 +338173,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KCND2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0005564", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0005564.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -339032,8 +338187,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Shal", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -339062,8 +338216,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6239", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6239", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -339071,11 +338226,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KCND3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0005564", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0005564.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -339085,8 +338240,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Shal", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -339114,8 +338268,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:6246", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6246", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -339123,11 +338278,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KCNF1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0262593", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0262593.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -339137,8 +338292,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Shab", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -339167,8 +338321,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:6248", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6248", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -339176,11 +338331,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KCNG1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0262593", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0262593.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -339190,8 +338345,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Shab", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -339220,8 +338374,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:6249", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6249", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -339229,11 +338384,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KCNG2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0262593", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0262593.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -339243,8 +338398,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Shab", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -339273,8 +338427,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:18306", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18306", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -339282,11 +338437,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KCNG3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0262593", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0262593.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -339296,8 +338451,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Shab", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -339326,8 +338480,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:19697", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19697", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -339335,11 +338490,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KCNG4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0262593", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0262593.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -339349,8 +338504,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Shab", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -339379,8 +338533,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:6250", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6250", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -339388,11 +338543,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KCNH1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000535", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000535.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -339402,8 +338557,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "eag", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -339432,8 +338586,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6251", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6251", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -339441,11 +338596,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KCNH2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003353", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003353.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -339455,8 +338610,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "sei", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -339485,8 +338639,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6252", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6252", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -339494,11 +338649,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KCNH3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0011589", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0011589.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -339508,8 +338663,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Elk", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -339538,8 +338692,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:6253", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6253", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -339547,11 +338702,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KCNH4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0011589", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0011589.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -339561,8 +338716,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Elk", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -339591,8 +338745,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6254", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6254", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -339600,11 +338755,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KCNH5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000535", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000535.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -339614,8 +338769,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "eag", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -339643,8 +338797,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:18862", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18862", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -339652,11 +338807,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KCNH6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003353", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003353.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -339666,8 +338821,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "sei", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -339696,8 +338850,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18863", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18863", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -339705,11 +338860,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KCNH7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003353", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003353.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -339719,8 +338874,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "sei", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -339749,8 +338903,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18864", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18864", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -339758,11 +338913,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KCNH8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0011589", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0011589.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -339772,8 +338927,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Elk", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -339802,8 +338956,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15521", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15521", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -339811,11 +338966,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KCNIP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0265595", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0265595.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -339825,8 +338980,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG44422", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -339855,8 +339009,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15521", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15521", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -339864,11 +339019,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KCNIP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039380", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039380.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -339878,8 +339033,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5890", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -339908,8 +339062,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:15522", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15522", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -339917,11 +339072,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KCNIP2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039380", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039380.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -339931,8 +339086,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5890", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -339961,8 +339115,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15523", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15523", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -339970,11 +339125,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KCNIP3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0265595", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0265595.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -339984,8 +339139,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG44422", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -340014,8 +339168,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15523", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15523", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -340023,11 +339178,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KCNIP3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039380", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039380.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -340037,8 +339192,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5890", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -340067,8 +339221,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30083", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30083", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -340076,11 +339231,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KCNIP4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0265595", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0265595.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -340090,8 +339245,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG44422", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -340120,8 +339274,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30083", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30083", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -340129,11 +339284,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KCNIP4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039380", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039380.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -340143,8 +339298,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5890", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -340173,8 +339327,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:6255", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6255", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -340182,11 +339337,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KCNJ1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039081", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039081.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -340196,8 +339351,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Irk2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -340226,8 +339380,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:6256", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6256", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -340235,11 +339390,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KCNJ10", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039081", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039081.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -340249,8 +339404,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Irk2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -340279,8 +339433,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:6257", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6257", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -340288,11 +339443,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KCNJ11", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039081", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039081.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -340302,8 +339457,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Irk2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -340332,8 +339486,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:6258", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6258", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -340341,11 +339496,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KCNJ12", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0265042", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0265042.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -340355,8 +339510,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Irk1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -340385,8 +339539,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:6258", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6258", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -340394,11 +339549,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KCNJ12", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039081", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039081.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -340408,8 +339563,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Irk2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -340438,8 +339592,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:6259", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6259", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -340447,11 +339602,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KCNJ13", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039081", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039081.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -340461,8 +339616,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Irk2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -340491,8 +339645,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:6260", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6260", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -340500,11 +339655,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KCNJ14", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039081", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039081.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -340514,8 +339669,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Irk2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -340544,8 +339698,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:6261", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6261", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -340553,11 +339708,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KCNJ15", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039081", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039081.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -340567,8 +339722,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Irk2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -340597,8 +339751,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:6262", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6262", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -340606,11 +339761,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KCNJ16", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0265042", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0265042.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -340620,8 +339775,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Irk1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -340650,8 +339804,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:6262", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6262", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -340659,11 +339814,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KCNJ16", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039081", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039081.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -340673,8 +339828,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Irk2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -340703,8 +339857,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6262", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6262", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -340712,11 +339867,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KCNJ16", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032706", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032706.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -340726,8 +339881,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Irk3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -340756,8 +339910,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:39080", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:39080", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -340765,11 +339920,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KCNJ18", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0265042", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0265042.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -340779,8 +339934,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Irk1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -340809,8 +339963,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:39080", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:39080", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -340818,11 +339973,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KCNJ18", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039081", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039081.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -340832,8 +339987,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Irk2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -340862,8 +340016,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:6263", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6263", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -340871,11 +340026,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KCNJ2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039081", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039081.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -340885,8 +340040,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Irk2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -340915,8 +340069,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:6264", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6264", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -340924,11 +340079,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KCNJ3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039081", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039081.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -340938,8 +340093,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Irk2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -340968,8 +340122,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:6265", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6265", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -340977,11 +340132,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KCNJ4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0265042", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0265042.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -340991,8 +340146,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Irk1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -341021,8 +340175,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:6265", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6265", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -341030,11 +340185,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KCNJ4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039081", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039081.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -341044,8 +340199,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Irk2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -341074,8 +340228,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6266", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6266", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -341083,11 +340238,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KCNJ5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0265042", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0265042.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -341097,8 +340252,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Irk1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -341127,8 +340281,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6266", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6266", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -341136,11 +340291,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KCNJ5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039081", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039081.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -341150,8 +340305,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Irk2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -341180,8 +340334,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:6267", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6267", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -341189,11 +340344,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KCNJ6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039081", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039081.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -341203,8 +340358,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Irk2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -341233,8 +340387,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:6269", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6269", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -341242,11 +340397,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KCNJ8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039081", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039081.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -341256,8 +340411,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Irk2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -341286,8 +340440,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6270", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6270", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -341295,11 +340450,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KCNJ9", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039081", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039081.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -341309,8 +340464,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Irk2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -341339,8 +340493,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:6273", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6273", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -341348,11 +340503,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KCNK10", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0017561", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0017561.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -341362,8 +340517,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ork1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -341392,8 +340546,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13814", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13814", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -341401,11 +340556,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KCNK15", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038165", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038165.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -341415,8 +340570,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Task6", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -341444,8 +340598,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13814", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13814", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -341453,11 +340608,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KCNK15", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037690", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037690.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -341467,8 +340622,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Task7", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -341496,8 +340650,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14464", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14464", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -341505,11 +340660,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KCNK16", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0017561", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0017561.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -341519,8 +340674,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ork1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -341549,8 +340703,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14465", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14465", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -341558,11 +340713,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KCNK17", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0017561", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0017561.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -341572,8 +340727,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ork1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -341602,8 +340756,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19439", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19439", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -341611,11 +340766,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KCNK18", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038621", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038621.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -341625,8 +340780,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10864", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -341655,8 +340809,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19439", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19439", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -341664,11 +340819,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KCNK18", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027589", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027589.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -341678,8 +340833,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG1688", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -341708,8 +340862,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19439", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19439", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -341717,11 +340872,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KCNK18", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035192", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035192.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -341731,8 +340886,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "galene", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -341761,8 +340915,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19439", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19439", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -341770,11 +340925,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KCNK18", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033257", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033257.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -341784,8 +340939,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "sand", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -341814,8 +340968,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:6277", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6277", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -341823,11 +340978,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KCNK2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0017561", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0017561.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -341837,8 +340992,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ork1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -341867,8 +341021,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:6278", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6278", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -341876,11 +341031,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KCNK3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038165", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038165.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -341890,8 +341045,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Task6", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -341920,8 +341074,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:6278", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6278", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -341929,11 +341084,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KCNK3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037690", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037690.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -341943,8 +341098,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Task7", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -341973,8 +341127,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6279", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6279", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -341982,11 +341137,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KCNK4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0017561", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0017561.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -341996,8 +341151,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ork1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -342026,8 +341180,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6280", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6280", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -342035,11 +341190,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KCNK5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0017561", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0017561.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -342049,8 +341204,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ork1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -342079,8 +341233,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6281", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6281", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -342088,11 +341243,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KCNK6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0262685", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0262685.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -342102,8 +341257,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG43155", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -342132,8 +341286,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6283", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6283", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -342141,11 +341296,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KCNK9", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038165", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038165.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -342155,8 +341310,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Task6", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -342184,8 +341338,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6283", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6283", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -342193,11 +341348,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KCNK9", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037690", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037690.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -342207,8 +341362,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Task7", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -342236,8 +341390,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6284", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6284", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -342245,11 +341400,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KCNMA1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003429", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003429.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -342259,8 +341414,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "slo", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -342289,8 +341443,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6290", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6290", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -342298,11 +341453,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KCNN1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029761", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029761.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -342312,8 +341467,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "SK", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -342342,8 +341496,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6291", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6291", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -342351,11 +341506,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KCNN2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029761", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029761.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -342365,8 +341520,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "SK", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -342395,8 +341549,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:6292", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6292", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -342404,11 +341559,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KCNN3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029761", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029761.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -342418,8 +341573,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "SK", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -342448,8 +341602,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:6293", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6293", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -342457,11 +341612,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KCNN4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029761", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029761.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -342471,8 +341626,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "SK", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -342501,8 +341655,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:6294", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6294", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -342510,11 +341665,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KCNQ1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033494", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033494.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -342524,8 +341679,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "KCNQ", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -342554,8 +341708,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:6296", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6296", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -342563,11 +341718,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KCNQ2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033494", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033494.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -342577,8 +341732,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "KCNQ", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -342607,8 +341761,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:6297", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6297", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -342616,11 +341771,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KCNQ3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033494", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033494.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -342630,8 +341785,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "KCNQ", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -342660,8 +341814,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6298", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6298", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -342669,11 +341824,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KCNQ4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033494", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033494.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -342683,8 +341838,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "KCNQ", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -342713,8 +341867,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6299", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6299", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -342722,11 +341877,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KCNQ5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033494", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033494.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -342736,8 +341891,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "KCNQ", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -342766,8 +341920,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:6300", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6300", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -342775,11 +341930,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KCNS1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0262593", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0262593.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -342789,8 +341944,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Shab", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -342819,8 +341973,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:6301", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6301", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -342828,11 +341983,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KCNS2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0262593", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0262593.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -342842,8 +341997,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Shab", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -342872,8 +342026,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:6302", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6302", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -342881,11 +342036,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KCNS3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0262593", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0262593.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -342895,8 +342050,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Shab", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -342925,8 +342079,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18865", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18865", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -342934,11 +342089,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KCNT1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261698", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261698.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -342948,8 +342103,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "SLO2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -342977,8 +342131,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18866", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18866", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -342986,11 +342141,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KCNT2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261698", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261698.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -343000,8 +342155,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "SLO2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -343029,8 +342183,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:18867", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18867", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -343038,11 +342193,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KCNU1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003429", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003429.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -343052,8 +342207,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "slo", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -343082,8 +342236,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:18861", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18861", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -343091,11 +342246,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KCNV1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0262593", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0262593.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -343105,8 +342260,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Shab", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -343135,8 +342289,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:19698", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19698", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -343144,11 +342299,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KCNV2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0262593", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0262593.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -343158,8 +342313,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Shab", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -343188,8 +342342,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18249", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18249", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -343197,11 +342352,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KCTD1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034636", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034636.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -343211,8 +342366,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "twz", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -343241,8 +342395,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23236", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23236", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -343250,11 +342405,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KCTD10", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033017", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033017.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -343264,8 +342419,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10465", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -343293,8 +342447,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14678", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14678", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -343302,11 +342457,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KCTD12", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038839", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038839.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -343316,8 +342471,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ktl", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -343345,8 +342499,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:22234", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:22234", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -343354,11 +342509,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KCTD13", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033017", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033017.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -343368,8 +342523,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10465", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -343398,8 +342552,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23297", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23297", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -343407,11 +342562,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KCTD15", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034636", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034636.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -343421,8 +342576,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "twz", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -343451,8 +342605,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:29244", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29244", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -343460,11 +342615,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KCTD16", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038839", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038839.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -343474,8 +342629,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ktl", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -343504,8 +342658,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:25705", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25705", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -343513,11 +342668,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KCTD17", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0025394", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0025394.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -343527,8 +342682,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "inc", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -343557,8 +342711,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:21294", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21294", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -343566,11 +342721,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KCTD2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0025394", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0025394.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -343580,8 +342735,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "inc", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -343610,8 +342764,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21052", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21052", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -343619,11 +342774,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KCTD20", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035107", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035107.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -343633,8 +342788,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mri", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -343663,8 +342817,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21305", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21305", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -343672,11 +342827,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KCTD3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037758", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037758.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -343686,8 +342841,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG9467", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -343715,8 +342869,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21423", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21423", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -343724,11 +342879,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KCTD5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0025394", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0025394.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -343738,8 +342893,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "inc", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -343768,8 +342922,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:22394", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:22394", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -343777,11 +342932,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KCTD8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038839", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038839.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -343791,8 +342946,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ktl", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -343821,8 +342975,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:22401", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:22401", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -343830,11 +342985,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KCTD9", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037244", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037244.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -343844,8 +342999,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG14647", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -343874,8 +343028,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6304", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6304", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -343883,11 +343038,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KDELR1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0267330", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0267330.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -343897,8 +343052,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "KdelR", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -343926,8 +343080,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6305", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6305", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -343935,11 +343090,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KDELR2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0267330", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0267330.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -343949,8 +343104,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "KdelR", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -343978,8 +343132,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:6306", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6306", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -343987,11 +343142,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KDELR3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0267330", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0267330.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -344001,8 +343156,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "KdelR", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -344031,8 +343185,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29079", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29079", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -344040,11 +343195,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KDM1A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0260397", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0260397.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -344054,8 +343209,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Su(var)3-3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -344083,8 +343237,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:13606", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13606", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -344092,11 +343247,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KDM2A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037659", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037659.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -344106,8 +343261,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Kdm2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -344136,8 +343290,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13610", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13610", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -344145,11 +343300,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KDM2B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037659", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037659.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -344159,8 +343314,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Kdm2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -344188,8 +343342,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20815", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20815", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -344197,11 +343352,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KDM3A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037703", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037703.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -344210,9 +343365,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "JHDM2", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Kdm3", + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -344241,8 +343395,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1337", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1337", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -344250,11 +343405,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KDM3B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037703", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037703.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -344263,9 +343418,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "JHDM2", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Kdm3", + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -344294,8 +343448,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:22978", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:22978", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -344303,11 +343458,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KDM4A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033233", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033233.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -344317,8 +343472,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Kdm4A", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -344347,8 +343501,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:22978", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:22978", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -344356,11 +343511,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KDM4A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0053182", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0053182.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -344370,8 +343525,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Kdm4B", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -344400,8 +343554,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:29136", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29136", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -344409,11 +343564,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KDM4B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033233", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033233.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -344423,8 +343578,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Kdm4A", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -344453,8 +343607,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:29136", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29136", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -344462,11 +343617,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KDM4B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0053182", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0053182.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -344476,8 +343631,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Kdm4B", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -344506,8 +343660,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17071", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17071", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -344515,11 +343670,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KDM4C", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033233", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033233.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -344529,8 +343684,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Kdm4A", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -344559,8 +343713,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17071", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17071", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -344568,11 +343723,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KDM4C", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0053182", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0053182.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -344582,8 +343737,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Kdm4B", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -344612,8 +343766,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:25498", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25498", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -344621,11 +343776,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KDM4D", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033233", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033233.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -344635,8 +343790,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Kdm4A", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -344665,8 +343819,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:37098", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:37098", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -344674,11 +343829,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KDM4E", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033233", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033233.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -344688,8 +343843,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Kdm4A", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -344718,8 +343872,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9886", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9886", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -344727,11 +343882,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KDM5A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031759", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031759.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -344740,9 +343895,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "lid", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Kdm5", + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -344770,8 +343924,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18039", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18039", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -344779,11 +343934,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KDM5B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031759", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031759.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -344792,9 +343947,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "lid", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Kdm5", + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -344822,8 +343976,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11114", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11114", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -344831,11 +343986,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KDM5C", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031759", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031759.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -344844,9 +343999,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "lid", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Kdm5", + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -344874,8 +344028,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:11115", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11115", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -344883,11 +344038,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KDM5D", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031759", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031759.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -344896,9 +344051,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "lid", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Kdm5", + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -344927,8 +344081,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12637", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12637", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -344936,11 +344091,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KDM6A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0260749", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0260749.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -344950,8 +344105,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Utx", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -344980,8 +344134,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:29012", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29012", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -344989,11 +344144,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KDM6B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0260749", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0260749.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -345003,8 +344158,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Utx", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -345033,8 +344187,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25840", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25840", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -345042,11 +344197,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KDM8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035166", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035166.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -345056,8 +344211,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "JMJD5", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -345085,8 +344239,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:6307", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6307", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -345094,11 +344249,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KDR", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032006", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032006.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -345108,8 +344263,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pvr", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -345138,8 +344292,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4021", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4021", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -345147,11 +344302,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KDSR", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039304", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039304.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -345161,8 +344316,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10425", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -345190,8 +344344,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23177", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23177", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -345199,11 +344354,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KEAP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038475", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038475.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -345213,8 +344368,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Keap1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -345242,8 +344396,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6308", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6308", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -345251,11 +344406,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KEL", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029769", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029769.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -345265,8 +344420,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "frma", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -345295,8 +344449,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6308", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6308", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -345304,11 +344459,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KEL", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027528", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027528.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -345318,8 +344473,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "goe", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -345348,8 +344502,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6308", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6308", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -345357,11 +344512,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KEL", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030425", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030425.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -345371,8 +344526,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Nep6", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -345401,8 +344555,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6308", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6308", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -345410,11 +344565,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KEL", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039564", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039564.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -345424,8 +344579,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Nep7", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -345454,8 +344608,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6308", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6308", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -345463,11 +344618,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KEL", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033742", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033742.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -345477,8 +344632,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Nepl10", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -345507,8 +344661,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6308", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6308", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -345516,11 +344671,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KEL", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037230", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037230.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -345530,8 +344685,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Nepl11", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -345560,8 +344714,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6308", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6308", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -345569,11 +344724,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KEL", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037727", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037727.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -345583,8 +344738,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Nepl12", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -345613,8 +344767,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6308", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6308", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -345622,11 +344777,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KEL", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039022", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039022.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -345636,8 +344791,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Nepl13", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -345666,8 +344820,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6308", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6308", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -345675,11 +344830,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KEL", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039023", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039023.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -345689,8 +344844,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Nepl14", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -345719,8 +344873,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6308", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6308", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -345728,11 +344883,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KEL", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039609", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039609.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -345742,8 +344897,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Nepl17", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -345772,8 +344926,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6308", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6308", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -345781,11 +344936,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KEL", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039612", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039612.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -345795,8 +344950,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Nepl19", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -345825,8 +344979,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6308", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6308", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -345834,11 +344989,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KEL", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031805", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031805.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -345848,8 +345003,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Nepl4", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -345878,8 +345032,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6308", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6308", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -345887,11 +345042,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KEL", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031808", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031808.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -345901,8 +345056,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Nepl5", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -345931,8 +345085,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6308", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6308", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -345940,11 +345095,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KEL", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032442", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032442.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -345954,8 +345109,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Nepl7", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -345984,8 +345138,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6309", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6309", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -345993,11 +345148,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KERA", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028872", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028872.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -346007,8 +345162,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG18095", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -346037,8 +345191,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:18116", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18116", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -346046,11 +345201,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KHDRBS1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034659", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034659.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -346060,8 +345215,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG4021", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -346090,8 +345244,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:18116", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18116", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -346099,11 +345254,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KHDRBS1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034740", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034740.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -346113,8 +345268,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "nsr", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -346143,8 +345297,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:18116", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18116", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -346152,11 +345307,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KHDRBS1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0022987", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0022987.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -346166,8 +345321,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "qkr54B", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -346196,8 +345350,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:18116", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18116", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -346205,11 +345360,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KHDRBS1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0022986", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0022986.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -346219,8 +345374,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "qkr58E-1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -346249,8 +345403,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18116", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18116", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -346258,11 +345413,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KHDRBS1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0022985", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0022985.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -346272,8 +345427,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "qkr58E-2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -346302,8 +345456,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18114", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18114", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -346311,11 +345466,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KHDRBS2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034731", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034731.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -346325,8 +345480,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10384", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -346355,8 +345509,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18114", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18114", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -346364,11 +345519,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KHDRBS2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0022987", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0022987.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -346378,8 +345533,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "qkr54B", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -346408,8 +345562,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18114", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18114", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -346417,11 +345572,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KHDRBS2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0022986", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0022986.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -346431,8 +345586,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "qkr58E-1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -346461,8 +345615,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18114", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18114", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -346470,11 +345625,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KHDRBS2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0022985", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0022985.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -346484,8 +345639,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "qkr58E-2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -346514,8 +345668,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18117", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18117", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -346523,11 +345678,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KHDRBS3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034731", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034731.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -346537,8 +345692,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10384", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -346567,8 +345721,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18117", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18117", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -346576,11 +345731,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KHDRBS3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034739", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034739.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -346590,8 +345745,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG3927", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -346620,8 +345774,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18117", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18117", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -346629,11 +345784,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KHDRBS3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034659", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034659.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -346643,8 +345798,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG4021", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -346673,8 +345827,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18117", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18117", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -346682,11 +345837,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KHDRBS3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034740", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034740.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -346696,8 +345851,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "nsr", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -346726,8 +345880,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18117", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18117", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -346735,11 +345890,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KHDRBS3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0022985", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0022985.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -346749,8 +345904,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "qkr58E-2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -346779,8 +345933,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18117", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18117", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -346788,11 +345943,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KHDRBS3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0022984", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0022984.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -346802,8 +345957,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "qkr58E-3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -346832,8 +345986,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6315", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6315", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -346841,11 +345996,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KHK", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036160", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036160.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -346855,8 +346010,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG12289", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -346885,8 +346039,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6315", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6315", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -346894,11 +346049,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KHK", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036942", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036942.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -346908,8 +346063,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7328", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -346937,8 +346091,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6315", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6315", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -346946,11 +346101,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KHK", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036941", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036941.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -346960,8 +346115,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7335", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -346990,8 +346144,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6315", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6315", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -346999,11 +346154,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KHK", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036161", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036161.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -347013,8 +346168,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7551", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -347043,8 +346197,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20166", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20166", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -347052,11 +346207,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KHNYN", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0259742", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0259742.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -347066,8 +346221,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG42360", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -347096,8 +346250,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:6316", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6316", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -347105,11 +346260,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KHSRP", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0014870", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0014870.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -347119,8 +346274,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Psi", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -347149,8 +346303,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28960", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28960", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -347158,11 +346313,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KIAA0100", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035420", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035420.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -347172,8 +346327,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "hob", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -347202,8 +346356,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21580", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21580", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -347211,11 +346366,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KIAA0319", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035833", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035833.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -347225,8 +346380,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7565", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -347254,8 +346408,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30071", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30071", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -347263,11 +346418,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KIAA0319L", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035833", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035833.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -347277,8 +346432,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7565", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -347306,8 +346460,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29058", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29058", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -347315,11 +346470,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KIAA0513", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031858", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031858.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -347329,8 +346484,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG17378", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -347359,8 +346513,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28532", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28532", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -347368,11 +346523,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KIAA0825", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036859", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036859.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -347382,8 +346537,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG14085", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -347412,8 +346566,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1314", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1314", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -347421,11 +346576,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KIAA0930", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034184", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034184.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -347435,8 +346590,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG9646", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -347465,8 +346619,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26953", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26953", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -347474,11 +346629,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KIAA1109", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261671", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261671.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -347488,8 +346643,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "tweek", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -347518,8 +346672,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29198", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29198", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -347527,11 +346682,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KIAA1143", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0250911", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0250911.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -347541,8 +346696,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG42245", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -347571,8 +346725,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25428", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25428", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -347580,11 +346735,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KIAA1217", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0023531", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0023531.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -347594,8 +346749,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG32809", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -347624,8 +346778,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:29372", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29372", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -347633,11 +346788,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KIAA1755", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035802", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035802.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -347647,8 +346802,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pura", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -347672,66 +346826,14 @@ "stringencyFilter": "stringent", "totalMethodCount": 10 }, - { - "best": "Yes", - "bestReverse": "Yes", - "gene": { - "id": "HGNC:29387", - "species": { - "commonNames": "['human']", - "dataProviderFullName": "Rat Genome Database", - "dataProviderShortName": "RGD", - "name": "Homo sapiens", - "shortName": "Hsa", - "taxonId": "NCBITaxon:9606" - }, - "symbol": "KIAA1841", - "taxonId": "NCBITaxon:9606", - "url": null - }, - "homologGene": { - "id": "FB:FBgn0036031", - "species": { - "commonNames": "['fly', 'fruit fly', 'dme']", - "dataProviderFullName": "FlyBase", - "dataProviderShortName": "FB", - "name": "Drosophila melanogaster", - "shortName": "Dme", - "taxonId": "NCBITaxon:7227" - }, - "symbol": "CG6761", - "taxonId": "NCBITaxon:7227", - "url": null - }, - "methodCount": 9, - "predictionMethodsMatched": [ - "Ensembl Compara", - "Hieranoid", - "InParanoid", - "OrthoFinder", - "OrthoInspector", - "PANTHER", - "PhylomeDB", - "Roundup", - "TreeFam" - ], - "predictionMethodsNotCalled": [ - "HGNC", - "ZFIN" - ], - "predictionMethodsNotMatched": [ - "OMA" - ], - "stringencyFilter": "stringent", - "totalMethodCount": 10 - }, { "best": "Yes", "bestReverse": "Yes", "gene": { "id": "HGNC:28513", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28513", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -347739,11 +346841,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KIAA2013", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031379", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031379.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -347753,8 +346855,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7289", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -347783,8 +346884,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29508", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29508", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -347792,11 +346894,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KIDINS220", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261554", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261554.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -347806,8 +346908,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG42672", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -347836,8 +346937,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6388", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6388", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -347845,11 +346947,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KIF11", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004378", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004378.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -347859,8 +346961,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Klp61F", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -347889,8 +346990,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21495", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21495", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -347898,11 +347000,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KIF12", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0263076", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0263076.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -347912,8 +347014,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Klp54D", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -347942,8 +347043,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14566", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14566", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -347951,11 +347053,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KIF13A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0019968", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0019968.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -347965,8 +347067,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Khc-73", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -347994,8 +347095,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14405", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14405", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -348003,11 +347105,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KIF13B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0019968", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0019968.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -348017,8 +347119,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Khc-73", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -348046,8 +347147,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19181", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19181", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -348055,11 +347157,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KIF14", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004374", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004374.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -348069,8 +347171,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "neb", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -348099,8 +347200,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15869", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15869", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -348108,11 +347210,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KIF16B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004387", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004387.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -348122,8 +347224,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Klp98A", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -348152,8 +347253,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19167", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19167", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -348161,11 +347263,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KIF17", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039925", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039925.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -348175,8 +347277,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Kif3C", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -348205,8 +347306,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29441", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29441", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -348214,11 +347316,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KIF18A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004379", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004379.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -348228,8 +347330,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Klp67A", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -348258,8 +347359,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:27102", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:27102", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -348267,11 +347369,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KIF18B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004379", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004379.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -348281,8 +347383,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Klp67A", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -348311,8 +347412,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26735", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26735", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -348320,11 +347422,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KIF19", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038205", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038205.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -348334,8 +347436,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Kif19A", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -348364,8 +347465,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:888", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:888", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -348373,11 +347475,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KIF1A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0267002", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0267002.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -348387,8 +347489,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "unc-104", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -348417,8 +347518,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16636", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16636", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -348426,11 +347528,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KIF1B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0267002", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0267002.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -348440,8 +347542,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "unc-104", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -348470,8 +347571,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:6317", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6317", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -348479,11 +347581,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KIF1C", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0267002", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0267002.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -348493,8 +347595,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "unc-104", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -348523,8 +347624,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9787", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9787", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -348532,11 +347634,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KIF20A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003545", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003545.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -348546,8 +347648,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "sub", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -348576,8 +347677,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:19349", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19349", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -348585,11 +347687,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KIF21A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032243", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032243.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -348599,8 +347701,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Klp31E", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -348629,8 +347730,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29442", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29442", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -348638,11 +347740,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KIF21B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032243", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032243.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -348652,8 +347754,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Klp31E", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -348682,8 +347783,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6392", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6392", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -348691,11 +347793,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KIF23", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0011692", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0011692.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -348705,8 +347807,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "pav", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -348734,8 +347835,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20226", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20226", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -348743,11 +347845,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KIF26A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031955", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031955.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -348757,8 +347859,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG14535", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -348787,8 +347888,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25484", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25484", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -348796,11 +347898,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KIF26B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031955", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031955.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -348810,8 +347912,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG14535", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -348840,8 +347941,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18632", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18632", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -348849,11 +347951,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KIF27", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000352", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000352.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -348863,8 +347965,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "cos", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -348893,8 +347994,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6318", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6318", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -348902,11 +348004,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KIF2A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030268", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030268.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -348916,8 +348018,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Klp10A", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -348946,8 +348047,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6318", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6318", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -348955,11 +348057,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KIF2A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034824", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034824.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -348969,8 +348071,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Klp59C", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -348999,8 +348100,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:29443", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29443", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -349008,11 +348110,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KIF2B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030268", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030268.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -349022,8 +348124,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Klp10A", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -349052,8 +348153,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:6393", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6393", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -349061,11 +348163,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KIF2C", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030268", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030268.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -349075,8 +348177,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Klp10A", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -349105,8 +348206,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6393", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6393", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -349114,11 +348216,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KIF2C", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034827", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034827.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -349128,8 +348230,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Klp59D", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -349158,8 +348259,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6319", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6319", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -349167,11 +348269,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KIF3A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004380", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004380.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -349181,8 +348283,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Klp64D", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -349211,8 +348312,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6320", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6320", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -349220,11 +348322,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KIF3B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004381", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004381.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -349234,8 +348336,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Klp68D", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -349264,8 +348365,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6321", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6321", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -349273,11 +348375,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KIF3C", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004381", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004381.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -349287,8 +348389,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Klp68D", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -349317,8 +348418,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13339", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13339", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -349326,11 +348428,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KIF4A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0011606", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0011606.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -349340,8 +348442,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Klp3A", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -349370,8 +348471,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:6322", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6322", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -349379,11 +348481,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KIF4B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0011606", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0011606.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -349393,8 +348495,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Klp3A", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -349423,8 +348524,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:6323", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6323", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -349432,11 +348534,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KIF5A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0001308", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0001308.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -349446,8 +348548,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Khc", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -349476,8 +348577,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6324", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6324", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -349485,11 +348587,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KIF5B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0001308", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0001308.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -349499,8 +348601,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Khc", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -349529,8 +348630,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:6325", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6325", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -349538,11 +348640,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KIF5C", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0001308", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0001308.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -349552,8 +348654,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Khc", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -349582,8 +348683,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30497", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30497", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -349591,11 +348693,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KIF7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000352", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000352.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -349605,8 +348707,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "cos", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -349635,8 +348736,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17060", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17060", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -349644,11 +348746,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KIFAP3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028421", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028421.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -349658,8 +348760,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Kap3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -349687,8 +348788,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23419", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23419", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -349696,11 +348798,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KIFBP", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031659", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031659.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -349710,8 +348812,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG14043", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -349739,8 +348840,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6389", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6389", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -349748,11 +348850,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KIFC1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0002924", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0002924.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -349762,8 +348864,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ncd", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -349792,8 +348893,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6327", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6327", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -349801,11 +348903,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KIN", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0024887", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0024887.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -349815,8 +348917,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "kin17", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -349844,8 +348945,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15734", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15734", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -349853,11 +348955,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KIRREL1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028369", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028369.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -349867,8 +348969,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "kirre", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -349897,8 +348998,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15734", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15734", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -349906,11 +349008,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KIRREL1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003285", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003285.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -349920,8 +349022,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "rst", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -349950,8 +349051,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18816", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18816", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -349959,11 +349061,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KIRREL2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028369", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028369.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -349973,8 +349075,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "kirre", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -350003,8 +349104,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18816", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18816", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -350012,11 +349114,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KIRREL2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003285", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003285.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -350026,8 +349128,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "rst", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -350056,8 +349157,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23204", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23204", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -350065,11 +349167,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KIRREL3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028369", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028369.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -350079,8 +349181,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "kirre", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -350109,8 +349210,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23204", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23204", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -350118,11 +349220,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KIRREL3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003285", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003285.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -350132,8 +349234,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "rst", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -350162,8 +349263,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:4510", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4510", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -350171,11 +349273,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KISS1R", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0266429", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0266429.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -350185,8 +349287,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "AstA-R1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -350215,8 +349316,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:4510", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4510", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -350224,11 +349326,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KISS1R", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039595", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039595.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -350238,8 +349340,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "AstA-R2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -350268,8 +349369,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:6342", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6342", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -350277,11 +349379,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KIT", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032006", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032006.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -350291,8 +349393,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pvr", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -350321,8 +349422,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:6344", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6344", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -350330,11 +349432,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KL", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036659", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036659.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -350344,8 +349446,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG9701", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -350374,8 +349475,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:15527", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15527", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -350383,11 +349485,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KLB", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036659", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036659.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -350397,8 +349499,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG9701", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -350427,8 +349528,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6387", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6387", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -350436,11 +349538,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KLC1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010235", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010235.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -350450,8 +349552,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Klc", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -350479,8 +349580,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:20716", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20716", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -350488,11 +349590,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KLC2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010235", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010235.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -350502,8 +349604,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Klc", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -350532,8 +349633,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:20717", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20717", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -350541,11 +349643,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KLC3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010235", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010235.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -350555,8 +349657,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Klc", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -350585,8 +349686,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:21624", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21624", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -350594,11 +349696,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KLC4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010235", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010235.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -350608,8 +349710,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Klc", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -350638,8 +349739,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6345", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6345", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -350647,11 +349749,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KLF1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261434", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261434.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -350661,8 +349763,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "hkb", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -350691,8 +349792,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:11810", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11810", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -350700,11 +349802,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KLF10", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0043364", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0043364.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -350714,8 +349816,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "cbt", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -350744,8 +349845,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11811", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11811", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -350753,11 +349855,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KLF11", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0043364", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0043364.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -350767,8 +349869,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "cbt", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -350797,8 +349898,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:6346", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6346", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -350806,11 +349908,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KLF12", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261705", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261705.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -350820,8 +349922,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG42741", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -350850,8 +349951,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13672", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13672", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -350859,11 +349961,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KLF13", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034946", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034946.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -350873,8 +349975,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG3065", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -350903,8 +350004,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23025", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23025", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -350912,11 +350014,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KLF14", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034946", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034946.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -350926,8 +350028,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG3065", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -350956,8 +350057,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23025", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23025", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -350965,11 +350067,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KLF14", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261434", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261434.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -350979,8 +350081,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "hkb", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -351009,8 +350110,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14536", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14536", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -351018,11 +350120,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KLF15", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0025679", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0025679.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -351032,8 +350134,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Klf15", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -351062,8 +350163,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16857", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16857", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -351071,11 +350173,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KLF16", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034946", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034946.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -351085,8 +350187,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG3065", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -351115,8 +350216,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16857", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16857", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -351124,11 +350226,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KLF16", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261434", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261434.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -351138,8 +350240,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "hkb", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -351168,8 +350269,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:16516", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16516", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -351177,11 +350279,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KLF3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261705", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261705.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -351191,8 +350293,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG42741", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -351221,8 +350322,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6349", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6349", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -351230,11 +350332,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KLF5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0263239", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0263239.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -351244,8 +350346,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "dar1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -351274,8 +350375,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:6349", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6349", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -351283,11 +350385,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KLF5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040765", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040765.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -351297,8 +350399,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "luna", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -351327,8 +350428,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2235", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2235", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -351336,11 +350438,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KLF6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040765", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040765.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -351350,8 +350452,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "luna", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -351380,8 +350481,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:6350", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6350", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -351389,11 +350491,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KLF7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040765", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040765.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -351403,8 +350505,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "luna", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -351433,8 +350534,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6351", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6351", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -351442,11 +350544,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KLF8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261705", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261705.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -351456,8 +350558,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG42741", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -351486,8 +350587,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1123", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1123", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -351495,11 +350597,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KLF9", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034946", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034946.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -351509,8 +350611,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG3065", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -351539,8 +350640,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:22194", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:22194", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -351548,11 +350650,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KLHDC10", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261477", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261477.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -351562,8 +350664,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "slim", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -351592,8 +350693,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20704", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20704", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -351601,11 +350703,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KLHDC3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030053", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030053.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -351615,8 +350717,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG12081", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -351645,8 +350746,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25272", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25272", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -351654,11 +350756,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KLHDC4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036301", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036301.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -351668,8 +350770,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG4069", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -351697,8 +350798,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:6352", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6352", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -351706,11 +350808,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KLHL1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030114", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030114.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -351720,8 +350822,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG17754", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -351750,8 +350851,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18829", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18829", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -351759,11 +350861,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KLHL10", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040038", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040038.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -351773,8 +350875,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "klhl10", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -351802,8 +350903,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:22931", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:22931", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -351811,11 +350913,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KLHL13", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031119", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031119.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -351825,8 +350927,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG1812", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -351855,8 +350956,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:29266", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29266", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -351864,11 +350966,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KLHL14", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031119", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031119.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -351878,8 +350980,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG1812", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -351908,8 +351009,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:29347", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29347", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -351917,11 +351019,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KLHL15", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031119", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031119.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -351931,8 +351033,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG1812", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -351961,8 +351062,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24023", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24023", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -351970,11 +351072,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KLHL17", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034396", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034396.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -351984,8 +351086,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG15097", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -352014,8 +351115,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29120", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29120", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -352023,11 +351125,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KLHL18", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037978", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037978.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -352037,8 +351139,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "KLHL18", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -352066,8 +351167,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6353", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6353", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -352075,11 +351177,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KLHL2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0001301", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0001301.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -352089,8 +351191,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "kel", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -352119,8 +351220,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25056", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25056", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -352128,11 +351230,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KLHL20", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040230", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040230.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -352142,8 +351244,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "dbo", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -352171,8 +351272,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:25888", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25888", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -352180,11 +351282,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KLHL22", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031119", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031119.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -352194,8 +351296,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG1812", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -352224,8 +351325,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25623", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25623", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -352233,11 +351335,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KLHL26", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031119", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031119.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -352247,8 +351349,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG1812", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -352277,8 +351378,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6354", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6354", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -352286,11 +351388,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KLHL3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0001301", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0001301.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -352300,8 +351402,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "kel", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -352330,8 +351431,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21353", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21353", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -352339,11 +351441,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KLHL31", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031119", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031119.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -352353,8 +351455,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG1812", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -352383,8 +351484,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:21221", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21221", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -352392,11 +351494,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KLHL32", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031119", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031119.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -352406,8 +351508,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG1812", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -352436,8 +351537,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:26634", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26634", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -352445,11 +351547,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KLHL34", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031119", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031119.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -352459,8 +351561,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG1812", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -352489,8 +351590,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:17844", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17844", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -352498,11 +351600,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KLHL36", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031119", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031119.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -352512,8 +351614,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG1812", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -352542,8 +351643,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:6355", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6355", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -352551,11 +351653,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KLHL4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030114", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030114.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -352565,8 +351667,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG17754", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -352595,8 +351696,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6356", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6356", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -352604,11 +351706,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KLHL5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030114", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030114.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -352618,8 +351720,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG17754", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -352648,8 +351749,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18732", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18732", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -352657,11 +351759,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KLHL9", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031119", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031119.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -352671,8 +351773,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG1812", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -352701,8 +351802,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6357", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6357", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -352710,11 +351812,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KLK1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037677", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037677.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -352724,8 +351826,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG12951", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -352754,8 +351855,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6357", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6357", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -352763,11 +351865,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KLK1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037678", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037678.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -352777,8 +351879,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG16749", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -352807,8 +351908,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6358", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6358", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -352816,11 +351918,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KLK10", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029826", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029826.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -352830,8 +351932,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6041", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -352860,8 +351961,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6361", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6361", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -352869,11 +351971,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KLK13", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052808", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052808.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -352883,8 +351985,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG32808", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -352913,8 +352014,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6362", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6362", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -352922,11 +352024,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KLK14", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037677", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037677.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -352936,8 +352038,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG12951", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -352966,8 +352067,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6364", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6364", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -352975,11 +352077,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KLK3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037677", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037677.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -352989,8 +352091,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG12951", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -353019,8 +352120,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6366", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6366", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -353028,11 +352130,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KLK5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037677", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037677.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -353042,8 +352144,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG12951", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -353072,8 +352173,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6366", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6366", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -353081,11 +352183,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KLK5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037678", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037678.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -353095,8 +352197,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG16749", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -353125,8 +352226,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6367", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6367", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -353134,11 +352236,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KLK6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037677", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037677.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -353148,8 +352250,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG12951", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -353178,8 +352279,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6367", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6367", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -353187,11 +352289,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KLK6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037678", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037678.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -353201,8 +352303,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG16749", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -353231,8 +352332,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6381", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6381", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -353240,11 +352342,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KMO", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000337", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000337.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -353254,8 +352356,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "cn", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -353283,8 +352384,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:7132", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7132", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -353292,11 +352394,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KMT2A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003862", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003862.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -353306,8 +352408,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "trx", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -353336,8 +352437,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15840", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15840", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -353345,11 +352447,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KMT2B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003862", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003862.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -353359,8 +352461,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "trx", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -353389,8 +352490,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13726", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13726", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -353398,11 +352500,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KMT2C", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0023518", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0023518.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -353412,8 +352514,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "trr", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -353442,8 +352543,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:7133", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7133", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -353451,11 +352553,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KMT2D", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0023518", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0023518.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -353465,8 +352567,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "trr", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -353495,8 +352596,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:18541", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18541", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -353504,11 +352606,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KMT2E", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036398", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036398.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -353518,8 +352620,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "upSET", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -353548,8 +352649,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29489", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29489", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -353557,11 +352659,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KMT5A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0011474", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0011474.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -353571,8 +352673,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "PR-Set7", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -353601,8 +352702,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24283", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24283", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -353610,11 +352712,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KMT5B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0025639", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0025639.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -353624,8 +352726,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Hmt4-20", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -353654,8 +352755,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:28405", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28405", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -353663,11 +352765,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KMT5C", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0025639", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0025639.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -353677,8 +352779,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Hmt4-20", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -353707,8 +352808,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17255", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17255", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -353716,11 +352818,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KNTC1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003268", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003268.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -353730,8 +352832,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "rod", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -353760,8 +352861,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6394", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6394", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -353769,11 +352871,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KPNA1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0024889", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0024889.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -353783,8 +352885,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Kap-\u03b11", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -353812,8 +352913,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6396", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6396", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -353821,11 +352923,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KPNA3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027338", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027338.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -353835,8 +352937,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Kap-\u03b13", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -353865,8 +352966,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6396", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6396", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -353874,11 +352976,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KPNA3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035657", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035657.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -353888,8 +352990,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "\u03b1Kap4", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -353918,8 +353019,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6397", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6397", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -353927,11 +353029,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KPNA4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027338", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027338.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -353941,8 +353043,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Kap-\u03b13", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -353971,8 +353072,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6397", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6397", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -353980,11 +353082,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KPNA4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035657", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035657.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -353994,8 +353096,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "\u03b1Kap4", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -354024,8 +353125,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6398", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6398", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -354033,11 +353135,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KPNA5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0024889", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0024889.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -354047,8 +353149,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Kap-\u03b11", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -354076,8 +353177,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6399", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6399", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -354085,11 +353187,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KPNA6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0024889", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0024889.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -354099,8 +353201,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Kap-\u03b11", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -354128,8 +353229,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6400", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6400", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -354137,11 +353239,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KPNB1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0262743", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0262743.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -354151,8 +353253,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Fs(2)Ket", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -354180,8 +353281,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:6407", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6407", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -354189,11 +353291,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KRAS", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003205", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003205.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -354203,8 +353305,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ras85D", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -354233,8 +353334,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25769", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25769", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -354242,11 +353344,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KRI1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036254", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036254.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -354256,8 +353358,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5645", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -354286,8 +353387,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:5176", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:5176", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -354295,11 +353397,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KRR1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0020305", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0020305.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -354309,8 +353411,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "dbe", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -354338,8 +353439,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28942", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28942", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -354347,11 +353449,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KRTCAP2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051460", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051460.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -354361,8 +353463,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG31460", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -354390,8 +353491,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6465", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6465", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -354399,11 +353501,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KSR1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015402", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015402.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -354413,8 +353515,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ksr", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -354442,8 +353543,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18610", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18610", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -354451,11 +353553,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KSR2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015402", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015402.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -354465,8 +353567,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ksr", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -354494,8 +353595,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25160", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25160", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -354503,11 +353605,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KTI12", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0023521", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0023521.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -354517,8 +353619,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG3587", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -354546,8 +353647,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28420", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28420", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -354555,11 +353657,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KXD1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036291", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036291.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -354569,8 +353671,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10681", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -354599,8 +353700,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26576", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26576", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -354608,11 +353710,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KY", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0050147", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0050147.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -354622,8 +353724,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Hil", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -354652,8 +353753,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:1564", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1564", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -354661,11 +353763,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KYAT1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037955", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037955.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -354675,8 +353777,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Kyat", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -354705,8 +353806,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:33238", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:33238", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -354714,11 +353816,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "KYAT3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037955", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037955.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -354728,8 +353830,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Kyat", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -354758,8 +353859,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:6470", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6470", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -354767,11 +353869,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "L1CAM", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0264975", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0264975.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -354781,8 +353883,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Nrg", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -354811,8 +353912,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20499", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20499", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -354820,11 +353922,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "L2HGDH", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032729", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032729.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -354834,8 +353936,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "L2HGDH", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -354863,8 +353964,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:15905", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15905", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -354872,11 +353974,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "L3MBTL1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0002441", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0002441.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -354886,8 +353988,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "l(3)mbt", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -354916,8 +354017,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18594", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18594", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -354925,11 +354027,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "L3MBTL2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032475", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032475.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -354939,8 +354041,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Sfmbt", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -354969,8 +354070,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:23035", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23035", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -354978,11 +354080,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "L3MBTL3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0002441", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0002441.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -354992,8 +354094,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "l(3)mbt", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -355022,8 +354123,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26677", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26677", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -355031,11 +354133,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "L3MBTL4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0002441", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0002441.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -355045,8 +354147,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "l(3)mbt", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -355075,8 +354176,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18512", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18512", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -355084,11 +354186,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LACTB2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031987", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031987.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -355098,8 +354200,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG12375", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -355128,8 +354229,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26058", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26058", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -355137,11 +354239,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LAGE3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0260224", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0260224.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -355150,9 +354252,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG42498", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Tcs6", + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -355181,8 +354282,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:6480", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6480", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -355190,11 +354292,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LALBA", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034539", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034539.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -355204,8 +354306,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG11159", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -355234,8 +354335,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:6480", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6480", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -355243,11 +354345,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LALBA", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029765", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029765.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -355257,8 +354359,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG16756", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -355287,8 +354388,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:6480", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6480", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -355296,11 +354398,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LALBA", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034538", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034538.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -355310,8 +354412,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG16799", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -355340,8 +354441,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6480", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6480", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -355349,11 +354451,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LALBA", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0050062", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0050062.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -355363,8 +354465,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG30062", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -355393,8 +354494,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:6480", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6480", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -355402,11 +354504,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LALBA", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034092", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034092.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -355416,8 +354518,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7798", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -355446,8 +354547,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6480", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6480", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -355455,11 +354557,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LALBA", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035813", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035813.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -355469,8 +354571,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8492", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -355499,8 +354600,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6481", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6481", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -355508,11 +354610,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LAMA1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261563", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261563.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -355522,8 +354624,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "wb", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -355552,8 +354653,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:6482", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6482", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -355561,11 +354663,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LAMA2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261563", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261563.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -355575,8 +354677,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "wb", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -355605,8 +354706,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:6483", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6483", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -355614,11 +354716,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LAMA3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0002526", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0002526.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -355628,8 +354730,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "LanA", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -355658,8 +354759,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:6484", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6484", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -355667,11 +354769,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LAMA4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0002526", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0002526.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -355681,8 +354783,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "LanA", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -355711,8 +354812,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6485", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6485", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -355720,11 +354822,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LAMA5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0002526", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0002526.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -355734,8 +354836,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "LanA", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -355764,8 +354865,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6486", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6486", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -355773,11 +354875,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LAMB1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261800", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261800.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -355787,8 +354889,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "LanB1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -355817,8 +354918,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6487", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6487", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -355826,11 +354928,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LAMB2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261800", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261800.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -355840,8 +354942,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "LanB1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -355870,8 +354971,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:6491", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6491", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -355879,11 +354981,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LAMB4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261800", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261800.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -355893,8 +354995,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "LanB1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -355923,8 +355024,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6492", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6492", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -355932,11 +355034,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LAMC1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0267348", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0267348.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -355946,8 +355048,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "LanB2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -355976,8 +355077,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:6493", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6493", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -355985,11 +355087,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LAMC2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0267348", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0267348.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -355999,8 +355101,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "LanB2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -356029,8 +355130,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:6494", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6494", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -356038,11 +355140,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LAMC3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0267348", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0267348.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -356052,8 +355154,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "LanB2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -356082,8 +355183,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6499", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6499", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -356091,11 +355193,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LAMP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032949", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032949.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -356105,8 +355207,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Lamp1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -356135,8 +355236,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:6501", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6501", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -356144,11 +355246,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LAMP2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032949", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032949.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -356158,8 +355260,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Lamp1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -356188,8 +355289,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:14582", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14582", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -356197,11 +355299,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LAMP3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032949", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032949.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -356211,8 +355313,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Lamp1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -356241,8 +355342,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16097", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16097", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -356250,11 +355352,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LAMP5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052225", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052225.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -356264,8 +355366,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG32225", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -356294,8 +355395,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26068", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26068", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -356303,11 +355405,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LAMTOR1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036932", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036932.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -356316,9 +355418,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG14184", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Lamtor1", + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -356346,8 +355447,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29796", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29796", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -356355,11 +355457,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LAMTOR2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034350", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034350.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -356368,9 +355470,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG5189", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Lamtor2", + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -356398,8 +355499,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15606", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15606", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -356407,11 +355509,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LAMTOR3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032642", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032642.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -356420,9 +355522,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG5110", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Lamtor3", + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -356450,8 +355551,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:33772", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:33772", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -356459,11 +355561,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LAMTOR4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035469", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035469.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -356472,9 +355574,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG14977", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Lamtor4", + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -356503,8 +355604,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17955", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17955", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -356512,11 +355614,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LAMTOR5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0026090", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026090.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -356525,9 +355627,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG14812", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Lamtor5", + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -356556,8 +355657,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24767", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24767", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -356565,11 +355667,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LANCL3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027498", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027498.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -356579,8 +355681,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG2061", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -356608,8 +355709,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18449", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18449", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -356617,11 +355719,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LAP3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0259795", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0259795.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -356631,8 +355733,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "loopin-1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -356661,8 +355762,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18449", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18449", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -356670,11 +355772,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LAP3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035915", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035915.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -356684,8 +355786,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "S-Lap1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -356714,8 +355815,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18449", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18449", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -356723,11 +355825,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LAP3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052351", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052351.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -356737,8 +355839,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "S-Lap2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -356767,8 +355868,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18449", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18449", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -356776,11 +355878,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LAP3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0045770", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0045770.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -356790,8 +355892,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "S-Lap3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -356820,8 +355921,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18449", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18449", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -356829,11 +355931,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LAP3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052064", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052064.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -356843,8 +355945,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "S-Lap4", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -356873,8 +355974,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18449", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18449", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -356882,11 +355984,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LAP3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033860", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033860.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -356896,8 +355998,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "S-Lap5", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -356926,8 +356027,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18449", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18449", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -356935,11 +356037,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LAP3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033868", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033868.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -356949,8 +356051,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "S-Lap7", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -356979,8 +356080,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18449", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18449", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -356988,11 +356090,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LAP3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034132", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034132.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -357002,8 +356104,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "S-Lap8", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -357032,8 +356133,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6924", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6924", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -357041,11 +356143,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LAPTM4A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040777", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040777.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -357055,8 +356157,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG14767", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -357085,8 +356186,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:13646", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13646", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -357094,11 +356196,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LAPTM4B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040777", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040777.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -357108,8 +356210,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG14767", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -357138,8 +356239,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:29612", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29612", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -357147,11 +356249,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LAPTM5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040777", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040777.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -357161,8 +356263,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG14767", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -357191,8 +356292,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29531", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29531", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -357200,11 +356302,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LARP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261618", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261618.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -357214,8 +356316,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "larp", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -357244,8 +356345,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24704", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24704", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -357253,11 +356355,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LARP1B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261618", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261618.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -357267,8 +356369,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "larp", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -357297,8 +356398,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24320", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24320", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -357306,11 +356408,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LARP4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035424", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035424.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -357320,8 +356422,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Larp4B", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -357350,8 +356451,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28987", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28987", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -357359,11 +356461,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LARP4B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035424", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035424.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -357373,8 +356475,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Larp4B", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -357403,8 +356504,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24012", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24012", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -357412,11 +356514,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LARP6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033936", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033936.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -357426,8 +356528,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Achl", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -357456,8 +356557,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24912", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24912", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -357465,11 +356567,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LARP7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0260771", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0260771.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -357479,8 +356581,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Larp7", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -357509,8 +356610,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6512", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6512", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -357518,11 +356620,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LARS1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0284253", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0284253.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -357532,8 +356634,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "LeuRS", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -357562,8 +356663,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17095", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17095", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -357571,11 +356673,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LARS2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027085", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027085.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -357585,8 +356687,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "LeuRS-m", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -357614,8 +356715,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25726", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25726", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -357623,11 +356725,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LAS1L", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052075", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052075.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -357637,8 +356739,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG32075", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -357667,8 +356768,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6513", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6513", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -357676,11 +356778,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LASP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0063485", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0063485.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -357690,8 +356792,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Lasp", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -357720,8 +356821,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6514", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6514", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -357729,11 +356831,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LATS1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0011739", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0011739.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -357743,8 +356845,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "wts", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -357773,8 +356874,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:6515", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6515", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -357782,11 +356884,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LATS2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0011739", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0011739.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -357796,8 +356898,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "wts", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -357826,8 +356927,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6518", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6518", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -357835,11 +356937,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LBR", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034657", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034657.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -357849,8 +356951,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "LBR", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -357879,8 +356980,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16960", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16960", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -357888,11 +356990,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LBX1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0011278", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0011278.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -357902,8 +357004,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "lbe", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -357932,8 +357033,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16960", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16960", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -357941,11 +357043,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LBX1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0008651", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0008651.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -357955,8 +357057,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "lbl", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -357985,8 +357086,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:15525", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15525", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -357994,11 +357096,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LBX2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0011278", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0011278.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -358008,8 +357110,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "lbe", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -358038,8 +357139,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:15525", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15525", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -358047,11 +357149,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LBX2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0008651", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0008651.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -358061,8 +357163,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "lbl", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -358091,8 +357192,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:31923", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:31923", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -358100,11 +357202,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LCA5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036687", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036687.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -358114,8 +357216,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6652", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -358144,8 +357245,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1255", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1255", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -358153,11 +357255,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LCA5L", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036687", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036687.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -358167,8 +357269,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6652", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -358197,8 +357298,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:6522", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6522", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -358206,11 +357308,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LCAT", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0042175", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0042175.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -358220,8 +357322,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG18858", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -358250,8 +357351,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:6522", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6522", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -358259,11 +357361,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LCAT", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051683", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051683.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -358273,8 +357375,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG31683", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -358303,8 +357404,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6524", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6524", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -358312,11 +357414,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LCK", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0262733", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0262733.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -358326,8 +357428,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Src64B", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -358356,8 +357457,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17557", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17557", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -358365,11 +357467,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LCMT1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028507", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028507.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -358379,8 +357481,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG3793", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -358408,8 +357509,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29503", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29503", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -358417,11 +357519,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LCOR", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0264490", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0264490.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -358431,8 +357533,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Eip93F", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -358461,8 +357562,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30776", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30776", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -358470,11 +357572,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LCORL", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0264490", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0264490.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -358484,8 +357586,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Eip93F", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -358514,8 +357615,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6528", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6528", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -358523,11 +357625,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LCP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0024238", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0024238.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -358537,8 +357639,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Fim", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -358566,8 +357667,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:6530", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6530", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -358575,11 +357677,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LCT", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036659", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036659.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -358589,8 +357691,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG9701", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -358619,8 +357720,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15583", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15583", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -358628,11 +357730,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LCTL", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036659", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036659.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -358642,8 +357744,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG9701", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -358672,8 +357773,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26145", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26145", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -358681,11 +357783,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LDAH", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035206", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035206.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -358695,8 +357797,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "sturkopf", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -358724,8 +357825,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6532", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6532", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -358733,11 +357835,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LDB1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0013764", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0013764.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -358747,8 +357849,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Chi", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -358777,8 +357878,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6533", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6533", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -358786,11 +357888,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LDB2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0013764", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0013764.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -358800,8 +357902,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Chi", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -358830,8 +357931,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:15710", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15710", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -358839,11 +357941,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LDB3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0265991", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0265991.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -358853,8 +357955,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Zasp52", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -358883,8 +357984,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15710", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15710", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -358892,11 +357994,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LDB3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035917", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035917.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -358906,8 +358008,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Zasp66", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -358936,8 +358037,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:6535", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6535", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -358945,11 +358047,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LDHA", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0001258", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0001258.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -358959,8 +358061,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ldh", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -358989,8 +358090,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28335", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28335", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -358998,11 +358100,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LDHAL6A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033856", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033856.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -359012,8 +358114,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG13334", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -359042,8 +358143,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28335", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28335", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -359051,11 +358153,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LDHAL6A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0001258", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0001258.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -359065,8 +358167,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ldh", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -359094,8 +358195,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21481", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21481", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -359103,11 +358205,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LDHAL6B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033856", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033856.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -359117,8 +358219,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG13334", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -359147,8 +358248,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:21481", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21481", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -359156,11 +358258,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LDHAL6B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0001258", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0001258.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -359170,8 +358272,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ldh", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -359200,8 +358301,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:6541", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6541", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -359209,11 +358311,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LDHB", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0001258", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0001258.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -359223,8 +358325,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ldh", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -359253,8 +358354,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6544", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6544", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -359262,11 +358364,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LDHC", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033856", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033856.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -359276,8 +358378,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG13334", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -359306,8 +358407,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:6544", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6544", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -359315,11 +358417,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LDHC", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0001258", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0001258.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -359329,8 +358431,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ldh", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -359359,8 +358460,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6547", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6547", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -359368,11 +358470,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LDLR", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0066101", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0066101.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -359382,8 +358484,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "LpR1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -359412,8 +358513,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6547", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6547", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -359421,11 +358523,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LDLR", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051092", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051092.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -359435,8 +358537,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "LpR2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -359465,8 +358566,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1224", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1224", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -359474,11 +358576,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LDLRAD4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036576", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036576.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -359488,8 +358590,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5151", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -359518,8 +358619,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6551", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6551", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -359527,11 +358629,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LEF1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0085432", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0085432.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -359541,8 +358643,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "pan", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -359571,8 +358672,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:21244", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21244", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -359580,11 +358682,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LEMD2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034962", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034962.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -359594,8 +358696,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "MAN1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -359624,8 +358725,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28887", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28887", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -359633,11 +358735,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LEMD3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034962", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034962.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -359647,8 +358749,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "MAN1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -359677,8 +358778,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15502", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15502", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -359686,11 +358788,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LENG1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037809", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037809.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -359700,8 +358802,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG12818", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -359729,8 +358830,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15500", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15500", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -359738,11 +358840,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LENG8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032305", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032305.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -359752,8 +358854,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6700", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -359782,8 +358883,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30401", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30401", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -359791,11 +358893,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LEO1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0019637", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0019637.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -359805,8 +358907,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Atu", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -359835,8 +358936,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30401", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30401", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -359844,11 +358946,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LEO1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038773", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038773.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -359858,8 +358960,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10887", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -359888,8 +358989,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29477", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29477", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -359897,11 +358999,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LEPROT", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0050423", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0050423.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -359911,8 +359013,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG30423", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -359940,8 +359041,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6555", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6555", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -359949,11 +359051,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LEPROTL1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0050423", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0050423.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -359963,8 +359065,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG30423", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -359992,8 +359093,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6556", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6556", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -360001,11 +359103,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LETM1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0284252", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0284252.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -360015,8 +359117,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Letm1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -360045,8 +359146,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:14648", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14648", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -360054,11 +359156,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LETM2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0284252", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0284252.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -360068,8 +359170,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Letm1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -360098,8 +359199,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24241", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24241", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -360107,11 +359209,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LETMD1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0017429", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0017429.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -360121,8 +359223,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5989", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -360150,8 +359251,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6560", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6560", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -360159,11 +359261,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LFNG", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0011591", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0011591.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -360173,8 +359275,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "fng", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -360202,8 +359303,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15449", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15449", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -360211,11 +359313,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LGALS13", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031289", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031289.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -360225,8 +359327,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG13950", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -360255,8 +359356,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30054", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30054", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -360264,11 +359366,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LGALS14", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031289", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031289.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -360278,8 +359380,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG13950", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -360308,8 +359409,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:40039", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:40039", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -360317,11 +359419,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LGALS16", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031289", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031289.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -360331,8 +359433,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG13950", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -360361,8 +359462,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:6563", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6563", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -360370,11 +359472,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LGALS3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031213", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031213.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -360384,8 +359486,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "galectin", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -360414,8 +359515,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:6565", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6565", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -360423,11 +359525,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LGALS4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031213", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031213.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -360437,8 +359539,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "galectin", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -360467,8 +359568,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6569", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6569", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -360476,11 +359578,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LGALS8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031214", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031214.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -360490,8 +359592,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG11374", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -360520,8 +359621,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6569", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6569", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -360529,11 +359631,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LGALS8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034365", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034365.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -360543,8 +359645,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5335", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -360573,8 +359674,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6569", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6569", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -360582,11 +359684,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LGALS8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031213", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031213.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -360596,8 +359698,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "galectin", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -360626,8 +359727,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6570", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6570", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -360635,11 +359737,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LGALS9", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031214", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031214.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -360649,8 +359751,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG11374", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -360679,8 +359780,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6570", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6570", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -360688,11 +359790,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LGALS9", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034365", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034365.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -360702,8 +359804,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5335", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -360732,8 +359833,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:6570", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6570", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -360741,11 +359843,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LGALS9", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031213", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031213.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -360755,8 +359857,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "galectin", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -360785,8 +359886,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24842", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24842", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -360794,11 +359896,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LGALS9B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031214", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031214.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -360808,8 +359910,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG11374", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -360838,8 +359939,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:24842", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24842", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -360847,11 +359949,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LGALS9B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031213", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031213.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -360861,8 +359963,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "galectin", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -360891,8 +359992,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:33874", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:33874", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -360900,11 +360002,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LGALS9C", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031214", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031214.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -360914,8 +360016,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG11374", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -360944,8 +360045,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:33874", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:33874", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -360953,11 +360055,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LGALS9C", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034365", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034365.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -360967,8 +360069,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5335", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -360997,8 +360098,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:33874", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:33874", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -361006,11 +360108,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LGALS9C", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031213", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031213.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -361020,8 +360122,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "galectin", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -361050,8 +360151,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:25012", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25012", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -361059,11 +360161,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LGALSL", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031213", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031213.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -361073,8 +360175,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "galectin", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -361103,8 +360204,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13299", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13299", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -361112,11 +360214,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LGR4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003255", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003255.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -361126,8 +360228,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "rk", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -361156,8 +360257,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4504", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4504", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -361165,11 +360267,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LGR5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003255", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003255.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -361179,8 +360281,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "rk", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -361209,8 +360310,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:19719", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19719", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -361218,11 +360320,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LGR6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003255", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003255.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -361232,8 +360334,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "rk", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -361262,8 +360363,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:6584", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6584", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -361271,11 +360373,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LHB", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0063368", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0063368.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -361285,8 +360387,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Gpb5", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -361315,8 +360416,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6585", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6585", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -361324,11 +360426,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LHCGR", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0016650", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0016650.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -361338,8 +360440,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Lgr1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -361368,8 +360469,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6588", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6588", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -361377,11 +360479,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LHFPL2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035085", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035085.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -361391,8 +360493,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG3770", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -361421,8 +360522,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:6589", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6589", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -361430,11 +360532,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LHFPL3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0262624", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0262624.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -361444,8 +360546,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Tmhs", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -361474,8 +360575,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29568", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29568", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -361483,11 +360585,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LHFPL4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0262624", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0262624.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -361497,8 +360599,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Tmhs", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -361526,8 +360627,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:21253", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21253", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -361535,11 +360637,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LHFPL5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0262624", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0262624.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -361549,8 +360651,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Tmhs", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -361579,8 +360680,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6593", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6593", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -361588,11 +360690,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LHX1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0026411", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026411.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -361602,8 +360704,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Lim1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -361632,8 +360733,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:6594", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6594", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -361641,11 +360743,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LHX2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0267978", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0267978.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -361655,8 +360757,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ap", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -361685,8 +360786,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6595", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6595", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -361694,11 +360796,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LHX3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0002023", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0002023.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -361708,8 +360810,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Lim3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -361738,8 +360839,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21734", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21734", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -361747,11 +360849,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LHX4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0002023", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0002023.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -361761,8 +360863,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Lim3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -361791,8 +360892,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14216", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14216", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -361800,11 +360902,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LHX5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0026411", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026411.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -361814,8 +360916,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Lim1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -361844,8 +360945,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21735", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21735", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -361853,11 +360955,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LHX6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0013751", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0013751.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -361867,8 +360969,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Awh", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -361897,8 +360998,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28838", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28838", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -361906,11 +361008,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LHX8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0013751", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0013751.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -361920,8 +361022,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Awh", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -361950,8 +361051,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14222", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14222", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -361959,11 +361061,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LHX9", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0267978", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0267978.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -361973,8 +361075,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ap", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -362003,8 +361104,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16429", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16429", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -362012,11 +361114,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LIAS", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029158", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029158.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -362026,8 +361128,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Las", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -362055,8 +361156,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6598", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6598", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -362064,11 +361166,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LIG1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0262619", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0262619.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -362078,8 +361180,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "DNAlig1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -362107,8 +361208,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6600", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6600", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -362116,11 +361218,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LIG3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0286075", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0286075.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -362130,8 +361232,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "DNAlig3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -362160,8 +361261,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6601", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6601", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -362169,11 +361271,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LIG4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030506", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030506.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -362183,8 +361285,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "DNAlig4", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -362212,8 +361313,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24636", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24636", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -362221,11 +361323,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LIMA1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0250819", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0250819.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -362235,8 +361337,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG33521", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -362265,8 +361366,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29191", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29191", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -362274,11 +361376,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LIMCH1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0263346", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0263346.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -362288,8 +361390,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "smash", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -362318,8 +361419,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6612", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6612", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -362327,11 +361429,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LIMD1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030530", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030530.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -362341,8 +361443,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "jub", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -362371,8 +361472,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6613", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6613", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -362380,11 +361482,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LIMK1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0283712", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0283712.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -362394,8 +361496,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "LIMK1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -362424,8 +361525,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6614", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6614", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -362433,11 +361535,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LIMK2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0283712", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0283712.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -362447,8 +361549,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "LIMK1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -362477,8 +361578,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6616", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6616", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -362486,11 +361588,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LIMS1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0020249", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0020249.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -362500,8 +361602,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "stck", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -362529,8 +361630,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:16084", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16084", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -362538,11 +361640,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LIMS2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0020249", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0020249.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -362552,8 +361654,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "stck", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -362582,8 +361683,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15986", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15986", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -362591,11 +361693,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LIN28A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035626", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035626.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -362605,8 +361707,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "lin-28", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -362634,8 +361735,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:32207", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:32207", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -362643,11 +361745,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LIN28B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035626", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035626.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -362657,8 +361759,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "lin-28", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -362687,8 +361788,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:33234", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:33234", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -362696,11 +361798,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LIN37", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034430", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034430.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -362710,8 +361812,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mip40", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -362739,8 +361840,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19856", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19856", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -362748,11 +361850,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LIN52", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029800", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029800.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -362762,8 +361864,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "lin-52", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -362791,8 +361892,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19856", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19856", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -362800,11 +361902,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LIN52", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033770", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033770.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -362814,8 +361916,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "wuc", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -362844,8 +361945,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25397", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25397", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -362853,11 +361955,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LIN54", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033846", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033846.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -362867,8 +361969,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mip120", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -362897,8 +361998,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17787", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17787", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -362906,11 +362008,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LIN7A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039269", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039269.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -362920,8 +362022,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "veli", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -362950,8 +362051,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17788", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17788", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -362959,11 +362061,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LIN7B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039269", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039269.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -362973,8 +362075,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "veli", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -363003,8 +362104,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17789", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17789", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -363012,11 +362114,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LIN7C", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039269", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039269.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -363026,8 +362128,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "veli", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -363056,8 +362157,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30830", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30830", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -363065,11 +362167,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LIN9", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004372", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004372.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -363079,8 +362181,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "aly", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -363109,8 +362210,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30830", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30830", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -363118,11 +362220,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LIN9", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0023509", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0023509.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -363132,8 +362234,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mip130", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -363162,8 +362263,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:51483", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:51483", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -363171,11 +362273,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LINC02210-CRHR1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033932", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033932.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -363185,8 +362287,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Dh44-R1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -363215,8 +362316,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:51483", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:51483", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -363224,11 +362326,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LINC02210-CRHR1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033744", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033744.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -363238,8 +362340,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Dh44-R2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -363268,8 +362369,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21205", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21205", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -363277,11 +362379,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LINGO1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0085397", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0085397.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -363291,8 +362393,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Fili", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -363321,8 +362422,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21205", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21205", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -363330,11 +362432,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LINGO1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032484", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032484.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -363344,8 +362446,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "kek4", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -363374,8 +362475,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21207", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21207", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -363383,11 +362485,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LINGO2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0085397", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0085397.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -363397,8 +362499,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Fili", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -363427,8 +362528,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21207", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21207", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -363436,11 +362538,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LINGO2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032484", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032484.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -363450,8 +362552,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "kek4", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -363480,8 +362581,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21206", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21206", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -363489,11 +362591,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LINGO3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0085397", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0085397.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -363503,8 +362605,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Fili", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -363533,8 +362634,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:31814", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:31814", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -363542,11 +362644,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LINGO4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0085397", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0085397.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -363556,8 +362658,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Fili", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -363586,8 +362687,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30922", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30922", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -363595,11 +362697,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LINS1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0002552", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0002552.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -363609,8 +362711,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "lin", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -363639,8 +362740,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6617", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6617", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -363648,11 +362750,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LIPA", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034990", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034990.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -363662,8 +362764,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG11406", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -363692,8 +362793,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6617", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6617", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -363701,11 +362803,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LIPA", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038067", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038067.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -363715,8 +362817,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG11598", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -363745,8 +362846,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6617", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6617", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -363754,11 +362856,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LIPA", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038068", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038068.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -363768,8 +362870,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG11600", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -363798,8 +362899,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6617", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6617", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -363807,11 +362909,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LIPA", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038069", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038069.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -363821,8 +362923,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG11608", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -363851,8 +362952,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6617", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6617", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -363860,11 +362962,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LIPA", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0265264", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0265264.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -363874,8 +362976,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG17097", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -363904,8 +363005,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6617", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6617", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -363913,11 +363015,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LIPA", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0043825", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0043825.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -363927,8 +363029,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG18284", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -363957,8 +363058,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6617", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6617", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -363966,11 +363068,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LIPA", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032265", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032265.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -363980,8 +363082,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG18301", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -364010,8 +363111,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6617", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6617", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -364019,11 +363121,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LIPA", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032266", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032266.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -364033,8 +363135,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG18302", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -364063,8 +363164,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6617", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6617", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -364072,11 +363174,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LIPA", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0042207", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0042207.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -364086,8 +363188,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG18530", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -364116,8 +363217,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6617", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6617", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -364125,11 +363227,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LIPA", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031533", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031533.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -364139,8 +363241,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG2772", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -364169,8 +363270,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6617", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6617", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -364178,11 +363280,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LIPA", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051089", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051089.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -364192,8 +363294,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG31089", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -364222,8 +363323,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6617", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6617", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -364231,11 +363333,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LIPA", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051091", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051091.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -364245,8 +363347,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG31091", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -364275,8 +363376,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6617", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6617", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -364284,11 +363386,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LIPA", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051871", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051871.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -364298,8 +363400,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG31871", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -364328,8 +363429,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6617", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6617", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -364337,11 +363439,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LIPA", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051872", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051872.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -364351,8 +363453,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG31872", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -364381,8 +363482,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6617", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6617", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -364390,11 +363492,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LIPA", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032981", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032981.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -364404,8 +363506,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG3635", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -364434,8 +363535,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6617", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6617", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -364443,11 +363545,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LIPA", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038070", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038070.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -364457,8 +363559,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6753", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -364487,8 +363588,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6617", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6617", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -364496,11 +363598,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LIPA", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032271", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032271.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -364510,8 +363612,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7329", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -364540,8 +363641,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6617", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6617", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -364549,11 +363651,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LIPA", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033999", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033999.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -364563,8 +363665,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8093", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -364593,8 +363694,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6617", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6617", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -364602,11 +363704,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LIPA", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0023496", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0023496.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -364616,8 +363718,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Lip1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -364646,8 +363747,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6617", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6617", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -364655,11 +363757,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LIPA", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0024740", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0024740.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -364669,8 +363771,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Lip2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -364699,8 +363800,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6617", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6617", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -364708,11 +363810,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LIPA", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0023495", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0023495.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -364722,8 +363824,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Lip3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -364752,8 +363853,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6617", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6617", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -364761,11 +363863,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LIPA", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032264", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032264.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -364775,8 +363877,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Lip4", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -364805,8 +363906,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6617", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6617", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -364814,11 +363916,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LIPA", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036996", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036996.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -364828,8 +363930,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mag", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -364858,8 +363959,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6619", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6619", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -364867,11 +363969,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LIPC", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0265267", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0265267.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -364881,8 +363983,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG18258", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -364911,8 +364012,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6619", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6619", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -364920,11 +364022,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LIPC", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030162", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030162.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -364934,8 +364036,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG1986", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -364964,8 +364065,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6619", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6619", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -364973,11 +364075,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LIPC", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030828", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030828.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -364987,8 +364089,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5162", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -365017,8 +364118,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6621", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6621", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -365026,11 +364128,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LIPE", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034491", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034491.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -365040,8 +364142,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Hsl", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -365069,8 +364170,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6622", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6622", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -365078,11 +364180,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LIPF", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034990", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034990.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -365092,8 +364194,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG11406", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -365122,8 +364223,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6622", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6622", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -365131,11 +364233,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LIPF", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038067", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038067.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -365145,8 +364247,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG11598", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -365175,8 +364276,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6622", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6622", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -365184,11 +364286,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LIPF", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038068", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038068.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -365198,8 +364300,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG11600", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -365228,8 +364329,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6622", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6622", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -365237,11 +364339,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LIPF", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038069", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038069.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -365251,8 +364353,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG11608", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -365281,8 +364382,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6622", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6622", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -365290,11 +364392,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LIPF", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0265264", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0265264.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -365304,8 +364406,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG17097", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -365334,8 +364435,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6622", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6622", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -365343,11 +364445,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LIPF", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0043825", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0043825.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -365357,8 +364459,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG18284", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -365387,8 +364488,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6622", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6622", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -365396,11 +364498,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LIPF", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032265", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032265.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -365410,8 +364512,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG18301", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -365440,8 +364541,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6622", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6622", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -365449,11 +364551,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LIPF", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032266", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032266.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -365463,8 +364565,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG18302", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -365493,8 +364594,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6622", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6622", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -365502,11 +364604,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LIPF", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0042207", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0042207.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -365516,8 +364618,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG18530", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -365546,8 +364647,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6622", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6622", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -365555,11 +364657,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LIPF", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031533", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031533.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -365569,8 +364671,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG2772", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -365599,8 +364700,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6622", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6622", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -365608,11 +364710,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LIPF", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051089", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051089.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -365622,8 +364724,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG31089", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -365652,8 +364753,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6622", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6622", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -365661,11 +364763,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LIPF", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051091", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051091.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -365675,8 +364777,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG31091", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -365705,8 +364806,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6622", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6622", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -365714,11 +364816,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LIPF", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051871", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051871.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -365728,8 +364830,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG31871", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -365758,8 +364859,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6622", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6622", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -365767,11 +364869,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LIPF", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051872", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051872.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -365781,8 +364883,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG31872", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -365811,8 +364912,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6622", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6622", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -365820,11 +364922,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LIPF", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032981", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032981.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -365834,8 +364936,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG3635", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -365864,8 +364965,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6622", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6622", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -365873,11 +364975,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LIPF", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038070", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038070.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -365887,8 +364989,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6753", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -365917,8 +365018,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6622", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6622", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -365926,11 +365028,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LIPF", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032271", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032271.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -365940,8 +365042,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7329", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -365970,8 +365071,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6622", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6622", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -365979,11 +365081,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LIPF", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033999", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033999.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -365993,8 +365095,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8093", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -366023,8 +365124,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6622", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6622", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -366032,11 +365134,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LIPF", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0023496", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0023496.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -366046,8 +365148,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Lip1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -366076,8 +365177,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6622", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6622", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -366085,11 +365187,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LIPF", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0024740", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0024740.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -366099,8 +365201,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Lip2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -366129,8 +365230,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6622", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6622", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -366138,11 +365240,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LIPF", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0023495", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0023495.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -366152,8 +365254,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Lip3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -366182,8 +365283,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6622", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6622", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -366191,11 +365293,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LIPF", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032264", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032264.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -366205,8 +365307,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Lip4", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -366235,8 +365336,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6622", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6622", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -366244,11 +365346,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LIPF", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036996", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036996.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -366258,8 +365360,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mag", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -366288,8 +365389,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6623", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6623", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -366297,11 +365399,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LIPG", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036977", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036977.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -366311,8 +365413,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5665", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -366341,8 +365442,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18483", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18483", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -366350,11 +365452,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LIPH", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036367", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036367.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -366364,8 +365466,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10116", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -366394,8 +365495,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18483", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18483", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -366403,11 +365505,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LIPH", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035697", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035697.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -366417,8 +365519,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10163", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -366447,8 +365548,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18483", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18483", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -366456,11 +365558,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LIPH", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035453", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035453.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -366470,8 +365572,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10357", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -366500,8 +365601,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18483", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18483", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -366509,11 +365611,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LIPH", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032612", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032612.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -366523,8 +365625,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG13282", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -366553,8 +365654,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18483", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18483", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -366562,11 +365664,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LIPH", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0250847", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0250847.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -366576,8 +365678,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG14034", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -366606,8 +365707,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18483", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18483", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -366615,11 +365717,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LIPH", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039473", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039473.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -366629,8 +365731,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG17191", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -366659,8 +365760,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18483", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18483", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -366668,11 +365770,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LIPH", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039472", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039472.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -366682,8 +365784,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG17192", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -366712,8 +365813,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18483", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18483", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -366721,11 +365823,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LIPH", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0085476", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0085476.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -366735,8 +365837,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG34447", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -366765,8 +365866,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18483", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18483", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -366774,11 +365876,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LIPH", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0085477", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0085477.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -366788,8 +365890,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG34448", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -366818,8 +365919,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18483", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18483", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -366827,11 +365929,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LIPH", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0264979", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0264979.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -366841,8 +365943,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG4267", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -366871,8 +365972,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18483", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18483", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -366880,11 +365982,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LIPH", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039344", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039344.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -366894,8 +365996,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG4582", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -366924,8 +366025,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18483", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18483", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -366933,11 +366035,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LIPH", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039476", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039476.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -366947,8 +366049,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6271", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -366977,8 +366078,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18483", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18483", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -366986,11 +366088,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LIPH", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039475", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039475.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -367000,8 +366102,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6277", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -367030,8 +366131,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18483", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18483", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -367039,11 +366141,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LIPH", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039474", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039474.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -367053,8 +366155,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6283", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -367083,8 +366184,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18483", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18483", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -367092,11 +366194,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LIPH", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039471", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039471.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -367106,8 +366208,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6295", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -367136,8 +366237,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18483", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18483", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -367145,11 +366247,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LIPH", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039470", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039470.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -367159,8 +366261,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6296", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -367189,8 +366290,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18483", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18483", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -367198,11 +366300,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LIPH", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034166", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034166.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -367212,8 +366314,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6472", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -367242,8 +366343,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18483", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18483", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -367251,11 +366353,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LIPH", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031976", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031976.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -367265,8 +366367,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7367", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -367295,8 +366396,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18483", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18483", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -367304,11 +366406,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LIPH", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038398", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038398.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -367318,8 +366420,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "sxe2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -367348,8 +366449,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18483", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18483", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -367357,11 +366459,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LIPH", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004045", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004045.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -367371,8 +366473,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Yp1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -367401,8 +366502,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18483", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18483", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -367410,11 +366512,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LIPH", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0005391", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0005391.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -367424,8 +366526,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Yp2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -367454,8 +366555,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18483", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18483", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -367463,11 +366565,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LIPH", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004047", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004047.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -367477,8 +366579,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Yp3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -367507,8 +366608,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18821", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18821", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -367516,11 +366618,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LIPI", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036367", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036367.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -367530,8 +366632,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10116", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -367560,8 +366661,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18821", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18821", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -367569,11 +366671,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LIPI", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035697", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035697.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -367583,8 +366685,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10163", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -367613,8 +366714,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18821", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18821", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -367622,11 +366724,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LIPI", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035453", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035453.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -367636,8 +366738,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10357", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -367666,8 +366767,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18821", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18821", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -367675,11 +366777,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LIPI", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032612", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032612.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -367689,8 +366791,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG13282", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -367719,8 +366820,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18821", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18821", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -367728,11 +366830,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LIPI", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0250847", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0250847.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -367742,8 +366844,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG14034", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -367772,8 +366873,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18821", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18821", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -367781,11 +366883,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LIPI", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039473", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039473.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -367795,8 +366897,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG17191", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -367825,8 +366926,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18821", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18821", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -367834,11 +366936,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LIPI", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039472", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039472.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -367848,8 +366950,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG17192", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -367878,8 +366979,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18821", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18821", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -367887,11 +366989,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LIPI", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0085476", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0085476.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -367901,8 +367003,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG34447", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -367931,8 +367032,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18821", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18821", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -367940,11 +367042,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LIPI", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0085477", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0085477.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -367954,8 +367056,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG34448", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -367984,8 +367085,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18821", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18821", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -367993,11 +367095,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LIPI", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0264979", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0264979.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -368007,8 +367109,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG4267", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -368037,8 +367138,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18821", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18821", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -368046,11 +367148,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LIPI", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039344", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039344.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -368060,8 +367162,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG4582", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -368090,8 +367191,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18821", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18821", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -368099,11 +367201,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LIPI", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039476", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039476.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -368113,8 +367215,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6271", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -368143,8 +367244,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18821", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18821", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -368152,11 +367254,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LIPI", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039474", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039474.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -368166,8 +367268,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6283", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -368196,8 +367297,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18821", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18821", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -368205,11 +367307,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LIPI", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039471", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039471.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -368219,8 +367321,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6295", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -368249,8 +367350,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18821", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18821", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -368258,11 +367360,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LIPI", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039470", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039470.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -368272,8 +367374,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6296", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -368302,8 +367403,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18821", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18821", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -368311,11 +367413,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LIPI", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034166", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034166.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -368325,8 +367427,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6472", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -368355,8 +367456,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18821", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18821", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -368364,11 +367466,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LIPI", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031976", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031976.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -368378,8 +367480,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7367", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -368408,8 +367509,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18821", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18821", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -368417,11 +367519,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LIPI", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038398", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038398.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -368431,8 +367533,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "sxe2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -368461,8 +367562,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18821", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18821", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -368470,11 +367572,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LIPI", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004045", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004045.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -368484,8 +367586,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Yp1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -368514,8 +367615,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18821", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18821", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -368523,11 +367625,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LIPI", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0005391", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0005391.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -368537,8 +367639,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Yp2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -368567,8 +367668,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18821", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18821", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -368576,11 +367678,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LIPI", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004047", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004047.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -368590,8 +367692,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Yp3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -368620,8 +367721,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21773", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21773", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -368629,11 +367731,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LIPJ", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034990", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034990.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -368643,8 +367745,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG11406", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -368673,8 +367774,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21773", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21773", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -368682,11 +367784,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LIPJ", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038067", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038067.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -368696,8 +367798,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG11598", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -368726,8 +367827,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21773", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21773", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -368735,11 +367837,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LIPJ", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038068", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038068.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -368749,8 +367851,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG11600", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -368779,8 +367880,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21773", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21773", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -368788,11 +367890,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LIPJ", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038069", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038069.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -368802,8 +367904,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG11608", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -368832,8 +367933,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21773", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21773", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -368841,11 +367943,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LIPJ", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0265264", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0265264.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -368855,8 +367957,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG17097", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -368885,8 +367986,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21773", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21773", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -368894,11 +367996,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LIPJ", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0043825", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0043825.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -368908,8 +368010,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG18284", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -368938,8 +368039,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21773", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21773", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -368947,11 +368049,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LIPJ", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032265", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032265.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -368961,8 +368063,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG18301", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -368991,8 +368092,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21773", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21773", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -369000,11 +368102,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LIPJ", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032266", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032266.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -369014,8 +368116,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG18302", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -369044,8 +368145,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21773", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21773", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -369053,11 +368155,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LIPJ", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0042207", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0042207.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -369067,8 +368169,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG18530", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -369097,8 +368198,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21773", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21773", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -369106,11 +368208,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LIPJ", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031533", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031533.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -369120,8 +368222,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG2772", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -369150,8 +368251,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21773", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21773", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -369159,11 +368261,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LIPJ", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051091", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051091.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -369173,8 +368275,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG31091", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -369203,8 +368304,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:21773", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21773", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -369212,11 +368314,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LIPJ", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051871", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051871.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -369226,8 +368328,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG31871", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -369256,8 +368357,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21773", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21773", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -369265,11 +368367,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LIPJ", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051872", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051872.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -369279,8 +368381,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG31872", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -369309,8 +368410,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21773", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21773", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -369318,11 +368420,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LIPJ", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032981", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032981.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -369332,8 +368434,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG3635", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -369362,8 +368463,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21773", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21773", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -369371,11 +368473,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LIPJ", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038070", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038070.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -369385,8 +368487,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6753", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -369415,8 +368516,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21773", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21773", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -369424,11 +368526,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LIPJ", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032271", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032271.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -369438,8 +368540,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7329", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -369468,8 +368569,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:21773", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21773", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -369477,11 +368579,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LIPJ", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033999", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033999.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -369491,8 +368593,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8093", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -369521,8 +368622,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21773", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21773", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -369530,11 +368632,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LIPJ", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0023496", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0023496.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -369544,8 +368646,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Lip1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -369574,8 +368675,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21773", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21773", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -369583,11 +368685,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LIPJ", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0024740", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0024740.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -369597,8 +368699,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Lip2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -369627,8 +368728,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:21773", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21773", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -369636,11 +368738,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LIPJ", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0023495", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0023495.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -369650,8 +368752,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Lip3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -369680,8 +368781,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:21773", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21773", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -369689,11 +368791,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LIPJ", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032264", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032264.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -369703,8 +368805,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Lip4", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -369733,8 +368834,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21773", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21773", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -369742,11 +368844,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LIPJ", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036996", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036996.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -369756,8 +368858,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mag", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -369786,8 +368887,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23444", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23444", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -369795,11 +368897,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LIPK", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034990", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034990.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -369809,8 +368911,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG11406", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -369839,8 +368940,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23444", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23444", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -369848,11 +368950,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LIPK", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038067", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038067.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -369862,8 +368964,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG11598", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -369892,8 +368993,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23444", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23444", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -369901,11 +369003,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LIPK", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038068", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038068.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -369915,8 +369017,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG11600", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -369945,8 +369046,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23444", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23444", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -369954,11 +369056,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LIPK", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038069", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038069.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -369968,8 +369070,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG11608", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -369998,8 +369099,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23444", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23444", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -370007,11 +369109,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LIPK", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0265264", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0265264.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -370021,8 +369123,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG17097", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -370051,8 +369152,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23444", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23444", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -370060,11 +369162,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LIPK", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0043825", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0043825.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -370074,8 +369176,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG18284", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -370104,8 +369205,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23444", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23444", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -370113,11 +369215,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LIPK", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032265", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032265.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -370127,8 +369229,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG18301", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -370157,8 +369258,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23444", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23444", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -370166,11 +369268,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LIPK", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032266", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032266.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -370180,8 +369282,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG18302", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -370210,8 +369311,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23444", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23444", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -370219,11 +369321,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LIPK", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0042207", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0042207.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -370233,8 +369335,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG18530", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -370263,8 +369364,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23444", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23444", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -370272,11 +369374,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LIPK", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031533", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031533.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -370286,8 +369388,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG2772", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -370316,8 +369417,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23444", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23444", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -370325,11 +369427,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LIPK", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051089", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051089.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -370339,8 +369441,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG31089", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -370369,8 +369470,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23444", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23444", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -370378,11 +369480,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LIPK", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051091", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051091.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -370392,8 +369494,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG31091", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -370422,8 +369523,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23444", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23444", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -370431,11 +369533,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LIPK", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051871", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051871.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -370445,8 +369547,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG31871", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -370475,8 +369576,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23444", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23444", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -370484,11 +369586,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LIPK", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051872", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051872.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -370498,8 +369600,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG31872", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -370528,8 +369629,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23444", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23444", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -370537,11 +369639,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LIPK", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032981", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032981.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -370551,8 +369653,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG3635", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -370581,8 +369682,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23444", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23444", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -370590,11 +369692,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LIPK", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038070", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038070.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -370604,8 +369706,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6753", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -370634,8 +369735,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23444", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23444", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -370643,11 +369745,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LIPK", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032271", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032271.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -370657,8 +369759,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7329", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -370687,8 +369788,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23444", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23444", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -370696,11 +369798,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LIPK", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033999", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033999.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -370710,8 +369812,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8093", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -370740,8 +369841,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23444", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23444", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -370749,11 +369851,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LIPK", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0023496", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0023496.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -370763,8 +369865,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Lip1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -370793,8 +369894,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23444", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23444", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -370802,11 +369904,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LIPK", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0024740", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0024740.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -370816,8 +369918,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Lip2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -370846,8 +369947,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23444", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23444", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -370855,11 +369957,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LIPK", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0023495", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0023495.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -370869,8 +369971,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Lip3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -370899,8 +370000,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23444", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23444", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -370908,11 +370010,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LIPK", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032264", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032264.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -370922,8 +370024,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Lip4", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -370952,8 +370053,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23444", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23444", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -370961,11 +370063,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LIPK", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036996", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036996.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -370975,8 +370077,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mag", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -371005,8 +370106,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23455", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23455", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -371014,11 +370116,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LIPM", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034990", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034990.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -371028,8 +370130,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG11406", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -371058,8 +370159,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23455", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23455", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -371067,11 +370169,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LIPM", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038067", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038067.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -371081,8 +370183,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG11598", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -371111,8 +370212,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23455", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23455", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -371120,11 +370222,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LIPM", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038068", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038068.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -371134,8 +370236,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG11600", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -371164,8 +370265,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23455", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23455", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -371173,11 +370275,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LIPM", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038069", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038069.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -371187,8 +370289,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG11608", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -371217,8 +370318,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23455", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23455", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -371226,11 +370328,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LIPM", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0265264", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0265264.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -371240,8 +370342,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG17097", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -371270,8 +370371,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23455", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23455", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -371279,11 +370381,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LIPM", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0043825", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0043825.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -371293,8 +370395,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG18284", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -371323,8 +370424,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23455", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23455", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -371332,11 +370434,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LIPM", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032265", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032265.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -371346,8 +370448,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG18301", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -371376,8 +370477,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23455", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23455", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -371385,11 +370487,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LIPM", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032266", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032266.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -371399,8 +370501,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG18302", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -371429,8 +370530,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23455", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23455", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -371438,11 +370540,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LIPM", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0042207", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0042207.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -371452,8 +370554,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG18530", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -371482,8 +370583,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23455", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23455", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -371491,11 +370593,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LIPM", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031533", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031533.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -371505,8 +370607,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG2772", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -371535,8 +370636,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23455", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23455", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -371544,11 +370646,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LIPM", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051089", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051089.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -371558,8 +370660,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG31089", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -371588,8 +370689,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23455", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23455", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -371597,11 +370699,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LIPM", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051091", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051091.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -371611,8 +370713,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG31091", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -371641,8 +370742,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23455", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23455", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -371650,11 +370752,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LIPM", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051871", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051871.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -371664,8 +370766,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG31871", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -371694,8 +370795,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23455", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23455", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -371703,11 +370805,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LIPM", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051872", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051872.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -371717,8 +370819,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG31872", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -371747,8 +370848,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23455", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23455", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -371756,11 +370858,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LIPM", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032981", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032981.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -371770,8 +370872,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG3635", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -371800,8 +370901,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23455", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23455", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -371809,11 +370911,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LIPM", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038070", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038070.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -371823,8 +370925,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6753", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -371853,8 +370954,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23455", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23455", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -371862,11 +370964,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LIPM", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032271", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032271.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -371876,8 +370978,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7329", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -371906,8 +371007,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23455", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23455", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -371915,11 +371017,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LIPM", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033999", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033999.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -371929,8 +371031,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8093", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -371959,8 +371060,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23455", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23455", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -371968,11 +371070,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LIPM", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0023496", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0023496.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -371982,8 +371084,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Lip1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -372012,8 +371113,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23455", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23455", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -372021,11 +371123,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LIPM", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0024740", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0024740.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -372035,8 +371137,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Lip2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -372065,8 +371166,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23455", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23455", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -372074,11 +371176,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LIPM", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0023495", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0023495.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -372088,8 +371190,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Lip3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -372118,8 +371219,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23455", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23455", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -372127,11 +371229,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LIPM", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032264", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032264.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -372141,8 +371243,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Lip4", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -372171,8 +371272,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23455", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23455", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -372180,11 +371282,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LIPM", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036996", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036996.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -372194,8 +371296,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mag", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -372224,8 +371325,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23452", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23452", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -372233,11 +371335,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LIPN", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034990", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034990.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -372247,8 +371349,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG11406", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -372277,8 +371378,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23452", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23452", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -372286,11 +371388,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LIPN", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038067", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038067.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -372300,8 +371402,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG11598", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -372330,8 +371431,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23452", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23452", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -372339,11 +371441,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LIPN", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038068", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038068.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -372353,8 +371455,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG11600", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -372383,8 +371484,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23452", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23452", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -372392,11 +371494,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LIPN", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038069", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038069.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -372406,8 +371508,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG11608", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -372436,8 +371537,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23452", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23452", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -372445,11 +371547,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LIPN", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0265264", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0265264.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -372459,8 +371561,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG17097", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -372489,8 +371590,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23452", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23452", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -372498,11 +371600,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LIPN", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0043825", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0043825.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -372512,8 +371614,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG18284", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -372542,8 +371643,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23452", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23452", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -372551,11 +371653,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LIPN", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032265", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032265.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -372565,8 +371667,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG18301", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -372595,8 +371696,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23452", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23452", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -372604,11 +371706,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LIPN", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032266", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032266.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -372618,8 +371720,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG18302", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -372648,8 +371749,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23452", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23452", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -372657,11 +371759,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LIPN", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0042207", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0042207.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -372671,8 +371773,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG18530", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -372701,8 +371802,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23452", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23452", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -372710,11 +371812,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LIPN", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031533", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031533.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -372724,8 +371826,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG2772", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -372754,8 +371855,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23452", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23452", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -372763,11 +371865,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LIPN", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051091", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051091.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -372777,8 +371879,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG31091", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -372807,8 +371908,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:23452", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23452", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -372816,11 +371918,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LIPN", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051871", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051871.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -372830,8 +371932,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG31871", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -372860,8 +371961,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23452", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23452", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -372869,11 +371971,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LIPN", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051872", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051872.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -372883,8 +371985,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG31872", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -372913,8 +372014,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23452", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23452", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -372922,11 +372024,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LIPN", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032981", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032981.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -372936,8 +372038,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG3635", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -372966,8 +372067,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23452", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23452", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -372975,11 +372077,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LIPN", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038070", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038070.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -372989,8 +372091,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6753", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -373019,8 +372120,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23452", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23452", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -373028,11 +372130,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LIPN", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032271", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032271.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -373042,8 +372144,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7329", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -373072,8 +372173,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:23452", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23452", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -373081,11 +372183,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LIPN", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033999", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033999.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -373095,8 +372197,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8093", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -373125,8 +372226,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23452", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23452", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -373134,11 +372236,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LIPN", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0023496", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0023496.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -373148,8 +372250,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Lip1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -373178,8 +372279,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23452", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23452", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -373187,11 +372289,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LIPN", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0024740", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0024740.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -373201,8 +372303,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Lip2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -373231,8 +372332,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:23452", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23452", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -373240,11 +372342,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LIPN", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0023495", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0023495.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -373254,8 +372356,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Lip3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -373284,8 +372385,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:23452", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23452", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -373293,11 +372395,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LIPN", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032264", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032264.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -373307,8 +372409,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Lip4", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -373337,8 +372438,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23452", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23452", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -373346,11 +372448,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LIPN", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036996", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036996.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -373360,8 +372462,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mag", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -373390,8 +372491,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29569", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29569", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -373399,11 +372501,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LIPT1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0265178", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0265178.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -373413,8 +372515,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG44243", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -373442,8 +372543,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:37216", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:37216", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -373451,11 +372553,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LIPT2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037251", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037251.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -373465,8 +372567,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG9804", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -373494,8 +372595,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16841", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16841", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -373503,11 +372605,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LITAF", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030181", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030181.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -373517,8 +372619,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG12645", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -373547,8 +372648,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16841", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16841", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -373556,11 +372658,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LITAF", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034758", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034758.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -373570,8 +372672,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG13510", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -373600,8 +372701,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16841", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16841", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -373609,11 +372711,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LITAF", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040658", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040658.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -373623,8 +372725,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG13516", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -373653,8 +372754,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16841", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16841", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -373662,11 +372764,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LITAF", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0050269", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0050269.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -373676,8 +372778,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG30269", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -373706,8 +372807,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16841", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16841", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -373715,11 +372817,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LITAF", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0050273", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0050273.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -373729,8 +372831,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG30273", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -373759,8 +372860,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16841", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16841", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -373768,11 +372870,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LITAF", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034761", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034761.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -373782,8 +372884,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG4250", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -373812,8 +372913,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16841", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16841", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -373821,11 +372923,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LITAF", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0260768", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0260768.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -373835,8 +372937,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG42566", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -373865,8 +372966,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:18581", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18581", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -373874,11 +372976,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LIX1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032230", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032230.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -373888,8 +372990,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "lft", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -373918,8 +373019,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28715", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28715", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -373927,11 +373029,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LIX1L", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032230", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032230.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -373941,8 +373043,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "lft", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -373970,8 +373071,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6628", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6628", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -373979,11 +373081,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LLGL1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0002121", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0002121.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -373993,8 +373095,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "l(2)gl", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -374022,8 +373123,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:6629", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6629", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -374031,11 +373133,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LLGL2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0002121", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0002121.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -374045,8 +373147,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "l(2)gl", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -374075,8 +373176,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28229", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28229", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -374084,11 +373186,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LLPH", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035541", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035541.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -374098,8 +373200,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG15019", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -374128,8 +373229,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6631", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6631", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -374137,11 +373239,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LMAN1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035909", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035909.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -374151,8 +373253,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ergic53", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -374181,8 +373282,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:6632", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6632", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -374190,11 +373292,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LMAN1L", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035909", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035909.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -374204,8 +373306,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ergic53", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -374234,8 +373335,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16986", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16986", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -374243,11 +373345,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LMAN2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039160", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039160.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -374257,8 +373359,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5510", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -374286,8 +373387,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19263", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19263", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -374295,11 +373397,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LMAN2L", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039160", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039160.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -374309,8 +373411,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5510", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -374338,8 +373439,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13243", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13243", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -374347,11 +373449,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LMBR1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027539", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027539.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -374361,8 +373463,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "lili", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -374390,8 +373491,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18268", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18268", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -374399,11 +373501,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LMBR1L", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027539", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027539.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -374413,8 +373515,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "lili", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -374442,8 +373543,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25287", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25287", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -374451,11 +373553,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LMBRD2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037689", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037689.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -374465,8 +373567,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8135", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -374494,8 +373595,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6633", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6633", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -374503,11 +373605,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LMCD1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034223", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034223.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -374517,8 +373619,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Tes", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -374547,8 +373648,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15991", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15991", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -374556,11 +373658,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LMLN", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0086359", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0086359.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -374570,8 +373672,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Invadolysin", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -374599,8 +373700,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6636", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6636", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -374608,11 +373710,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LMNA", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0002525", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0002525.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -374622,8 +373724,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Lam", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -374652,8 +373753,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6636", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6636", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -374661,11 +373763,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LMNA", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010397", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010397.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -374675,8 +373777,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "LamC", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -374705,8 +373806,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:6637", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6637", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -374714,11 +373816,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LMNB1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0002525", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0002525.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -374728,8 +373830,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Lam", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -374758,8 +373859,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:6637", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6637", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -374767,11 +373869,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LMNB1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010397", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010397.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -374781,8 +373883,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "LamC", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -374811,8 +373912,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:6638", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6638", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -374820,11 +373922,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LMNB2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0002525", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0002525.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -374834,8 +373936,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Lam", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -374864,8 +373965,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:6638", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6638", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -374873,11 +373975,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LMNB2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010397", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010397.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -374887,8 +373989,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "LamC", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -374917,8 +374018,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6641", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6641", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -374926,11 +374028,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LMO1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0265598", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0265598.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -374940,8 +374042,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Bx", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -374970,8 +374071,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6643", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6643", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -374979,11 +374081,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LMO3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0265598", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0265598.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -374993,8 +374095,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Bx", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -375023,8 +374124,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6644", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6644", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -375032,11 +374134,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LMO4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032196", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032196.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -375046,8 +374148,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5708", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -375076,8 +374177,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:6647", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6647", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -375085,11 +374187,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LMOD1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0082582", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0082582.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -375099,8 +374201,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "tmod", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -375129,8 +374230,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:6648", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6648", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -375138,11 +374240,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LMOD2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0082582", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0082582.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -375152,8 +374254,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "tmod", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -375182,8 +374283,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:6649", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6649", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -375191,11 +374293,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LMOD3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0082582", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0082582.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -375205,8 +374307,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "tmod", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -375235,8 +374336,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6653", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6653", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -375244,11 +374346,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LMX1A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036274", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036274.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -375258,8 +374360,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG4328", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -375288,8 +374389,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:6653", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6653", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -375297,11 +374399,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LMX1A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052105", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052105.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -375311,8 +374413,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Lmx1a", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -375341,8 +374442,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6654", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6654", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -375350,11 +374452,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LMX1B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036274", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036274.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -375364,8 +374466,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG4328", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -375394,8 +374495,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6654", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6654", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -375403,11 +374505,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LMX1B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052105", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052105.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -375417,8 +374519,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Lmx1a", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -375447,8 +374548,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6656", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6656", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -375456,11 +374558,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LNPEP", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051233", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051233.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -375470,8 +374572,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG31233", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -375500,8 +374601,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6656", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6656", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -375509,11 +374611,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LNPEP", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051343", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051343.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -375523,8 +374625,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG31343", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -375553,8 +374654,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6656", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6656", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -375562,11 +374664,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LNPEP", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039064", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039064.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -375576,8 +374678,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG4467", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -375606,8 +374707,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6656", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6656", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -375615,11 +374717,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LNPEP", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0285963", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0285963.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -375629,8 +374731,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG46339", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -375659,8 +374760,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6656", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6656", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -375668,11 +374770,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LNPEP", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038897", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038897.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -375682,8 +374784,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5849", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -375712,8 +374813,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21610", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21610", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -375721,11 +374823,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LNPK", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033309", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033309.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -375735,8 +374837,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Lnpk", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -375764,8 +374865,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6657", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6657", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -375773,11 +374875,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LNX1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0001263", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0001263.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -375787,8 +374889,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "inaD", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -375817,8 +374918,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20421", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20421", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -375826,11 +374928,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LNX2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0001263", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0001263.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -375840,8 +374942,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "inaD", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -375870,8 +374971,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9479", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9479", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -375879,11 +374981,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LONP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036892", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036892.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -375893,8 +374995,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Lon", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -375922,8 +375023,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:26302", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26302", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -375931,11 +375033,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LONRF1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052369", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052369.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -375945,8 +375047,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG32369", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -375975,8 +375076,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24788", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24788", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -375984,11 +375086,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LONRF2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052369", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052369.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -375998,8 +375100,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG32369", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -376028,8 +375129,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21152", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21152", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -376037,11 +375139,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LONRF3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052369", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052369.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -376051,8 +375153,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG32369", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -376081,8 +375182,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:6664", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6664", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -376090,11 +375192,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LOX", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034660", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034660.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -376104,8 +375206,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Loxl2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -376134,8 +375235,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:6665", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6665", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -376143,11 +375245,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LOXL1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034660", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034660.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -376157,8 +375259,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Loxl2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -376187,8 +375288,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6666", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6666", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -376196,11 +375298,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LOXL2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039848", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039848.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -376210,8 +375312,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Loxl1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -376240,8 +375341,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:6666", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6666", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -376249,11 +375351,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LOXL2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034660", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034660.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -376263,8 +375365,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Loxl2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -376293,8 +375394,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13869", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13869", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -376302,11 +375404,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LOXL3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034660", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034660.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -376316,8 +375418,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Loxl2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -376346,8 +375447,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:17171", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17171", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -376355,11 +375457,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LOXL4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034660", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034660.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -376369,8 +375471,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Loxl2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -376399,8 +375500,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25718", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25718", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -376408,11 +375510,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LPCAT1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052699", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052699.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -376422,8 +375524,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "LPCAT", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -376451,8 +375552,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:26032", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26032", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -376460,11 +375562,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LPCAT2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052699", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052699.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -376474,8 +375576,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "LPCAT", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -376504,8 +375605,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30244", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30244", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -376513,11 +375615,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LPCAT3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0026630", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026630.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -376527,8 +375629,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "nes", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -376556,8 +375657,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:30059", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30059", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -376565,11 +375667,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LPCAT4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052699", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052699.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -376579,8 +375681,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "LPCAT", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -376609,8 +375710,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13345", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13345", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -376618,11 +375720,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LPIN1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0263593", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0263593.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -376632,8 +375734,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Lpin", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -376661,8 +375762,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14450", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14450", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -376670,11 +375772,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LPIN2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0263593", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0263593.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -376684,8 +375786,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Lpin", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -376713,8 +375814,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14451", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14451", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -376722,11 +375824,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LPIN3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0263593", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0263593.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -376736,8 +375838,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Lpin", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -376765,8 +375866,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6677", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6677", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -376774,11 +375876,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LPL", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0265267", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0265267.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -376788,8 +375890,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG18258", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -376818,8 +375919,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6677", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6677", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -376827,11 +375929,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LPL", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030162", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030162.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -376841,8 +375943,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG1986", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -376871,8 +375972,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6677", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6677", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -376880,11 +375982,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LPL", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030828", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030828.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -376894,8 +375996,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5162", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -376924,8 +376025,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:6678", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6678", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -376933,11 +376035,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LPO", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0011828", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0011828.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -376947,8 +376049,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pxn", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -376977,8 +376078,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6679", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6679", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -376986,11 +376088,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LPP", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0011642", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0011642.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -377000,8 +376102,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Zyx", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -377030,8 +376131,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14061", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14061", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -377039,11 +376141,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LPXN", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0085354", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0085354.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -377053,8 +376155,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG34325", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -377083,8 +376184,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:14061", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14061", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -377092,11 +376194,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LPXN", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0041789", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0041789.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -377106,8 +376208,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pax", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -377136,8 +376237,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1742", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1742", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -377145,11 +376247,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LRBA", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0266098", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0266098.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -377159,8 +376261,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "rg", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -377188,8 +376289,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:20309", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20309", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -377197,11 +376299,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LRCH1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032633", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032633.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -377211,8 +376313,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Lrch", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -377241,8 +376342,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:29292", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29292", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -377250,11 +376352,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LRCH2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032633", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032633.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -377264,8 +376366,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Lrch", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -377294,8 +376395,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28637", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28637", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -377303,11 +376405,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LRCH3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032633", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032633.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -377317,8 +376419,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Lrch", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -377347,8 +376448,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:6691", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6691", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -377356,11 +376458,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LRCH4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032633", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032633.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -377370,8 +376472,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Lrch", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -377400,8 +376501,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29290", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29290", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -377409,11 +376511,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LRFN1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028370", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028370.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -377423,8 +376525,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "kek3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -377453,8 +376554,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29290", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29290", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -377462,11 +376564,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LRFN1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032484", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032484.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -377476,8 +376578,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "kek4", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -377506,8 +376607,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29290", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29290", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -377515,11 +376617,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LRFN1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039862", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039862.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -377529,8 +376631,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "kek6", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -377559,8 +376660,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29480", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29480", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -377568,11 +376670,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LRG1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036995", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036995.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -377582,8 +376684,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "atk", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -377612,8 +376713,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17360", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17360", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -377621,11 +376723,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LRIG1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034083", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034083.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -377635,8 +376737,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "lbk", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -377664,8 +376765,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:20889", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20889", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -377673,11 +376775,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LRIG2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034083", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034083.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -377687,8 +376789,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "lbk", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -377717,8 +376818,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:30991", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30991", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -377726,11 +376828,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LRIG3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034083", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034083.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -377740,8 +376842,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "lbk", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -377770,8 +376871,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23405", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23405", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -377779,11 +376881,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LRMDA", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051076", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051076.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -377793,8 +376895,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG31076", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -377823,8 +376924,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6692", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6692", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -377832,11 +376934,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LRP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0053087", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0053087.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -377846,8 +376948,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "LRP1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -377876,8 +376977,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16936", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16936", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -377885,11 +376987,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LRP11", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027550", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027550.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -377899,8 +377001,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6495", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -377929,8 +377030,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6693", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6693", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -377938,11 +377040,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LRP1B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0053087", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0053087.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -377952,8 +377054,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "LRP1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -377982,8 +377083,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6694", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6694", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -377991,11 +377093,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LRP2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261260", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261260.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -378005,8 +377107,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mgl", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -378035,8 +377136,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6696", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6696", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -378044,11 +377146,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LRP4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030706", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030706.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -378058,8 +377160,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Lrp4", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -378088,8 +377189,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6697", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6697", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -378097,11 +377199,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LRP5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000119", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000119.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -378111,8 +377213,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "arr", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -378141,8 +377242,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:6698", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6698", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -378150,11 +377252,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LRP6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000119", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000119.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -378164,8 +377266,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "arr", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -378194,8 +377295,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:6700", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6700", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -378203,11 +377305,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LRP8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0066101", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0066101.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -378217,8 +377319,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "LpR1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -378247,8 +377348,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:6700", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6700", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -378256,11 +377358,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LRP8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051092", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051092.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -378270,8 +377372,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "LpR2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -378300,8 +377401,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6701", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6701", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -378309,11 +377411,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LRPAP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037756", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037756.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -378323,8 +377425,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8507", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -378352,8 +377453,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15714", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15714", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -378361,11 +377463,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LRPPRC", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0284256", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0284256.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -378375,8 +377477,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "bsf", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -378405,8 +377506,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15714", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15714", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -378414,11 +377516,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LRPPRC", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027794", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027794.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -378428,8 +377530,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Lrpprc2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -378458,8 +377559,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19742", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19742", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -378467,11 +377569,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LRR1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010398", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010398.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -378481,8 +377583,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Lrr47", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -378511,8 +377612,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:14307", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14307", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -378520,11 +377622,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LRRC1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0263289", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0263289.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -378534,8 +377636,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "scrib", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -378564,8 +377665,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20264", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20264", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -378573,11 +377675,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LRRC10", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034655", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034655.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -378587,8 +377689,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10307", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -378617,8 +377718,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:37215", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:37215", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -378626,11 +377728,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LRRC10B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034655", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034655.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -378640,8 +377742,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10307", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -378670,8 +377771,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20818", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20818", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -378679,11 +377781,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LRRC15", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035575", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035575.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -378693,8 +377795,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7509", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -378723,8 +377824,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23421", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23421", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -378732,11 +377834,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LRRC20", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030357", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030357.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -378746,8 +377848,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Sclp", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -378776,8 +377877,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28947", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28947", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -378785,11 +377887,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LRRC24", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015399", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015399.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -378799,8 +377901,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "kek1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -378829,8 +377930,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28947", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28947", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -378838,11 +377940,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LRRC24", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028370", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028370.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -378852,8 +377954,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "kek3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -378882,8 +377983,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28947", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28947", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -378891,11 +377993,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LRRC24", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032484", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032484.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -378905,8 +378007,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "kek4", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -378935,8 +378036,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:31409", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:31409", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -378944,11 +378046,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LRRC26", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028523", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028523.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -378958,8 +378060,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5888", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -378988,8 +378089,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13605", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13605", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -378997,11 +378099,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LRRC29", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038445", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038445.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -379011,8 +378113,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG14891", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -379041,8 +378142,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13605", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13605", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -379050,11 +378152,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LRRC29", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033337", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033337.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -379064,8 +378166,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8272", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -379094,8 +378195,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14965", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14965", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -379103,11 +378205,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LRRC3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261674", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261674.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -379117,8 +378219,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG42709", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -379147,8 +378248,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14965", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14965", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -379156,11 +378258,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LRRC3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0262473", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0262473.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -379170,8 +378272,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Tl", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -379200,8 +378301,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4161", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4161", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -379209,11 +378311,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LRRC32", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0085397", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0085397.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -379223,8 +378325,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Fili", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -379253,8 +378354,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28408", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28408", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -379262,11 +378364,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LRRC34", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033369", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033369.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -379276,8 +378378,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8197", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -379306,8 +378407,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28105", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28105", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -379315,11 +378417,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LRRC3B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261674", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261674.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -379329,8 +378431,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG42709", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -379359,8 +378460,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28105", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28105", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -379368,11 +378470,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LRRC3B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0085397", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0085397.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -379382,8 +378484,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Fili", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -379412,8 +378513,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:40034", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:40034", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -379421,11 +378523,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LRRC3C", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0085397", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0085397.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -379435,8 +378537,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Fili", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -379465,8 +378566,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26004", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26004", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -379474,11 +378576,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LRRC40", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028487", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028487.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -379488,8 +378590,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "f-cup", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -379518,8 +378619,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25965", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25965", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -379527,11 +378629,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LRRC49", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035577", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035577.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -379541,8 +378643,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG13708", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -379571,8 +378672,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25042", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25042", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -379580,11 +378682,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LRRC4B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028370", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028370.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -379594,8 +378696,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "kek3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -379624,8 +378725,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29317", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29317", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -379633,11 +378735,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LRRC4C", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028370", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028370.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -379647,8 +378749,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "kek3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -379677,8 +378778,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:32156", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:32156", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -379686,11 +378788,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LRRC52", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028523", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028523.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -379700,8 +378802,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5888", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -379730,8 +378831,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25430", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25430", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -379739,11 +378841,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LRRC56", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036936", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036936.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -379753,8 +378855,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG14185", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -379783,8 +378884,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26719", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26719", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -379792,11 +378894,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LRRC57", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029925", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029925.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -379806,8 +378908,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG3040", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -379836,8 +378937,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26968", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26968", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -379845,11 +378947,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LRRC58", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052687", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052687.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -379859,8 +378961,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG32687", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -379889,8 +378990,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28817", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28817", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -379898,11 +379000,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LRRC59", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036008", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036008.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -379912,8 +379014,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG3408", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -379937,66 +379038,14 @@ "stringencyFilter": "stringent", "totalMethodCount": 10 }, - { - "best": "Yes", - "bestReverse": "Yes", - "gene": { - "id": "HGNC:16725", - "species": { - "commonNames": "['human']", - "dataProviderFullName": "Rat Genome Database", - "dataProviderShortName": "RGD", - "name": "Homo sapiens", - "shortName": "Hsa", - "taxonId": "NCBITaxon:9606" - }, - "symbol": "LRRC6", - "taxonId": "NCBITaxon:9606", - "url": null - }, - "homologGene": { - "id": "FB:FBgn0014395", - "species": { - "commonNames": "['fly', 'fruit fly', 'dme']", - "dataProviderFullName": "FlyBase", - "dataProviderShortName": "FB", - "name": "Drosophila melanogaster", - "shortName": "Dme", - "taxonId": "NCBITaxon:7227" - }, - "symbol": "tilB", - "taxonId": "NCBITaxon:7227", - "url": null - }, - "methodCount": 9, - "predictionMethodsMatched": [ - "Ensembl Compara", - "Hieranoid", - "InParanoid", - "OMA", - "OrthoFinder", - "OrthoInspector", - "PhylomeDB", - "Roundup", - "TreeFam" - ], - "predictionMethodsNotCalled": [ - "HGNC", - "ZFIN" - ], - "predictionMethodsNotMatched": [ - "PANTHER" - ], - "stringencyFilter": "stringent", - "totalMethodCount": 10 - }, { "best": "Yes", "bestReverse": "No", "gene": { "id": "HGNC:18531", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18531", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -380004,11 +379053,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LRRC7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033984", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033984.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -380018,8 +379067,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Lap1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -380048,8 +379096,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:35155", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:35155", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -380057,11 +379106,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LRRC70", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033250", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033250.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -380071,8 +379120,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG14762", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -380101,8 +379149,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:6702", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6702", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -380110,11 +379159,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LRRFIP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030699", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030699.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -380124,8 +379173,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8578", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -380154,8 +379202,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6703", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6703", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -380163,11 +379212,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LRRFIP2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030699", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030699.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -380177,8 +379226,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8578", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -380207,8 +379255,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18608", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18608", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -380216,11 +379265,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LRRK1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038816", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038816.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -380230,8 +379279,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Lrrk", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -380260,8 +379308,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:18618", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18618", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -380269,11 +379318,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LRRK2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038816", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038816.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -380283,8 +379332,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Lrrk", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -380313,8 +379361,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20980", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20980", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -380322,11 +379371,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LRRN1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010452", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010452.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -380336,8 +379385,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "trn", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -380366,8 +379414,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16914", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16914", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -380375,11 +379424,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LRRN2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010452", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010452.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -380389,8 +379438,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "trn", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -380419,8 +379467,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16208", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16208", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -380428,11 +379477,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LRRN4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039728", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039728.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -380442,8 +379491,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7896", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -380472,8 +379520,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16208", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16208", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -380481,11 +379530,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LRRN4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015400", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015400.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -380495,8 +379544,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "kek2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -380525,8 +379573,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19409", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19409", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -380534,11 +379583,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LRRTM2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028872", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028872.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -380548,8 +379597,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG18095", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -380578,8 +379626,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6705", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6705", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -380587,11 +379636,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LSAMP", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000071", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000071.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -380601,8 +379650,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ama", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -380631,8 +379679,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6705", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6705", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -380640,11 +379689,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LSAMP", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0085382", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0085382.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -380654,8 +379703,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG34353", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -380684,8 +379732,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6705", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6705", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -380693,11 +379742,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LSAMP", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052791", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052791.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -380707,8 +379756,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "DIP-\u03b1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -380737,8 +379785,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6705", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6705", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -380746,11 +379795,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LSAMP", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0259245", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0259245.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -380760,8 +379809,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "DIP-\u03b2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -380790,8 +379838,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6705", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6705", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -380799,11 +379848,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LSAMP", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039617", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039617.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -380813,8 +379862,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "DIP-\u03b3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -380843,8 +379891,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6705", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6705", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -380852,11 +379901,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LSAMP", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0085420", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0085420.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -380866,8 +379915,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "DIP-\u03b4", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -380896,8 +379944,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6705", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6705", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -380905,11 +379954,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LSAMP", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0259714", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0259714.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -380919,8 +379968,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "DIP-\u03b5", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -380949,8 +379997,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6705", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6705", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -380958,11 +380007,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LSAMP", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031725", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031725.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -380972,8 +380021,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "DIP-\u03b7", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -381002,8 +380050,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6705", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6705", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -381011,11 +380060,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LSAMP", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051646", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051646.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -381025,8 +380074,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "DIP-\u03b8", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -381055,8 +380103,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6705", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6705", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -381064,11 +380113,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LSAMP", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031837", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031837.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -381078,8 +380127,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "DIP-\u03b9", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -381108,8 +380156,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6705", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6705", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -381117,11 +380166,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LSAMP", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051814", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051814.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -381131,8 +380180,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "DIP-\u03ba", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -381161,8 +380209,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6705", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6705", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -381170,11 +380219,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LSAMP", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0267428", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0267428.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -381184,8 +380233,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "DIP-\u03bb", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -381214,8 +380262,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25652", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25652", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -381223,11 +380272,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LSG1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0266284", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0266284.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -381237,8 +380286,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ns3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -381266,8 +380314,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20472", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20472", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -381275,11 +380324,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LSM1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261067", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261067.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -381289,8 +380338,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "LSm1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -381318,8 +380366,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17562", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17562", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -381327,11 +380376,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LSM10", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033554", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033554.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -381341,8 +380390,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Lsm10", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -381371,8 +380419,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30860", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30860", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -381380,11 +380429,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LSM11", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033450", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033450.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -381394,8 +380443,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Lsm11", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -381424,8 +380472,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26407", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26407", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -381433,11 +380482,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LSM12", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036057", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036057.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -381447,8 +380496,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Hez", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -381477,8 +380525,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26407", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26407", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -381486,11 +380535,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LSM12", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030364", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030364.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -381500,8 +380549,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Lsm12a", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -381529,8 +380577,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24489", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24489", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -381538,11 +380587,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LSM14A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0041775", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0041775.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -381552,8 +380601,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "tral", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -381582,8 +380630,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15887", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15887", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -381591,11 +380640,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LSM14B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0041775", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0041775.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -381605,8 +380654,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "tral", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -381635,8 +380683,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13940", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13940", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -381644,11 +380693,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LSM2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036277", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036277.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -381658,8 +380707,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10418", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -381688,8 +380736,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17874", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17874", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -381697,11 +380746,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LSM3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051184", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051184.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -381711,8 +380760,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "LSm3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -381740,8 +380788,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17259", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17259", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -381749,11 +380798,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LSM4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032240", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032240.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -381763,8 +380812,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG17768", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -381792,8 +380840,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17162", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17162", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -381801,11 +380850,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LSM5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035675", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035675.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -381815,8 +380864,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6610", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -381844,8 +380892,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17017", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17017", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -381853,11 +380902,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LSM6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034564", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034564.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -381867,8 +380916,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG9344", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -381896,8 +380944,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20470", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20470", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -381905,11 +380954,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LSM7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261068", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261068.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -381919,8 +380968,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "LSm7", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -381948,8 +380996,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20471", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20471", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -381957,11 +381006,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LSM8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035271", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035271.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -381971,8 +381020,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG2021", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -382000,8 +381048,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6710", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6710", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -382009,11 +381058,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LTA4H", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032721", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032721.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -382023,8 +381072,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10602", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -382052,8 +381100,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6720", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6720", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -382061,11 +381110,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LTF", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0022355", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0022355.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -382075,8 +381124,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Tsf1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -382105,8 +381153,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:6720", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6720", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -382114,11 +381163,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LTF", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036299", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036299.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -382128,8 +381177,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Tsf2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -382158,8 +381206,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6720", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6720", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -382167,11 +381216,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LTF", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034094", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034094.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -382181,8 +381230,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Tsf3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -382211,8 +381259,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:6721", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6721", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -382220,11 +381269,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LTK", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040505", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040505.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -382234,8 +381283,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Alk", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -382264,8 +381312,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13082", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13082", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -382273,11 +381322,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LTN1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0262517", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0262517.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -382287,8 +381336,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ltn1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -382316,8 +381364,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17589", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17589", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -382325,11 +381374,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LTO1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033693", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033693.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -382339,8 +381388,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG13175", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -382369,8 +381417,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21173", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21173", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -382378,11 +381427,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LTV1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027525", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027525.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -382392,8 +381441,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "LTV1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -382421,8 +381469,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6723", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6723", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -382430,11 +381479,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LUC7L", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036734", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036734.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -382444,8 +381493,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7564", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -382473,8 +381521,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:21608", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21608", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -382482,11 +381531,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LUC7L2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036734", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036734.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -382496,8 +381545,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7564", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -382526,8 +381574,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24309", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24309", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -382535,11 +381584,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LUC7L3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029887", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029887.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -382549,8 +381598,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG3198", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -382579,8 +381627,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26904", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26904", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -382588,11 +381637,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LVRN", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0058470", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0058470.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -382602,8 +381651,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG40470", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -382632,8 +381680,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26904", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26904", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -382641,11 +381690,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LVRN", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0259237", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0259237.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -382655,8 +381704,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG42335", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -382685,8 +381733,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26021", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26021", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -382694,11 +381743,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LYAR", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033507", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033507.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -382708,8 +381757,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG12909", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -382738,8 +381786,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:6734", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6734", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -382747,11 +381796,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LYL1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0011276", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0011276.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -382761,8 +381810,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "HLH3B", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -382791,8 +381839,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6737", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6737", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -382800,11 +381849,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LYPLA1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0042138", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0042138.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -382814,8 +381863,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Apt1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -382844,8 +381892,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:6738", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6738", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -382853,11 +381902,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LYPLA2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0042138", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0042138.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -382867,8 +381916,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Apt1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -382897,8 +381945,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20440", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20440", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -382906,11 +381955,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LYPLAL1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037842", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037842.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -382920,8 +381969,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6567", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -382949,8 +381997,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25229", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25229", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -382958,11 +382007,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LYRM2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0259832", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0259832.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -382972,8 +382021,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG34229", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -383002,8 +382050,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21365", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21365", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -383011,11 +382060,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LYRM4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0013432", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0013432.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -383025,8 +382074,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "bcn92", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -383055,8 +382103,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28072", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28072", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -383064,11 +382113,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LYRM7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0083986", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0083986.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -383078,8 +382127,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG34150", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -383108,8 +382156,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:32070", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:32070", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -383117,11 +382166,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LYSMD1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0285913", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0285913.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -383131,8 +382180,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "red", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -383161,8 +382209,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28571", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28571", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -383170,11 +382219,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LYSMD2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0285913", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0285913.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -383184,8 +382233,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "red", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -383214,8 +382262,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26969", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26969", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -383223,11 +382272,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LYSMD3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033199", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033199.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -383237,8 +382286,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG17985", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -383267,8 +382315,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26571", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26571", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -383276,11 +382325,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LYSMD4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033199", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033199.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -383290,8 +382339,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG17985", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -383315,66 +382363,14 @@ "stringencyFilter": "stringent", "totalMethodCount": 10 }, - { - "best": "Yes", - "bestReverse": "Yes", - "gene": { - "id": "HGNC:1968", - "species": { - "commonNames": "['human']", - "dataProviderFullName": "Rat Genome Database", - "dataProviderShortName": "RGD", - "name": "Homo sapiens", - "shortName": "Hsa", - "taxonId": "NCBITaxon:9606" - }, - "symbol": "LYST", - "taxonId": "NCBITaxon:9606", - "url": null - }, - "homologGene": { - "id": "FB:FBgn0265988", - "species": { - "commonNames": "['fly', 'fruit fly', 'dme']", - "dataProviderFullName": "FlyBase", - "dataProviderShortName": "FB", - "name": "Drosophila melanogaster", - "shortName": "Dme", - "taxonId": "NCBITaxon:7227" - }, - "symbol": "mv", - "taxonId": "NCBITaxon:7227", - "url": null - }, - "methodCount": 7, - "predictionMethodsMatched": [ - "Hieranoid", - "InParanoid", - "OrthoFinder", - "OrthoInspector", - "PANTHER", - "PhylomeDB", - "Roundup" - ], - "predictionMethodsNotCalled": [ - "HGNC", - "ZFIN" - ], - "predictionMethodsNotMatched": [ - "Ensembl Compara", - "OMA", - "TreeFam" - ], - "stringencyFilter": "stringent", - "totalMethodCount": 10 - }, { "best": "No", "bestReverse": "Yes", "gene": { "id": "HGNC:6740", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6740", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -383382,11 +382378,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LYZ", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0050062", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0050062.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -383396,8 +382392,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG30062", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -383426,8 +382421,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6740", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6740", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -383435,11 +382431,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LYZ", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034092", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034092.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -383449,8 +382445,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7798", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -383479,8 +382474,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6740", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6740", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -383488,11 +382484,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LYZ", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004425", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004425.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -383502,8 +382498,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "LysB", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -383532,8 +382527,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6740", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6740", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -383541,11 +382537,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LYZ", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004427", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004427.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -383555,8 +382551,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "LysD", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -383585,8 +382580,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6740", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6740", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -383594,11 +382590,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LYZ", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004428", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004428.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -383608,8 +382604,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "LysE", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -383638,8 +382633,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6740", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6740", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -383647,11 +382643,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LYZ", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004429", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004429.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -383661,8 +382657,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "LysP", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -383691,8 +382686,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6740", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6740", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -383700,11 +382696,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LYZ", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004430", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004430.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -383714,8 +382710,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "LysS", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -383744,8 +382739,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6740", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6740", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -383753,11 +382749,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LYZ", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004431", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004431.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -383767,8 +382763,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "LysX", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -383797,8 +382792,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30502", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30502", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -383806,11 +382802,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LYZL1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034539", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034539.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -383820,8 +382816,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG11159", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -383850,8 +382845,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30502", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30502", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -383859,11 +382855,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LYZL1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029765", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029765.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -383873,8 +382869,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG16756", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -383903,8 +382898,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30502", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30502", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -383912,11 +382908,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LYZL1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034538", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034538.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -383926,8 +382922,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG16799", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -383956,8 +382951,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30502", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30502", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -383965,11 +382961,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LYZL1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0050062", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0050062.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -383979,8 +382975,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG30062", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -384009,8 +383004,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:29613", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29613", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -384018,11 +383014,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LYZL2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034539", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034539.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -384032,8 +383028,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG11159", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -384062,8 +383057,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29613", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29613", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -384071,11 +383067,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LYZL2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029765", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029765.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -384085,8 +383081,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG16756", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -384115,8 +383110,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:29613", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29613", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -384124,11 +383120,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LYZL2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034538", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034538.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -384138,8 +383134,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG16799", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -384168,8 +383163,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29613", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29613", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -384177,11 +383173,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LYZL2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0050062", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0050062.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -384191,8 +383187,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG30062", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -384221,8 +383216,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:29613", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29613", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -384230,11 +383226,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LYZL2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034092", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034092.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -384244,8 +383240,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7798", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -384274,8 +383269,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29613", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29613", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -384283,11 +383279,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LYZL2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035813", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035813.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -384297,8 +383293,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8492", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -384327,8 +383322,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:28387", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28387", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -384336,11 +383332,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LYZL4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034539", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034539.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -384350,8 +383346,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG11159", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -384380,8 +383375,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28387", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28387", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -384389,11 +383385,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LYZL4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029765", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029765.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -384403,8 +383399,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG16756", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -384433,8 +383428,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:28387", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28387", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -384442,11 +383438,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LYZL4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034538", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034538.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -384456,8 +383452,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG16799", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -384486,8 +383481,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28387", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28387", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -384495,11 +383491,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LYZL4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0050062", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0050062.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -384509,8 +383505,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG30062", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -384539,8 +383534,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:28387", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28387", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -384548,11 +383544,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LYZL4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034092", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034092.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -384562,8 +383558,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7798", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -384592,8 +383587,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28387", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28387", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -384601,11 +383597,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LYZL4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035813", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035813.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -384615,8 +383611,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8492", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -384645,8 +383640,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:29614", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29614", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -384654,11 +383650,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LYZL6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034539", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034539.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -384668,8 +383664,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG11159", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -384698,8 +383693,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29614", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29614", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -384707,11 +383703,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LYZL6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029765", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029765.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -384721,8 +383717,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG16756", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -384751,8 +383746,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:29614", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29614", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -384760,11 +383756,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LYZL6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034538", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034538.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -384774,8 +383770,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG16799", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -384804,8 +383799,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29614", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29614", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -384813,11 +383809,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LYZL6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0050062", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0050062.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -384827,8 +383823,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG30062", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -384857,8 +383852,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:29614", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29614", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -384866,11 +383862,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LYZL6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034092", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034092.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -384880,8 +383876,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7798", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -384910,8 +383905,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29614", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29614", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -384919,11 +383915,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LYZL6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035813", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035813.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -384933,8 +383929,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8492", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -384963,8 +383958,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6742", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6742", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -384972,11 +383968,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LZTR1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040344", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040344.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -384986,8 +383982,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Lztr1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -385015,8 +384010,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:13861", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13861", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -385024,11 +384020,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LZTS1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030077", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030077.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -385038,8 +384034,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG15365", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -385068,8 +384063,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:29381", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29381", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -385077,11 +384073,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LZTS2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030077", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030077.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -385091,8 +384087,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG15365", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -385121,8 +384116,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30139", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30139", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -385130,11 +384126,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "LZTS3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030077", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030077.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -385144,8 +384140,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG15365", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -385174,8 +384169,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6757", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6757", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -385183,11 +384179,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MAB21L1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027546", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027546.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -385197,8 +384193,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG4766", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -385226,8 +384221,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6757", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6757", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -385235,11 +384231,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MAB21L1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029003", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029003.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -385249,8 +384245,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mab-21", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -385279,8 +384274,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6758", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6758", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -385288,11 +384284,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MAB21L2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027546", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027546.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -385302,8 +384298,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG4766", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -385331,8 +384326,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6758", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6758", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -385340,11 +384336,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MAB21L2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029003", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029003.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -385354,8 +384350,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mab-21", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -385384,8 +384379,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26216", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26216", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -385393,11 +384389,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MAB21L4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0050424", + "id": "FB:FBgn0035868", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035868.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -385406,9 +384402,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG30424", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "CG7194", + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -385437,8 +384432,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26216", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26216", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -385446,11 +384442,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MAB21L4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0035868", + "id": "FB:FBgn0050424", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0050424.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -385459,9 +384455,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG7194", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "cGlr2", + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -385490,8 +384485,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13664", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13664", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -385499,11 +384495,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MACF1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0013733", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0013733.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -385513,8 +384509,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "shot", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -385543,8 +384538,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25572", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25572", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -385552,11 +384548,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MACO1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0050389", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0050389.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -385566,8 +384562,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG30389", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -385596,8 +384591,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6762", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6762", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -385605,11 +384601,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MAD1L1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0026326", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026326.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -385619,8 +384615,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Mad1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -385649,8 +384644,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6763", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6763", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -385658,11 +384654,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MAD2L1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035640", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035640.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -385672,8 +384668,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mad2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -385701,8 +384696,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21059", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21059", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -385710,11 +384706,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MAD2L1BP", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039128", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039128.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -385724,8 +384720,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG13599", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -385754,8 +384749,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6764", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6764", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -385763,11 +384759,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MAD2L2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037345", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037345.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -385776,9 +384772,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "Rev7", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "PolZ2", + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -385806,8 +384801,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6766", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6766", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -385815,11 +384811,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MADD", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030613", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030613.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -385829,8 +384825,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rab3-GEF", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -385858,8 +384853,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13731", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13731", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -385867,11 +384863,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MAEA", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051357", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051357.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -385880,9 +384876,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG31357", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Kaz", + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -385910,8 +384905,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25929", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25929", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -385919,11 +384915,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MAEL", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0016034", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0016034.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -385933,8 +384929,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mael", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -385962,8 +384957,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6776", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6776", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -385971,11 +384967,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MAF", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000964", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000964.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -385985,8 +384981,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "tj", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -386015,8 +385010,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24966", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24966", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -386024,11 +385020,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MAF1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0267861", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0267861.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -386038,8 +385034,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Maf1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -386067,8 +385062,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:23145", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23145", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -386076,11 +385072,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MAFA", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000964", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000964.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -386090,8 +385086,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "tj", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -386120,8 +385115,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6408", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6408", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -386129,11 +385125,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MAFB", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000964", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000964.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -386143,8 +385139,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "tj", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -386173,8 +385168,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6780", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6780", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -386182,11 +385178,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MAFF", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034534", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034534.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -386196,8 +385192,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "maf-S", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -386226,8 +385221,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:6781", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6781", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -386235,11 +385231,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MAFG", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034534", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034534.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -386249,8 +385245,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "maf-S", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -386279,8 +385274,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6782", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6782", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -386288,11 +385284,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MAFK", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034534", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034534.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -386302,8 +385298,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "maf-S", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -386332,8 +385327,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:6796", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6796", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -386341,11 +385337,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MAGEA1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037481", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037481.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -386355,8 +385351,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "MAGE", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -386385,8 +385380,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:6797", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6797", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -386394,11 +385390,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MAGEA10", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037481", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037481.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -386408,8 +385404,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "MAGE", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -386438,8 +385433,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:6798", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6798", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -386447,11 +385443,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MAGEA11", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037481", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037481.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -386461,8 +385457,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "MAGE", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -386491,8 +385486,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:6799", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6799", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -386500,11 +385496,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MAGEA12", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037481", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037481.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -386514,8 +385510,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "MAGE", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -386544,8 +385539,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:35154", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:35154", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -386553,11 +385549,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MAGEA13P", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037481", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037481.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -386567,8 +385563,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "MAGE", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -386597,8 +385592,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:19340", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19340", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -386606,11 +385602,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MAGEA2B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037481", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037481.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -386620,8 +385616,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "MAGE", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -386650,8 +385645,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:6801", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6801", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -386659,11 +385655,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MAGEA3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037481", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037481.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -386673,8 +385669,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "MAGE", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -386703,8 +385698,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:6802", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6802", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -386712,11 +385708,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MAGEA4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037481", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037481.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -386726,8 +385722,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "MAGE", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -386756,8 +385751,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:6804", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6804", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -386765,11 +385761,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MAGEA6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037481", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037481.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -386779,8 +385775,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "MAGE", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -386809,8 +385804,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:6806", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6806", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -386818,11 +385814,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MAGEA8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037481", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037481.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -386832,8 +385828,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "MAGE", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -386862,8 +385857,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:31909", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:31909", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -386871,11 +385867,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MAGEA9B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037481", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037481.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -386885,8 +385881,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "MAGE", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -386915,8 +385910,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:6808", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6808", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -386924,11 +385920,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MAGEB1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037481", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037481.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -386938,8 +385934,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "MAGE", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -386968,8 +385963,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:25377", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25377", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -386977,11 +385973,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MAGEB10", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037481", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037481.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -386991,8 +385987,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "MAGE", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -387021,8 +386016,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:21188", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21188", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -387030,11 +386026,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MAGEB16", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037481", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037481.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -387044,8 +386040,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "MAGE", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -387074,8 +386069,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:17418", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17418", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -387083,11 +386079,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MAGEB17", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037481", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037481.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -387097,8 +386093,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "MAGE", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -387127,8 +386122,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:28515", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28515", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -387136,11 +386132,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MAGEB18", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037481", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037481.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -387150,8 +386146,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "MAGE", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -387180,8 +386175,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:6809", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6809", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -387189,11 +386185,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MAGEB2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037481", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037481.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -387203,8 +386199,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "MAGE", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -387233,8 +386228,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:6810", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6810", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -387242,11 +386238,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MAGEB3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037481", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037481.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -387256,8 +386252,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "MAGE", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -387286,8 +386281,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:6811", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6811", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -387295,11 +386291,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MAGEB4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037481", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037481.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -387309,8 +386305,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "MAGE", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -387339,8 +386334,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:23795", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23795", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -387348,11 +386344,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MAGEB5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037481", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037481.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -387362,8 +386358,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "MAGE", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -387392,8 +386387,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:23796", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23796", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -387401,11 +386397,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MAGEB6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037481", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037481.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -387415,8 +386411,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "MAGE", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -387445,8 +386440,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:13574", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13574", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -387454,11 +386450,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MAGEC2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037481", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037481.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -387468,8 +386464,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "MAGE", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -387498,8 +386493,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:23798", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23798", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -387507,11 +386503,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MAGEC3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037481", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037481.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -387521,8 +386517,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "MAGE", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -387551,8 +386546,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:6813", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6813", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -387560,11 +386556,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MAGED1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037481", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037481.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -387574,8 +386570,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "MAGE", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -387604,8 +386599,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:16353", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16353", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -387613,11 +386609,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MAGED2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037481", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037481.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -387627,8 +386623,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "MAGE", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -387657,8 +386652,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:23793", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23793", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -387666,11 +386662,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MAGED4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037481", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037481.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -387680,8 +386676,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "MAGE", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -387710,8 +386705,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:24934", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24934", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -387719,11 +386715,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MAGEE1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037481", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037481.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -387733,8 +386729,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "MAGE", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -387763,8 +386758,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:24935", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24935", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -387772,11 +386768,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MAGEE2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037481", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037481.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -387786,8 +386782,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "MAGE", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -387816,8 +386811,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:29639", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29639", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -387825,11 +386821,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MAGEF1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037481", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037481.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -387839,8 +386835,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "MAGE", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -387869,8 +386864,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:24092", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24092", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -387878,11 +386874,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MAGEH1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037481", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037481.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -387892,8 +386888,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "MAGE", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -387922,8 +386917,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:6814", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6814", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -387931,11 +386927,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MAGEL2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037481", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037481.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -387945,8 +386941,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "MAGE", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -387975,8 +386970,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:946", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:946", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -387984,11 +386980,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MAGI1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034590", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034590.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -387998,8 +386994,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Magi", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -388028,8 +387023,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18957", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18957", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -388037,11 +387033,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MAGI2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034590", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034590.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -388051,8 +387047,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Magi", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -388081,8 +387076,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29647", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29647", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -388090,11 +387086,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MAGI3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034590", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034590.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -388104,8 +387100,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Magi", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -388134,8 +387129,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6815", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6815", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -388143,11 +387139,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MAGOH", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0002736", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0002736.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -388157,8 +387153,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mago", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -388186,8 +387181,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25504", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25504", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -388195,11 +387191,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MAGOHB", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0002736", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0002736.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -388209,8 +387205,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mago", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -388238,8 +387233,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28880", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28880", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -388247,11 +387243,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MAGT1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032015", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032015.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -388261,8 +387257,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ost\u03b3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -388290,8 +387285,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26198", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26198", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -388299,11 +387295,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MAIP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035088", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035088.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -388313,8 +387309,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG3776", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -388343,8 +387338,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6816", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6816", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -388352,11 +387348,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MAK", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0259712", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0259712.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -388366,8 +387362,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG42366", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -388396,8 +387391,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13703", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13703", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -388405,11 +387401,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MAK16", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030067", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030067.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -388419,8 +387415,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rbm13", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -388449,8 +387444,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6817", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6817", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -388458,11 +387454,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MAL", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030309", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030309.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -388472,8 +387468,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG1572", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -388502,8 +387497,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13634", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13634", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -388511,11 +387507,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MAL2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030309", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030309.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -388525,8 +387521,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG1572", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -388555,8 +387550,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6818", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6818", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -388564,11 +387560,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MALL", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030309", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030309.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -388578,8 +387574,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG1572", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -388608,8 +387603,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21721", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21721", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -388617,11 +387613,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MALSU1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029514", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029514.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -388630,9 +387626,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "312", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "CG9166", + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -388661,8 +387656,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6821", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6821", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -388670,11 +387666,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MAN1A1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0259170", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0259170.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -388684,8 +387680,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "\u03b1-Man-Ia", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -388713,8 +387708,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6821", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6821", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -388722,11 +387718,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MAN1A1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051202", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051202.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -388736,8 +387732,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "\u03b1-Man-Ic", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -388766,8 +387761,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6822", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6822", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -388775,11 +387771,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MAN1A2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0259170", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0259170.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -388789,8 +387785,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "\u03b1-Man-Ia", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -388818,8 +387813,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6822", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6822", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -388827,11 +387823,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MAN1A2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051202", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051202.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -388841,8 +387837,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "\u03b1-Man-Ic", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -388871,8 +387866,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6823", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6823", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -388880,11 +387876,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MAN1B1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039634", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039634.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -388894,8 +387890,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "\u03b1-Man-Ib", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -388924,8 +387919,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:19080", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19080", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -388933,11 +387929,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MAN1C1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0259170", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0259170.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -388947,8 +387943,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "\u03b1-Man-Ia", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -388977,8 +387972,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19080", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19080", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -388986,11 +387982,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MAN1C1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051202", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051202.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -389000,8 +387996,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "\u03b1-Man-Ic", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -389030,8 +388025,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6824", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6824", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -389039,11 +388035,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MAN2A1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0011740", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0011740.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -389053,8 +388049,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "\u03b1-Man-IIa", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -389083,8 +388078,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:6825", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6825", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -389092,11 +388088,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MAN2A2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0011740", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0011740.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -389106,8 +388102,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "\u03b1-Man-IIa", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -389136,8 +388131,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6825", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6825", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -389145,11 +388141,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MAN2A2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0026616", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026616.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -389159,8 +388155,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "\u03b1-Man-IIb", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -389189,8 +388184,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6826", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6826", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -389198,11 +388194,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MAN2B1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032253", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032253.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -389212,8 +388208,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "LManI", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -389242,8 +388237,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6826", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6826", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -389251,11 +388247,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MAN2B1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027611", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027611.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -389265,8 +388261,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "LManII", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -389294,8 +388289,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6826", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6826", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -389303,11 +388299,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MAN2B1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032066", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032066.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -389317,8 +388313,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "LManIII", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -389347,8 +388342,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6826", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6826", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -389356,11 +388352,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MAN2B1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032067", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032067.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -389370,8 +388366,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "LManIV", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -389400,8 +388395,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6826", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6826", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -389409,11 +388405,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MAN2B1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032068", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032068.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -389423,8 +388419,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "LManV", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -389453,8 +388448,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6826", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6826", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -389462,11 +388458,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MAN2B1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032069", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032069.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -389476,8 +388472,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "LManVI", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -389506,8 +388501,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6831", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6831", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -389515,11 +388511,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MANBA", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037215", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037215.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -389529,8 +388525,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "\u03b2-Man", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -389558,8 +388553,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15799", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15799", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -389567,11 +388563,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MANBAL", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0025558", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0025558.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -389581,8 +388577,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG4101", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -389611,8 +388606,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21072", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21072", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -389620,11 +388616,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MANEA", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031716", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031716.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -389634,8 +388630,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG14015", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -389664,8 +388659,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26452", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26452", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -389673,11 +388669,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MANEAL", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031716", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031716.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -389687,8 +388683,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG14015", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -389717,8 +388712,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15461", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15461", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -389726,11 +388722,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MANF", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027095", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027095.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -389740,8 +388736,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Manf", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -389770,8 +388765,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6833", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6833", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -389779,11 +388775,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MAOA", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0286199", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0286199.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -389793,8 +388789,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "shps", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -389823,8 +388818,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6835", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6835", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -389832,11 +388828,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MAP1A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0259108", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0259108.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -389846,8 +388842,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "futsch", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -389876,8 +388871,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6836", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6836", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -389885,11 +388881,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MAP1B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0259108", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0259108.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -389899,8 +388895,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "futsch", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -389929,8 +388924,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:15715", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15715", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -389938,11 +388934,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MAP1S", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0259108", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0259108.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -389952,8 +388948,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "futsch", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -389982,8 +388977,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:6839", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6839", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -389991,11 +388987,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MAP2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0266579", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0266579.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -390005,8 +389001,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "tau", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -390035,8 +389030,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6840", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6840", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -390044,11 +389040,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MAP2K1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010269", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010269.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -390058,8 +389054,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Dsor1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -390088,8 +389083,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6842", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6842", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -390097,11 +389093,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MAP2K2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010269", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010269.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -390111,8 +389107,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Dsor1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -390141,8 +389136,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:6843", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6843", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -390150,11 +389146,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MAP2K3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261524", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261524.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -390164,8 +389160,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "lic", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -390194,8 +389189,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6844", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6844", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -390203,11 +389199,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MAP2K4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0024326", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0024326.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -390217,8 +389213,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Mkk4", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -390247,8 +389242,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6846", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6846", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -390256,11 +389252,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MAP2K6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261524", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261524.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -390270,8 +389266,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "lic", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -390300,8 +389295,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6847", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6847", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -390309,11 +389305,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MAP2K7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010303", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010303.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -390323,8 +389319,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "hep", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -390353,8 +389348,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6849", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6849", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -390362,11 +389358,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MAP3K10", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030018", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030018.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -390376,8 +389372,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "slpr", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -390406,8 +389401,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:6850", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6850", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -390415,11 +389411,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MAP3K11", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030018", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030018.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -390429,8 +389425,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "slpr", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -390459,8 +389454,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6851", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6851", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -390468,11 +389464,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MAP3K12", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036896", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036896.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -390482,8 +389478,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "wnd", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -390512,8 +389507,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6852", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6852", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -390521,11 +389517,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MAP3K13", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036896", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036896.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -390535,8 +389531,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "wnd", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -390565,8 +389560,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:31689", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:31689", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -390574,11 +389570,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MAP3K15", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0014006", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0014006.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -390588,8 +389584,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ask1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -390618,8 +389613,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:29798", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29798", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -390627,11 +389623,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MAP3K21", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030018", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030018.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -390641,8 +389637,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "slpr", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -390671,8 +389666,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6856", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6856", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -390680,11 +389676,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MAP3K4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0024329", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0024329.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -390694,8 +389690,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Mekk1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -390724,8 +389719,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6857", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6857", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -390733,11 +389729,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MAP3K5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0014006", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0014006.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -390747,8 +389743,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ask1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -390777,8 +389772,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:6858", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6858", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -390786,11 +389782,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MAP3K6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0014006", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0014006.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -390800,8 +389796,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ask1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -390830,8 +389825,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6859", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6859", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -390839,11 +389835,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MAP3K7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0026323", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026323.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -390853,8 +389849,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Tak1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -390883,8 +389878,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6859", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6859", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -390892,11 +389888,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MAP3K7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039015", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039015.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -390906,8 +389902,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Takl2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -390936,8 +389931,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6861", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6861", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -390945,11 +389941,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MAP3K9", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030018", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030018.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -390959,8 +389955,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "slpr", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -390989,8 +389984,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:6862", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6862", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -390998,11 +389994,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MAP4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0266579", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0266579.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -391012,8 +390008,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "tau", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -391042,8 +390037,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:6863", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6863", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -391051,11 +390047,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MAP4K1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0263395", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0263395.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -391065,8 +390061,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "hppy", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -391095,8 +390090,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:6864", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6864", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -391104,11 +390100,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MAP4K2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0263395", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0263395.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -391118,8 +390114,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "hppy", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -391148,8 +390143,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:6865", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6865", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -391157,11 +390153,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MAP4K3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0263395", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0263395.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -391171,8 +390167,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "hppy", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -391201,8 +390196,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:6866", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6866", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -391210,11 +390206,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MAP4K4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010909", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010909.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -391224,8 +390220,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "msn", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -391254,8 +390249,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6867", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6867", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -391263,11 +390259,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MAP4K5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0263395", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0263395.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -391277,8 +390273,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "hppy", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -391306,8 +390301,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6869", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6869", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -391315,11 +390311,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MAP7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0264693", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0264693.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -391329,8 +390325,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ens", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -391359,8 +390354,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25514", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25514", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -391368,11 +390364,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MAP7D1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0264693", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0264693.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -391382,8 +390378,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ens", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -391412,8 +390407,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25899", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25899", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -391421,11 +390417,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MAP7D2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0264693", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0264693.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -391435,8 +390431,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ens", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -391465,8 +390460,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25742", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25742", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -391474,11 +390470,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MAP7D3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0264693", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0264693.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -391488,8 +390484,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ens", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -391518,8 +390513,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6871", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6871", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -391527,11 +390523,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MAPK1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003256", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003256.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -391541,8 +390537,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "rl", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -391571,8 +390566,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6872", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6872", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -391580,11 +390576,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MAPK10", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000229", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000229.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -391594,8 +390590,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "bsk", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -391624,8 +390619,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6873", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6873", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -391633,11 +390629,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MAPK11", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015765", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015765.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -391647,8 +390643,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "p38a", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -391677,8 +390672,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:6873", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6873", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -391686,11 +390682,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MAPK11", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0024846", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0024846.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -391700,8 +390696,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "p38b", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -391730,8 +390725,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6874", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6874", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -391739,11 +390735,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MAPK12", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0267339", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0267339.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -391753,8 +390749,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "p38c", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -391783,8 +390778,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6875", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6875", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -391792,11 +390788,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MAPK13", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0267339", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0267339.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -391806,8 +390802,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "p38c", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -391836,8 +390831,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6876", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6876", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -391845,11 +390841,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MAPK14", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0024846", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0024846.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -391859,8 +390855,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "p38b", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -391889,8 +390884,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24667", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24667", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -391898,11 +390894,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MAPK15", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052703", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052703.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -391912,8 +390908,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Erk7", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -391942,8 +390937,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:6877", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6877", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -391951,11 +390947,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MAPK3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003256", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003256.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -391965,8 +390961,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "rl", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -391995,8 +390990,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6881", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6881", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -392004,11 +391000,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MAPK8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000229", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000229.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -392018,8 +391014,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "bsk", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -392048,8 +391043,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6882", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6882", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -392057,11 +391053,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MAPK8IP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040281", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040281.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -392071,8 +391067,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Aplip1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -392101,8 +391096,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:6883", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6883", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -392110,11 +391106,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MAPK8IP2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040281", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040281.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -392124,8 +391120,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Aplip1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -392154,8 +391149,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6884", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6884", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -392163,11 +391159,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MAPK8IP3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0024187", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0024187.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -392177,8 +391173,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "syd", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -392206,8 +391201,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:6886", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6886", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -392215,11 +391211,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MAPK9", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000229", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000229.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -392229,8 +391225,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "bsk", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -392259,8 +391254,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18752", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18752", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -392268,11 +391264,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MAPKAP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033935", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033935.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -392282,8 +391278,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Sin1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -392311,8 +391306,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:6887", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6887", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -392320,11 +391316,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MAPKAPK2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0013987", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0013987.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -392334,8 +391330,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "MAPk-Ak2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -392364,8 +391359,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6888", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6888", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -392373,11 +391369,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MAPKAPK3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0013987", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0013987.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -392387,8 +391383,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "MAPk-Ak2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -392416,8 +391411,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29536", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29536", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -392425,11 +391421,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MAPKBP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031374", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031374.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -392439,8 +391435,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Wdr62", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -392469,8 +391464,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6890", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6890", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -392478,11 +391474,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MAPRE1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034403", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034403.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -392492,8 +391488,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG18190", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -392522,8 +391517,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6890", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6890", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -392531,11 +391527,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MAPRE1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052371", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052371.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -392545,8 +391541,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG32371", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -392575,8 +391570,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6890", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6890", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -392584,11 +391580,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MAPRE1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027066", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027066.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -392598,8 +391594,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Eb1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -392627,8 +391622,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6890", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6890", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -392636,11 +391632,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MAPRE1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051907", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051907.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -392650,8 +391646,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Mst27D", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -392680,8 +391675,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6891", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6891", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -392689,11 +391685,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MAPRE2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034403", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034403.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -392703,8 +391699,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG18190", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -392733,8 +391728,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6891", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6891", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -392742,11 +391738,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MAPRE2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052371", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052371.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -392756,8 +391752,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG32371", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -392786,8 +391781,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:6891", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6891", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -392795,11 +391791,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MAPRE2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027066", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027066.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -392809,8 +391805,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Eb1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -392839,8 +391834,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6891", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6891", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -392848,11 +391844,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MAPRE2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051907", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051907.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -392862,8 +391858,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Mst27D", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -392892,8 +391887,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6892", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6892", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -392901,11 +391897,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MAPRE3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034403", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034403.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -392915,8 +391911,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG18190", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -392945,8 +391940,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6892", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6892", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -392954,11 +391950,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MAPRE3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052371", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052371.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -392968,8 +391964,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG32371", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -392998,8 +391993,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6892", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6892", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -393007,11 +392003,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MAPRE3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027066", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027066.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -393021,8 +392017,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Eb1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -393050,8 +392045,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6892", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6892", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -393059,11 +392055,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MAPRE3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051907", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051907.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -393073,8 +392069,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Mst27D", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -393103,8 +392098,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6893", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6893", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -393112,11 +392108,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MAPT", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0266579", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0266579.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -393126,8 +392122,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "tau", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -393156,8 +392151,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:26077", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26077", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -393165,11 +392161,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MARCHF1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035983", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035983.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -393179,8 +392175,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG4080", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -393209,8 +392204,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28038", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28038", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -393218,11 +392214,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MARCHF2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034546", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034546.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -393232,8 +392228,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG13442", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -393262,8 +392257,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28038", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28038", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -393271,11 +392267,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MARCHF2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029877", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029877.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -393285,8 +392281,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG17717", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -393315,8 +392310,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28728", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28728", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -393324,11 +392320,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MARCHF3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034546", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034546.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -393338,8 +392334,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG13442", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -393368,8 +392363,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28728", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28728", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -393377,11 +392373,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MARCHF3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029877", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029877.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -393391,8 +392387,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG17717", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -393421,8 +392416,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26025", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26025", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -393430,11 +392426,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MARCHF5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030015", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030015.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -393444,8 +392440,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10761", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -393474,8 +392469,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26025", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26025", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -393483,11 +392479,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MARCHF5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029661", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029661.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -393497,8 +392493,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG16781", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -393527,8 +392522,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26025", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26025", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -393536,11 +392532,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MARCHF5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039498", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039498.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -393550,8 +392546,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG17991", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -393580,8 +392575,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26025", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26025", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -393589,11 +392585,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MARCHF5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037242", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037242.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -393603,8 +392599,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG9855", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -393632,8 +392627,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30550", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30550", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -393641,11 +392637,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MARCHF6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035333", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035333.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -393655,8 +392651,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG1317", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -393684,8 +392679,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23356", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23356", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -393693,11 +392689,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MARCHF8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035983", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035983.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -393707,8 +392703,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG4080", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -393737,8 +392732,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29562", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29562", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -393746,11 +392742,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MARF1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039972", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039972.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -393760,8 +392756,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Marf1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -393790,8 +392785,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:6896", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6896", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -393799,11 +392795,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MARK1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0260934", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0260934.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -393813,8 +392809,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "par-1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -393843,8 +392838,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3332", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3332", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -393852,11 +392848,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MARK2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0026063", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026063.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -393866,8 +392862,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "KP78b", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -393896,8 +392891,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3332", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3332", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -393905,11 +392901,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MARK2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0260934", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0260934.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -393919,8 +392915,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "par-1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -393949,8 +392944,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6897", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6897", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -393958,11 +392954,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MARK3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0026064", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026064.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -393972,8 +392968,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "KP78a", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -394002,8 +392997,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6897", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6897", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -394011,11 +393007,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MARK3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0260934", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0260934.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -394025,8 +393021,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "par-1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -394055,8 +393050,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:13538", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13538", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -394064,11 +393060,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MARK4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0260934", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0260934.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -394078,8 +393074,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "par-1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -394108,8 +393103,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6898", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6898", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -394117,11 +393113,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MARS1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034401", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034401.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -394131,8 +393127,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "MetRS", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -394161,8 +393156,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25133", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25133", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -394170,11 +393166,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MARS2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027083", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027083.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -394184,8 +393180,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "MetRS-m", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -394213,8 +393208,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28674", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28674", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -394222,11 +393218,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MARVELD1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030309", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030309.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -394236,8 +393232,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG1572", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -394266,8 +393261,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19034", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19034", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -394275,11 +393271,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MAST1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0267390", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0267390.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -394289,8 +393285,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "dop", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -394319,8 +393314,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:19035", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19035", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -394328,11 +393324,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MAST2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0267390", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0267390.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -394342,8 +393338,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "dop", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -394372,8 +393367,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:19036", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19036", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -394381,11 +393377,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MAST3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0267390", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0267390.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -394395,8 +393391,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "dop", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -394425,8 +393420,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19037", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19037", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -394434,11 +393430,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MAST4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0267390", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0267390.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -394448,8 +393444,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "dop", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -394478,8 +393473,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19042", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19042", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -394487,11 +393483,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MASTL", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0260399", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0260399.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -394501,8 +393497,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "gwl", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -394531,8 +393526,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6903", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6903", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -394540,11 +393536,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MAT1A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0005278", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0005278.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -394554,8 +393550,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Sam-S", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -394583,8 +393578,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6904", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6904", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -394592,11 +393588,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MAT2A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0005278", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0005278.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -394606,8 +393602,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Sam-S", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -394635,8 +393630,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:6906", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6906", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -394644,11 +393640,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MATK", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0262081", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0262081.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -394658,8 +393654,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Csk", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -394688,8 +393683,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29140", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29140", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -394697,11 +393693,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MAU2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038300", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038300.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -394711,8 +393707,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Mau2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -394740,8 +393735,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6913", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6913", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -394749,11 +393745,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MAX", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0017578", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0017578.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -394763,8 +393759,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Max", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -394793,8 +393788,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6914", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6914", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -394802,11 +393798,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MAZ", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035702", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035702.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -394816,8 +393812,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10147", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -394846,8 +393841,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:6915", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6915", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -394855,11 +393851,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MB", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027657", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027657.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -394869,8 +393865,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "glob1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -394899,8 +393894,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30438", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30438", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -394908,11 +393904,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MB21D2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015336", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015336.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -394922,8 +393918,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG15865", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -394952,8 +393947,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:6917", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6917", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -394961,11 +393957,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MBD2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027950", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027950.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -394975,8 +393971,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "MBD-like", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -395005,8 +394000,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6918", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6918", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -395014,11 +394010,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MBD3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027950", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027950.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -395028,8 +394024,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "MBD-like", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -395057,8 +394052,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:15774", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15774", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -395066,11 +394062,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MBD3L1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027950", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027950.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -395080,8 +394076,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "MBD-like", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -395110,8 +394105,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:53435", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:53435", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -395119,11 +394115,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MBD3L2B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027950", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027950.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -395133,8 +394129,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "MBD-like", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -395163,8 +394158,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:37205", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:37205", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -395172,11 +394168,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MBD3L3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027950", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027950.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -395186,8 +394182,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "MBD-like", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -395216,8 +394211,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:37206", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:37206", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -395225,11 +394221,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MBD3L4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027950", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027950.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -395239,8 +394235,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "MBD-like", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -395269,8 +394264,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:37204", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:37204", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -395278,11 +394274,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MBD3L5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027950", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027950.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -395292,8 +394288,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "MBD-like", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -395322,8 +394317,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20444", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20444", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -395331,11 +394327,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MBD5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0016754", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0016754.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -395345,8 +394341,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "sba", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -395375,8 +394370,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:20445", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20445", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -395384,11 +394380,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MBD6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0016754", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0016754.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -395398,8 +394394,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "sba", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -395428,8 +394423,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6922", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6922", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -395437,11 +394433,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MBL2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031373", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031373.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -395451,8 +394447,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG15358", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -395481,8 +394476,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:6922", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6922", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -395490,11 +394486,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MBL2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0259230", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0259230.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -395504,8 +394500,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "lectin-22C", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -395534,8 +394529,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:22180", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:22180", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -395543,11 +394539,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MBLAC1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031766", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031766.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -395557,8 +394553,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG9117", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -395586,8 +394581,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6923", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6923", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -395595,11 +394591,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MBNL1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0265487", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0265487.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -395609,8 +394605,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mbl", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -395639,8 +394634,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16746", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16746", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -395648,11 +394644,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MBNL2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0265487", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0265487.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -395662,8 +394658,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mbl", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -395692,8 +394687,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:20564", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20564", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -395701,11 +394697,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MBNL3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0265487", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0265487.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -395715,8 +394711,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mbl", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -395745,8 +394740,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21579", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21579", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -395754,11 +394750,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MBOAT1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033476", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033476.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -395768,8 +394764,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "oys", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -395797,8 +394792,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25193", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25193", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -395806,11 +394802,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MBOAT2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033476", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033476.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -395820,8 +394816,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "oys", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -395849,8 +394844,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:32311", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:32311", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -395858,11 +394854,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MBOAT4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033476", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033476.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -395872,8 +394868,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "oys", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -395902,8 +394897,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15505", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15505", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -395911,11 +394907,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MBOAT7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031815", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031815.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -395925,8 +394921,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "frj", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -395954,8 +394949,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19866", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19866", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -395963,11 +394959,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MBTD1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032475", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032475.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -395977,8 +394973,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Sfmbt", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -396007,8 +395002,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15456", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15456", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -396016,11 +395012,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MBTPS1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037105", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037105.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -396030,8 +395026,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "S1P", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -396060,8 +395055,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15455", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15455", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -396069,11 +395065,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MBTPS2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033656", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033656.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -396083,8 +395079,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "S2P", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -396112,8 +395107,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29622", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29622", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -396121,11 +395117,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MCAT", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036691", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036691.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -396135,8 +395131,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "beg", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -396164,8 +395159,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6935", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6935", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -396173,11 +395169,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MCC", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0085433", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0085433.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -396187,8 +395183,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG34404", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -396217,8 +395212,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6936", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6936", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -396226,11 +395222,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MCCC1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039877", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039877.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -396240,8 +395236,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Mccc1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -396269,8 +395264,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6937", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6937", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -396278,11 +395274,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MCCC2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0042083", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0042083.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -396292,8 +395288,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Mccc2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -396321,8 +395316,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6940", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6940", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -396330,11 +395326,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MCF2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0050440", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0050440.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -396344,8 +395340,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG30440", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -396374,8 +395369,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:14576", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14576", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -396383,11 +395379,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MCF2L", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0050440", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0050440.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -396397,8 +395393,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG30440", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -396427,8 +395422,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:30319", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30319", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -396436,11 +395432,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MCF2L2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0050440", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0050440.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -396450,8 +395446,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG30440", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -396480,8 +395475,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18451", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18451", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -396489,11 +395485,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MCFD2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037798", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037798.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -396503,8 +395499,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG12817", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -396533,8 +395528,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18451", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18451", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -396542,11 +395538,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MCFD2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038829", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038829.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -396556,8 +395552,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG17271", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -396586,8 +395581,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:40050", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:40050", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -396595,11 +395591,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MCIDAS", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033081", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033081.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -396609,8 +395605,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "geminin", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -396639,8 +395634,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18043", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18043", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -396648,11 +395644,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MCM10", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032929", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032929.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -396662,8 +395658,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Mcm10", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -396691,8 +395686,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6944", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6944", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -396700,11 +395696,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MCM2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0014861", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0014861.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -396714,8 +395710,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Mcm2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -396744,8 +395739,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6945", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6945", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -396753,11 +395749,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MCM3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0284442", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0284442.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -396767,8 +395763,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Mcm3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -396796,8 +395791,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6946", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6946", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -396805,11 +395801,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MCM3AP", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0286809", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0286809.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -396819,8 +395815,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "xmas", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -396849,8 +395844,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6947", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6947", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -396858,11 +395854,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MCM4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015929", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015929.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -396872,8 +395868,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "dpa", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -396902,8 +395897,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6948", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6948", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -396911,11 +395907,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MCM5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0017577", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0017577.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -396925,8 +395921,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Mcm5", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -396954,8 +395949,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6949", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6949", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -396963,11 +395959,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MCM6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0025815", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0025815.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -396977,8 +395973,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Mcm6", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -397006,8 +396001,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6950", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6950", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -397015,11 +396011,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MCM7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0020633", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0020633.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -397029,8 +396025,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Mcm7", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -397058,8 +396053,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16147", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16147", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -397067,11 +396063,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MCM8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003227", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003227.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -397081,8 +396077,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "rec", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -397111,8 +396106,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25782", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25782", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -397120,11 +396116,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MCMBP", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031875", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031875.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -397134,8 +396130,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG3430", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -397163,8 +396158,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26368", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26368", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -397172,11 +396168,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MCMDC2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0002709", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0002709.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -397186,8 +396182,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mei-218", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -397216,8 +396211,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13356", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13356", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -397225,11 +396221,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MCOLN1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261361", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261361.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -397239,8 +396235,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG42638", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -397269,8 +396264,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13356", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13356", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -397278,11 +396274,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MCOLN1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0262516", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0262516.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -397292,8 +396288,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Trpml", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -397322,8 +396317,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13357", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13357", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -397331,11 +396327,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MCOLN2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261361", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261361.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -397345,8 +396341,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG42638", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -397375,8 +396370,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:13357", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13357", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -397384,11 +396380,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MCOLN2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0262516", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0262516.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -397398,8 +396394,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Trpml", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -397428,8 +396423,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13358", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13358", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -397437,11 +396433,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MCOLN3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261361", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261361.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -397451,8 +396447,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG42638", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -397481,8 +396476,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13358", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13358", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -397490,11 +396486,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MCOLN3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0262516", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0262516.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -397504,8 +396500,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Trpml", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -397534,8 +396529,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6954", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6954", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -397543,11 +396539,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MCPH1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0260959", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0260959.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -397557,8 +396553,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "MCPH1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -397587,8 +396582,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:28007", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28007", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -397596,11 +396592,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MCRIP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036502", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036502.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -397610,8 +396606,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7841", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -397640,8 +396635,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14142", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14142", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -397649,11 +396645,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MCRIP2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0085188", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0085188.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -397663,8 +396659,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG34159", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -397693,8 +396688,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14142", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14142", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -397702,11 +396698,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MCRIP2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036502", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036502.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -397716,8 +396712,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7841", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -397746,8 +396741,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6960", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6960", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -397755,11 +396751,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MCRS1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0263832", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0263832.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -397769,8 +396765,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rcd5", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -397798,8 +396793,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26183", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26183", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -397807,11 +396803,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MCTP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034389", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034389.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -397821,8 +396817,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Mctp", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -397850,8 +396845,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:25636", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25636", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -397859,11 +396855,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MCTP2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034389", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034389.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -397873,8 +396869,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Mctp", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -397903,8 +396898,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23357", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23357", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -397912,11 +396908,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MCTS1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029833", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029833.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -397926,8 +396922,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "MCTS1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -397955,8 +396950,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23526", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23526", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -397964,11 +396960,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MCU", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0042185", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0042185.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -397978,8 +396974,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "MCU", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -398008,8 +397003,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:26076", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26076", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -398017,11 +397013,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MCUB", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0042185", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0042185.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -398031,8 +397027,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "MCU", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -398061,8 +397056,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21163", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21163", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -398070,11 +397066,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MDC1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0002872", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0002872.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -398084,8 +397080,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mu2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -398114,8 +397109,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6970", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6970", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -398123,11 +397119,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MDH1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0262782", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0262782.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -398137,8 +397133,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Mdh1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -398166,8 +397161,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6971", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6971", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -398175,11 +397171,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MDH2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036327", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036327.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -398189,8 +397185,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10748", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -398219,8 +397214,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6971", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6971", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -398228,11 +397224,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MDH2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036328", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036328.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -398242,8 +397238,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10749", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -398272,8 +397267,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6971", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6971", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -398281,11 +397277,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MDH2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0262559", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0262559.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -398295,8 +397291,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Mdh2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -398324,8 +397319,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18302", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18302", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -398333,11 +397329,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MDN1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033661", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033661.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -398347,8 +397343,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG13185", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -398377,8 +397372,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6983", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6983", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -398386,11 +397382,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ME1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034127", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034127.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -398400,8 +397396,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7848", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -398430,8 +397425,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6983", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6983", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -398439,11 +397435,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ME1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0002719", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0002719.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -398453,8 +397449,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Men", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -398482,8 +397477,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6983", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6983", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -398491,11 +397487,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ME1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029154", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029154.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -398505,8 +397501,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Menl-1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -398535,8 +397530,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6983", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6983", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -398544,11 +397540,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ME1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029153", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029153.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -398558,8 +397554,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Menl-2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -398588,8 +397583,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6984", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6984", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -398597,11 +397593,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ME2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034127", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034127.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -398611,8 +397607,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7848", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -398641,8 +397636,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:6984", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6984", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -398650,11 +397646,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ME2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0002719", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0002719.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -398664,8 +397660,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Men", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -398694,8 +397689,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:6984", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6984", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -398703,11 +397699,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ME2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029155", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029155.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -398717,8 +397713,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Men-b", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -398747,8 +397742,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6984", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6984", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -398756,11 +397752,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ME2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029154", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029154.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -398770,8 +397766,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Menl-1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -398800,8 +397795,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6984", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6984", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -398809,11 +397805,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ME2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029153", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029153.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -398823,8 +397819,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Menl-2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -398853,8 +397848,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6985", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6985", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -398862,11 +397858,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ME3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034127", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034127.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -398876,8 +397872,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7848", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -398906,8 +397901,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6985", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6985", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -398915,11 +397911,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ME3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029155", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029155.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -398929,8 +397925,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Men-b", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -398958,8 +397953,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6985", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6985", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -398967,11 +397963,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ME3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029154", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029154.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -398981,8 +397977,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Menl-1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -399011,8 +398006,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6985", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6985", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -399020,11 +398016,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ME3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029153", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029153.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -399034,8 +398030,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Menl-2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -399064,8 +398059,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6986", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6986", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -399073,11 +398069,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MEA1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031315", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031315.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -399087,8 +398083,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG14341", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -399117,8 +398112,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25674", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25674", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -399126,11 +398122,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MEAF6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035624", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035624.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -399140,8 +398136,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Eaf6", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -399170,8 +398165,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29325", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29325", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -399179,11 +398175,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MEAK7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031904", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031904.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -399193,8 +398189,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5149", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -399223,8 +398218,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3498", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3498", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -399232,11 +398228,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MECOM", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032707", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032707.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -399246,8 +398242,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10348", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -399276,8 +398271,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3498", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3498", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -399285,11 +398281,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MECOM", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0045852", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0045852.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -399299,8 +398295,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ham", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -399329,8 +398324,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19691", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19691", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -399338,11 +398334,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MECR", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033883", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033883.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -399352,8 +398348,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG16935", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -399381,8 +398376,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9234", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9234", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -399390,11 +398386,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MED1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037109", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037109.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -399404,8 +398400,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "MED1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -399433,8 +398428,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28760", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28760", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -399442,11 +398438,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MED10", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036581", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036581.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -399456,8 +398452,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "MED10", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -399486,8 +398481,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:32687", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:32687", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -399495,11 +398491,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MED11", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036811", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036811.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -399509,8 +398505,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "MED11", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -399539,8 +398534,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:11957", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11957", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -399548,11 +398544,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MED12", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0001324", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0001324.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -399562,8 +398558,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "kto", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -399592,8 +398587,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16050", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16050", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -399601,11 +398597,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MED12L", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0001324", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0001324.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -399615,8 +398611,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "kto", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -399644,8 +398639,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:22474", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:22474", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -399653,11 +398649,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MED13", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003415", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003415.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -399667,8 +398663,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "skd", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -399697,8 +398692,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:22962", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:22962", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -399706,11 +398702,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MED13L", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003415", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003415.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -399720,8 +398716,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "skd", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -399750,8 +398745,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2370", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2370", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -399759,11 +398755,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MED14", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035145", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035145.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -399773,8 +398769,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "MED14", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -399802,8 +398797,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14248", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14248", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -399811,11 +398807,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MED15", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027592", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027592.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -399825,8 +398821,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "MED15", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -399854,8 +398849,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17556", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17556", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -399863,11 +398859,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MED16", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034707", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034707.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -399877,8 +398873,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "MED16", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -399907,8 +398902,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2375", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2375", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -399916,11 +398912,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MED17", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038578", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038578.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -399930,8 +398926,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "MED17", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -399959,8 +398954,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25944", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25944", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -399968,11 +398964,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MED18", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0026873", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026873.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -399982,8 +398978,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "MED18", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -400011,8 +399006,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29600", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29600", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -400020,11 +399016,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MED19", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036761", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036761.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -400034,8 +399030,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "MED19", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -400063,8 +399058,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16840", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16840", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -400072,11 +399068,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MED20", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0013531", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0013531.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -400086,8 +399082,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "MED20", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -400116,8 +399111,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11473", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11473", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -400125,11 +399121,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MED21", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040020", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040020.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -400139,8 +399135,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "MED21", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -400169,8 +399164,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11477", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11477", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -400178,11 +399174,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MED22", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052971", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052971.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -400192,8 +399188,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG32971", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -400222,8 +399217,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11477", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11477", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -400231,11 +399227,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MED22", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040339", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040339.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -400245,8 +399241,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "MED22", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -400274,8 +399269,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2372", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2372", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -400283,11 +399279,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MED23", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034795", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034795.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -400297,8 +399293,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "MED23", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -400326,8 +399321,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:22963", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:22963", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -400335,11 +399331,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MED24", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035851", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035851.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -400349,8 +399345,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "MED24", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -400378,8 +399373,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28845", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28845", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -400387,11 +399383,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MED25", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038760", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038760.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -400401,8 +399397,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "MED25", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -400430,8 +399425,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2376", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2376", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -400439,11 +399435,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MED26", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039923", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039923.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -400453,8 +399449,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "MED26", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -400483,8 +399478,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2377", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2377", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -400492,11 +399488,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MED27", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037359", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037359.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -400506,8 +399502,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "MED27", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -400535,8 +399530,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24628", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24628", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -400544,11 +399540,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MED28", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039337", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039337.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -400558,8 +399554,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "MED28", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -400588,8 +399583,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23074", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23074", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -400597,11 +399593,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MED29", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0001276", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0001276.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -400611,8 +399607,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ix", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -400641,8 +399636,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23032", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23032", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -400650,11 +399646,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MED30", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035149", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035149.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -400664,8 +399660,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "MED30", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -400694,8 +399689,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24260", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24260", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -400703,11 +399699,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MED31", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037262", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037262.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -400717,8 +399713,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "MED31", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -400747,8 +399742,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17903", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17903", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -400756,11 +399752,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MED4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035754", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035754.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -400770,8 +399766,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "MED4", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -400799,8 +399794,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19970", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19970", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -400808,11 +399804,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MED6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0024330", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0024330.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -400822,8 +399818,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "MED6", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -400851,8 +399846,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2378", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2378", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -400860,11 +399856,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MED7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051390", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051390.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -400874,8 +399870,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "MED7", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -400904,8 +399899,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19971", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19971", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -400913,11 +399909,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MED8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034503", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034503.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -400927,8 +399923,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "MED8", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -400956,8 +399951,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25487", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25487", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -400965,11 +399961,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MED9", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0260401", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0260401.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -400979,8 +399975,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "MED9", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -401009,8 +400004,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:6993", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6993", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -401018,11 +400014,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MEF2A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0011656", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0011656.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -401032,8 +400028,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Mef2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -401062,8 +400057,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:6995", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6995", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -401071,11 +400067,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MEF2B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0011656", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0011656.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -401085,8 +400081,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Mef2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -401115,8 +400110,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6996", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6996", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -401124,11 +400120,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MEF2C", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0011656", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0011656.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -401138,8 +400134,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Mef2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -401168,8 +400163,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:6997", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6997", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -401177,11 +400173,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MEF2D", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0011656", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0011656.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -401191,8 +400187,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Mef2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -401221,8 +400216,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29634", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29634", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -401230,11 +400226,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MEGF10", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027594", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027594.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -401244,8 +400240,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "drpr", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -401274,8 +400269,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29635", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29635", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -401283,11 +400279,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MEGF11", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027594", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027594.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -401297,8 +400293,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "drpr", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -401327,8 +400322,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3233", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3233", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -401336,11 +400332,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MEGF8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031981", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031981.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -401350,8 +400346,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Megf8", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -401380,8 +400375,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28569", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28569", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -401389,11 +400385,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MEIOB", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029977", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029977.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -401403,8 +400399,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "hdm", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -401433,8 +400428,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7000", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7000", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -401442,11 +400438,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MEIS1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0001235", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0001235.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -401456,8 +400452,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "hth", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -401486,8 +400481,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7001", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7001", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -401495,11 +400491,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MEIS2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0001235", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0001235.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -401509,8 +400505,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "hth", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -401539,8 +400534,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:29537", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29537", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -401548,11 +400544,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MEIS3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0001235", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0001235.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -401562,8 +400558,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "hth", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -401592,8 +400587,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:7002", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7002", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -401601,11 +400597,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MEIS3P1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0001235", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0001235.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -401615,8 +400611,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "hth", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -401645,8 +400640,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7037", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7037", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -401654,11 +400650,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MELTF", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0022355", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0022355.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -401668,8 +400664,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Tsf1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -401698,8 +400693,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7037", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7037", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -401707,11 +400703,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MELTF", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036299", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036299.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -401721,8 +400717,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Tsf2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -401750,8 +400745,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7037", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7037", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -401759,11 +400755,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MELTF", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034094", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034094.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -401773,8 +400769,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Tsf3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -401803,8 +400798,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14014", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14014", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -401812,11 +400808,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MEMO1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038110", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038110.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -401826,8 +400822,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8031", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -401855,8 +400850,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7010", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7010", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -401864,11 +400860,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MEN1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031885", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031885.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -401878,8 +400874,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Mnn1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -401908,8 +400903,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7013", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7013", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -401917,11 +400913,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MEOX1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0014949", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0014949.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -401931,8 +400927,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "btn", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -401961,8 +400956,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:7014", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7014", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -401970,11 +400966,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MEOX2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0014949", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0014949.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -401984,8 +400980,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "btn", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -402014,8 +401009,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7015", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7015", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -402023,11 +401019,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MEP1A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028947", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028947.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -402037,8 +401033,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG11865", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -402067,8 +401062,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7015", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7015", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -402076,11 +401072,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MEP1A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028948", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028948.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -402090,8 +401086,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG15253", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -402120,8 +401115,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7015", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7015", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -402129,11 +401125,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MEP1A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028949", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028949.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -402143,8 +401139,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG15254", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -402173,8 +401168,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7015", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7015", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -402182,11 +401178,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MEP1A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028950", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028950.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -402196,8 +401192,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG15255", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -402226,8 +401221,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7015", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7015", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -402235,11 +401231,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MEP1A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039069", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039069.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -402249,8 +401245,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6763", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -402279,8 +401274,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7015", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7015", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -402288,11 +401284,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MEP1A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028944", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028944.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -402302,8 +401298,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Semp1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -402332,8 +401327,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7020", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7020", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -402341,11 +401337,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MEP1B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028947", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028947.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -402355,8 +401351,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG11865", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -402385,8 +401380,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7020", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7020", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -402394,11 +401390,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MEP1B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028948", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028948.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -402408,8 +401404,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG15253", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -402438,8 +401433,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7020", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7020", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -402447,11 +401443,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MEP1B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028949", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028949.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -402461,8 +401457,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG15254", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -402491,8 +401486,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7020", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7020", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -402500,11 +401496,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MEP1B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028950", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028950.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -402514,8 +401510,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG15255", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -402544,8 +401539,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7020", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7020", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -402553,11 +401549,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MEP1B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030947", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030947.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -402567,8 +401563,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6696", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -402597,8 +401592,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7020", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7020", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -402606,11 +401602,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MEP1B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039069", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039069.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -402620,8 +401616,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6763", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -402650,8 +401645,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7020", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7020", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -402659,11 +401655,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MEP1B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028944", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028944.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -402673,8 +401669,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Semp1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -402703,8 +401698,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20247", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20247", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -402712,11 +401708,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MEPCE", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0263144", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0263144.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -402726,8 +401722,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "bin3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -402756,8 +401751,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20247", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20247", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -402765,11 +401761,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MEPCE", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037368", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037368.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -402779,8 +401775,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG1239", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -402809,8 +401804,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13520", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13520", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -402818,11 +401814,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MESD", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004132", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004132.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -402832,8 +401828,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "boca", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -402861,8 +401856,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29658", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29658", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -402870,11 +401866,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MESP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037672", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037672.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -402884,8 +401880,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "sage", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -402914,8 +401909,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29659", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29659", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -402923,11 +401919,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MESP2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037672", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037672.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -402937,8 +401933,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "sage", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -402967,8 +401962,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15789", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15789", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -402976,11 +401972,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "METAP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039219", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039219.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -402990,8 +401986,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG13630", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -403019,8 +402014,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:32583", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:32583", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -403028,11 +402024,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "METAP1D", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032247", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032247.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -403042,8 +402038,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5188", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -403071,8 +402066,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16672", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16672", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -403080,11 +402076,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "METAP2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0283478", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0283478.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -403094,8 +402090,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "und", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -403124,8 +402119,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7030", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7030", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -403133,11 +402129,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "METTL1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0025629", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0025629.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -403147,8 +402143,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG4045", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -403173,23 +402168,24 @@ }, { "best": "Yes", - "bestReverse": "No", + "bestReverse": "Yes", "gene": { - "id": "HGNC:31932", + "id": "HGNC:24248", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24248", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "METTL11B", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "METTL13", + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0033457", + "id": "FB:FBgn0032873", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032873.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -403198,29 +402194,27 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "Ntmt", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "CG2614", + "taxonId": "NCBITaxon:7227" }, - "methodCount": 8, + "methodCount": 10, "predictionMethodsMatched": [ "Ensembl Compara", + "Hieranoid", "InParanoid", "OMA", "OrthoFinder", "OrthoInspector", "PANTHER", "PhylomeDB", + "Roundup", "TreeFam" ], "predictionMethodsNotCalled": [ "HGNC", "ZFIN" ], - "predictionMethodsNotMatched": [ - "Hieranoid", - "Roundup" - ], + "predictionMethodsNotMatched": [], "stringencyFilter": "stringent", "totalMethodCount": 10 }, @@ -403229,8 +402223,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29330", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29330", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -403238,11 +402233,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "METTL14", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032016", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032016.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -403252,8 +402247,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Mettl14", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -403281,8 +402275,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26606", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26606", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -403290,11 +402285,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "METTL15", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037822", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037822.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -403304,8 +402299,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG14683", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -403333,8 +402327,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:31926", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:31926", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -403342,11 +402337,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "METTL15P1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037822", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037822.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -403356,8 +402351,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG14683", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -403386,8 +402380,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28484", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28484", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -403395,11 +402390,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "METTL16", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033994", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033994.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -403409,8 +402404,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7544", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -403439,8 +402433,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19280", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19280", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -403448,11 +402443,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "METTL17", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032168", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032168.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -403462,8 +402457,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG13126", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -403491,8 +402485,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28793", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28793", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -403500,11 +402495,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "METTL18", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031494", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031494.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -403514,8 +402509,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG17219", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -403543,8 +402537,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28368", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28368", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -403552,11 +402547,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "METTL22", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037045", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037045.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -403566,8 +402561,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10584", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -403596,8 +402590,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26988", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26988", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -403605,11 +402600,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "METTL23", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038396", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038396.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -403619,8 +402614,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5013", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -403648,8 +402642,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26228", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26228", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -403657,11 +402652,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "METTL25", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0053964", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0053964.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -403671,8 +402666,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG33964", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -403696,13 +402690,66 @@ "stringencyFilter": "stringent", "totalMethodCount": 10 }, + { + "best": "Yes", + "bestReverse": "Yes", + "gene": { + "id": "HGNC:24273", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24273", + "species": { + "commonNames": "['human', 'hsa']", + "dataProviderFullName": "Rat Genome Database", + "dataProviderShortName": "RGD", + "name": "Homo sapiens", + "shortName": "Hsa", + "taxonId": "NCBITaxon:9606" + }, + "symbol": "METTL25B", + "taxonId": "NCBITaxon:9606" + }, + "homologGene": { + "id": "FB:FBgn0033240", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033240.html", + "species": { + "commonNames": "['fly', 'fruit fly', 'dme']", + "dataProviderFullName": "FlyBase", + "dataProviderShortName": "FB", + "name": "Drosophila melanogaster", + "shortName": "Dme", + "taxonId": "NCBITaxon:7227" + }, + "symbol": "CG2906", + "taxonId": "NCBITaxon:7227" + }, + "methodCount": 10, + "predictionMethodsMatched": [ + "Ensembl Compara", + "Hieranoid", + "InParanoid", + "OMA", + "OrthoFinder", + "OrthoInspector", + "PANTHER", + "PhylomeDB", + "Roundup", + "TreeFam" + ], + "predictionMethodsNotCalled": [ + "HGNC", + "ZFIN" + ], + "predictionMethodsNotMatched": [], + "stringencyFilter": "stringent", + "totalMethodCount": 10 + }, { "best": "Yes", "bestReverse": "Yes", "gene": { "id": "HGNC:14141", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14141", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -403710,11 +402757,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "METTL26", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040964", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040964.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -403724,8 +402771,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG18661", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -403753,8 +402799,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25755", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25755", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -403762,11 +402809,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "METTL2A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035247", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035247.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -403775,9 +402822,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "metl", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Mettl2", + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -403805,8 +402851,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18272", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18272", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -403814,11 +402861,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "METTL2B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035247", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035247.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -403827,9 +402874,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "metl", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Mettl2", + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -403857,8 +402903,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17563", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17563", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -403866,11 +402913,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "METTL3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039139", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039139.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -403880,8 +402927,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Mettl3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -403910,8 +402956,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24726", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24726", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -403919,11 +402966,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "METTL4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015351", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015351.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -403932,9 +402979,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG14906", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Mettl4", + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -403963,8 +403009,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25006", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25006", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -403972,11 +403019,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "METTL5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036856", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036856.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -403985,9 +403032,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG9666", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Mettl5", + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -404015,8 +403061,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28343", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28343", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -404024,11 +403071,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "METTL6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0085224", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0085224.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -404038,8 +403085,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG34195", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -404067,8 +403113,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:25856", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25856", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -404076,11 +403123,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "METTL8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035247", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035247.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -404089,9 +403136,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "metl", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Mettl2", + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -404120,8 +403166,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24586", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24586", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -404129,11 +403176,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "METTL9", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034925", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034925.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -404143,8 +403190,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5339", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -404173,8 +403219,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:33482", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:33482", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -404182,11 +403229,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MEX3A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039920", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039920.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -404196,8 +403243,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG11360", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -404226,8 +403272,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25297", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25297", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -404235,11 +403282,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MEX3B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039920", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039920.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -404249,8 +403296,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG11360", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -404279,8 +403325,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:28040", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28040", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -404288,11 +403335,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MEX3C", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039920", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039920.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -404302,8 +403349,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG11360", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -404332,8 +403378,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:16734", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16734", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -404341,11 +403388,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MEX3D", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039920", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039920.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -404355,8 +403402,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG11360", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -404385,8 +403431,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7032", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7032", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -404394,11 +403441,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MFAP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035294", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035294.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -404408,8 +403455,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Mfap1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -404438,8 +403484,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:7035", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7035", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -404447,11 +403494,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MFAP4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0050280", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0050280.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -404461,8 +403508,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG30280", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -404491,8 +403537,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:7035", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7035", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -404500,11 +403547,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MFAP4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0050281", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0050281.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -404514,8 +403561,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG30281", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -404544,8 +403590,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:7035", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7035", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -404553,11 +403600,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MFAP4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034160", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034160.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -404567,8 +403614,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5550", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -404597,8 +403643,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:7035", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7035", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -404606,11 +403653,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MFAP4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031804", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031804.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -404620,8 +403667,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG9500", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -404650,8 +403696,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24858", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24858", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -404659,11 +403706,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MFF", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0050404", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0050404.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -404673,8 +403720,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Tango11", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -404703,8 +403749,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18262", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18262", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -404712,11 +403759,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MFN1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0011596", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0011596.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -404726,8 +403773,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "fzo", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -404756,8 +403802,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:18262", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18262", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -404765,11 +403812,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MFN1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029870", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029870.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -404779,8 +403826,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Marf", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -404809,8 +403855,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16877", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16877", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -404818,11 +403865,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MFN2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0011596", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0011596.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -404832,8 +403879,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "fzo", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -404862,8 +403908,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16877", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16877", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -404871,11 +403918,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MFN2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029870", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029870.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -404885,8 +403932,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Marf", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -404915,8 +403961,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:7038", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7038", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -404924,11 +403971,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MFNG", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0011591", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0011591.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -404938,8 +403985,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "fng", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -404968,8 +404014,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25874", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25874", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -404977,11 +404024,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MFSD1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031636", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031636.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -404991,8 +404038,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG12194", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -405021,8 +404067,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25874", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25874", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -405030,11 +404077,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MFSD1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035763", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035763.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -405044,8 +404091,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mrva", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -405074,8 +404120,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16894", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16894", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -405083,11 +404130,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MFSD10", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028468", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028468.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -405097,8 +404144,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "rtet", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -405127,8 +404173,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25458", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25458", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -405136,11 +404183,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MFSD11", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038053", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038053.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -405150,8 +404197,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG18549", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -405179,8 +404225,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23363", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23363", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -405188,11 +404235,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MFSD14A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035400", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035400.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -405202,8 +404249,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG11537", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -405231,8 +404277,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23363", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23363", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -405240,11 +404287,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MFSD14A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037004", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037004.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -405254,8 +404301,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG17637", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -405284,8 +404330,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23363", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23363", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -405293,11 +404340,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MFSD14A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037003", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037003.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -405307,8 +404354,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG18281", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -405337,8 +404383,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23363", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23363", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -405346,11 +404393,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MFSD14A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037005", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037005.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -405360,8 +404407,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5078", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -405390,8 +404436,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23376", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23376", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -405399,11 +404446,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MFSD14B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035400", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035400.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -405413,8 +404460,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG11537", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -405442,8 +404488,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23376", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23376", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -405451,11 +404498,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MFSD14B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037004", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037004.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -405465,8 +404512,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG17637", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -405495,8 +404541,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23376", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23376", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -405504,11 +404551,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MFSD14B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037003", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037003.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -405518,8 +404565,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG18281", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -405548,8 +404594,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23376", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23376", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -405557,11 +404604,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MFSD14B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037005", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037005.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -405571,8 +404618,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5078", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -405601,8 +404647,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24711", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24711", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -405610,11 +404657,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MFSD6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033958", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033958.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -405624,8 +404671,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "jef", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -405654,8 +404700,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26656", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26656", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -405663,11 +404710,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MFSD6L", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034093", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034093.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -405677,8 +404724,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG15706", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -405707,8 +404753,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26656", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26656", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -405716,11 +404763,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MFSD6L", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036191", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036191.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -405730,8 +404777,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Sugb", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -405760,8 +404806,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28486", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28486", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -405769,11 +404816,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MFSD8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035767", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035767.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -405783,8 +404830,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cln7", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -405812,8 +404858,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14010", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14010", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -405821,11 +404868,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MGA", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0266083", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0266083.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -405835,8 +404882,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ocm", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -405865,8 +404911,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7044", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7044", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -405874,11 +404921,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MGAT1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034521", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034521.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -405888,8 +404935,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Mgat1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -405917,8 +404963,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7045", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7045", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -405926,11 +404973,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MGAT2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039738", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039738.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -405940,8 +404987,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Mgat2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -405970,8 +405016,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7046", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7046", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -405979,11 +405026,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MGAT3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051849", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051849.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -405993,8 +405040,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Mgat3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -406018,12 +405064,13 @@ "totalMethodCount": 10 }, { - "best": "No", + "best": "Yes", "bestReverse": "Yes", "gene": { "id": "HGNC:7047", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7047", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -406031,11 +405078,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MGAT4A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0036447", + "id": "FB:FBgn0036446", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036446.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -406044,39 +405091,38 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "Magt4b", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Mgat4a", + "taxonId": "NCBITaxon:7227" }, - "methodCount": 3, + "methodCount": 10, "predictionMethodsMatched": [ "Ensembl Compara", - "PANTHER", - "TreeFam" - ], - "predictionMethodsNotCalled": [ - "HGNC", - "ZFIN" - ], - "predictionMethodsNotMatched": [ "Hieranoid", "InParanoid", "OMA", "OrthoFinder", "OrthoInspector", + "PANTHER", "PhylomeDB", - "Roundup" + "Roundup", + "TreeFam" + ], + "predictionMethodsNotCalled": [ + "HGNC", + "ZFIN" ], + "predictionMethodsNotMatched": [], "stringencyFilter": "stringent", "totalMethodCount": 10 }, { - "best": "Yes", + "best": "No", "bestReverse": "Yes", "gene": { "id": "HGNC:7047", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7047", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -406084,11 +405130,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MGAT4A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0036446", + "id": "FB:FBgn0036447", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036447.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -406097,38 +405143,39 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "Mgat4a", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Mgat4b", + "taxonId": "NCBITaxon:7227" }, - "methodCount": 10, + "methodCount": 3, "predictionMethodsMatched": [ "Ensembl Compara", - "Hieranoid", - "InParanoid", - "OMA", - "OrthoFinder", - "OrthoInspector", "PANTHER", - "PhylomeDB", - "Roundup", "TreeFam" ], "predictionMethodsNotCalled": [ "HGNC", "ZFIN" ], - "predictionMethodsNotMatched": [], + "predictionMethodsNotMatched": [ + "Hieranoid", + "InParanoid", + "OMA", + "OrthoFinder", + "OrthoInspector", + "PhylomeDB", + "Roundup" + ], "stringencyFilter": "stringent", "totalMethodCount": 10 }, { - "best": "No", + "best": "Yes", "bestReverse": "Yes", "gene": { "id": "HGNC:7048", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7048", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -406136,11 +405183,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MGAT4B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0036447", + "id": "FB:FBgn0036446", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036446.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -406149,39 +405196,38 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "Magt4b", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Mgat4a", + "taxonId": "NCBITaxon:7227" }, - "methodCount": 3, + "methodCount": 10, "predictionMethodsMatched": [ "Ensembl Compara", - "PANTHER", - "TreeFam" - ], - "predictionMethodsNotCalled": [ - "HGNC", - "ZFIN" - ], - "predictionMethodsNotMatched": [ "Hieranoid", "InParanoid", "OMA", "OrthoFinder", "OrthoInspector", + "PANTHER", "PhylomeDB", - "Roundup" + "Roundup", + "TreeFam" ], + "predictionMethodsNotCalled": [ + "HGNC", + "ZFIN" + ], + "predictionMethodsNotMatched": [], "stringencyFilter": "stringent", "totalMethodCount": 10 }, { - "best": "Yes", + "best": "No", "bestReverse": "Yes", "gene": { "id": "HGNC:7048", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7048", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -406189,11 +405235,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MGAT4B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0036446", + "id": "FB:FBgn0036447", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036447.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -406202,28 +405248,28 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "Mgat4a", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Mgat4b", + "taxonId": "NCBITaxon:7227" }, - "methodCount": 10, + "methodCount": 3, "predictionMethodsMatched": [ "Ensembl Compara", - "Hieranoid", - "InParanoid", - "OMA", - "OrthoFinder", - "OrthoInspector", "PANTHER", - "PhylomeDB", - "Roundup", "TreeFam" ], "predictionMethodsNotCalled": [ "HGNC", "ZFIN" ], - "predictionMethodsNotMatched": [], + "predictionMethodsNotMatched": [ + "Hieranoid", + "InParanoid", + "OMA", + "OrthoFinder", + "OrthoInspector", + "PhylomeDB", + "Roundup" + ], "stringencyFilter": "stringent", "totalMethodCount": 10 }, @@ -406232,8 +405278,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:43619", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:43619", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -406241,11 +405288,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MGAT4D", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036446", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036446.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -406255,8 +405302,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Mgat4a", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -406285,8 +405331,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7059", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7059", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -406294,11 +405341,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MGMT", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0024912", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0024912.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -406308,8 +405355,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "agt", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -406338,8 +405384,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20254", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20254", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -406347,11 +405394,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MGRN1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030514", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030514.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -406360,9 +405407,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG9941", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Mrgn1", + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -406391,8 +405437,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7061", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7061", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -406400,11 +405447,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MGST1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0025814", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0025814.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -406414,8 +405461,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Mgstl", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -406444,8 +405490,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18432", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18432", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -406453,11 +405500,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MIA2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0286898", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0286898.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -406467,8 +405514,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Tango1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -406497,8 +405543,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24008", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24008", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -406506,11 +405553,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MIA3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0286898", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0286898.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -406520,8 +405567,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Tango1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -406550,8 +405596,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21086", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21086", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -406559,11 +405606,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MIB1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0263601", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0263601.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -406573,8 +405620,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mib1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -406602,8 +405648,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30577", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30577", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -406611,11 +405658,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MIB2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0086442", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0086442.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -406625,8 +405672,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mib2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -406655,8 +405701,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:20619", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20619", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -406664,11 +405711,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MICAL1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0053208", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0053208.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -406678,8 +405725,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Mical", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -406708,8 +405754,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24693", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24693", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -406717,11 +405764,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MICAL2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0053208", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0053208.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -406731,8 +405778,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Mical", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -406761,8 +405807,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24694", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24694", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -406770,11 +405817,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MICAL3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0053208", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0053208.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -406784,8 +405831,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Mical", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -406814,8 +405860,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29804", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29804", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -406823,11 +405870,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MICALL1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036333", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036333.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -406837,8 +405884,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "MICAL-like", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -406867,8 +405913,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:29672", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29672", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -406876,11 +405923,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MICALL2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036333", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036333.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -406890,8 +405937,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "MICAL-like", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -406920,8 +405966,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:32068", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:32068", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -406929,11 +405976,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MICOS10", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040871", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040871.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -406943,8 +405990,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG12479", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -406973,8 +406019,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:32068", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:32068", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -406982,11 +406029,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MICOS10", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034973", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034973.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -406996,8 +406043,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG13564", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -407026,8 +406072,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:32068", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:32068", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -407035,11 +406082,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MICOS10", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0069923", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0069923.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -407049,8 +406096,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG41128", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -407079,8 +406125,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:33702", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:33702", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -407088,11 +406135,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MICOS13", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036726", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036726.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -407102,8 +406149,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "QIL1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -407132,8 +406178,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1530", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1530", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -407141,11 +406188,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MICU1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039029", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039029.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -407155,8 +406202,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG4704", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -407185,8 +406231,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1530", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1530", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -407194,11 +406241,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MICU1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031893", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031893.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -407208,8 +406255,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "MICU1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -407237,8 +406283,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:31830", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:31830", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -407246,11 +406293,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MICU2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038735", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038735.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -407260,8 +406307,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "MICU3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -407290,8 +406336,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:27820", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:27820", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -407299,11 +406346,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MICU3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038735", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038735.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -407313,8 +406360,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "MICU3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -407342,8 +406388,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:7095", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7095", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -407351,11 +406398,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MID1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051721", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051721.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -407365,8 +406412,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Trim9", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -407395,8 +406441,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20715", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20715", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -407404,11 +406451,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MID1IP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035087", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035087.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -407418,8 +406465,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG2765", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -407448,8 +406494,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:7096", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7096", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -407457,11 +406504,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MID2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051721", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051721.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -407471,8 +406518,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Trim9", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -407501,8 +406547,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19853", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19853", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -407510,11 +406557,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MIDEAS", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037698", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037698.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -407524,8 +406571,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG16779", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -407554,8 +406600,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16298", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16298", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -407563,11 +406610,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MIDN", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052676", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052676.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -407577,8 +406624,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "stx", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -407607,8 +406653,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28230", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28230", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -407616,11 +406663,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MIEN1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040650", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040650.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -407630,8 +406677,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG15456", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -407660,8 +406706,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29657", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29657", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -407669,11 +406716,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MIER1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033183", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033183.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -407683,8 +406730,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG1620", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -407713,8 +406759,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:29210", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29210", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -407722,11 +406769,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MIER2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033183", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033183.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -407736,8 +406783,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG1620", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -407766,8 +406812,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26678", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26678", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -407775,11 +406822,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MIER3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033183", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033183.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -407789,8 +406836,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG1620", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -407819,8 +406865,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24030", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24030", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -407828,11 +406875,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MIF4GD", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032156", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032156.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -407842,8 +406889,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG13124", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -407872,8 +406918,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24741", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24741", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -407881,11 +406928,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MIGA1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030037", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030037.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -407895,8 +406942,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Miga", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -407925,8 +406971,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23621", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23621", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -407934,11 +406981,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MIGA2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030037", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030037.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -407948,8 +406995,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Miga", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -407978,8 +407024,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23578", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23578", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -407987,11 +407034,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MINDY3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030973", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030973.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -408001,8 +407048,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7332", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -408030,8 +407076,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:21916", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21916", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -408039,11 +407086,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MINDY4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036143", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036143.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -408053,8 +407100,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG14142", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -408083,8 +407129,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:35475", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:35475", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -408092,11 +407139,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MINDY4B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036143", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036143.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -408106,8 +407153,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG14142", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -408136,8 +407182,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17565", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17565", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -408145,11 +407192,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MINK1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010909", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010909.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -408159,8 +407206,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "msn", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -408189,8 +407235,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7102", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7102", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -408198,11 +407245,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MINPP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0026061", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026061.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -408212,8 +407259,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Mipp1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -408242,8 +407288,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7102", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7102", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -408251,11 +407298,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MINPP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0026060", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026060.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -408265,8 +407312,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Mipp2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -408295,8 +407341,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21905", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21905", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -408304,11 +407351,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MIOS", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031399", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031399.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -408318,8 +407365,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mio", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -408347,8 +407393,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14522", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14522", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -408356,11 +407403,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MIOX", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036262", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036262.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -408370,8 +407417,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6910", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -408399,8 +407445,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:7103", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7103", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -408408,11 +407455,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MIP", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015872", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015872.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -408422,8 +407469,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Drip", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -408452,8 +407498,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7103", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7103", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -408461,11 +407508,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MIP", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034882", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034882.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -408475,8 +407522,113 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Eglp1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" + }, + "methodCount": 3, + "predictionMethodsMatched": [ + "Ensembl Compara", + "OMA", + "PANTHER" + ], + "predictionMethodsNotCalled": [ + "HGNC", + "ZFIN" + ], + "predictionMethodsNotMatched": [ + "Hieranoid", + "InParanoid", + "OrthoFinder", + "OrthoInspector", + "PhylomeDB", + "Roundup", + "TreeFam" + ], + "stringencyFilter": "stringent", + "totalMethodCount": 10 + }, + { + "best": "No", + "bestReverse": "Yes", + "gene": { + "id": "HGNC:7103", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7103", + "species": { + "commonNames": "['human', 'hsa']", + "dataProviderFullName": "Rat Genome Database", + "dataProviderShortName": "RGD", + "name": "Homo sapiens", + "shortName": "Hsa", + "taxonId": "NCBITaxon:9606" + }, + "symbol": "MIP", + "taxonId": "NCBITaxon:9606" + }, + "homologGene": { + "id": "FB:FBgn0034883", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034883.html", + "species": { + "commonNames": "['fly', 'fruit fly', 'dme']", + "dataProviderFullName": "FlyBase", + "dataProviderShortName": "FB", + "name": "Drosophila melanogaster", + "shortName": "Dme", + "taxonId": "NCBITaxon:7227" + }, + "symbol": "Eglp2", + "taxonId": "NCBITaxon:7227" + }, + "methodCount": 3, + "predictionMethodsMatched": [ + "Ensembl Compara", + "OMA", + "PANTHER" + ], + "predictionMethodsNotCalled": [ + "HGNC", + "ZFIN" + ], + "predictionMethodsNotMatched": [ + "Hieranoid", + "InParanoid", + "OrthoFinder", + "OrthoInspector", + "PhylomeDB", + "Roundup", + "TreeFam" + ], + "stringencyFilter": "stringent", + "totalMethodCount": 10 + }, + { + "best": "No", + "bestReverse": "Yes", + "gene": { + "id": "HGNC:7103", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7103", + "species": { + "commonNames": "['human', 'hsa']", + "dataProviderFullName": "Rat Genome Database", + "dataProviderShortName": "RGD", + "name": "Homo sapiens", + "shortName": "Hsa", + "taxonId": "NCBITaxon:9606" + }, + "symbol": "MIP", + "taxonId": "NCBITaxon:9606" + }, + "homologGene": { + "id": "FB:FBgn0034885", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034885.html", + "species": { + "commonNames": "['fly', 'fruit fly', 'dme']", + "dataProviderFullName": "FlyBase", + "dataProviderShortName": "FB", + "name": "Drosophila melanogaster", + "shortName": "Dme", + "taxonId": "NCBITaxon:7227" + }, + "symbol": "Eglp4", + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -408501,24 +407653,25 @@ "totalMethodCount": 10 }, { - "best": "No", + "best": "Yes", "bestReverse": "Yes", "gene": { - "id": "HGNC:7103", + "id": "HGNC:7104", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7104", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "MIP", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "MIPEP", + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0034883", + "id": "FB:FBgn0033038", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033038.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -408527,81 +407680,27 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "Eglp2", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "CG7791", + "taxonId": "NCBITaxon:7227" }, - "methodCount": 3, + "methodCount": 9, "predictionMethodsMatched": [ "Ensembl Compara", - "OMA", - "PANTHER" - ], - "predictionMethodsNotCalled": [ - "HGNC", - "ZFIN" - ], - "predictionMethodsNotMatched": [ "Hieranoid", "InParanoid", + "OMA", "OrthoFinder", "OrthoInspector", - "PhylomeDB", + "PANTHER", "Roundup", "TreeFam" ], - "stringencyFilter": "stringent", - "totalMethodCount": 10 - }, - { - "best": "No", - "bestReverse": "Yes", - "gene": { - "id": "HGNC:7103", - "species": { - "commonNames": "['human']", - "dataProviderFullName": "Rat Genome Database", - "dataProviderShortName": "RGD", - "name": "Homo sapiens", - "shortName": "Hsa", - "taxonId": "NCBITaxon:9606" - }, - "symbol": "MIP", - "taxonId": "NCBITaxon:9606", - "url": null - }, - "homologGene": { - "id": "FB:FBgn0034885", - "species": { - "commonNames": "['fly', 'fruit fly', 'dme']", - "dataProviderFullName": "FlyBase", - "dataProviderShortName": "FB", - "name": "Drosophila melanogaster", - "shortName": "Dme", - "taxonId": "NCBITaxon:7227" - }, - "symbol": "Eglp4", - "taxonId": "NCBITaxon:7227", - "url": null - }, - "methodCount": 3, - "predictionMethodsMatched": [ - "Ensembl Compara", - "OMA", - "PANTHER" - ], "predictionMethodsNotCalled": [ "HGNC", "ZFIN" ], "predictionMethodsNotMatched": [ - "Hieranoid", - "InParanoid", - "OrthoFinder", - "OrthoInspector", - "PhylomeDB", - "Roundup", - "TreeFam" + "PhylomeDB" ], "stringencyFilter": "stringent", "totalMethodCount": 10 @@ -408610,21 +407709,22 @@ "best": "Yes", "bestReverse": "Yes", "gene": { - "id": "HGNC:7104", + "id": "HGNC:25207", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25207", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "MIPEP", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "MITD1", + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0033038", + "id": "FB:FBgn0035482", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035482.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -408633,11 +407733,10 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG7791", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "CG14985", + "taxonId": "NCBITaxon:7227" }, - "methodCount": 9, + "methodCount": 10, "predictionMethodsMatched": [ "Ensembl Compara", "Hieranoid", @@ -408646,6 +407745,7 @@ "OrthoFinder", "OrthoInspector", "PANTHER", + "PhylomeDB", "Roundup", "TreeFam" ], @@ -408653,19 +407753,18 @@ "HGNC", "ZFIN" ], - "predictionMethodsNotMatched": [ - "PhylomeDB" - ], + "predictionMethodsNotMatched": [], "stringencyFilter": "stringent", "totalMethodCount": 10 }, { - "best": "Yes", + "best": "No", "bestReverse": "Yes", "gene": { "id": "HGNC:25207", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25207", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -408673,11 +407772,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MITD1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0035482", + "id": "FB:FBgn0050398", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0050398.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -408686,11 +407785,10 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG14985", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "CG30398", + "taxonId": "NCBITaxon:7227" }, - "methodCount": 10, + "methodCount": 9, "predictionMethodsMatched": [ "Ensembl Compara", "Hieranoid", @@ -408700,36 +407798,38 @@ "OrthoInspector", "PANTHER", "PhylomeDB", - "Roundup", "TreeFam" ], "predictionMethodsNotCalled": [ "HGNC", "ZFIN" ], - "predictionMethodsNotMatched": [], + "predictionMethodsNotMatched": [ + "Roundup" + ], "stringencyFilter": "stringent", "totalMethodCount": 10 }, { - "best": "No", + "best": "Yes", "bestReverse": "Yes", "gene": { - "id": "HGNC:25207", + "id": "HGNC:7105", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7105", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "MITD1", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "MITF", + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0050398", + "id": "FB:FBgn0263112", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0263112.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -408738,20 +407838,18 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG30398", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Mitf", + "taxonId": "NCBITaxon:7227" }, - "methodCount": 9, + "methodCount": 8, "predictionMethodsMatched": [ "Ensembl Compara", - "Hieranoid", "InParanoid", - "OMA", "OrthoFinder", "OrthoInspector", "PANTHER", "PhylomeDB", + "Roundup", "TreeFam" ], "predictionMethodsNotCalled": [ @@ -408759,7 +407857,8 @@ "ZFIN" ], "predictionMethodsNotMatched": [ - "Roundup" + "Hieranoid", + "OMA" ], "stringencyFilter": "stringent", "totalMethodCount": 10 @@ -408768,21 +407867,22 @@ "best": "Yes", "bestReverse": "Yes", "gene": { - "id": "HGNC:7105", + "id": "HGNC:31136", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:31136", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "MITF", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "MIX23", + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0263112", + "id": "FB:FBgn0036909", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036909.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -408791,14 +407891,15 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "Mitf", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Ccdc58", + "taxonId": "NCBITaxon:7227" }, - "methodCount": 8, + "methodCount": 10, "predictionMethodsMatched": [ "Ensembl Compara", + "Hieranoid", "InParanoid", + "OMA", "OrthoFinder", "OrthoInspector", "PANTHER", @@ -408810,10 +407911,7 @@ "HGNC", "ZFIN" ], - "predictionMethodsNotMatched": [ - "Hieranoid", - "OMA" - ], + "predictionMethodsNotMatched": [], "stringencyFilter": "stringent", "totalMethodCount": 10 }, @@ -408822,8 +407920,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7109", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7109", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -408831,11 +407930,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MKLN1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033757", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033757.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -408845,8 +407944,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "muskelin", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -408875,8 +407973,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7110", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7110", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -408884,11 +407983,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MKNK1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0017581", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0017581.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -408898,8 +407997,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Lk6", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -408928,8 +408026,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:7111", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7111", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -408937,11 +408036,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MKNK2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0017581", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0017581.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -408951,8 +408050,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Lk6", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -408981,8 +408079,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7112", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7112", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -408990,11 +408089,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MKRN1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036809", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036809.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -409004,8 +408103,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG12477", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -409034,8 +408132,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7112", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7112", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -409043,11 +408142,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MKRN1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030577", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030577.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -409057,8 +408156,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5334", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -409087,8 +408185,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7112", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7112", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -409096,11 +408195,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MKRN1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030578", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030578.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -409110,8 +408209,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5347", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -409139,8 +408237,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7112", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7112", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -409148,11 +408247,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MKRN1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029152", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029152.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -409162,8 +408261,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Mkrn1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -409192,8 +408290,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7113", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7113", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -409201,11 +408300,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MKRN2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036809", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036809.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -409215,8 +408314,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG12477", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -409245,8 +408343,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7113", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7113", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -409254,11 +408353,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MKRN2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030577", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030577.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -409268,8 +408367,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5334", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -409298,8 +408396,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7113", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7113", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -409307,11 +408406,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MKRN2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030578", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030578.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -409321,8 +408420,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5347", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -409350,8 +408448,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7113", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7113", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -409359,11 +408458,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MKRN2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029152", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029152.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -409373,8 +408472,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Mkrn1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -409403,8 +408501,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:40375", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:40375", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -409412,11 +408511,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MKRN2OS", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031413", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031413.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -409426,8 +408525,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG9967", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -409456,8 +408554,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7114", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7114", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -409465,11 +408564,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MKRN3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036809", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036809.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -409479,8 +408578,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG12477", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -409509,8 +408607,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:7114", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7114", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -409518,11 +408617,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MKRN3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030578", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030578.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -409532,8 +408631,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5347", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -409562,8 +408660,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:7115", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7115", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -409571,11 +408670,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MKRN4P", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030578", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030578.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -409585,8 +408684,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5347", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -409615,8 +408713,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7121", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7121", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -409624,11 +408723,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MKS1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030395", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030395.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -409638,8 +408737,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Mks1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -409668,8 +408766,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23729", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23729", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -409677,11 +408776,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MKX", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031232", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031232.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -409691,8 +408790,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG11617", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -409721,8 +408819,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28973", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28973", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -409730,11 +408829,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MLEC", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032916", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032916.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -409744,8 +408843,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG9257", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -409773,8 +408871,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7125", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7125", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -409782,11 +408881,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MLF1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034051", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034051.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -409796,8 +408895,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Mlf", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -409826,8 +408924,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7126", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7126", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -409835,11 +408934,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MLF2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034051", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034051.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -409849,8 +408948,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Mlf", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -409879,8 +408977,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7127", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7127", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -409888,11 +408987,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MLH1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0011659", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0011659.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -409902,8 +409001,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Mlh1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -409931,8 +409029,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7134", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7134", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -409940,11 +409039,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MLLT1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0026441", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026441.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -409954,8 +409053,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ear", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -409984,8 +409082,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16063", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16063", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -409993,11 +409092,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MLLT10", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261238", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261238.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -410007,8 +409106,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Alh", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -410037,8 +409135,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:7136", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7136", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -410046,11 +409145,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MLLT3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0026441", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026441.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -410060,8 +409159,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ear", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -410090,8 +409188,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7138", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7138", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -410099,11 +409198,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MLLT6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261238", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261238.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -410113,8 +409212,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Alh", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -410143,8 +409241,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24825", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24825", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -410152,11 +409251,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MLST8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0264691", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0264691.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -410166,8 +409265,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Lst8", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -410195,8 +409293,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11645", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11645", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -410204,11 +409303,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MLX", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039509", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039509.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -410218,8 +409317,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "bigmax", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -410247,8 +409345,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17055", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17055", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -410256,11 +409355,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MLXIP", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032940", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032940.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -410270,8 +409369,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Mondo", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -410300,8 +409398,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12744", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12744", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -410309,11 +409408,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MLXIPL", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032940", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032940.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -410323,8 +409422,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Mondo", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -410353,8 +409451,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25221", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25221", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -410362,11 +409461,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MMADHC", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030101", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030101.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -410376,8 +409475,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG12118", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -410406,8 +409504,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7153", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7153", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -410415,11 +409514,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MMD", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029935", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029935.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -410429,8 +409528,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG4615", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -410458,8 +409556,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:30133", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30133", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -410467,11 +409566,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MMD2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029935", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029935.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -410481,8 +409580,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG4615", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -410511,8 +409609,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:7154", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7154", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -410520,11 +409619,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MME", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029843", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029843.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -410534,8 +409633,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Nep1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -410564,8 +409662,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7154", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7154", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -410573,11 +409672,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MME", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027570", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027570.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -410587,8 +409686,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Nep2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -410617,8 +409715,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7154", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7154", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -410626,11 +409725,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MME", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038818", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038818.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -410640,8 +409739,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Nep4", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -410670,8 +409768,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14668", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14668", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -410679,11 +409778,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MMEL1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029843", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029843.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -410693,8 +409792,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Nep1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -410723,8 +409821,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14668", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14668", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -410732,11 +409831,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MMEL1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027570", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027570.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -410746,8 +409845,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Nep2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -410776,8 +409874,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14668", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14668", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -410785,11 +409884,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MMEL1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038818", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038818.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -410799,8 +409898,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Nep4", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -410829,8 +409927,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28100", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28100", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -410838,11 +409937,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MMGT1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032732", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032732.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -410852,8 +409951,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "EMC5", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -410881,8 +409979,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:7155", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7155", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -410890,11 +409989,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MMP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035049", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035049.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -410904,8 +410003,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Mmp1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -410934,8 +410032,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:7155", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7155", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -410943,11 +410042,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MMP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033438", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033438.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -410957,8 +410056,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Mmp2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -410987,8 +410085,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:7157", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7157", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -410996,11 +410095,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MMP11", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033438", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033438.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -411010,8 +410109,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Mmp2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -411040,8 +410138,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7160", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7160", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -411049,11 +410148,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MMP14", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033438", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033438.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -411063,8 +410162,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Mmp2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -411093,8 +410191,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7161", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7161", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -411102,11 +410201,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MMP15", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033438", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033438.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -411116,8 +410215,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Mmp2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -411146,8 +410244,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7162", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7162", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -411155,11 +410254,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MMP16", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035049", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035049.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -411169,8 +410268,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Mmp1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -411199,8 +410297,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7162", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7162", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -411208,11 +410307,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MMP16", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033438", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033438.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -411222,8 +410321,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Mmp2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -411252,8 +410350,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:7163", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7163", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -411261,11 +410360,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MMP17", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033438", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033438.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -411275,8 +410374,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Mmp2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -411305,8 +410403,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:7165", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7165", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -411314,11 +410413,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MMP19", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035049", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035049.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -411328,8 +410427,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Mmp1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -411358,8 +410456,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7172", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7172", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -411367,11 +410466,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MMP24", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035049", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035049.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -411381,8 +410480,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Mmp1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -411411,8 +410509,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7172", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7172", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -411420,11 +410519,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MMP24", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033438", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033438.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -411434,8 +410533,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Mmp2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -411464,8 +410562,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:14246", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14246", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -411473,11 +410572,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MMP25", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033438", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033438.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -411487,8 +410586,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Mmp2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -411517,8 +410615,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:14366", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14366", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -411526,11 +410625,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MMP28", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035049", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035049.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -411540,8 +410639,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Mmp1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -411570,8 +410668,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:7175", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7175", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -411579,11 +410678,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MMP8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035049", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035049.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -411593,8 +410692,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Mmp1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -411623,8 +410721,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:7175", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7175", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -411632,11 +410731,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MMP8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033438", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033438.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -411646,8 +410745,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Mmp2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -411676,8 +410774,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13824", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13824", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -411685,11 +410784,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MMS19", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037301", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037301.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -411699,8 +410798,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Mms19", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -411728,8 +410826,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21475", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21475", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -411737,11 +410836,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MMS22L", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0023513", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0023513.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -411751,8 +410850,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG14803", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -411781,8 +410879,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7181", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7181", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -411790,11 +410889,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MNAT1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0024956", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0024956.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -411804,8 +410903,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Mat1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -411833,8 +410931,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7188", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7188", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -411842,11 +410941,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MNT", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0023215", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0023215.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -411856,8 +410955,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Mnt", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -411886,8 +410984,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4979", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4979", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -411895,11 +410994,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MNX1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0041156", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0041156.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -411909,8 +411008,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "exex", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -411939,8 +411037,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:16015", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16015", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -411948,11 +411047,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MOB1A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038965", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038965.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -411962,8 +411061,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mats", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -411992,8 +411090,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29801", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29801", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -412001,11 +411100,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MOB1B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038965", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038965.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -412015,8 +411114,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mats", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -412044,8 +411142,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24904", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24904", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -412053,11 +411152,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MOB2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0259481", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0259481.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -412067,8 +411166,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Mob2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -412097,8 +411195,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29802", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29802", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -412106,11 +411205,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MOB3A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0259482", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0259482.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -412120,8 +411219,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Mob3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -412149,8 +411247,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23825", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23825", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -412158,11 +411257,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MOB3B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0259482", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0259482.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -412172,8 +411271,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Mob3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -412201,8 +411299,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29800", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29800", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -412210,11 +411309,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MOB3C", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0259482", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0259482.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -412224,8 +411323,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Mob3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -412253,8 +411351,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17261", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17261", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -412262,11 +411361,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MOB4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0259483", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0259483.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -412276,8 +411375,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Mob4", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -412305,8 +411403,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18234", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18234", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -412314,11 +411413,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MOCOS", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0002641", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0002641.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -412328,8 +411427,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mal", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -412357,8 +411455,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7190", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7190", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -412366,11 +411465,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MOCS1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0263241", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0263241.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -412380,8 +411479,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Mocs1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -412409,8 +411507,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7193", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7193", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -412418,11 +411517,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MOCS2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039280", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039280.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -412432,8 +411531,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Mocs2B", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -412462,8 +411560,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15765", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15765", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -412471,11 +411570,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MOCS3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032054", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032054.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -412485,8 +411584,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Uba4", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -412514,8 +411612,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:18210", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18210", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -412523,11 +411622,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MOGAT1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033214", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033214.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -412537,8 +411636,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG1941", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -412567,8 +411665,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:18210", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18210", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -412576,11 +411675,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MOGAT1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033216", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033216.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -412590,8 +411689,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG1946", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -412620,8 +411718,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:18210", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18210", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -412629,11 +411728,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MOGAT1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033215", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033215.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -412643,8 +411742,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Dgat2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -412673,8 +411771,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23248", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23248", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -412682,11 +411781,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MOGAT2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033214", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033214.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -412696,8 +411795,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG1941", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -412725,8 +411823,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23248", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23248", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -412734,11 +411833,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MOGAT2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033216", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033216.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -412748,8 +411847,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG1946", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -412777,8 +411875,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23248", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23248", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -412786,11 +411885,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MOGAT2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033215", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033215.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -412800,8 +411899,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Dgat2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -412829,8 +411927,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:23249", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23249", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -412838,11 +411937,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MOGAT3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033214", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033214.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -412852,8 +411951,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG1941", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -412882,8 +411980,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:23249", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23249", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -412891,11 +411990,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MOGAT3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033216", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033216.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -412905,8 +412004,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG1946", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -412935,8 +412033,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:23249", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23249", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -412944,11 +412043,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MOGAT3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033215", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033215.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -412958,8 +412057,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Dgat2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -412988,8 +412086,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24862", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24862", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -412997,11 +412096,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MOGS", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030289", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030289.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -413011,8 +412110,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "GCS1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -413040,8 +412138,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28207", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28207", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -413049,11 +412148,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MON1A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031640", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031640.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -413063,8 +412162,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Mon1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -413093,8 +412191,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:25020", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25020", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -413102,11 +412201,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MON1B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031640", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031640.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -413116,8 +412215,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Mon1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -413146,8 +412244,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29177", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29177", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -413155,11 +412254,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MON2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031985", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031985.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -413169,8 +412268,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mon2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -413198,8 +412296,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16989", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16989", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -413207,11 +412306,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MORF4L1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027378", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027378.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -413221,8 +412320,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "MRG15", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -413250,8 +412348,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16849", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16849", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -413259,11 +412358,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MORF4L2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027378", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027378.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -413273,8 +412372,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "MRG15", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -413302,8 +412400,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29807", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29807", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -413311,11 +412410,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MORN3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034281", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034281.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -413325,8 +412424,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG14490", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -413355,8 +412453,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29807", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29807", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -413364,11 +412463,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MORN3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0050429", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0050429.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -413378,8 +412477,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG30429", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -413408,8 +412506,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24001", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24001", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -413417,11 +412516,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MORN4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0087005", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0087005.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -413431,8 +412530,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "rtp", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -413461,8 +412559,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17841", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17841", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -413470,11 +412569,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MORN5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036014", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036014.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -413484,8 +412583,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG3222", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -413514,8 +412612,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17841", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17841", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -413523,11 +412622,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MORN5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036016", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036016.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -413537,8 +412636,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG3306", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -413567,8 +412665,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7199", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7199", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -413576,11 +412675,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MOS", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033773", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033773.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -413590,8 +412689,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Mos", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -413620,8 +412718,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:27087", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:27087", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -413629,11 +412728,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MOSMO", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036922", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036922.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -413643,8 +412742,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG14182", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -413672,8 +412770,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28381", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28381", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -413681,11 +412780,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MOSPD2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052407", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052407.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -413695,8 +412794,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG32407", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -413725,8 +412823,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28381", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28381", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -413734,11 +412833,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MOSPD2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0053523", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0053523.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -413748,8 +412847,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG33523", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -413777,8 +412875,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7200", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7200", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -413786,11 +412885,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MOV10", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034187", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034187.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -413799,9 +412898,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG6967", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Mov10", + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -413830,8 +412928,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7201", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7201", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -413839,11 +412938,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MOV10L1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0041164", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0041164.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -413853,8 +412952,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "armi", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -413883,8 +412981,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21063", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21063", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -413892,11 +412991,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MOXD1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036565", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036565.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -413906,8 +413005,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5235", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -413936,8 +413034,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21063", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21063", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -413945,11 +413044,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MOXD1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037153", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037153.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -413959,8 +413058,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "olf413", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -413989,8 +413087,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:33605", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:33605", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -413998,11 +413097,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MOXD2P", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036565", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036565.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -414012,8 +413111,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5235", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -414042,8 +413140,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:33605", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:33605", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -414051,11 +413150,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MOXD2P", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037153", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037153.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -414065,8 +413164,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "olf413", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -414095,8 +413193,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21606", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21606", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -414104,11 +413203,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MPC1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038662", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038662.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -414118,8 +413217,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Mpc1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -414147,8 +413245,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:44205", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:44205", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -414156,11 +413255,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MPC1L", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038662", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038662.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -414170,8 +413269,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Mpc1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -414200,8 +413298,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24515", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24515", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -414209,11 +413308,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MPC2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052832", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052832.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -414223,8 +413322,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG32832", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -414253,8 +413351,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24515", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24515", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -414262,11 +413361,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MPC2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037714", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037714.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -414276,8 +413375,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG9396", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -414305,8 +413403,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24515", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24515", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -414314,11 +413413,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MPC2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037715", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037715.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -414328,8 +413427,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG9399", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -414357,8 +413455,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7207", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7207", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -414366,11 +413465,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MPDU1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031662", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031662.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -414380,8 +413479,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG3792", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -414409,8 +413507,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7208", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7208", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -414418,11 +413517,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MPDZ", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038606", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038606.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -414432,8 +413531,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG15803", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -414462,8 +413560,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7208", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7208", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -414471,11 +413570,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MPDZ", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0067864", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0067864.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -414485,8 +413584,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Patj", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -414515,8 +413613,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7213", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7213", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -414524,11 +413623,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MPHOSPH10", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032051", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032051.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -414538,8 +413637,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG13097", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -414568,8 +413666,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7214", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7214", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -414577,11 +413676,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MPHOSPH6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032921", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032921.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -414591,8 +413690,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Mpp6", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -414621,8 +413719,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7216", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7216", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -414630,11 +413729,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MPI", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0286506", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0286506.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -414644,8 +413743,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Mpi", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -414673,8 +413771,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25934", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25934", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -414682,11 +413781,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MPND", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032348", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032348.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -414696,8 +413795,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG4751", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -414726,8 +413824,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:7218", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7218", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -414735,11 +413834,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MPO", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0011828", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0011828.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -414749,8 +413848,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pxn", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -414779,8 +413877,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:7219", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7219", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -414788,11 +413887,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MPP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0013759", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0013759.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -414802,8 +413901,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CASK", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -414832,8 +413930,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:7220", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7220", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -414841,11 +413940,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MPP2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0250785", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0250785.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -414855,8 +413954,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "vari", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -414885,8 +413983,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:7221", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7221", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -414894,11 +413993,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MPP3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0050021", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0050021.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -414908,8 +414007,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "metro", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -414938,8 +414036,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:13680", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13680", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -414947,11 +414046,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MPP4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0050021", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0050021.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -414961,8 +414060,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "metro", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -414986,119 +414084,14 @@ "stringencyFilter": "stringent", "totalMethodCount": 10 }, - { - "best": "Yes", - "bestReverse": "Yes", - "gene": { - "id": "HGNC:18669", - "species": { - "commonNames": "['human']", - "dataProviderFullName": "Rat Genome Database", - "dataProviderShortName": "RGD", - "name": "Homo sapiens", - "shortName": "Hsa", - "taxonId": "NCBITaxon:9606" - }, - "symbol": "MPP5", - "taxonId": "NCBITaxon:9606", - "url": null - }, - "homologGene": { - "id": "FB:FBgn0261873", - "species": { - "commonNames": "['fly', 'fruit fly', 'dme']", - "dataProviderFullName": "FlyBase", - "dataProviderShortName": "FB", - "name": "Drosophila melanogaster", - "shortName": "Dme", - "taxonId": "NCBITaxon:7227" - }, - "symbol": "sdt", - "taxonId": "NCBITaxon:7227", - "url": null - }, - "methodCount": 7, - "predictionMethodsMatched": [ - "Ensembl Compara", - "OrthoFinder", - "OrthoInspector", - "PANTHER", - "PhylomeDB", - "Roundup", - "TreeFam" - ], - "predictionMethodsNotCalled": [ - "HGNC", - "ZFIN" - ], - "predictionMethodsNotMatched": [ - "Hieranoid", - "InParanoid", - "OMA" - ], - "stringencyFilter": "stringent", - "totalMethodCount": 10 - }, - { - "best": "Yes", - "bestReverse": "Yes", - "gene": { - "id": "HGNC:18167", - "species": { - "commonNames": "['human']", - "dataProviderFullName": "Rat Genome Database", - "dataProviderShortName": "RGD", - "name": "Homo sapiens", - "shortName": "Hsa", - "taxonId": "NCBITaxon:9606" - }, - "symbol": "MPP6", - "taxonId": "NCBITaxon:9606", - "url": null - }, - "homologGene": { - "id": "FB:FBgn0250785", - "species": { - "commonNames": "['fly', 'fruit fly', 'dme']", - "dataProviderFullName": "FlyBase", - "dataProviderShortName": "FB", - "name": "Drosophila melanogaster", - "shortName": "Dme", - "taxonId": "NCBITaxon:7227" - }, - "symbol": "vari", - "taxonId": "NCBITaxon:7227", - "url": null - }, - "methodCount": 8, - "predictionMethodsMatched": [ - "Ensembl Compara", - "InParanoid", - "OMA", - "OrthoFinder", - "OrthoInspector", - "PANTHER", - "PhylomeDB", - "TreeFam" - ], - "predictionMethodsNotCalled": [ - "HGNC", - "ZFIN" - ], - "predictionMethodsNotMatched": [ - "Hieranoid", - "Roundup" - ], - "stringencyFilter": "stringent", - "totalMethodCount": 10 - }, { "best": "Yes", "bestReverse": "Yes", "gene": { "id": "HGNC:26542", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26542", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -415106,11 +414099,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MPP7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0050021", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0050021.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -415120,8 +414113,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "metro", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -415150,8 +414142,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15988", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15988", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -415159,11 +414152,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MPPE1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031997", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031997.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -415173,8 +414166,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "PGAP5", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -415202,8 +414194,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1306", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1306", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -415211,11 +414204,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MPPED1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036028", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036028.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -415225,8 +414218,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG16717", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -415255,8 +414247,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1180", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1180", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -415264,11 +414257,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MPPED2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036028", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036028.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -415278,8 +414271,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG16717", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -415308,8 +414300,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30321", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30321", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -415317,11 +414310,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MPRIP", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003016", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003016.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -415331,8 +414324,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "osp", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -415361,8 +414353,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7224", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7224", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -415370,11 +414363,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MPV17", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039930", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039930.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -415384,8 +414377,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG11077", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -415413,8 +414405,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26827", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26827", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -415422,11 +414415,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MPV17L", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040805", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040805.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -415436,8 +414429,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG12355", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -415466,8 +414458,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26827", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26827", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -415475,11 +414468,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MPV17L", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0026872", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026872.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -415489,8 +414482,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG14777", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -415519,8 +414511,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26827", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26827", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -415528,11 +414521,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MPV17L", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029580", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029580.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -415542,8 +414535,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG14778", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -415572,8 +414564,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26827", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26827", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -415581,11 +414574,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MPV17L", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037292", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037292.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -415595,8 +414588,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "plh", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -415625,8 +414617,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28177", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28177", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -415634,11 +414627,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MPV17L2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030481", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030481.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -415648,8 +414641,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG1662", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -415678,8 +414670,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28177", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28177", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -415687,11 +414680,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MPV17L2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052262", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052262.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -415701,8 +414694,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG32262", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -415731,8 +414723,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28177", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28177", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -415740,11 +414733,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MPV17L2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052263", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052263.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -415754,8 +414747,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG32263", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -415784,8 +414776,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28177", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28177", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -415793,11 +414786,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MPV17L2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036217", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036217.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -415807,8 +414800,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5906", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -415837,8 +414829,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7230", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7230", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -415846,11 +414839,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MRE11", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0020270", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0020270.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -415860,8 +414853,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mre11", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -415889,8 +414881,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15866", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15866", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -415898,11 +414891,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MRGBP", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033341", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033341.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -415912,8 +414905,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "MrgBP", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -415942,8 +414934,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28469", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28469", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -415951,11 +414944,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MRI1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039849", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039849.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -415965,8 +414958,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG11334", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -415994,8 +414986,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16352", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16352", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -416003,11 +414996,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MRM2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038737", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038737.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -416017,8 +415010,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG11447", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -416046,8 +415038,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18485", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18485", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -416055,11 +415048,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MRM3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036889", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036889.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -416069,8 +415062,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG14100", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -416099,8 +415091,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30817", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30817", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -416108,11 +415101,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MRNIP", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0262987", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0262987.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -416122,8 +415115,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG43295", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -416152,8 +415144,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26958", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26958", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -416161,11 +415154,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MROH1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040236", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040236.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -416175,8 +415168,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "c11.1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -416205,8 +415197,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:27936", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:27936", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -416214,11 +415207,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MROH2A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040236", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040236.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -416228,8 +415221,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "c11.1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -416258,8 +415250,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:26857", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26857", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -416267,11 +415260,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MROH2B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040236", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040236.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -416281,8 +415274,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "c11.1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -416311,8 +415303,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14275", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14275", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -416320,11 +415313,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MRPL1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037566", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037566.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -416334,8 +415327,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mRpL1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -416364,8 +415356,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14055", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14055", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -416373,11 +415366,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MRPL10", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031231", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031231.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -416387,8 +415380,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mRpL10", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -416417,8 +415409,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14042", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14042", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -416426,11 +415419,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MRPL11", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038234", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038234.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -416440,8 +415433,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mRpL11", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -416469,8 +415461,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10378", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10378", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -416478,11 +415471,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MRPL12", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0011787", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0011787.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -416492,8 +415485,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mRpL12", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -416521,8 +415513,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14278", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14278", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -416530,11 +415523,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MRPL13", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032720", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032720.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -416544,8 +415537,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mRpL13", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -416573,8 +415565,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14279", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14279", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -416582,11 +415575,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MRPL14", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040389", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040389.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -416596,8 +415589,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mRpL14", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -416625,8 +415617,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14054", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14054", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -416634,11 +415627,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MRPL15", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036990", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036990.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -416648,8 +415641,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mRpL15", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -416678,8 +415670,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14476", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14476", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -416687,11 +415680,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MRPL16", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0023519", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0023519.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -416701,8 +415694,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mRpL16", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -416731,8 +415723,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14053", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14053", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -416740,11 +415733,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MRPL17", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035122", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035122.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -416754,8 +415747,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mRpL17", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -416784,8 +415776,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14477", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14477", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -416793,11 +415786,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MRPL18", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0026741", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026741.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -416807,8 +415800,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mRpL18", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -416836,8 +415828,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14052", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14052", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -416845,11 +415838,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MRPL19", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037608", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037608.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -416859,8 +415852,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mRpL19", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -416889,8 +415881,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14056", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14056", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -416898,11 +415891,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MRPL2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036135", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036135.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -416912,8 +415905,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mRpL2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -416941,8 +415933,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14478", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14478", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -416950,11 +415943,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MRPL20", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036335", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036335.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -416964,8 +415957,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mRpL20", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -416994,8 +415986,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14479", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14479", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -417003,11 +415996,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MRPL21", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036853", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036853.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -417017,8 +416010,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mRpL21", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -417047,8 +416039,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14480", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14480", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -417056,11 +416049,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MRPL22", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030786", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030786.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -417070,8 +416063,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mRpL22", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -417099,8 +416091,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10322", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10322", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -417108,11 +416101,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MRPL23", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035335", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035335.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -417122,8 +416115,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mRpL23", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -417151,8 +416143,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14037", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14037", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -417160,11 +416153,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MRPL24", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031651", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031651.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -417174,8 +416167,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mRpL24", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -417203,8 +416195,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14483", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14483", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -417212,11 +416205,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MRPL27", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0053002", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0053002.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -417226,8 +416219,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mRpL27", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -417256,8 +416248,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14484", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14484", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -417265,11 +416258,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MRPL28", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031660", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031660.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -417279,8 +416272,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mRpL28", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -417308,8 +416300,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10379", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10379", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -417317,11 +416310,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MRPL3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030686", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030686.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -417331,8 +416324,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mRpL3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -417361,8 +416353,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14036", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14036", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -417370,11 +416363,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MRPL30", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029718", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029718.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -417384,8 +416377,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mRpL30", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -417414,8 +416406,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14035", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14035", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -417423,11 +416416,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MRPL32", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039835", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039835.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -417437,8 +416430,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mRpL32", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -417467,8 +416459,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14487", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14487", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -417476,11 +416469,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MRPL33", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040907", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040907.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -417490,8 +416483,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mRpL33", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -417520,8 +416512,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14488", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14488", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -417529,11 +416522,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MRPL34", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0083983", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0083983.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -417543,8 +416536,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mRpL34", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -417573,8 +416565,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14489", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14489", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -417582,11 +416575,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MRPL35", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038923", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038923.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -417596,8 +416589,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mRpL35", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -417626,8 +416618,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14490", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14490", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -417635,11 +416628,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MRPL36", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0042112", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0042112.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -417649,8 +416642,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mRpL36", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -417679,8 +416671,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14034", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14034", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -417688,11 +416681,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MRPL37", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261380", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261380.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -417702,8 +416695,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mRpL37", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -417732,8 +416724,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14033", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14033", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -417741,11 +416734,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MRPL38", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030552", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030552.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -417755,8 +416748,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mRpL38", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -417785,8 +416777,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14027", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14027", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -417794,11 +416787,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MRPL39", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036462", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036462.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -417808,8 +416801,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mRpL39", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -417838,8 +416830,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14276", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14276", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -417847,11 +416840,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MRPL4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0001995", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0001995.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -417861,8 +416854,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mRpL4", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -417891,8 +416883,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14491", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14491", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -417900,11 +416893,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MRPL40", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037892", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037892.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -417914,8 +416907,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mRpL40", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -417943,8 +416935,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14492", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14492", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -417952,11 +416945,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MRPL41", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034001", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034001.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -417966,8 +416959,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mRpL41", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -417996,8 +416988,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14493", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14493", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -418005,11 +416998,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MRPL42", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033480", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033480.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -418019,8 +417012,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mRpL42", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -418049,8 +417041,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14517", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14517", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -418058,11 +417051,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MRPL43", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034893", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034893.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -418072,8 +417065,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mRpL43", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -418101,8 +417093,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16650", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16650", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -418110,11 +417103,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MRPL44", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037330", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037330.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -418124,8 +417117,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mRpL44", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -418154,8 +417146,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16651", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16651", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -418163,11 +417156,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MRPL45", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0263863", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0263863.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -418177,8 +417170,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mRpL45", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -418207,8 +417199,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1192", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1192", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -418216,11 +417209,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MRPL46", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035272", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035272.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -418230,8 +417223,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mRpL46", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -418259,8 +417251,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16652", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16652", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -418268,11 +417261,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MRPL47", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0014023", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0014023.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -418282,8 +417275,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mRpL47", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -418312,8 +417304,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16653", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16653", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -418321,11 +417314,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MRPL48", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031357", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031357.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -418335,8 +417328,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mRpL48", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -418365,8 +417357,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1176", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1176", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -418374,11 +417367,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MRPL49", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030433", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030433.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -418388,8 +417381,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mRpL49", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -418417,8 +417409,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16654", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16654", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -418426,11 +417419,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MRPL50", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028648", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028648.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -418440,8 +417433,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mRpL50", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -418470,8 +417462,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14044", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14044", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -418479,11 +417472,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MRPL51", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032053", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032053.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -418493,8 +417486,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mRpL51", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -418523,8 +417515,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16655", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16655", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -418532,11 +417525,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MRPL52", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033208", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033208.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -418546,8 +417539,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mRpL52", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -418576,8 +417568,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16684", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16684", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -418585,11 +417578,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MRPL53", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0050481", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0050481.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -418599,8 +417592,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mRpL53", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -418629,8 +417621,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16685", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16685", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -418638,11 +417631,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MRPL54", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034579", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034579.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -418652,8 +417645,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mRpL54", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -418682,8 +417674,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16686", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16686", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -418691,11 +417684,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MRPL55", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038678", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038678.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -418705,8 +417698,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mRpL55", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -418735,8 +417727,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14514", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14514", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -418744,11 +417737,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MRPL57", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0026089", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026089.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -418758,8 +417751,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG14817", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -418788,8 +417780,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:5359", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:5359", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -418797,11 +417790,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MRPL58", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032261", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032261.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -418811,8 +417804,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6094", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -418840,8 +417832,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14277", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14277", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -418849,11 +417842,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MRPL9", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038319", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038319.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -418863,8 +417856,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mRpL9", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -418893,8 +417885,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14502", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14502", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -418902,11 +417895,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MRPS10", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038307", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038307.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -418916,8 +417909,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mRpS10", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -418946,8 +417938,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14050", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14050", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -418955,11 +417948,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MRPS11", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038474", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038474.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -418969,8 +417962,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mRpS11", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -418999,8 +417991,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10380", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10380", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -419008,11 +418001,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MRPS12", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003714", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003714.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -419022,8 +418015,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "tko", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -419052,8 +418044,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14049", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14049", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -419061,11 +418054,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MRPS14", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0044030", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0044030.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -419075,8 +418068,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mRpS14", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -419104,8 +418096,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14504", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14504", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -419113,11 +418106,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MRPS15", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0026261", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026261.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -419127,8 +418120,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "bonsai", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -419157,8 +418149,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14048", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14048", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -419166,11 +418159,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MRPS16", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033907", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033907.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -419180,8 +418173,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mRpS16", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -419209,8 +418201,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14047", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14047", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -419218,11 +418211,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MRPS17", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034986", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034986.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -419232,8 +418225,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mRpS17", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -419262,8 +418254,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14515", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14515", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -419271,11 +418264,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MRPS18A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051450", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051450.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -419285,8 +418278,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mRpS18A", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -419315,8 +418307,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14516", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14516", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -419324,11 +418317,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MRPS18B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032849", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032849.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -419338,8 +418331,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mRpS18B", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -419368,8 +418360,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16633", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16633", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -419377,11 +418370,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MRPS18C", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039765", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039765.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -419391,8 +418384,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mRpS18C", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -419421,8 +418413,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14495", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14495", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -419430,11 +418423,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MRPS2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031639", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031639.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -419444,8 +418437,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mRpS2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -419473,8 +418465,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14046", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14046", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -419482,11 +418475,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MRPS21", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0044511", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0044511.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -419496,8 +418489,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mRpS21", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -419526,8 +418518,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14508", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14508", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -419535,11 +418528,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MRPS22", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039555", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039555.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -419549,8 +418542,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mRpS22", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -419578,8 +418570,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14509", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14509", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -419587,11 +418580,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MRPS23", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0260407", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0260407.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -419601,8 +418594,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mRpS23", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -419631,8 +418623,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14510", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14510", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -419640,11 +418633,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MRPS24", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039159", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039159.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -419654,8 +418647,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mRpS24", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -419683,8 +418675,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14511", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14511", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -419692,11 +418685,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MRPS25", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030572", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030572.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -419706,8 +418699,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mRpS25", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -419736,8 +418728,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14045", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14045", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -419745,11 +418738,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MRPS26", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036774", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036774.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -419759,8 +418752,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mRpS26", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -419789,8 +418781,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14512", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14512", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -419798,11 +418791,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MRPS27", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0025336", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0025336.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -419812,8 +418805,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG4882", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -419842,8 +418834,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14513", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14513", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -419851,11 +418844,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MRPS28", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034361", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034361.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -419865,8 +418858,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mRpS28", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -419895,8 +418887,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8769", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8769", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -419904,11 +418897,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MRPS30", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030692", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030692.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -419918,8 +418911,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mRpS30", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -419948,8 +418940,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16632", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16632", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -419957,11 +418950,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MRPS31", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036557", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036557.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -419971,8 +418964,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mRpS31", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -420001,8 +418993,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16634", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16634", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -420010,11 +419003,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MRPS33", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038426", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038426.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -420024,8 +419017,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mRpS33", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -420053,8 +419045,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16618", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16618", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -420062,11 +419055,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MRPS34", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0285951", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0285951.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -420076,8 +419069,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mRpS34", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -420106,8 +419098,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16635", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16635", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -420115,11 +419108,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MRPS35", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035374", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035374.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -420129,8 +419122,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mRpS35", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -420158,8 +419150,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14498", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14498", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -420167,11 +419160,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MRPS5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0287187", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0287187.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -420181,8 +419174,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mRpS5", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -420210,8 +419202,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14051", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14051", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -420219,11 +419212,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MRPS6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035534", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035534.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -420233,8 +419226,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mRpS6", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -420263,8 +419255,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14499", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14499", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -420272,11 +419265,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MRPS7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032236", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032236.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -420286,8 +419279,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mRpS7", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -420316,8 +419308,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14501", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14501", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -420325,11 +419318,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MRPS9", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037529", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037529.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -420339,8 +419332,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mRpS9", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -420368,8 +419360,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7234", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7234", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -420377,11 +419370,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MRRF", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035980", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035980.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -420391,8 +419384,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mRRF1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -420420,8 +419412,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14334", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14334", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -420429,11 +419422,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MRTFA", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052296", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052296.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -420443,8 +419436,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Mrtf", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -420473,8 +419465,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:29819", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29819", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -420482,11 +419475,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MRTFB", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052296", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052296.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -420496,8 +419489,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Mrtf", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -420526,8 +419518,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18477", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18477", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -420535,11 +419528,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MRTO4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033485", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033485.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -420549,8 +419542,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "RpLP0-like", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -420579,8 +419571,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:33741", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:33741", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -420588,11 +419581,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MSANTD1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031739", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031739.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -420602,8 +419595,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG14005", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -420632,8 +419624,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:33741", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:33741", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -420641,11 +419634,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MSANTD1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0042111", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0042111.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -420655,8 +419648,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG18766", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -420685,8 +419677,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:33741", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:33741", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -420694,11 +419687,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MSANTD1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036248", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036248.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -420708,8 +419701,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ssp", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -420738,8 +419730,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23370", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23370", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -420747,11 +419740,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MSANTD3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052813", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052813.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -420761,8 +419754,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG32813", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -420791,8 +419783,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7321", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7321", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -420800,11 +419793,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MSC", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0022740", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0022740.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -420814,8 +419807,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "HLH54F", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -420844,8 +419836,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:14907", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14907", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -420853,11 +419846,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MSGN1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037672", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037672.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -420867,8 +419860,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "sage", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -420897,8 +419889,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7325", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7325", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -420906,11 +419899,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MSH2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015546", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015546.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -420920,8 +419913,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "spel1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -420949,8 +419941,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7329", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7329", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -420958,11 +419951,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MSH6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036486", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036486.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -420972,8 +419965,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Msh6", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -421002,8 +419994,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:7330", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7330", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -421011,11 +420004,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MSI1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0260943", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0260943.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -421025,8 +420018,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rbp6", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -421055,8 +420047,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18585", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18585", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -421064,11 +420057,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MSI2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0260943", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0260943.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -421078,8 +420071,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rbp6", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -421108,8 +420100,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:27905", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:27905", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -421117,11 +420110,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MSL1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0005617", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0005617.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -421131,8 +420124,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "msl-1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -421161,8 +420153,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25544", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25544", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -421170,11 +420163,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MSL2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0005616", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0005616.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -421184,8 +420177,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "msl-2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -421214,8 +420206,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7370", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7370", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -421223,11 +420216,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MSL3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0002775", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0002775.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -421237,8 +420230,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "msl-3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -421266,8 +420258,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:17837", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17837", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -421275,11 +420268,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MSL3P1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0002775", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0002775.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -421289,8 +420282,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "msl-3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -421319,8 +420311,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7373", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7373", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -421328,11 +420321,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MSN", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0011661", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0011661.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -421342,8 +420335,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Moe", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -421372,8 +420364,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7377", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7377", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -421381,11 +420374,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MSRA", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000565", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000565.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -421395,8 +420388,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "MsrA", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -421425,8 +420417,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:17061", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17061", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -421434,11 +420427,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MSRB2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0267376", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0267376.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -421448,8 +420441,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "SelR", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -421478,8 +420470,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:27375", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:27375", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -421487,11 +420480,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MSRB3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0267376", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0267376.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -421501,8 +420494,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "SelR", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -421530,8 +420522,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21000", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21000", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -421539,11 +420532,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MSS51", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036479", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036479.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -421553,8 +420546,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG13458", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -421583,8 +420575,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7390", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7390", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -421592,11 +420585,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MST1L", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038727", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038727.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -421606,8 +420599,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7432", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -421636,8 +420628,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4223", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4223", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -421645,11 +420638,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MSTN", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0026199", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026199.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -421659,8 +420652,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "myo", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -421689,8 +420681,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29678", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29678", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -421698,11 +420691,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MSTO1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0020272", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0020272.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -421712,8 +420705,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mst", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -421741,8 +420733,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7391", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7391", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -421750,11 +420743,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MSX1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000492", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000492.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -421764,8 +420757,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Dr", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -421794,8 +420786,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7392", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7392", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -421803,11 +420796,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MSX2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000492", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000492.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -421817,8 +420810,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Dr", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -421847,8 +420839,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7414", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7414", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -421856,11 +420849,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MT-ATP6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0013672", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0013672.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -421870,8 +420863,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mt:ATPase6", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -421900,8 +420892,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7419", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7419", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -421909,11 +420902,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MT-CO1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0013674", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0013674.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -421923,8 +420916,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mt:CoI", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -421952,8 +420944,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:7421", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7421", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -421961,11 +420954,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MT-CO2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0013675", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0013675.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -421975,8 +420968,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mt:CoII", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -422005,8 +420997,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7422", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7422", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -422014,11 +421007,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MT-CO3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0013676", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0013676.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -422028,8 +421021,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mt:CoIII", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -422057,8 +421049,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7427", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7427", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -422066,11 +421059,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MT-CYB", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0013678", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0013678.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -422080,8 +421073,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mt:Cyt-b", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -422110,8 +421102,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7455", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7455", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -422119,11 +421112,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MT-ND1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0013679", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0013679.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -422133,8 +421126,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mt:ND1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -422163,8 +421155,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7456", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7456", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -422172,11 +421165,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MT-ND2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0013680", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0013680.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -422186,8 +421179,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mt:ND2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -422215,8 +421207,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7458", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7458", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -422224,11 +421217,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MT-ND3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0013681", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0013681.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -422238,8 +421231,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mt:ND3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -422267,8 +421259,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7459", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7459", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -422276,11 +421269,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MT-ND4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0262952", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0262952.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -422290,8 +421283,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mt:ND4", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -422320,8 +421312,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7460", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7460", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -422329,11 +421322,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MT-ND4L", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0013683", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0013683.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -422343,8 +421336,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mt:ND4L", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -422373,8 +421365,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7461", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7461", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -422382,11 +421375,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MT-ND5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0013684", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0013684.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -422396,8 +421389,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mt:ND5", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -422426,8 +421418,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7462", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7462", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -422435,11 +421428,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MT-ND6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0013685", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0013685.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -422449,8 +421442,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mt:ND6", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -422479,8 +421471,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:7410", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7410", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -422488,11 +421481,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MTA1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027951", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027951.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -422502,8 +421495,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "MTA1-like", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -422532,8 +421524,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7411", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7411", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -422541,11 +421534,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MTA2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027951", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027951.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -422555,8 +421548,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "MTA1-like", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -422585,8 +421577,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23784", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23784", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -422594,11 +421587,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MTA3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027951", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027951.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -422608,8 +421601,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "MTA1-like", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -422638,8 +421630,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7413", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7413", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -422647,11 +421640,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MTAP", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051115", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051115.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -422661,8 +421654,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG31115", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -422691,8 +421683,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7413", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7413", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -422700,11 +421693,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MTAP", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034215", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034215.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -422714,8 +421707,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Mtap", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -422743,8 +421735,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26189", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26189", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -422752,11 +421745,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MTARC1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033451", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033451.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -422766,8 +421759,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Marc", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -422795,8 +421787,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26064", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26064", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -422804,11 +421797,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MTARC2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033451", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033451.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -422818,8 +421811,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Marc", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -422847,8 +421839,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17586", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17586", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -422856,11 +421849,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MTCH1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029963", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029963.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -422870,8 +421863,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10920", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -422900,8 +421892,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:17586", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17586", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -422909,11 +421902,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MTCH1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027786", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027786.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -422923,8 +421916,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Mtch", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -422953,8 +421945,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17587", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17587", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -422962,11 +421955,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MTCH2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029963", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029963.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -422976,8 +421969,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10920", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -423006,8 +421998,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17587", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17587", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -423015,11 +422008,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MTCH2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027786", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027786.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -423029,8 +422022,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Mtch", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -423058,8 +422050,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:29121", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29121", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -423067,11 +422060,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MTCL1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031869", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031869.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -423081,8 +422074,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG18304", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -423111,8 +422103,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:52028", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:52028", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -423120,11 +422113,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MTCO2P12", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0013675", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0013675.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -423134,8 +422127,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mt:CoII", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -423164,8 +422156,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21463", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21463", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -423173,11 +422166,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MTERF1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028530", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028530.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -423187,8 +422180,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mTTF", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -423217,8 +422209,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30779", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30779", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -423226,11 +422219,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MTERF2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028530", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028530.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -423240,8 +422233,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mTTF", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -423270,8 +422262,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24258", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24258", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -423279,11 +422272,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MTERF3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037008", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037008.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -423293,8 +422286,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mTerf3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -423322,8 +422314,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28785", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28785", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -423331,11 +422324,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MTERF4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031419", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031419.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -423345,8 +422338,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG15390", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -423375,8 +422367,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7428", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7428", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -423384,11 +422377,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MTF1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040305", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040305.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -423398,8 +422391,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "MTF-1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -423428,8 +422420,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29535", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29535", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -423437,11 +422430,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MTF2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003044", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003044.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -423451,8 +422444,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pcl", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -423481,8 +422473,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29666", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29666", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -423490,11 +422483,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MTFMT", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039836", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039836.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -423504,8 +422497,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG1750", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -423533,8 +422525,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26945", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26945", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -423542,11 +422535,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MTFP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030883", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030883.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -423556,8 +422549,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7772", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -423586,8 +422578,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:32159", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:32159", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -423595,11 +422588,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MTG1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039020", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039020.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -423609,8 +422602,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG17141", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -423638,8 +422630,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16239", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16239", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -423647,11 +422640,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MTG2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032031", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032031.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -423661,8 +422654,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG13390", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -423691,8 +422683,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7432", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7432", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -423700,11 +422693,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MTHFD1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0020385", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0020385.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -423714,8 +422707,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "pug", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -423743,8 +422735,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:21055", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21055", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -423752,11 +422745,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MTHFD1L", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0020385", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0020385.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -423766,8 +422759,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "pug", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -423796,8 +422788,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7434", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7434", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -423805,11 +422798,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MTHFD2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010222", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010222.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -423819,8 +422812,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Nmdmc", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -423849,8 +422841,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:31865", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:31865", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -423858,11 +422851,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MTHFD2L", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010222", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010222.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -423872,8 +422865,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Nmdmc", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -423902,8 +422894,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7436", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7436", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -423911,11 +422904,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MTHFR", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036157", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036157.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -423925,8 +422918,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7560", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -423955,8 +422947,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:7437", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7437", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -423964,11 +422957,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MTHFS", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0085453", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0085453.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -423978,8 +422971,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Mthfs", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -424008,8 +423000,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25778", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25778", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -424017,11 +423010,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MTHFSD", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0263594", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0263594.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -424031,8 +423024,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "lost", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -424061,8 +423053,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7441", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7441", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -424070,11 +423063,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MTIF2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039588", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039588.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -424084,8 +423077,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mIF2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -424113,8 +423105,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29788", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29788", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -424122,11 +423115,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MTIF3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033712", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033712.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -424136,8 +423129,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mIF3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -424166,8 +423158,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:7448", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7448", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -424175,11 +423168,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MTM1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0025742", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0025742.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -424189,8 +423182,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mtm", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -424219,8 +423211,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:7449", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7449", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -424228,11 +423221,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MTMR1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0025742", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0025742.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -424242,8 +423235,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mtm", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -424272,8 +423264,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25999", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25999", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -424281,11 +423274,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MTMR10", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030582", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030582.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -424295,8 +423288,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG14411", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -424325,8 +423317,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:24307", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24307", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -424334,11 +423327,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MTMR11", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030582", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030582.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -424348,8 +423341,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG14411", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -424378,8 +423370,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:18191", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18191", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -424387,11 +423380,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MTMR12", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030582", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030582.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -424401,8 +423394,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG14411", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -424431,8 +423423,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26190", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26190", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -424440,11 +423433,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MTMR14", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027506", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027506.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -424454,8 +423447,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "EDTP", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -424484,8 +423476,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7450", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7450", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -424493,11 +423486,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MTMR2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0025742", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0025742.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -424507,8 +423500,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mtm", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -424536,8 +423528,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7451", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7451", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -424545,11 +423538,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MTMR3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030735", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030735.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -424559,8 +423552,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG3632", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -424589,8 +423581,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:7452", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7452", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -424598,11 +423591,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MTMR4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030735", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030735.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -424612,8 +423605,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG3632", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -424642,8 +423634,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7453", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7453", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -424651,11 +423644,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MTMR6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028497", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028497.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -424664,9 +423657,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG3530", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Mtmr6", + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -424694,8 +423686,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7454", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7454", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -424703,11 +423696,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MTMR7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028497", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028497.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -424716,9 +423709,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG3530", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Mtmr6", + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -424746,8 +423738,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16825", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16825", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -424755,11 +423748,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MTMR8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028497", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028497.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -424768,9 +423761,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG3530", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Mtmr6", + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -424798,8 +423790,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14596", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14596", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -424807,11 +423800,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MTMR9", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035945", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035945.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -424821,8 +423814,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5026", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -424850,8 +423842,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7463", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7463", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -424859,11 +423852,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MTNR1A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0025631", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0025631.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -424873,8 +423866,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "moody", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -424903,8 +423895,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7463", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7463", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -424912,11 +423905,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MTNR1A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0046687", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0046687.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -424926,8 +423919,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Tre1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -424956,8 +423948,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7464", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7464", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -424965,11 +423958,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MTNR1B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0025631", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0025631.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -424979,8 +423972,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "moody", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -425009,8 +424001,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7464", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7464", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -425018,11 +424011,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MTNR1B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0046687", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0046687.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -425032,8 +424025,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Tre1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -425062,8 +424054,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19261", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19261", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -425071,11 +424064,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MTO1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034735", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034735.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -425085,8 +424078,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG4610", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -425115,8 +424107,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3942", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3942", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -425124,11 +424117,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MTOR", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0021796", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0021796.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -425138,8 +424131,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Tor", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -425167,8 +424159,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25532", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25532", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -425176,11 +424169,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MTPAP", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0024360", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0024360.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -425190,8 +424183,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "MTPAP", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -425220,8 +424212,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15667", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15667", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -425229,11 +424222,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MTPN", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051715", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051715.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -425243,8 +424236,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG31715", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -425273,8 +424265,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15667", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15667", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -425282,11 +424275,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MTPN", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030982", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030982.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -425296,8 +424289,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7423", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -425326,8 +424318,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7468", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7468", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -425335,11 +424328,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MTR", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032726", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032726.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -425349,8 +424342,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10621", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -425379,8 +424371,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7468", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7468", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -425388,11 +424381,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MTR", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032727", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032727.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -425402,8 +424395,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10623", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -425432,8 +424424,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17971", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17971", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -425441,11 +424434,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MTRES1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039565", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039565.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -425455,8 +424448,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG4884", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -425485,8 +424477,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18734", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18734", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -425494,11 +424487,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MTREX", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0001986", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0001986.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -425508,8 +424501,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Mtr4", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -425538,8 +424530,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:7469", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7469", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -425547,11 +424540,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MTRF1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032486", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032486.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -425561,8 +424554,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mRF1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -425591,8 +424583,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21051", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21051", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -425600,11 +424593,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MTRF1L", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032486", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032486.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -425614,8 +424607,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mRF1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -425639,13 +424631,67 @@ "stringencyFilter": "stringent", "totalMethodCount": 10 }, + { + "best": "Yes", + "bestReverse": "Yes", + "gene": { + "id": "HGNC:26784", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26784", + "species": { + "commonNames": "['human', 'hsa']", + "dataProviderFullName": "Rat Genome Database", + "dataProviderShortName": "RGD", + "name": "Homo sapiens", + "shortName": "Hsa", + "taxonId": "NCBITaxon:9606" + }, + "symbol": "MTRFR", + "taxonId": "NCBITaxon:9606" + }, + "homologGene": { + "id": "FB:FBgn0050100", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0050100.html", + "species": { + "commonNames": "['fly', 'fruit fly', 'dme']", + "dataProviderFullName": "FlyBase", + "dataProviderShortName": "FB", + "name": "Drosophila melanogaster", + "shortName": "Dme", + "taxonId": "NCBITaxon:7227" + }, + "symbol": "CG30100", + "taxonId": "NCBITaxon:7227" + }, + "methodCount": 8, + "predictionMethodsMatched": [ + "Ensembl Compara", + "Hieranoid", + "InParanoid", + "OrthoFinder", + "OrthoInspector", + "PANTHER", + "PhylomeDB", + "TreeFam" + ], + "predictionMethodsNotCalled": [ + "HGNC", + "ZFIN" + ], + "predictionMethodsNotMatched": [ + "OMA", + "Roundup" + ], + "stringencyFilter": "stringent", + "totalMethodCount": 10 + }, { "best": "Yes", "bestReverse": "Yes", "gene": { "id": "HGNC:7473", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7473", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -425653,11 +424699,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MTRR", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038429", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038429.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -425667,8 +424713,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG14882", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -425697,8 +424742,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20443", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20443", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -425706,11 +424752,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MTSS1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0053558", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0053558.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -425720,8 +424766,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mim", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -425750,8 +424795,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:25094", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25094", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -425759,11 +424805,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MTSS2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0053558", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0053558.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -425773,8 +424819,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mim", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -425803,8 +424848,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7467", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7467", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -425812,11 +424858,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MTTP", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0266369", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0266369.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -425826,8 +424872,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Mtp", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -425856,8 +424901,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:29789", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29789", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -425865,11 +424911,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MTUS1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015600", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015600.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -425879,8 +424925,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "toc", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -425909,8 +424954,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20595", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20595", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -425918,11 +424964,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MTUS2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015600", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015600.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -425932,8 +424978,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "toc", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -425962,8 +425007,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7504", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7504", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -425971,11 +425017,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MTX1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037710", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037710.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -425985,8 +425031,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG9393", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -426015,8 +425060,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7506", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7506", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -426024,11 +425070,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MTX2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030620", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030620.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -426038,8 +425084,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5662", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -426068,8 +425113,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7506", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7506", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -426077,11 +425123,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MTX2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036920", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036920.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -426091,8 +425137,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8004", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -426120,8 +425165,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24812", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24812", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -426129,11 +425175,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MTX3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037710", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037710.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -426143,8 +425189,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG9393", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -426173,8 +425218,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7508", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7508", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -426182,11 +425228,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MUC1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052602", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052602.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -426196,8 +425242,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Muc12Ea", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -426226,8 +425271,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7515", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7515", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -426235,11 +425281,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MUC5AC", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029167", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029167.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -426249,8 +425295,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Hml", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -426279,8 +425324,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7516", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7516", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -426288,11 +425334,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MUC5B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029167", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029167.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -426302,8 +425348,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Hml", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -426332,8 +425377,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30588", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30588", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -426341,11 +425387,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MUCL1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032834", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032834.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -426355,8 +425401,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG13965", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -426385,8 +425430,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25762", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25762", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -426394,11 +425440,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MUL1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035483", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035483.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -426408,8 +425454,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Mul1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -426437,8 +425482,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29814", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29814", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -426446,11 +425492,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MUS81", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040347", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040347.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -426460,8 +425506,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mus81", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -426489,8 +425534,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7525", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7525", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -426498,11 +425544,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MUSK", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0020391", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0020391.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -426512,8 +425558,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Nrk", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -426542,8 +425587,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25153", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25153", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -426551,11 +425597,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MVB12A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030894", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030894.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -426565,8 +425611,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Mvb12", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -426595,8 +425640,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:23368", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23368", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -426604,11 +425650,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MVB12B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030894", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030894.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -426618,8 +425664,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Mvb12", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -426648,8 +425693,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7529", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7529", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -426657,11 +425703,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MVD", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030683", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030683.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -426671,8 +425717,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Mvd", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -426701,8 +425746,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7530", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7530", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -426710,11 +425756,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MVK", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0061359", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0061359.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -426723,9 +425769,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG33671", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Mvk", + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -426754,8 +425799,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7541", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7541", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -426763,11 +425809,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MXRA7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037134", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037134.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -426777,8 +425823,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7407", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -426807,8 +425852,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7545", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7545", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -426816,11 +425862,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MYB", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0002914", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0002914.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -426830,8 +425876,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Myb", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -426860,8 +425905,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7546", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7546", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -426869,11 +425915,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MYBBP1A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0001341", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0001341.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -426883,8 +425929,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Mybbp1A", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -426913,8 +425958,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7547", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7547", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -426922,11 +425968,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MYBL1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0002914", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0002914.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -426936,8 +425982,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Myb", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -426966,8 +426011,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:7548", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7548", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -426975,11 +426021,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MYBL2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0002914", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0002914.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -426989,8 +426035,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Myb", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -427019,8 +426064,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7552", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7552", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -427028,11 +426074,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MYBPH", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035410", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035410.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -427041,9 +426087,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG14964", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "MnM", + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -427072,8 +426117,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30434", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30434", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -427081,11 +426127,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MYBPHL", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035410", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035410.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -427094,9 +426140,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG14964", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "MnM", + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -427125,8 +426170,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7553", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7553", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -427134,11 +426180,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MYC", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0262656", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0262656.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -427148,8 +426194,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Myc", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -427178,8 +426223,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7554", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7554", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -427187,11 +426233,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MYCBP", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038043", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038043.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -427201,8 +426247,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG17202", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -427231,8 +426276,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23386", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23386", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -427240,11 +426286,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MYCBP2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030600", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030600.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -427254,8 +426300,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "hiw", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -427283,8 +426328,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:7555", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7555", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -427292,11 +426338,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MYCL", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0262656", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0262656.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -427306,8 +426352,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Myc", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -427336,8 +426381,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:7559", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7559", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -427345,11 +426391,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MYCN", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0262656", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0262656.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -427359,8 +426405,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Myc", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -427389,8 +426434,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7562", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7562", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -427398,11 +426444,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MYD88", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033402", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033402.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -427412,8 +426458,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Myd88", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -427442,8 +426487,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17940", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17940", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -427451,11 +426497,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MYEF2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0267790", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0267790.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -427465,8 +426511,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "rump", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -427495,8 +426540,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7565", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7565", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -427504,11 +426550,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MYF5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0002922", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0002922.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -427518,8 +426564,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "nau", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -427548,8 +426593,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:7566", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7566", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -427557,11 +426603,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MYF6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0002922", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0002922.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -427571,8 +426617,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "nau", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -427601,8 +426646,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17590", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17590", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -427610,11 +426656,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MYG1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037652", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037652.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -427624,8 +426670,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG11980", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -427654,8 +426699,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:7567", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7567", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -427663,11 +426709,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MYH1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0264695", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0264695.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -427677,8 +426723,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Mhc", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -427702,119 +426747,14 @@ "stringencyFilter": "stringent", "totalMethodCount": 10 }, - { - "best": "Yes", - "bestReverse": "Yes", - "gene": { - "id": "HGNC:7568", - "species": { - "commonNames": "['human']", - "dataProviderFullName": "Rat Genome Database", - "dataProviderShortName": "RGD", - "name": "Homo sapiens", - "shortName": "Hsa", - "taxonId": "NCBITaxon:9606" - }, - "symbol": "MYH10", - "taxonId": "NCBITaxon:9606", - "url": null - }, - "homologGene": { - "id": "FB:FBgn0265434", - "species": { - "commonNames": "['fly', 'fruit fly', 'dme']", - "dataProviderFullName": "FlyBase", - "dataProviderShortName": "FB", - "name": "Drosophila melanogaster", - "shortName": "Dme", - "taxonId": "NCBITaxon:7227" - }, - "symbol": "zip", - "taxonId": "NCBITaxon:7227", - "url": null - }, - "methodCount": 9, - "predictionMethodsMatched": [ - "Ensembl Compara", - "Hieranoid", - "InParanoid", - "OrthoFinder", - "OrthoInspector", - "PANTHER", - "PhylomeDB", - "Roundup", - "TreeFam" - ], - "predictionMethodsNotCalled": [ - "HGNC", - "ZFIN" - ], - "predictionMethodsNotMatched": [ - "OMA" - ], - "stringencyFilter": "stringent", - "totalMethodCount": 10 - }, - { - "best": "Yes", - "bestReverse": "No", - "gene": { - "id": "HGNC:7569", - "species": { - "commonNames": "['human']", - "dataProviderFullName": "Rat Genome Database", - "dataProviderShortName": "RGD", - "name": "Homo sapiens", - "shortName": "Hsa", - "taxonId": "NCBITaxon:9606" - }, - "symbol": "MYH11", - "taxonId": "NCBITaxon:9606", - "url": null - }, - "homologGene": { - "id": "FB:FBgn0265434", - "species": { - "commonNames": "['fly', 'fruit fly', 'dme']", - "dataProviderFullName": "FlyBase", - "dataProviderShortName": "FB", - "name": "Drosophila melanogaster", - "shortName": "Dme", - "taxonId": "NCBITaxon:7227" - }, - "symbol": "zip", - "taxonId": "NCBITaxon:7227", - "url": null - }, - "methodCount": 8, - "predictionMethodsMatched": [ - "Ensembl Compara", - "Hieranoid", - "InParanoid", - "OrthoFinder", - "OrthoInspector", - "PANTHER", - "PhylomeDB", - "TreeFam" - ], - "predictionMethodsNotCalled": [ - "HGNC", - "ZFIN" - ], - "predictionMethodsNotMatched": [ - "OMA", - "Roundup" - ], - "stringencyFilter": "stringent", - "totalMethodCount": 10 - }, { "best": "Yes", "bestReverse": "No", "gene": { "id": "HGNC:7571", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7571", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -427822,11 +426762,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MYH13", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0264695", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0264695.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -427836,8 +426776,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Mhc", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -427861,66 +426800,14 @@ "stringencyFilter": "stringent", "totalMethodCount": 10 }, - { - "best": "Yes", - "bestReverse": "No", - "gene": { - "id": "HGNC:23212", - "species": { - "commonNames": "['human']", - "dataProviderFullName": "Rat Genome Database", - "dataProviderShortName": "RGD", - "name": "Homo sapiens", - "shortName": "Hsa", - "taxonId": "NCBITaxon:9606" - }, - "symbol": "MYH14", - "taxonId": "NCBITaxon:9606", - "url": null - }, - "homologGene": { - "id": "FB:FBgn0265434", - "species": { - "commonNames": "['fly', 'fruit fly', 'dme']", - "dataProviderFullName": "FlyBase", - "dataProviderShortName": "FB", - "name": "Drosophila melanogaster", - "shortName": "Dme", - "taxonId": "NCBITaxon:7227" - }, - "symbol": "zip", - "taxonId": "NCBITaxon:7227", - "url": null - }, - "methodCount": 8, - "predictionMethodsMatched": [ - "Ensembl Compara", - "Hieranoid", - "InParanoid", - "OrthoFinder", - "OrthoInspector", - "PANTHER", - "PhylomeDB", - "TreeFam" - ], - "predictionMethodsNotCalled": [ - "HGNC", - "ZFIN" - ], - "predictionMethodsNotMatched": [ - "OMA", - "Roundup" - ], - "stringencyFilter": "stringent", - "totalMethodCount": 10 - }, { "best": "Yes", "bestReverse": "No", "gene": { "id": "HGNC:31073", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:31073", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -427928,11 +426815,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MYH15", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0264695", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0264695.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -427942,8 +426829,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Mhc", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -427972,8 +426858,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:7572", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7572", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -427981,11 +426868,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MYH2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0264695", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0264695.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -427995,8 +426882,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Mhc", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -428025,8 +426911,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:7573", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7573", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -428034,11 +426921,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MYH3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0264695", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0264695.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -428048,8 +426935,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Mhc", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -428078,8 +426964,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:7574", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7574", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -428087,170 +426974,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MYH4", - "taxonId": "NCBITaxon:9606", - "url": null - }, - "homologGene": { - "id": "FB:FBgn0264695", - "species": { - "commonNames": "['fly', 'fruit fly', 'dme']", - "dataProviderFullName": "FlyBase", - "dataProviderShortName": "FB", - "name": "Drosophila melanogaster", - "shortName": "Dme", - "taxonId": "NCBITaxon:7227" - }, - "symbol": "Mhc", - "taxonId": "NCBITaxon:7227", - "url": null - }, - "methodCount": 8, - "predictionMethodsMatched": [ - "Ensembl Compara", - "Hieranoid", - "InParanoid", - "OrthoFinder", - "OrthoInspector", - "PANTHER", - "PhylomeDB", - "Roundup" - ], - "predictionMethodsNotCalled": [ - "HGNC", - "ZFIN" - ], - "predictionMethodsNotMatched": [ - "OMA", - "TreeFam" - ], - "stringencyFilter": "stringent", - "totalMethodCount": 10 - }, - { - "best": "Yes", - "bestReverse": "No", - "gene": { - "id": "HGNC:7576", - "species": { - "commonNames": "['human']", - "dataProviderFullName": "Rat Genome Database", - "dataProviderShortName": "RGD", - "name": "Homo sapiens", - "shortName": "Hsa", - "taxonId": "NCBITaxon:9606" - }, - "symbol": "MYH6", - "taxonId": "NCBITaxon:9606", - "url": null - }, - "homologGene": { - "id": "FB:FBgn0264695", - "species": { - "commonNames": "['fly', 'fruit fly', 'dme']", - "dataProviderFullName": "FlyBase", - "dataProviderShortName": "FB", - "name": "Drosophila melanogaster", - "shortName": "Dme", - "taxonId": "NCBITaxon:7227" - }, - "symbol": "Mhc", - "taxonId": "NCBITaxon:7227", - "url": null - }, - "methodCount": 8, - "predictionMethodsMatched": [ - "Hieranoid", - "InParanoid", - "OrthoFinder", - "OrthoInspector", - "PANTHER", - "PhylomeDB", - "Roundup", - "TreeFam" - ], - "predictionMethodsNotCalled": [ - "HGNC", - "ZFIN" - ], - "predictionMethodsNotMatched": [ - "Ensembl Compara", - "OMA" - ], - "stringencyFilter": "stringent", - "totalMethodCount": 10 - }, - { - "best": "Yes", - "bestReverse": "Yes", - "gene": { - "id": "HGNC:7577", - "species": { - "commonNames": "['human']", - "dataProviderFullName": "Rat Genome Database", - "dataProviderShortName": "RGD", - "name": "Homo sapiens", - "shortName": "Hsa", - "taxonId": "NCBITaxon:9606" - }, - "symbol": "MYH7", - "taxonId": "NCBITaxon:9606", - "url": null - }, - "homologGene": { - "id": "FB:FBgn0264695", - "species": { - "commonNames": "['fly', 'fruit fly', 'dme']", - "dataProviderFullName": "FlyBase", - "dataProviderShortName": "FB", - "name": "Drosophila melanogaster", - "shortName": "Dme", - "taxonId": "NCBITaxon:7227" - }, - "symbol": "Mhc", - "taxonId": "NCBITaxon:7227", - "url": null - }, - "methodCount": 9, - "predictionMethodsMatched": [ - "Ensembl Compara", - "Hieranoid", - "InParanoid", - "OrthoFinder", - "OrthoInspector", - "PANTHER", - "PhylomeDB", - "Roundup", - "TreeFam" - ], - "predictionMethodsNotCalled": [ - "HGNC", - "ZFIN" - ], - "predictionMethodsNotMatched": [ - "OMA" - ], - "stringencyFilter": "stringent", - "totalMethodCount": 10 - }, - { - "best": "Yes", - "bestReverse": "No", - "gene": { - "id": "HGNC:15906", - "species": { - "commonNames": "['human']", - "dataProviderFullName": "Rat Genome Database", - "dataProviderShortName": "RGD", - "name": "Homo sapiens", - "shortName": "Hsa", - "taxonId": "NCBITaxon:9606" - }, - "symbol": "MYH7B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0264695", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0264695.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -428260,8 +426988,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Mhc", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -428272,7 +426999,7 @@ "OrthoInspector", "PANTHER", "PhylomeDB", - "TreeFam" + "Roundup" ], "predictionMethodsNotCalled": [ "HGNC", @@ -428280,7 +427007,7 @@ ], "predictionMethodsNotMatched": [ "OMA", - "Roundup" + "TreeFam" ], "stringencyFilter": "stringent", "totalMethodCount": 10 @@ -428289,21 +427016,22 @@ "best": "Yes", "bestReverse": "No", "gene": { - "id": "HGNC:7578", + "id": "HGNC:7576", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7576", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "MYH8", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "MYH6", + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0264695", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0264695.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -428313,27 +427041,26 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Mhc", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, - "methodCount": 7, + "methodCount": 8, "predictionMethodsMatched": [ - "Ensembl Compara", "Hieranoid", "InParanoid", "OrthoFinder", "OrthoInspector", "PANTHER", - "PhylomeDB" + "PhylomeDB", + "Roundup", + "TreeFam" ], "predictionMethodsNotCalled": [ "HGNC", "ZFIN" ], "predictionMethodsNotMatched": [ - "OMA", - "Roundup", - "TreeFam" + "Ensembl Compara", + "OMA" ], "stringencyFilter": "stringent", "totalMethodCount": 10 @@ -428342,21 +427069,22 @@ "best": "Yes", "bestReverse": "Yes", "gene": { - "id": "HGNC:7579", + "id": "HGNC:7577", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7577", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "MYH9", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "MYH7", + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0265434", + "id": "FB:FBgn0264695", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0264695.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -428365,9 +427093,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "zip", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Mhc", + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -428391,13 +427118,120 @@ "stringencyFilter": "stringent", "totalMethodCount": 10 }, + { + "best": "Yes", + "bestReverse": "No", + "gene": { + "id": "HGNC:15906", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15906", + "species": { + "commonNames": "['human', 'hsa']", + "dataProviderFullName": "Rat Genome Database", + "dataProviderShortName": "RGD", + "name": "Homo sapiens", + "shortName": "Hsa", + "taxonId": "NCBITaxon:9606" + }, + "symbol": "MYH7B", + "taxonId": "NCBITaxon:9606" + }, + "homologGene": { + "id": "FB:FBgn0264695", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0264695.html", + "species": { + "commonNames": "['fly', 'fruit fly', 'dme']", + "dataProviderFullName": "FlyBase", + "dataProviderShortName": "FB", + "name": "Drosophila melanogaster", + "shortName": "Dme", + "taxonId": "NCBITaxon:7227" + }, + "symbol": "Mhc", + "taxonId": "NCBITaxon:7227" + }, + "methodCount": 8, + "predictionMethodsMatched": [ + "Ensembl Compara", + "Hieranoid", + "InParanoid", + "OrthoFinder", + "OrthoInspector", + "PANTHER", + "PhylomeDB", + "TreeFam" + ], + "predictionMethodsNotCalled": [ + "HGNC", + "ZFIN" + ], + "predictionMethodsNotMatched": [ + "OMA", + "Roundup" + ], + "stringencyFilter": "stringent", + "totalMethodCount": 10 + }, + { + "best": "Yes", + "bestReverse": "No", + "gene": { + "id": "HGNC:7578", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7578", + "species": { + "commonNames": "['human', 'hsa']", + "dataProviderFullName": "Rat Genome Database", + "dataProviderShortName": "RGD", + "name": "Homo sapiens", + "shortName": "Hsa", + "taxonId": "NCBITaxon:9606" + }, + "symbol": "MYH8", + "taxonId": "NCBITaxon:9606" + }, + "homologGene": { + "id": "FB:FBgn0264695", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0264695.html", + "species": { + "commonNames": "['fly', 'fruit fly', 'dme']", + "dataProviderFullName": "FlyBase", + "dataProviderShortName": "FB", + "name": "Drosophila melanogaster", + "shortName": "Dme", + "taxonId": "NCBITaxon:7227" + }, + "symbol": "Mhc", + "taxonId": "NCBITaxon:7227" + }, + "methodCount": 7, + "predictionMethodsMatched": [ + "Ensembl Compara", + "Hieranoid", + "InParanoid", + "OrthoFinder", + "OrthoInspector", + "PANTHER", + "PhylomeDB" + ], + "predictionMethodsNotCalled": [ + "HGNC", + "ZFIN" + ], + "predictionMethodsNotMatched": [ + "OMA", + "Roundup", + "TreeFam" + ], + "stringencyFilter": "stringent", + "totalMethodCount": 10 + }, { "best": "Yes", "bestReverse": "Yes", "gene": { "id": "HGNC:7582", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7582", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -428405,11 +427239,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MYL1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004687", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004687.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -428419,8 +427253,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Mlc-c", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -428449,8 +427282,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7582", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7582", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -428458,11 +427292,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MYL1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0002772", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0002772.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -428472,8 +427306,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Mlc1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -428502,8 +427335,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29825", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29825", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -428511,11 +427345,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MYL10", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0002773", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0002773.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -428525,8 +427359,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Mlc2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -428555,8 +427388,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16701", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16701", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -428564,11 +427398,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MYL12A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0053098", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0053098.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -428578,8 +427412,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG33098", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -428608,8 +427441,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:16701", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16701", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -428617,11 +427451,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MYL12A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003514", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003514.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -428631,8 +427465,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "sqh", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -428661,8 +427494,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7583", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7583", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -428670,11 +427504,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MYL2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0002773", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0002773.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -428684,8 +427518,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Mlc2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -428714,8 +427547,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:7584", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7584", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -428723,11 +427557,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MYL3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004687", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004687.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -428737,8 +427571,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Mlc-c", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -428767,8 +427600,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7584", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7584", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -428776,11 +427610,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MYL3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0002772", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0002772.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -428790,8 +427624,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Mlc1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -428820,8 +427653,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:7585", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7585", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -428829,11 +427663,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MYL4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004687", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004687.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -428843,8 +427677,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Mlc-c", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -428873,8 +427706,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7585", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7585", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -428882,11 +427716,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MYL4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0002772", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0002772.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -428896,8 +427730,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Mlc1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -428926,8 +427759,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7586", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7586", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -428935,11 +427769,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MYL5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0002773", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0002773.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -428949,8 +427783,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Mlc2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -428979,8 +427812,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7587", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7587", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -428988,11 +427822,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MYL6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004687", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004687.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -429002,8 +427836,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Mlc-c", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -429032,8 +427865,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7587", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7587", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -429041,11 +427875,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MYL6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0002772", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0002772.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -429055,8 +427889,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Mlc1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -429085,8 +427918,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29823", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29823", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -429094,11 +427928,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MYL6B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004687", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004687.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -429108,8 +427942,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Mlc-c", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -429138,8 +427971,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29823", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29823", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -429147,11 +427981,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MYL6B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0002772", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0002772.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -429161,8 +427995,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Mlc1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -429191,8 +428024,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21719", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21719", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -429200,11 +428034,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MYL7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0002773", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0002773.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -429214,8 +428048,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Mlc2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -429244,8 +428077,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15754", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15754", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -429253,11 +428087,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MYL9", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003514", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003514.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -429267,8 +428101,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "sqh", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -429297,8 +428130,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21155", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21155", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -429306,11 +428140,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MYLIP", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0260866", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0260866.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -429320,8 +428154,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "dnr1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -429350,8 +428183,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7590", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7590", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -429359,11 +428193,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MYLK", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0265045", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0265045.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -429373,8 +428207,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Strn-Mlck", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -429403,8 +428236,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29826", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29826", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -429412,11 +428246,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MYLK3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0259678", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0259678.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -429426,8 +428260,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "sqa", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -429456,8 +428289,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29824", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29824", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -429465,11 +428299,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MYLPF", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0002773", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0002773.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -429479,8 +428313,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Mlc2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -429509,8 +428342,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14955", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14955", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -429518,11 +428352,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MYNN", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038768", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038768.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -429532,8 +428366,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG4936", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -429562,8 +428395,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14955", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14955", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -429571,11 +428405,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MYNN", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032401", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032401.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -429585,8 +428419,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Plzf", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -429615,8 +428448,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7594", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7594", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -429624,11 +428458,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MYO15A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0263705", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0263705.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -429638,8 +428472,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Myo10A", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -429667,8 +428500,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:31104", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:31104", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -429676,11 +428510,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MYO18A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0026059", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026059.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -429690,8 +428524,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Mhcl", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -429719,8 +428552,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:18150", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18150", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -429728,11 +428562,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MYO18B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0026059", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026059.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -429742,8 +428576,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Mhcl", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -429772,8 +428605,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7595", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7595", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -429781,11 +428615,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MYO1A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039157", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039157.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -429795,8 +428629,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Myo95E", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -429825,8 +428658,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7596", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7596", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -429834,11 +428668,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MYO1B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039157", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039157.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -429848,8 +428682,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Myo95E", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -429878,8 +428711,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7597", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7597", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -429887,11 +428721,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MYO1C", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010246", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010246.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -429901,8 +428735,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Myo61F", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -429931,8 +428764,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7598", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7598", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -429940,11 +428774,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MYO1D", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0086347", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0086347.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -429954,8 +428788,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Myo31DF", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -429984,8 +428817,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13880", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13880", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -429993,11 +428827,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MYO1G", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0086347", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0086347.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -430007,8 +428841,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Myo31DF", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -430037,8 +428870,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:13879", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13879", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -430046,11 +428880,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MYO1H", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010246", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010246.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -430060,8 +428894,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Myo61F", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -430090,8 +428923,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7601", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7601", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -430099,11 +428933,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MYO3A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0002938", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0002938.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -430113,8 +428947,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ninaC", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -430143,8 +428976,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15576", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15576", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -430152,11 +428986,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MYO3B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0002938", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0002938.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -430166,8 +429000,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ninaC", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -430196,8 +429029,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7602", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7602", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -430205,11 +429039,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MYO5A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261397", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261397.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -430219,8 +429053,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "didum", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -430248,8 +429081,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:7603", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7603", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -430257,11 +429091,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MYO5B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261397", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261397.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -430271,8 +429105,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "didum", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -430301,8 +429134,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:7604", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7604", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -430310,11 +429144,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MYO5C", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261397", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261397.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -430324,8 +429158,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "didum", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -430354,8 +429187,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7605", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7605", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -430363,11 +429197,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MYO6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0011225", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0011225.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -430377,8 +429211,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "jar", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -430407,8 +429240,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7606", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7606", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -430416,11 +429250,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MYO7A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000317", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000317.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -430430,8 +429264,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ck", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -430459,8 +429292,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:7607", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7607", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -430468,11 +429302,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MYO7B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000317", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000317.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -430482,8 +429316,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ck", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -430512,8 +429345,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7607", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7607", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -430521,11 +429355,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MYO7B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040299", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040299.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -430535,8 +429369,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Myo28B1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -430565,8 +429398,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:7610", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7610", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -430574,11 +429408,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MYOC", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030887", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030887.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -430588,8 +429422,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6867", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -430618,8 +429451,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16067", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16067", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -430627,11 +429461,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MYOCD", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052296", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052296.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -430641,8 +429475,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Mrtf", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -430671,8 +429504,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7611", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7611", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -430680,11 +429514,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MYOD1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0002922", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0002922.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -430694,8 +429528,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "nau", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -430724,8 +429557,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:3656", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3656", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -430733,11 +429567,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MYOF", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0266757", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0266757.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -430747,8 +429581,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mfr", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -430777,8 +429610,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:7612", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7612", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -430786,11 +429620,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MYOG", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0002922", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0002922.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -430800,8 +429634,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "nau", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -430830,8 +429663,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19918", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19918", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -430839,11 +429673,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MYORG", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261575", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261575.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -430853,8 +429687,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "tobi", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -430883,8 +429716,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12399", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12399", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -430892,11 +429726,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MYOT", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0086906", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0086906.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -430906,8 +429740,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "sls", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -430936,8 +429769,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1181", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1181", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -430945,11 +429779,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MYRF", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034985", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034985.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -430959,8 +429793,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG3328", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -430989,8 +429822,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:26316", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26316", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -430998,11 +429832,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MYRFL", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034985", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034985.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -431012,8 +429846,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG3328", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -431042,8 +429875,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7622", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7622", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -431051,11 +429885,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MYT1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0263772", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0263772.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -431065,8 +429899,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG43689", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -431095,8 +429928,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7623", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7623", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -431104,11 +429938,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MYT1L", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0263772", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0263772.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -431118,8 +429952,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG43689", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -431148,8 +429981,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13108", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13108", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -431157,11 +429991,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MZF1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000520", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000520.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -431171,8 +430005,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "dwg", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -431201,8 +430034,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:33830", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:33830", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -431210,11 +430044,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "MZT1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261858", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261858.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -431224,8 +430058,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Mzt1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -431254,8 +430087,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29851", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29851", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -431263,11 +430097,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "N4BP2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027532", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027532.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -431277,8 +430111,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7139", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -431307,8 +430140,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:25037", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25037", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -431316,11 +430150,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "N4BP2L1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027532", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027532.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -431330,8 +430164,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7139", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -431360,8 +430193,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:26916", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26916", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -431369,11 +430203,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "N4BP2L2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027532", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027532.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -431383,8 +430217,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7139", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -431413,8 +430246,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16021", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16021", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -431422,11 +430256,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "N6AMT1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031454", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031454.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -431436,8 +430270,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "HemK2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -431465,8 +430298,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18704", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18704", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -431474,11 +430308,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NAA10", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0263251", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0263251.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -431488,8 +430322,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "vnc", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -431517,8 +430350,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:28125", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28125", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -431526,11 +430360,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NAA11", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0263251", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0263251.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -431540,8 +430374,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "vnc", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -431570,8 +430403,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30782", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30782", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -431579,11 +430413,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NAA15", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031020", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031020.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -431593,8 +430427,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Naa15-16", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -431622,8 +430455,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26164", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26164", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -431631,11 +430465,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NAA16", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031020", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031020.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -431645,8 +430479,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Naa15-16", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -431674,8 +430507,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15908", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15908", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -431683,11 +430517,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NAA20", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051730", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051730.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -431697,8 +430531,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG31730", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -431727,8 +430560,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15908", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15908", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -431736,11 +430570,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NAA20", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031043", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031043.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -431750,8 +430584,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Naa20A", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -431779,8 +430612,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15908", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15908", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -431788,11 +430622,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NAA20", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051851", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051851.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -431802,8 +430636,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Naa20B", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -431832,8 +430665,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25783", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25783", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -431841,11 +430675,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NAA25", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0243511", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0243511.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -431855,8 +430689,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "psidin", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -431884,8 +430717,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19844", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19844", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -431893,11 +430727,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NAA30", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0024362", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0024362.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -431907,8 +430741,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Naa30A", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -431937,8 +430770,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19844", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19844", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -431946,11 +430780,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NAA30", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052319", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052319.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -431960,8 +430794,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Naa30B", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -431990,8 +430823,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24340", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24340", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -431999,11 +430833,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NAA35", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034982", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034982.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -432013,8 +430847,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Naa35", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -432042,8 +430875,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28212", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28212", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -432051,11 +430885,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NAA38", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051950", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051950.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -432065,8 +430899,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Sbat", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -432095,8 +430928,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25845", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25845", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -432104,11 +430938,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NAA40", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039687", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039687.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -432118,8 +430952,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Naa40", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -432147,8 +430980,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29533", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29533", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -432156,11 +430990,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NAA50", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0024188", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0024188.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -432170,8 +431004,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "san", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -432199,8 +431032,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25875", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25875", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -432208,11 +431042,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NAA60", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036039", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036039.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -432222,8 +431056,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Naa60", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -432251,8 +431084,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30252", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30252", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -432260,11 +431094,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NAA80", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037747", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037747.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -432274,8 +431108,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Naa80", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -432304,8 +431137,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7626", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7626", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -432313,11 +431147,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NAB1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0259986", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0259986.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -432327,8 +431161,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "nab", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -432357,8 +431190,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7627", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7627", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -432366,11 +431200,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NAB2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0259986", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0259986.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -432380,8 +431214,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "nab", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -432410,8 +431243,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26232", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26232", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -432419,11 +431253,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NABP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031909", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031909.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -432433,8 +431267,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5181", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -432463,8 +431296,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:28412", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28412", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -432472,11 +431306,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NABP2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031909", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031909.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -432486,8 +431320,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5181", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -432516,8 +431349,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:7629", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7629", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -432525,11 +431359,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NACA", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0086904", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0086904.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -432539,8 +431373,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Nac\u03b1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -432569,8 +431402,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23290", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23290", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -432578,11 +431412,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NACA2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031296", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031296.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -432592,8 +431426,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG4415", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -432622,8 +431455,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23290", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23290", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -432631,11 +431465,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NACA2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0086904", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0086904.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -432645,8 +431479,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Nac\u03b1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -432675,8 +431508,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:24688", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24688", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -432684,11 +431518,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NACA4P", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0086904", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0086904.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -432698,8 +431532,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Nac\u03b1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -432728,8 +431561,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:22196", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:22196", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -432737,11 +431571,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NACAD", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0086904", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0086904.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -432751,8 +431585,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Nac\u03b1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -432781,8 +431614,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29831", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29831", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -432790,11 +431624,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NADK", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0053156", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0053156.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -432804,8 +431638,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG33156", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -432834,8 +431667,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29831", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29831", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -432843,11 +431677,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NADK", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033853", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033853.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -432856,9 +431690,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG6145", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "NADK", + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -432887,8 +431720,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26404", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26404", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -432896,11 +431730,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NADK2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033373", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033373.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -432910,8 +431744,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8080", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -432940,8 +431773,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29832", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29832", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -432949,11 +431783,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NADSYN1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030512", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030512.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -432963,8 +431797,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Nadsyn", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -432993,8 +431826,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:621", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:621", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -433002,11 +431836,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NAE1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261112", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261112.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -433016,8 +431850,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "APP-BP1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -433045,8 +431878,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25126", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25126", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -433054,11 +431888,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NAF1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032701", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032701.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -433068,8 +431902,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10341", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -433098,8 +431931,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7631", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7631", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -433107,11 +431941,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NAGA", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032192", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032192.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -433121,8 +431955,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5731", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -433151,8 +431984,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7631", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7631", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -433160,11 +431994,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NAGA", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034117", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034117.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -433174,8 +432008,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7997", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -433204,8 +432037,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17174", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17174", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -433213,11 +432047,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NAGK", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038321", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038321.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -433227,8 +432061,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6218", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -433256,8 +432089,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7632", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7632", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -433265,11 +432099,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NAGLU", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0014417", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0014417.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -433279,8 +432113,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG13397", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -433308,8 +432141,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25446", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25446", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -433317,11 +432151,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NAIF1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033971", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033971.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -433331,8 +432165,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10209", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -433361,8 +432194,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:7634", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7634", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -433370,11 +432204,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NAIP", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0260635", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0260635.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -433384,8 +432218,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Diap1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -433414,8 +432247,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:7634", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7634", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -433423,11 +432257,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NAIP", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015247", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015247.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -433437,8 +432271,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Diap2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -433467,8 +432300,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19082", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19082", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -433476,11 +432310,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NALCN", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0002917", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0002917.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -433490,8 +432324,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "na", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -433514,13 +432347,120 @@ "stringencyFilter": "stringent", "totalMethodCount": 10 }, + { + "best": "Yes", + "bestReverse": "Yes", + "gene": { + "id": "HGNC:33877", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:33877", + "species": { + "commonNames": "['human', 'hsa']", + "dataProviderFullName": "Rat Genome Database", + "dataProviderShortName": "RGD", + "name": "Homo sapiens", + "shortName": "Hsa", + "taxonId": "NCBITaxon:9606" + }, + "symbol": "NALF1", + "taxonId": "NCBITaxon:9606" + }, + "homologGene": { + "id": "FB:FBgn0053988", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0053988.html", + "species": { + "commonNames": "['fly', 'fruit fly', 'dme']", + "dataProviderFullName": "FlyBase", + "dataProviderShortName": "FB", + "name": "Drosophila melanogaster", + "shortName": "Dme", + "taxonId": "NCBITaxon:7227" + }, + "symbol": "Mid1", + "taxonId": "NCBITaxon:7227" + }, + "methodCount": 3, + "predictionMethodsMatched": [ + "Ensembl Compara", + "OrthoFinder", + "PANTHER" + ], + "predictionMethodsNotCalled": [ + "HGNC", + "ZFIN" + ], + "predictionMethodsNotMatched": [ + "Hieranoid", + "InParanoid", + "OMA", + "OrthoInspector", + "PhylomeDB", + "Roundup", + "TreeFam" + ], + "stringencyFilter": "stringent", + "totalMethodCount": 10 + }, + { + "best": "Yes", + "bestReverse": "Yes", + "gene": { + "id": "HGNC:30701", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30701", + "species": { + "commonNames": "['human', 'hsa']", + "dataProviderFullName": "Rat Genome Database", + "dataProviderShortName": "RGD", + "name": "Homo sapiens", + "shortName": "Hsa", + "taxonId": "NCBITaxon:9606" + }, + "symbol": "NALF2", + "taxonId": "NCBITaxon:9606" + }, + "homologGene": { + "id": "FB:FBgn0053988", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0053988.html", + "species": { + "commonNames": "['fly', 'fruit fly', 'dme']", + "dataProviderFullName": "FlyBase", + "dataProviderShortName": "FB", + "name": "Drosophila melanogaster", + "shortName": "Dme", + "taxonId": "NCBITaxon:7227" + }, + "symbol": "Mid1", + "taxonId": "NCBITaxon:7227" + }, + "methodCount": 3, + "predictionMethodsMatched": [ + "Ensembl Compara", + "OrthoFinder", + "PANTHER" + ], + "predictionMethodsNotCalled": [ + "HGNC", + "ZFIN" + ], + "predictionMethodsNotMatched": [ + "Hieranoid", + "InParanoid", + "OMA", + "OrthoInspector", + "PhylomeDB", + "Roundup", + "TreeFam" + ], + "stringencyFilter": "stringent", + "totalMethodCount": 10 + }, { "best": "Yes", "bestReverse": "Yes", "gene": { "id": "HGNC:23044", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23044", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -433528,11 +432468,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NANOS1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0002962", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0002962.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -433542,8 +432482,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "nos", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -433572,8 +432511,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23292", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23292", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -433581,11 +432521,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NANOS2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0002962", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0002962.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -433595,8 +432535,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "nos", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -433625,8 +432564,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:22048", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:22048", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -433634,11 +432574,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NANOS3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0002962", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0002962.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -433648,8 +432588,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "nos", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -433678,8 +432617,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16140", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16140", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -433687,11 +432627,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NANP", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029801", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029801.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -433701,8 +432641,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG15771", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -433730,8 +432669,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19237", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19237", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -433739,11 +432679,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NANS", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038045", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038045.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -433753,8 +432693,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "NANS", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -433782,8 +432721,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7637", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7637", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -433791,11 +432731,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NAP1L1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015268", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015268.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -433805,8 +432745,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Nap1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -433835,8 +432774,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7638", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7638", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -433844,11 +432784,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NAP1L2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040345", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040345.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -433858,8 +432798,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG3708", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -433888,8 +432827,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7638", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7638", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -433897,11 +432837,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NAP1L2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0267366", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0267366.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -433911,8 +432851,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mil", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -433941,8 +432880,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:7638", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7638", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -433950,11 +432890,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NAP1L2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015268", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015268.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -433964,8 +432904,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Nap1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -433994,8 +432933,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:7639", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7639", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -434003,11 +432943,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NAP1L3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040345", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040345.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -434017,8 +432957,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG3708", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -434047,8 +432986,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:7639", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7639", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -434056,11 +432996,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NAP1L3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0267366", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0267366.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -434070,8 +433010,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mil", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -434100,8 +433039,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:7639", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7639", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -434109,11 +433049,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NAP1L3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015268", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015268.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -434123,8 +433063,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Nap1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -434153,8 +433092,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7640", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7640", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -434162,11 +433102,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NAP1L4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015268", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015268.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -434176,8 +433116,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Nap1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -434206,8 +433145,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7641", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7641", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -434215,11 +433155,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NAPA", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0250791", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0250791.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -434229,8 +433169,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "\u03b1Snap", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -434258,8 +433197,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15751", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15751", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -434267,11 +433207,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NAPB", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0250791", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0250791.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -434281,8 +433221,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "\u03b1Snap", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -434310,8 +433249,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7642", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7642", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -434319,11 +433259,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NAPG", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028552", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028552.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -434333,8 +433273,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "\u03b3Snap1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -434362,8 +433301,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7642", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7642", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -434371,11 +433311,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NAPG", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0266721", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0266721.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -434385,8 +433325,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "\u03b3Snap2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -434415,8 +433354,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30450", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30450", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -434424,11 +433364,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NAPRT", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031589", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031589.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -434438,8 +433378,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Naprt", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -434467,8 +433406,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:13395", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13395", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -434476,11 +433416,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NAPSA", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029093", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029093.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -434490,8 +433430,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "cathD", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -434520,8 +433459,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:29916", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29916", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -434529,11 +433469,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NARF", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0262115", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0262115.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -434543,8 +433483,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG17683", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -434573,8 +433512,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7643", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7643", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -434582,11 +433522,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NARS1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0086443", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0086443.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -434596,8 +433536,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "AsnRS", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -434625,8 +433564,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26274", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26274", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -434634,11 +433574,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NARS2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034177", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034177.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -434648,8 +433588,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "AsnRS-m", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -434677,8 +433616,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7644", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7644", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -434686,11 +433626,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NASP", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037624", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037624.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -434700,8 +433640,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8223", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -434730,8 +433669,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29830", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29830", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -434739,11 +433679,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NAT10", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027330", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027330.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -434753,8 +433693,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "l(1)G0020", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -434782,8 +433721,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23133", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23133", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -434791,11 +433731,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NAT9", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039859", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039859.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -434804,9 +433744,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG11539", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Mnat9", + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -434834,8 +433773,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30770", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30770", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -434843,11 +433783,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NATD1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052163", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052163.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -434857,8 +433797,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG32163", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -434887,8 +433826,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:15989", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15989", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -434896,11 +433836,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NAV1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0263873", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0263873.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -434910,8 +433850,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "sick", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -434940,8 +433879,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15997", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15997", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -434949,11 +433889,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NAV2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0263873", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0263873.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -434963,8 +433903,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "sick", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -434993,8 +433932,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:15998", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15998", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -435002,11 +433942,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NAV3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0263873", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0263873.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -435016,8 +433956,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "sick", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -435046,8 +433985,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25576", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25576", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -435055,11 +433995,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NAXD", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036848", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036848.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -435069,8 +434009,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Naxd", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -435098,8 +434037,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18453", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18453", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -435107,11 +434047,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NAXE", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030178", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030178.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -435121,8 +434061,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Naxe", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -435150,8 +434089,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:7648", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7648", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -435159,11 +434099,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NBEA", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0266098", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0266098.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -435173,8 +434113,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "rg", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -435203,8 +434142,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20681", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20681", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -435212,11 +434152,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NBEAL1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0263110", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0263110.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -435226,8 +434166,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG43367", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -435256,8 +434195,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:31928", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:31928", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -435265,11 +434205,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NBEAL2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0263110", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0263110.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -435279,8 +434219,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG43367", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -435309,8 +434248,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7652", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7652", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -435318,11 +434258,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NBN", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261530", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261530.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -435332,8 +434272,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "nbs", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -435362,8 +434301,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7655", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7655", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -435371,11 +434311,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NCALD", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0013303", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0013303.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -435385,8 +434325,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Nca", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -435415,8 +434354,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:7656", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7656", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -435424,11 +434364,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NCAM1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000635", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000635.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -435438,8 +434378,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Fas2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -435468,8 +434407,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7656", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7656", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -435477,11 +434417,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NCAM1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031627", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031627.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -435491,8 +434431,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "fipi", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -435521,8 +434460,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7657", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7657", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -435530,11 +434470,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NCAM2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000635", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000635.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -435544,8 +434484,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Fas2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -435574,8 +434513,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7657", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7657", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -435583,11 +434523,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NCAM2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031627", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031627.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -435597,8 +434537,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "fipi", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -435627,8 +434566,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24305", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24305", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -435636,11 +434576,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NCAPD2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039680", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039680.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -435650,8 +434590,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cap-D2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -435679,8 +434618,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28952", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28952", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -435688,11 +434628,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NCAPD3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051989", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051989.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -435702,8 +434642,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cap-D3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -435732,8 +434671,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24304", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24304", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -435741,11 +434681,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NCAPG", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0259876", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0259876.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -435755,8 +434695,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cap-G", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -435785,8 +434724,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1112", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1112", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -435794,11 +434734,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NCAPH", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0014127", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0014127.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -435808,8 +434748,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "barr", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -435838,8 +434777,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25071", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25071", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -435847,11 +434787,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NCAPH2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037831", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037831.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -435861,8 +434801,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cap-H2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -435891,8 +434830,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7658", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7658", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -435900,11 +434840,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NCBP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0022942", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0022942.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -435914,8 +434854,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cbp80", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -435943,8 +434882,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7658", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7658", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -435952,11 +434892,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NCBP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038887", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038887.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -435966,8 +434906,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7907", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -435996,8 +434935,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7659", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7659", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -436005,11 +434945,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NCBP2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0022943", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0022943.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -436019,8 +434959,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cbp20", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -436048,8 +434987,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25121", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25121", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -436057,11 +434997,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NCBP2AS2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0260392", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0260392.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -436071,8 +435011,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG42518", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -436101,8 +435040,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:31795", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:31795", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -436110,11 +435050,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NCBP2L", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0022943", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0022943.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -436124,8 +435064,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cbp20", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -436154,8 +435093,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17597", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17597", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -436163,11 +435103,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NCDN", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037447", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037447.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -436177,8 +435117,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Neurochondrin", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -436206,8 +435145,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7664", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7664", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -436215,11 +435155,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NCK1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010583", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010583.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -436229,8 +435169,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "dock", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -436258,8 +435197,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7665", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7665", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -436267,11 +435207,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NCK2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010583", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010583.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -436281,8 +435221,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "dock", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -436310,8 +435249,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7666", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7666", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -436319,11 +435259,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NCKAP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0011771", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0011771.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -436333,8 +435273,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Hem", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -436362,8 +435301,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:4862", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4862", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -436371,11 +435311,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NCKAP1L", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0011771", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0011771.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -436385,8 +435325,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Hem", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -436415,8 +435354,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29847", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29847", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -436424,11 +435364,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NCKAP5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261545", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261545.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -436438,8 +435378,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG42663", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -436468,8 +435407,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29321", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29321", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -436477,11 +435417,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NCKAP5L", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261545", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261545.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -436491,8 +435431,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG42663", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -436521,8 +435460,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15486", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15486", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -436530,11 +435470,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NCKIPSD", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029997", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029997.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -436544,8 +435484,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG2258", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -436574,8 +435513,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26923", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26923", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -436583,11 +435523,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NCLN", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032217", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032217.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -436597,8 +435537,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG4972", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -436627,8 +435566,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7668", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7668", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -436636,11 +435576,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NCOA1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0041092", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0041092.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -436650,8 +435590,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "tai", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -436680,8 +435619,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7669", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7669", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -436689,11 +435629,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NCOA2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0041092", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0041092.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -436703,8 +435643,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "tai", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -436733,8 +435672,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7670", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7670", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -436742,11 +435682,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NCOA3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0041092", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0041092.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -436756,8 +435696,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "tai", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -436786,8 +435725,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15909", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15909", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -436795,11 +435735,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NCOA5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0024542", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0024542.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -436809,8 +435749,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Neos", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -436839,8 +435778,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15936", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15936", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -436848,11 +435788,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NCOA6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031698", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031698.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -436862,8 +435802,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ncoa6", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -436892,8 +435831,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21081", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21081", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -436901,11 +435841,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NCOA7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0013576", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0013576.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -436915,8 +435855,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mtd", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -436945,8 +435884,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7672", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7672", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -436954,11 +435894,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NCOR1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0265523", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0265523.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -436968,8 +435908,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Smr", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -436998,8 +435937,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7673", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7673", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -437007,11 +435947,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NCOR2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0265523", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0265523.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -437021,8 +435961,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Smr", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -437051,8 +435990,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3953", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3953", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -437060,11 +436000,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NCS1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030897", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030897.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -437074,8 +436014,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Frq1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -437104,8 +436043,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3953", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3953", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -437113,11 +436053,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NCS1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0083228", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0083228.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -437127,8 +436067,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Frq2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -437157,8 +436096,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17091", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17091", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -437166,11 +436106,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NCSTN", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039234", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039234.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -437180,8 +436120,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Nct", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -437209,8 +436148,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25525", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25525", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -437218,11 +436158,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NDC1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052246", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052246.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -437232,8 +436172,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG32246", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -437262,8 +436201,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25525", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25525", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -437271,11 +436211,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NDC1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039125", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039125.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -437285,8 +436225,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ndc1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -437315,8 +436254,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16909", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16909", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -437324,11 +436264,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NDC80", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030500", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030500.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -437338,8 +436278,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ndc80", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -437368,8 +436307,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:17619", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17619", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -437377,11 +436317,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NDE1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036059", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036059.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -437391,8 +436331,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "nudE", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -437421,8 +436360,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17620", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17620", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -437430,11 +436370,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NDEL1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036059", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036059.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -437444,8 +436384,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "nudE", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -437474,8 +436413,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17592", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17592", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -437483,11 +436423,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NDFIP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052177", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052177.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -437497,8 +436437,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ndfip", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -437527,8 +436466,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18537", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18537", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -437536,11 +436476,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NDFIP2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052177", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052177.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -437550,8 +436490,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ndfip", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -437580,8 +436519,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:7675", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7675", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -437589,11 +436529,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NDN", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037481", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037481.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -437603,8 +436543,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "MAGE", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -437633,8 +436572,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26256", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26256", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -437642,11 +436582,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NDNF", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0050418", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0050418.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -437656,8 +436596,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "nord", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -437686,8 +436625,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29838", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29838", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -437695,11 +436635,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NDOR1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035890", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035890.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -437709,8 +436649,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG13667", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -437738,8 +436677,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7679", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7679", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -437747,11 +436687,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NDRG1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027608", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027608.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -437761,8 +436701,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG2082", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -437791,8 +436730,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7679", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7679", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -437800,11 +436740,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NDRG1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0043070", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0043070.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -437814,8 +436754,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "MESK2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -437844,8 +436783,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14460", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14460", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -437853,11 +436793,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NDRG2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027608", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027608.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -437867,8 +436807,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG2082", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -437897,8 +436836,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14460", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14460", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -437906,11 +436846,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NDRG2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0043070", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0043070.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -437920,8 +436860,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "MESK2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -437950,8 +436889,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14462", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14462", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -437959,11 +436899,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NDRG3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027608", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027608.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -437973,8 +436913,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG2082", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -438003,8 +436942,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14462", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14462", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -438012,11 +436952,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NDRG3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0043070", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0043070.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -438026,8 +436966,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "MESK2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -438056,8 +436995,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:14466", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14466", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -438065,11 +437005,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NDRG4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0043070", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0043070.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -438079,8 +437019,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "MESK2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -438109,8 +437048,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7680", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7680", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -438118,11 +437058,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NDST1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0020251", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0020251.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -438132,8 +437072,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "sfl", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -438161,8 +437100,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7681", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7681", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -438170,11 +437110,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NDST2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0020251", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0020251.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -438184,8 +437124,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "sfl", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -438213,8 +437152,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:7682", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7682", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -438222,11 +437162,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NDST3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0020251", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0020251.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -438236,8 +437176,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "sfl", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -438266,8 +437205,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20779", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20779", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -438275,11 +437215,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NDST4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0020251", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0020251.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -438289,8 +437229,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "sfl", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -438318,8 +437257,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7683", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7683", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -438327,11 +437267,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NDUFA1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0085468", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0085468.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -438341,8 +437281,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ND-MWFE", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -438371,8 +437310,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7684", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7684", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -438380,11 +437320,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NDUFA10", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0019957", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0019957.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -438394,8 +437334,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ND-42", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -438423,8 +437362,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20371", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20371", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -438432,11 +437372,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NDUFA11", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034576", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034576.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -438446,8 +437386,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ND-B14.7", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -438476,8 +437415,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23987", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23987", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -438485,11 +437425,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NDUFA12", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031436", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031436.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -438499,8 +437439,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ND-B17.2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -438528,8 +437467,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17194", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17194", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -438537,11 +437477,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NDUFA13", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029868", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029868.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -438551,8 +437491,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ND-B16.6", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -438580,8 +437519,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7685", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7685", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -438589,11 +437529,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NDUFA2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040705", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040705.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -438603,8 +437543,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ND-B8", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -438632,8 +437571,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7687", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7687", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -438641,11 +437581,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NDUFA4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052230", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052230.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -438655,8 +437595,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ND-MLRQ", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -438685,8 +437624,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:29836", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29836", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -438694,11 +437634,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NDUFA4L2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052230", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052230.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -438708,8 +437648,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ND-MLRQ", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -438738,8 +437677,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7688", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7688", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -438747,11 +437687,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NDUFA5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0047038", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0047038.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -438761,8 +437701,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ND-13B", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -438790,8 +437729,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7690", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7690", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -438799,11 +437739,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NDUFA6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033570", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033570.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -438813,8 +437753,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ND-B14", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -438842,8 +437781,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7691", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7691", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -438851,11 +437791,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NDUFA7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0025839", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0025839.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -438865,8 +437805,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ND-B14.5A", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -438894,8 +437833,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7691", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7691", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -438903,11 +437843,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NDUFA7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037172", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037172.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -438917,8 +437857,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ND-B14.5AL", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -438947,8 +437886,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7692", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7692", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -438956,11 +437896,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NDUFA8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035046", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035046.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -438970,8 +437910,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ND-19", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -439000,8 +437939,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7693", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7693", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -439009,11 +437949,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NDUFA9", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037001", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037001.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -439023,8 +437963,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ND-39", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -439052,8 +437991,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7694", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7694", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -439061,11 +438001,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NDUFAB1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0011361", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0011361.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -439075,8 +438015,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ND-ACP", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -439105,8 +438044,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18828", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18828", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -439114,11 +438054,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NDUFAF1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039689", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039689.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -439128,8 +438068,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CIA30", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -439158,8 +438097,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28086", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28086", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -439167,11 +438107,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NDUFAF2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0263051", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0263051.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -439181,8 +438121,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG43346", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -439211,8 +438150,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29918", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29918", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -439220,11 +438160,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NDUFAF3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034919", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034919.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -439234,8 +438174,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5569", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -439264,8 +438203,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21034", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21034", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -439273,11 +438213,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NDUFAF4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037777", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037777.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -439287,8 +438227,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG11722", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -439316,8 +438255,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15899", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15899", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -439325,11 +438265,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NDUFAF5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033891", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033891.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -439339,8 +438279,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8067", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -439368,8 +438307,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28625", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28625", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -439377,11 +438317,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NDUFAF6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030352", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030352.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -439391,8 +438331,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "sicily", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -439420,8 +438359,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28816", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28816", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -439429,11 +438369,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NDUFAF7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037880", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037880.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -439443,8 +438383,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG17726", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -439472,8 +438411,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:33551", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:33551", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -439481,11 +438421,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NDUFAF8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0259726", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0259726.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -439495,8 +438435,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG42380", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -439525,8 +438464,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7695", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7695", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -439534,11 +438474,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NDUFB1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029971", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029971.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -439548,8 +438488,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ND-MNLL", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -439578,8 +438517,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7696", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7696", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -439587,11 +438527,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NDUFB10", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0021967", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0021967.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -439601,8 +438541,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ND-PDSW", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -439630,8 +438569,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20372", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20372", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -439639,11 +438579,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NDUFB11", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027785", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027785.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -439653,8 +438593,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "NP15.6", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -439683,8 +438622,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7697", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7697", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -439692,11 +438632,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NDUFB2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0085736", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0085736.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -439706,8 +438646,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG40472", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -439736,8 +438675,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7698", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7698", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -439745,11 +438685,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NDUFB3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034645", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034645.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -439759,8 +438699,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ND-B12", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -439789,8 +438728,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7699", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7699", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -439798,11 +438738,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NDUFB4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033961", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033961.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -439812,8 +438752,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ND-B15", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -439842,8 +438781,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7700", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7700", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -439851,11 +438791,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NDUFB5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0011455", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0011455.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -439865,8 +438805,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ND-SGDH", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -439895,8 +438834,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7702", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7702", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -439904,11 +438844,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NDUFB7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030605", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030605.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -439918,8 +438858,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ND-B18", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -439947,8 +438886,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7703", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7703", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -439956,11 +438896,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NDUFB8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029888", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029888.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -439970,8 +438910,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ND-ASHI", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -440000,8 +438939,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7704", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7704", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -440009,11 +438949,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NDUFB9", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032511", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032511.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -440023,8 +438963,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ND-B22", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -440052,8 +438991,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7706", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7706", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -440061,11 +439001,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NDUFC2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031505", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031505.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -440075,8 +439015,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ND-B14.5B", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -440105,8 +439044,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:42956", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:42956", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -440114,11 +439054,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NDUFC2-KCTD14", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031505", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031505.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -440128,8 +439068,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ND-B14.5B", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -440158,8 +439097,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7707", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7707", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -440167,11 +439107,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NDUFS1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0017566", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0017566.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -440181,8 +439121,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ND-75", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -440210,8 +439149,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7708", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7708", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -440219,11 +439159,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NDUFS2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039909", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039909.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -440233,8 +439173,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ND-49", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -440262,8 +439201,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7708", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7708", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -440271,11 +439211,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NDUFS2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039331", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039331.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -440285,8 +439225,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ND-49L", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -440315,8 +439254,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7710", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7710", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -440324,11 +439264,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NDUFS3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0266582", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0266582.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -440338,8 +439278,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ND-30", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -440367,8 +439306,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7711", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7711", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -440376,11 +439316,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NDUFS4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031021", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031021.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -440390,8 +439330,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ND-18", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -440419,8 +439358,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7712", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7712", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -440428,11 +439368,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NDUFS5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031228", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031228.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -440442,8 +439382,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ND-15", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -440472,8 +439411,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7713", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7713", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -440481,11 +439421,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NDUFS6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031684", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031684.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -440495,8 +439435,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ND-13A", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -440524,8 +439463,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7714", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7714", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -440533,11 +439473,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NDUFS7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030718", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030718.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -440547,8 +439487,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ND-20", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -440576,8 +439515,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7714", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7714", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -440585,11 +439525,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NDUFS7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039669", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039669.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -440599,8 +439539,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ND-20L", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -440628,8 +439567,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7715", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7715", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -440637,11 +439577,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NDUFS8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0017567", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0017567.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -440651,8 +439591,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ND-23", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -440680,8 +439619,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7716", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7716", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -440689,11 +439629,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NDUFV1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031771", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031771.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -440703,8 +439643,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ND-51", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -440733,8 +439672,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7716", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7716", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -440742,11 +439682,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NDUFV1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034251", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034251.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -440756,8 +439696,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ND-51L1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -440786,8 +439725,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7716", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7716", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -440795,11 +439735,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NDUFV1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034007", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034007.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -440809,8 +439749,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ND-51L2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -440839,8 +439778,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7717", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7717", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -440848,11 +439788,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NDUFV2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030853", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030853.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -440862,8 +439802,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ND-24", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -440892,8 +439831,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7717", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7717", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -440901,11 +439841,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NDUFV2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036706", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036706.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -440915,8 +439855,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ND-24L", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -440945,8 +439884,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24539", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24539", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -440954,11 +439894,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NECAP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030791", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030791.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -440968,8 +439908,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG9132", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -440998,8 +439937,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25528", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25528", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -441007,11 +439947,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NECAP2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030791", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030791.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -441021,8 +439961,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG9132", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -441051,8 +439990,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17664", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17664", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -441060,11 +440000,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NECTIN3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000636", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000636.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -441074,8 +440014,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Fas3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -441104,8 +440043,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7723", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7723", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -441113,11 +440053,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NEDD1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032705", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032705.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -441127,8 +440067,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Grip71", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -441157,8 +440096,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:7727", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7727", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -441166,11 +440106,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NEDD4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0259174", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0259174.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -441180,8 +440120,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Nedd4", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -441210,8 +440149,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7728", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7728", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -441219,11 +440159,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NEDD4L", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0259174", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0259174.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -441233,8 +440173,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Nedd4", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -441262,8 +440201,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7732", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7732", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -441271,11 +440211,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NEDD8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032725", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032725.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -441285,8 +440225,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Nedd8", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -441314,8 +440253,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7733", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7733", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -441323,11 +440263,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NEDD9", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035101", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035101.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -441337,8 +440277,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "p130CAS", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -441366,8 +440305,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17302", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17302", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -441375,11 +440315,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NEGR1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000071", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000071.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -441389,8 +440329,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ama", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -441419,8 +440358,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17302", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17302", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -441428,11 +440368,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NEGR1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0085382", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0085382.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -441442,8 +440382,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG34353", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -441472,8 +440411,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17302", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17302", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -441481,11 +440421,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NEGR1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051708", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051708.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -441495,8 +440435,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "DIP-\u03b6", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -441525,8 +440464,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17302", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17302", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -441534,11 +440474,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NEGR1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010238", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010238.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -441548,8 +440488,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Lac", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -441578,8 +440517,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7745", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7745", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -441587,11 +440527,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NEK2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029970", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029970.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -441601,8 +440541,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Nek2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -441631,8 +440570,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:13387", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13387", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -441640,11 +440580,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NEK8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0045980", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0045980.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -441654,8 +440594,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "niki", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -441684,8 +440623,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18591", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18591", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -441693,11 +440633,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NEK9", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0045980", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0045980.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -441707,8 +440647,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "niki", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -441737,8 +440676,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12768", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12768", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -441746,11 +440686,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NELFA", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038872", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038872.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -441760,8 +440700,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Nelf-A", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -441790,8 +440729,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24324", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24324", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -441799,11 +440739,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NELFB", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027553", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027553.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -441813,8 +440753,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "NELF-B", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -441842,8 +440781,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15934", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15934", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -441851,11 +440791,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NELFCD", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010416", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010416.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -441865,8 +440805,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "TH1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -441894,8 +440833,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13974", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13974", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -441903,11 +440843,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NELFE", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0017430", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0017430.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -441917,8 +440857,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Nelf-E", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -441947,8 +440886,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10663", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10663", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -441956,11 +440896,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NEMF", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0259152", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0259152.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -441970,8 +440910,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Clbn", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -442000,8 +440939,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29001", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29001", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -442009,11 +440949,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NEMP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030768", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030768.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -442022,9 +440962,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG9723", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Nemp", + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -442053,8 +440992,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:33700", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:33700", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -442062,11 +441002,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NEMP2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030768", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030768.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -442075,9 +441015,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG9723", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Nemp", + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -442106,8 +441045,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7754", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7754", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -442115,11 +441055,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NEO1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0011592", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0011592.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -442129,8 +441069,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "fra", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -442158,8 +441097,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24496", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24496", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -442167,11 +441107,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NEPRO", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036036", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036036.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -442181,8 +441121,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG14174", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -442211,8 +441150,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14592", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14592", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -442220,11 +441160,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NET1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035574", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035574.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -442234,8 +441174,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "RhoGEF64C", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -442264,8 +441203,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:13823", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13823", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -442273,11 +441213,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NETO1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0265416", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0265416.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -442287,8 +441227,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Neto", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -442317,8 +441256,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14644", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14644", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -442326,11 +441266,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NETO2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0265416", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0265416.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -442340,8 +441280,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Neto", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -442370,8 +441309,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7761", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7761", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -442379,11 +441319,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NEURL1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0002932", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0002932.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -442393,8 +441333,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "neur", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -442423,8 +441362,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:35422", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:35422", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -442432,11 +441372,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NEURL1B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0002932", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0002932.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -442446,8 +441386,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "neur", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -442476,8 +441415,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16156", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16156", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -442485,11 +441425,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NEURL2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035059", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035059.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -442499,8 +441439,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG3894", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -442529,8 +441468,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:25162", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25162", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -442538,11 +441478,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NEURL3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0002932", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0002932.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -442552,8 +441492,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "neur", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -442582,8 +441521,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:34410", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:34410", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -442591,11 +441531,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NEURL4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0283503", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0283503.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -442605,8 +441545,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Neurl4", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -442635,8 +441574,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:7764", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7764", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -442644,11 +441584,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NEUROG1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015550", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015550.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -442658,8 +441598,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "tap", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -442688,8 +441627,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:13805", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13805", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -442697,11 +441637,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NEUROG2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015550", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015550.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -442711,8 +441651,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "tap", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -442741,8 +441680,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13806", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13806", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -442750,11 +441690,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NEUROG3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015550", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015550.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -442764,8 +441704,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "tap", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -442794,8 +441733,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7765", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7765", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -442803,11 +441743,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NF1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015269", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015269.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -442817,8 +441757,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Nf1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -442847,8 +441786,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7773", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7773", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -442856,11 +441796,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NF2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0086384", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0086384.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -442870,8 +441810,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Mer", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -442899,8 +441838,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29866", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29866", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -442908,11 +441848,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NFASC", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0264975", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0264975.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -442922,8 +441862,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Nrg", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -442952,8 +441891,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7774", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7774", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -442961,11 +441901,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NFAT5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030505", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030505.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -442975,8 +441915,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "NFAT", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -443005,8 +441944,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:7775", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7775", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -443014,11 +441954,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NFATC1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030505", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030505.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -443028,8 +441968,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "NFAT", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -443058,8 +441997,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:7776", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7776", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -443067,11 +442007,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NFATC2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030505", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030505.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -443081,8 +442021,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "NFAT", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -443111,8 +442050,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7777", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7777", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -443120,11 +442060,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NFATC3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030505", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030505.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -443134,8 +442074,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "NFAT", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -443164,8 +442103,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:7778", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7778", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -443173,11 +442113,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NFATC4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030505", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030505.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -443187,8 +442127,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "NFAT", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -443217,8 +442156,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:7780", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7780", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -443226,11 +442166,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NFE2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0262975", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0262975.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -443240,8 +442180,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "cnc", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -443270,8 +442209,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7781", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7781", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -443279,11 +442219,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NFE2L1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0262975", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0262975.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -443293,8 +442233,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "cnc", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -443323,8 +442262,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7782", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7782", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -443332,11 +442272,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NFE2L2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0262975", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0262975.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -443346,8 +442286,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "cnc", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -443376,8 +442315,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:7783", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7783", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -443385,11 +442325,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NFE2L3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0262975", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0262975.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -443399,8 +442339,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "cnc", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -443429,8 +442368,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7784", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7784", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -443438,11 +442378,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NFIA", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0042696", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0042696.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -443452,8 +442392,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "NfI", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -443482,8 +442421,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7785", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7785", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -443491,11 +442431,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NFIB", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0042696", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0042696.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -443505,8 +442445,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "NfI", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -443535,8 +442474,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:7786", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7786", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -443544,11 +442484,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NFIC", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0042696", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0042696.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -443558,8 +442498,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "NfI", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -443588,8 +442527,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7787", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7787", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -443597,11 +442537,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NFIL3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0016076", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0016076.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -443611,8 +442551,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "vri", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -443641,8 +442580,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:7788", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7788", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -443650,11 +442590,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NFIX", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0042696", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0042696.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -443664,8 +442604,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "NfI", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -443694,8 +442633,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:7794", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7794", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -443703,11 +442643,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NFKB1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0014018", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0014018.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -443717,8 +442657,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rel", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -443747,8 +442686,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7795", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7795", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -443756,11 +442696,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NFKB2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0014018", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0014018.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -443770,8 +442710,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rel", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -443800,8 +442739,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7797", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7797", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -443809,11 +442749,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NFKBIA", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000250", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000250.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -443823,8 +442763,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "cact", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -443853,8 +442792,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:7798", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7798", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -443862,11 +442802,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NFKBIB", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000250", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000250.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -443876,8 +442816,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "cact", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -443906,8 +442845,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7802", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7802", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -443915,11 +442855,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NFRKB", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027503", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027503.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -443929,8 +442869,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG11970", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -443959,8 +442898,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15910", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15910", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -443968,11 +442908,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NFS1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032393", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032393.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -443982,8 +442922,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Nfs1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -444012,8 +442951,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16287", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16287", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -444021,11 +442961,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NFU1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0285970", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0285970.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -444035,8 +442975,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG32500", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -444065,8 +443004,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16287", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16287", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -444074,11 +443014,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NFU1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052857", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052857.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -444088,8 +443028,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG32857", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -444118,8 +443057,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7803", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7803", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -444127,11 +443067,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NFX1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0001978", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0001978.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -444141,8 +443081,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "stc", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -444170,8 +443109,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18726", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18726", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -444179,11 +443119,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NFXL1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035518", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035518.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -444193,8 +443133,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG15011", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -444223,8 +443162,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7804", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7804", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -444232,11 +443172,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NFYA", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035993", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035993.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -444246,8 +443186,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Nf-YA", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -444276,8 +443215,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7805", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7805", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -444285,11 +443225,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NFYB", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032816", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032816.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -444299,8 +443239,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Nf-YB", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -444329,8 +443268,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7806", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7806", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -444338,11 +443278,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NFYC", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029905", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029905.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -444352,8 +443292,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Nf-YC", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -444382,8 +443321,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20271", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20271", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -444391,11 +443331,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NGDN", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031736", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031736.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -444405,8 +443345,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG11030", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -444434,8 +443373,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7807", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7807", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -444443,11 +443383,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NGEF", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261547", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261547.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -444457,8 +443397,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Exn", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -444487,8 +443426,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17646", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17646", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -444496,11 +443436,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NGLY1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033050", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033050.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -444510,8 +443450,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pngl", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -444539,8 +443478,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18077", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18077", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -444548,11 +443488,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NGRN", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039336", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039336.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -444562,8 +443502,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG4553", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -444592,8 +443531,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7817", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7817", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -444601,11 +443541,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NHLH1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0011277", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0011277.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -444615,8 +443555,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "HLH4C", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -444645,8 +443584,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:7818", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7818", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -444654,11 +443594,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NHLH2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0011277", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0011277.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -444668,8 +443608,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "HLH4C", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -444698,8 +443637,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24731", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24731", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -444707,11 +443647,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NHLRC2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0250830", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0250830.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -444721,8 +443661,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG12547", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -444750,8 +443689,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14377", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14377", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -444759,11 +443699,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NHP2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029148", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029148.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -444773,8 +443713,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "NHP2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -444802,8 +443741,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7820", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7820", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -444811,11 +443751,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NHS", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0026239", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026239.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -444825,8 +443765,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "gukh", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -444855,8 +443794,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7821", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7821", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -444864,11 +443804,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NID1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0026403", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026403.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -444878,8 +443818,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ndg", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -444908,8 +443847,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13389", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13389", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -444917,11 +443857,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NID2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0026403", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026403.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -444931,8 +443871,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ndg", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -444961,8 +443900,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13390", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13390", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -444970,11 +443910,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NIF3L1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0014092", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0014092.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -444984,8 +443924,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG4278", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -445014,8 +443953,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17838", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17838", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -445023,11 +443963,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NIFK", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038989", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038989.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -445037,8 +443977,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6937", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -445067,8 +444006,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28646", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28646", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -445076,11 +444016,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NIM1K", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031299", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031299.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -445090,8 +444030,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG4629", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -445120,8 +444059,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:14906", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14906", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -445129,11 +444069,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NIN", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000228", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000228.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -445143,8 +444083,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Bsg25D", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -445173,8 +444112,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7824", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7824", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -445182,11 +444122,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NINJ1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036101", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036101.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -445196,8 +444136,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "NijA", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -445226,8 +444165,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7824", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7824", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -445235,11 +444175,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NINJ1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036822", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036822.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -445249,8 +444189,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "NijB", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -445279,8 +444218,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:7824", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7824", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -445288,11 +444228,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NINJ1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038079", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038079.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -445302,8 +444242,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "NijC", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -445332,8 +444271,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7825", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7825", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -445341,11 +444281,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NINJ2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038079", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038079.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -445355,8 +444295,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "NijC", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -445385,8 +444324,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29163", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29163", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -445394,11 +444334,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NINL", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000228", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000228.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -445408,8 +444348,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Bsg25D", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -445438,8 +444377,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24328", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24328", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -445447,11 +444387,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NIP7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039233", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039233.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -445461,8 +444401,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7006", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -445490,8 +444429,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:17043", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17043", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -445499,11 +444439,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NIPA1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032451", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032451.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -445513,8 +444453,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "spict", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -445543,8 +444482,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17044", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17044", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -445552,11 +444492,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NIPA2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032451", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032451.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -445566,8 +444506,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "spict", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -445596,8 +444535,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:27194", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:27194", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -445605,11 +444545,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NIPAL1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032451", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032451.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -445619,8 +444559,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "spict", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -445649,8 +444588,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:25854", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25854", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -445658,11 +444598,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NIPAL2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032451", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032451.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -445672,8 +444612,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "spict", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -445702,8 +444641,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:25233", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25233", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -445711,11 +444651,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NIPAL3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032451", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032451.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -445725,8 +444665,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "spict", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -445755,8 +444694,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28018", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28018", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -445764,11 +444704,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NIPAL4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032451", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032451.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -445778,8 +444718,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "spict", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -445808,8 +444747,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28862", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28862", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -445817,11 +444757,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NIPBL", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0026401", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026401.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -445831,8 +444771,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Nipped-B", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -445861,8 +444800,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7827", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7827", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -445870,11 +444810,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NIPSNAP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030724", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030724.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -445884,8 +444824,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Nipsnap", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -445913,8 +444852,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4179", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4179", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -445922,11 +444862,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NIPSNAP2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030724", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030724.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -445936,8 +444876,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Nipsnap", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -445965,8 +444904,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18006", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18006", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -445974,11 +444914,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NISCH", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033996", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033996.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -445988,8 +444928,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG11807", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -446018,8 +444957,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7828", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7828", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -446027,11 +444967,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NIT1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0024945", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0024945.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -446041,8 +444981,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "NitFhit", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -446071,8 +445010,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29878", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29878", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -446080,11 +445020,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NIT2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037687", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037687.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -446094,8 +445034,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8132", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -446123,8 +445062,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:25743", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25743", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -446132,11 +445072,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NKAIN1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0085442", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0085442.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -446146,8 +445086,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "NKAIN", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -446176,8 +445115,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16443", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16443", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -446185,11 +445125,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NKAIN2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0085442", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0085442.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -446199,8 +445139,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "NKAIN", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -446229,8 +445168,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:26829", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26829", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -446238,11 +445178,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NKAIN3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0085442", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0085442.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -446252,8 +445192,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "NKAIN", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -446282,8 +445221,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16191", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16191", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -446291,11 +445231,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NKAIN4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0085442", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0085442.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -446305,8 +445245,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "NKAIN", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -446335,8 +445274,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29873", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29873", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -446344,11 +445284,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NKAP", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039488", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039488.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -446358,8 +445298,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6066", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -446388,8 +445327,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21584", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21584", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -446397,11 +445337,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NKAPL", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039488", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039488.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -446411,8 +445351,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6066", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -446441,8 +445380,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:17045", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17045", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -446450,11 +445390,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NKD1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0002945", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0002945.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -446464,8 +445404,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "nkd", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -446494,8 +445433,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17046", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17046", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -446503,11 +445443,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NKD2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0002945", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0002945.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -446517,8 +445457,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "nkd", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -446547,8 +445486,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17899", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17899", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -446556,11 +445496,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NKIRAS1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040513", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040513.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -446570,8 +445510,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "\u03baB-Ras", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -446599,8 +445538,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:17898", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17898", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -446608,11 +445548,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NKIRAS2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040513", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040513.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -446622,8 +445562,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "\u03baB-Ras", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -446652,8 +445591,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19374", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19374", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -446661,11 +445601,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NKRF", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051301", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051301.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -446675,8 +445615,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG31301", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -446705,8 +445644,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:7833", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7833", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -446714,11 +445654,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NKTR", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039581", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039581.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -446728,8 +445668,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Moca-cyp", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -446758,8 +445697,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:24975", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24975", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -446767,11 +445707,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NKX1-1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0002941", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0002941.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -446781,8 +445721,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "slou", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -446811,8 +445750,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:31652", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:31652", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -446820,11 +445760,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NKX1-2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0002941", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0002941.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -446834,8 +445774,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "slou", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -446864,8 +445803,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11825", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11825", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -446873,11 +445813,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NKX2-1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0287186", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0287186.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -446887,8 +445827,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "scro", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -446917,8 +445856,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7835", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7835", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -446926,11 +445866,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NKX2-2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261930", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261930.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -446940,8 +445880,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "vnd", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -446970,8 +445909,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7836", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7836", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -446979,11 +445919,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NKX2-3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004110", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004110.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -446993,8 +445933,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "tin", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -447023,8 +445962,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7837", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7837", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -447032,11 +445972,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NKX2-4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0287186", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0287186.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -447046,8 +445986,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "scro", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -447076,8 +446015,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2488", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2488", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -447085,11 +446025,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NKX2-5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004110", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004110.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -447099,8 +446039,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "tin", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -447129,8 +446068,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:32940", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:32940", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -447138,11 +446078,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NKX2-6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004110", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004110.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -447152,8 +446092,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "tin", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -447182,8 +446121,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:16364", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16364", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -447191,11 +446131,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NKX2-8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261930", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261930.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -447205,8 +446145,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "vnd", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -447235,8 +446174,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:7838", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7838", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -447244,11 +446184,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NKX3-1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004862", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004862.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -447258,8 +446198,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "bap", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -447288,8 +446227,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:951", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:951", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -447297,11 +446237,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NKX3-2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004862", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004862.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -447311,8 +446251,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "bap", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -447341,8 +446280,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:7839", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7839", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -447350,11 +446290,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NKX6-1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040318", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040318.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -447364,8 +446304,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "HGTX", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -447394,8 +446333,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19321", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19321", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -447403,11 +446343,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NKX6-2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040318", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040318.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -447417,8 +446357,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "HGTX", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -447447,8 +446386,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:26328", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26328", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -447456,11 +446396,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NKX6-3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040318", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040318.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -447470,8 +446410,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "HGTX", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -447500,8 +446439,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19889", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19889", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -447509,11 +446449,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NLE1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0021874", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0021874.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -447523,8 +446463,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Nle", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -447552,8 +446491,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14291", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14291", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -447561,11 +446501,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NLGN1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051146", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051146.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -447575,8 +446515,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Nlg1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -447605,8 +446544,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14291", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14291", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -447614,11 +446554,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NLGN1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031866", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031866.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -447628,8 +446568,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Nlg2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -447657,8 +446596,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14291", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14291", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -447666,11 +446606,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NLGN1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0083963", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0083963.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -447680,8 +446620,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Nlg3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -447709,8 +446648,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14291", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14291", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -447718,11 +446658,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NLGN1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0083975", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0083975.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -447732,8 +446672,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Nlg4", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -447762,8 +446701,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:14290", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14290", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -447771,11 +446711,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NLGN2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031866", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031866.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -447785,8 +446725,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Nlg2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -447815,8 +446754,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:14290", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14290", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -447824,11 +446764,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NLGN2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0083963", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0083963.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -447838,8 +446778,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Nlg3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -447868,8 +446807,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14289", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14289", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -447877,11 +446817,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NLGN3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051146", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051146.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -447891,8 +446831,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Nlg1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -447921,8 +446860,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14289", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14289", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -447930,11 +446870,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NLGN3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031866", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031866.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -447944,8 +446884,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Nlg2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -447973,8 +446912,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14289", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14289", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -447982,11 +446922,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NLGN3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0083963", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0083963.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -447996,8 +446936,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Nlg3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -448025,8 +446964,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14289", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14289", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -448034,11 +446974,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NLGN3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0083975", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0083975.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -448048,8 +446988,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Nlg4", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -448078,8 +447017,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14287", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14287", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -448087,11 +447027,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NLGN4X", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051146", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051146.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -448101,8 +447041,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Nlg1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -448131,8 +447070,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14287", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14287", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -448140,11 +447080,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NLGN4X", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031866", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031866.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -448154,8 +447094,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Nlg2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -448183,8 +447122,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14287", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14287", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -448192,11 +447132,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NLGN4X", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0083963", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0083963.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -448206,8 +447146,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Nlg3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -448235,8 +447174,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14287", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14287", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -448244,11 +447184,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NLGN4X", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0083975", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0083975.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -448258,8 +447198,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Nlg4", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -448288,8 +447227,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15529", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15529", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -448297,11 +447237,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NLGN4Y", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051146", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051146.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -448311,8 +447251,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Nlg1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -448341,8 +447280,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:15529", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15529", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -448350,11 +447290,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NLGN4Y", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031866", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031866.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -448364,8 +447304,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Nlg2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -448394,8 +447333,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:15529", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15529", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -448403,11 +447343,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NLGN4Y", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0083963", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0083963.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -448417,8 +447357,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Nlg3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -448447,8 +447386,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15529", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15529", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -448456,11 +447396,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NLGN4Y", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0083975", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0083975.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -448470,8 +447410,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Nlg4", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -448500,8 +447439,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29858", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29858", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -448509,11 +447449,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NLK", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0011817", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0011817.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -448523,8 +447463,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "nmo", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -448553,8 +447492,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7843", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7843", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -448562,11 +447502,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NMBR", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0050106", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0050106.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -448576,8 +447516,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CCHa1-R", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -448606,8 +447545,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7843", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7843", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -448615,11 +447555,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NMBR", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033058", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033058.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -448629,8 +447569,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CCHa2-R", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -448659,8 +447598,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24250", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24250", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -448668,11 +447608,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NMD3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0023542", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0023542.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -448682,8 +447622,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Nmd3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -448712,8 +447651,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7849", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7849", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -448721,11 +447661,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NME1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000150", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000150.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -448735,8 +447675,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "awd", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -448765,8 +447704,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:33531", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:33531", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -448774,11 +447714,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NME1-NME2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000150", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000150.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -448788,8 +447728,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "awd", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -448818,8 +447757,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:7850", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7850", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -448827,11 +447767,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NME2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000150", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000150.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -448841,8 +447781,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "awd", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -448871,8 +447810,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:31358", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:31358", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -448880,11 +447820,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NME2P1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000150", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000150.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -448894,8 +447834,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "awd", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -448924,8 +447863,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:7851", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7851", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -448933,11 +447873,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NME3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000150", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000150.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -448947,8 +447887,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "awd", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -448977,8 +447916,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:7852", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7852", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -448986,11 +447926,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NME4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000150", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000150.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -449000,8 +447940,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "awd", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -449030,8 +447969,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7853", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7853", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -449039,11 +447979,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NME5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039809", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039809.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -449053,8 +447993,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG15547", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -449083,8 +448022,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20567", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20567", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -449092,11 +448032,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NME6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030573", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030573.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -449106,8 +448046,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "nmdyn-D6", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -449136,8 +448075,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20461", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20461", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -449145,11 +448085,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NME7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028997", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028997.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -449159,8 +448099,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "nmdyn-D7", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -449188,8 +448127,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:16473", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16473", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -449197,11 +448137,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NME8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030359", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030359.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -449211,8 +448151,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG18130", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -449241,8 +448180,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21343", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21343", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -449250,11 +448190,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NME9", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031042", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031042.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -449264,8 +448204,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG14221", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -449294,8 +448233,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21343", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21343", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -449303,11 +448243,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NME9", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030359", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030359.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -449317,8 +448257,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG18130", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -449347,8 +448286,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17877", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17877", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -449356,11 +448296,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NMNAT1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039254", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039254.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -449370,8 +448310,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Nmnat", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -449399,8 +448338,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:16789", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16789", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -449408,11 +448348,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NMNAT2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039254", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039254.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -449422,8 +448362,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Nmnat", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -449452,8 +448391,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:20989", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20989", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -449461,11 +448401,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NMNAT3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039254", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039254.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -449475,8 +448415,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Nmnat", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -449505,8 +448444,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26057", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26057", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -449514,11 +448454,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NMRK1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035436", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035436.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -449528,8 +448468,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG12016", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -449558,8 +448497,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17871", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17871", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -449567,11 +448507,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NMRK2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035436", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035436.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -449581,8 +448521,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG12016", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -449611,8 +448550,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:7857", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7857", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -449620,11 +448560,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NMT1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0020392", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0020392.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -449634,8 +448574,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Nmt", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -449664,8 +448603,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7858", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7858", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -449673,11 +448613,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NMT2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0020392", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0020392.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -449687,8 +448627,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Nmt", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -449716,8 +448655,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4518", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4518", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -449725,11 +448665,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NMUR1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037100", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037100.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -449739,8 +448679,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CapaR", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -449769,8 +448708,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4518", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4518", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -449778,11 +448718,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NMUR1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038201", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038201.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -449792,8 +448732,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "PK1-R", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -449822,8 +448761,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4518", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4518", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -449831,11 +448771,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NMUR1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038140", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038140.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -449845,8 +448785,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "PK2-R1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -449875,8 +448814,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4518", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4518", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -449884,11 +448824,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NMUR1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038139", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038139.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -449898,8 +448838,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "PK2-R2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -449928,8 +448867,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16454", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16454", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -449937,11 +448877,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NMUR2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037100", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037100.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -449951,8 +448891,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CapaR", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -449981,8 +448920,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16454", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16454", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -449990,11 +448930,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NMUR2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038201", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038201.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -450004,8 +448944,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "PK1-R", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -450034,8 +448973,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16454", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16454", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -450043,11 +448983,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NMUR2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038140", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038140.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -450057,8 +448997,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "PK2-R1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -450087,8 +449026,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16454", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16454", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -450096,11 +449036,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NMUR2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038139", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038139.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -450110,8 +449050,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "PK2-R2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -450140,8 +449079,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28473", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28473", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -450149,11 +449089,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NOA1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034307", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034307.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -450163,8 +449103,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10914", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -450192,8 +449131,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29540", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29540", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -450201,11 +449141,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NOB1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030177", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030177.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -450215,8 +449155,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG2972", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -450244,8 +449183,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:22448", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:22448", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -450253,11 +449193,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NOBOX", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038833", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038833.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -450267,8 +449207,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG15696", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -450297,8 +449236,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24517", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24517", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -450306,11 +449246,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NOC2L", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032925", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032925.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -450320,8 +449260,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG9246", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -450349,8 +449288,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24034", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24034", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -450358,11 +449298,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NOC3L", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037489", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037489.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -450372,8 +449312,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG1234", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -450402,8 +449341,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28461", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28461", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -450411,11 +449351,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NOC4L", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029672", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029672.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -450425,8 +449365,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG2875", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -450455,8 +449394,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14254", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14254", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -450464,11 +449404,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NOCT", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261808", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261808.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -450478,8 +449418,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "cu", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -450508,8 +449447,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7865", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7865", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -450517,11 +449457,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NODAL", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031461", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031461.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -450531,8 +449471,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "daw", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -450561,8 +449500,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7865", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7865", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -450570,11 +449510,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NODAL", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039914", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039914.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -450584,8 +449524,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mav", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -450614,8 +449553,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25862", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25862", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -450623,11 +449563,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NOL10", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261535", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261535.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -450637,8 +449577,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "l(2)34Fd", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -450666,8 +449605,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24557", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24557", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -450675,11 +449615,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NOL11", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036886", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036886.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -450689,8 +449629,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG9300", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -450719,8 +449658,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28585", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28585", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -450728,11 +449668,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NOL12", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052418", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052418.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -450742,8 +449682,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "vito", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -450772,8 +449711,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7870", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7870", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -450781,11 +449721,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NOL4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0283651", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0283651.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -450795,8 +449735,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG46301", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -450825,8 +449764,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:16106", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16106", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -450834,11 +449774,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NOL4L", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0283651", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0283651.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -450848,8 +449788,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG46301", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -450878,8 +449817,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19910", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19910", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -450887,11 +449827,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NOL6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261286", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261286.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -450901,8 +449841,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Mat89Ba", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -450931,8 +449870,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23387", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23387", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -450940,11 +449880,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NOL8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031062", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031062.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -450954,8 +449894,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG14230", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -450984,8 +449923,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26265", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26265", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -450993,11 +449933,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NOL9", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034073", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034073.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -451007,8 +449947,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8414", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -451037,8 +449976,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15608", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15608", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -451046,11 +449986,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NOLC1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037137", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037137.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -451060,8 +450000,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Nopp140", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -451090,8 +450029,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13244", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13244", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -451099,11 +450039,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NOM1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035336", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035336.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -451113,8 +450053,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG9004", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -451142,8 +450081,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30060", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30060", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -451151,11 +450091,63 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NOMO1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" + }, + "homologGene": { + "id": "FB:FBgn0033482", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033482.html", + "species": { + "commonNames": "['fly', 'fruit fly', 'dme']", + "dataProviderFullName": "FlyBase", + "dataProviderShortName": "FB", + "name": "Drosophila melanogaster", + "shortName": "Dme", + "taxonId": "NCBITaxon:7227" + }, + "symbol": "CG1371", + "taxonId": "NCBITaxon:7227" + }, + "methodCount": 10, + "predictionMethodsMatched": [ + "Ensembl Compara", + "Hieranoid", + "InParanoid", + "OMA", + "OrthoFinder", + "OrthoInspector", + "PANTHER", + "PhylomeDB", + "Roundup", + "TreeFam" + ], + "predictionMethodsNotCalled": [ + "HGNC", + "ZFIN" + ], + "predictionMethodsNotMatched": [], + "stringencyFilter": "stringent", + "totalMethodCount": 10 + }, + { + "best": "Yes", + "bestReverse": "Yes", + "gene": { + "id": "HGNC:22652", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:22652", + "species": { + "commonNames": "['human', 'hsa']", + "dataProviderFullName": "Rat Genome Database", + "dataProviderShortName": "RGD", + "name": "Homo sapiens", + "shortName": "Hsa", + "taxonId": "NCBITaxon:9606" + }, + "symbol": "NOMO2", + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033482", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033482.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -451165,8 +450157,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG1371", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -451194,8 +450185,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25242", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25242", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -451203,11 +450195,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NOMO3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033482", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033482.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -451217,8 +450209,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG1371", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -451246,8 +450237,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7871", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7871", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -451255,11 +450247,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NONO", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004227", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004227.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -451269,8 +450261,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "nonA", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -451299,8 +450290,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7871", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7871", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -451308,11 +450300,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NONO", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015520", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015520.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -451322,8 +450314,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "nonA-l", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -451352,8 +450343,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14378", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14378", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -451361,11 +450353,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NOP10", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033548", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033548.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -451375,8 +450367,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7637", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -451404,8 +450395,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16821", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16821", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -451413,11 +450405,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NOP14", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010926", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010926.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -451427,8 +450419,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "l(3)07882", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -451456,8 +450447,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26934", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26934", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -451465,11 +450457,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NOP16", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039868", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039868.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -451479,8 +450471,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG11563", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -451509,8 +450500,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7867", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7867", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -451518,11 +450510,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NOP2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033741", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033741.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -451532,8 +450524,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8545", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -451562,8 +450553,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4333", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4333", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -451571,11 +450563,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NOP53", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030061", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030061.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -451585,8 +450577,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG1785", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -451614,8 +450605,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15911", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15911", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -451623,11 +450615,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NOP56", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038964", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038964.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -451637,8 +450629,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Nop56", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -451667,8 +450658,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29926", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29926", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -451676,11 +450668,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NOP58", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0026196", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026196.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -451690,8 +450682,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "nop5", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -451719,8 +450710,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19826", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19826", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -451728,11 +450720,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NOP9", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033169", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033169.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -451742,8 +450734,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG11123", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -451771,8 +450762,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:7872", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7872", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -451780,11 +450772,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NOS1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0011676", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0011676.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -451794,8 +450786,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Nos", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -451824,8 +450815,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16859", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16859", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -451833,11 +450825,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NOS1AP", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261555", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261555.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -451847,8 +450839,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG42673", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -451877,8 +450868,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:7873", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7873", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -451886,11 +450878,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NOS2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0011676", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0011676.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -451900,8 +450892,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Nos", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -451930,8 +450921,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7876", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7876", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -451939,11 +450931,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NOS3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0011676", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0011676.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -451953,8 +450945,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Nos", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -451982,8 +450973,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17946", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17946", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -451991,11 +450983,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NOSIP", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030915", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030915.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -452005,8 +450997,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6179", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -452034,8 +451025,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20203", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20203", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -452043,11 +451035,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NOSTRIN", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0259734", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0259734.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -452057,8 +451049,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Nost", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -452087,8 +451078,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7881", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7881", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -452096,11 +451088,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NOTCH1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004647", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004647.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -452110,8 +451102,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "N", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -452140,8 +451131,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7882", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7882", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -452149,11 +451141,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NOTCH2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004647", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004647.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -452163,8 +451155,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "N", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -452193,8 +451184,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:7883", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7883", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -452202,11 +451194,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NOTCH3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004647", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004647.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -452216,8 +451208,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "N", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -452246,8 +451237,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:7884", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7884", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -452255,11 +451247,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NOTCH4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0259685", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0259685.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -452269,8 +451261,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "crb", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -452299,8 +451290,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:31839", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:31839", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -452308,11 +451300,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NOTO", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038592", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038592.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -452322,8 +451314,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG18599", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -452352,8 +451343,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:27106", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:27106", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -452361,11 +451353,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NOTUM", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0044028", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0044028.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -452375,8 +451367,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Notum", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -452405,8 +451396,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7886", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7886", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -452414,11 +451406,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NOVA1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261552", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261552.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -452428,8 +451420,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ps", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -452458,8 +451449,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:7887", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7887", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -452467,11 +451459,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NOVA2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261552", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261552.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -452481,8 +451473,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ps", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -452511,8 +451502,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14874", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14874", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -452520,11 +451512,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NOX5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0085428", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0085428.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -452534,8 +451526,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Nox", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -452563,8 +451554,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7894", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7894", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -452572,11 +451564,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NPAS1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0262139", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0262139.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -452586,8 +451578,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "trh", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -452616,8 +451607,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7895", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7895", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -452625,11 +451617,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NPAS2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0023076", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0023076.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -452639,8 +451631,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Clk", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -452669,8 +451660,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:19311", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19311", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -452678,11 +451670,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NPAS3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0262139", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0262139.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -452692,8 +451684,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "trh", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -452722,8 +451713,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18983", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18983", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -452731,11 +451723,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NPAS4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039411", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039411.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -452745,8 +451737,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "dysf", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -452775,8 +451766,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:4522", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4522", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -452784,11 +451776,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NPBWR1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036790", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036790.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -452798,8 +451790,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "AstC-R1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -452828,8 +451819,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:4522", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4522", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -452837,11 +451829,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NPBWR1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036789", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036789.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -452851,8 +451843,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "AstC-R2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -452881,8 +451872,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:4530", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4530", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -452890,11 +451882,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NPBWR2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036790", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036790.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -452904,8 +451896,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "AstC-R1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -452934,8 +451925,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:4530", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4530", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -452943,11 +451935,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NPBWR2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036789", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036789.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -452957,8 +451949,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "AstC-R2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -452987,8 +451978,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7897", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7897", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -452996,11 +451988,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NPC1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0024320", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0024320.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -453010,8 +452002,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Npc1a", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -453039,8 +452030,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7897", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7897", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -453048,11 +452040,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NPC1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261675", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261675.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -453062,8 +452054,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Npc1b", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -453092,8 +452083,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:7898", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7898", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -453101,11 +452093,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NPC1L1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0024320", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0024320.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -453115,8 +452107,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Npc1a", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -453145,8 +452136,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:7898", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7898", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -453154,11 +452146,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NPC1L1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261675", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261675.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -453168,8 +452160,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Npc1b", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -453198,8 +452189,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14537", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14537", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -453207,11 +452199,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NPC2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031381", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031381.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -453221,8 +452213,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Npc2a", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -453251,8 +452242,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14537", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14537", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -453260,11 +452252,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NPC2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038198", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038198.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -453274,8 +452266,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Npc2b", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -453304,8 +452295,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14537", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14537", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -453313,11 +452305,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NPC2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037783", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037783.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -453327,8 +452319,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Npc2c", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -453357,8 +452348,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14537", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14537", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -453366,11 +452358,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NPC2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037782", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037782.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -453380,8 +452372,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Npc2d", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -453410,8 +452401,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14537", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14537", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -453419,11 +452411,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NPC2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051410", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051410.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -453433,8 +452425,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Npc2e", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -453463,8 +452454,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14537", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14537", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -453472,11 +452464,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NPC2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039154", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039154.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -453486,8 +452478,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Npc2f", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -453516,8 +452507,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14537", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14537", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -453525,11 +452517,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NPC2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039801", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039801.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -453539,8 +452531,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Npc2h", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -453569,8 +452560,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7899", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7899", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -453578,11 +452570,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NPDC1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0265193", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0265193.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -453592,8 +452584,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Atf-2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -453622,8 +452613,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16244", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16244", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -453631,11 +452623,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NPEPL1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040493", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040493.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -453645,8 +452637,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "grsm", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -453675,8 +452666,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7900", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7900", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -453684,11 +452676,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NPEPPS", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261243", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261243.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -453698,8 +452690,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Psa", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -453727,8 +452718,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17425", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17425", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -453736,11 +452728,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NPFFR1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038880", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038880.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -453750,8 +452742,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "SIFaR", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -453780,8 +452771,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:4525", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4525", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -453789,11 +452781,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NPFFR2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038880", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038880.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -453803,8 +452795,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "SIFaR", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -453828,13 +452819,66 @@ "stringencyFilter": "stringent", "totalMethodCount": 10 }, + { + "best": "Yes", + "bestReverse": "Yes", + "gene": { + "id": "HGNC:7908", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7908", + "species": { + "commonNames": "['human', 'hsa']", + "dataProviderFullName": "Rat Genome Database", + "dataProviderShortName": "RGD", + "name": "Homo sapiens", + "shortName": "Hsa", + "taxonId": "NCBITaxon:9606" + }, + "symbol": "NPHS1", + "taxonId": "NCBITaxon:9606" + }, + "homologGene": { + "id": "FB:FBgn0024189", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0024189.html", + "species": { + "commonNames": "['fly', 'fruit fly', 'dme']", + "dataProviderFullName": "FlyBase", + "dataProviderShortName": "FB", + "name": "Drosophila melanogaster", + "shortName": "Dme", + "taxonId": "NCBITaxon:7227" + }, + "symbol": "sns", + "taxonId": "NCBITaxon:7227" + }, + "methodCount": 10, + "predictionMethodsMatched": [ + "Ensembl Compara", + "Hieranoid", + "InParanoid", + "OMA", + "OrthoFinder", + "OrthoInspector", + "PANTHER", + "PhylomeDB", + "Roundup", + "TreeFam" + ], + "predictionMethodsNotCalled": [ + "HGNC", + "ZFIN" + ], + "predictionMethodsNotMatched": [], + "stringencyFilter": "stringent", + "totalMethodCount": 10 + }, { "best": "Yes", "bestReverse": "Yes", "gene": { "id": "HGNC:13394", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13394", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -453842,11 +452886,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NPHS2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0250821", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0250821.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -453856,8 +452900,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG14644", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -453886,8 +452929,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13394", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13394", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -453895,11 +452939,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NPHS2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037986", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037986.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -453909,8 +452953,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG14736", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -453939,8 +452982,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13394", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13394", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -453948,11 +452992,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NPHS2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051358", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051358.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -453962,8 +453006,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG31358", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -453992,8 +453035,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18261", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18261", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -454001,11 +453045,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NPLOC4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039348", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039348.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -454015,8 +453059,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Npl4", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -454044,8 +453087,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:7910", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7910", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -454053,11 +453097,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NPM1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0016685", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0016685.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -454067,8 +453111,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Nlp", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -454097,8 +453140,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:7930", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7930", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -454106,11 +453150,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NPM2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0016685", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0016685.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -454120,8 +453164,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Nlp", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -454150,8 +453193,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7931", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7931", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -454159,11 +453203,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NPM3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0016685", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0016685.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -454173,8 +453217,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Nlp", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -454203,8 +453246,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7931", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7931", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -454212,11 +453256,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NPM3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039735", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039735.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -454226,8 +453270,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Nph", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -454256,8 +453299,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7943", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7943", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -454265,11 +453309,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NPR1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051183", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051183.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -454279,8 +453323,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG31183", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -454308,8 +453351,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:7944", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7944", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -454317,11 +453361,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NPR2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051183", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051183.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -454331,8 +453375,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG31183", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -454361,8 +453404,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7944", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7944", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -454370,11 +453414,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NPR2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034568", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034568.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -454384,8 +453428,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG3216", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -454414,8 +453457,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7945", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7945", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -454423,11 +453467,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NPR3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038380", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038380.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -454437,8 +453481,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG14877", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -454467,8 +453510,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24969", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24969", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -454476,11 +453520,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NPRL2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030800", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030800.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -454490,8 +453534,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Nprl2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -454519,8 +453562,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14124", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14124", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -454528,11 +453572,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NPRL3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036397", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036397.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -454542,8 +453586,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Nprl3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -454571,8 +453614,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23631", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23631", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -454580,11 +453624,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NPSR1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039396", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039396.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -454594,8 +453638,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CCAP-R", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -454624,8 +453667,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17867", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17867", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -454633,11 +453677,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NPTN", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261822", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261822.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -454647,8 +453691,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Bsg", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -454677,8 +453720,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7953", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7953", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -454686,11 +453730,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NPTX2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0024897", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0024897.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -454700,8 +453744,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "b6", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -454730,8 +453773,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7957", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7957", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -454739,11 +453783,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NPY2R", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037408", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037408.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -454753,8 +453797,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "NPFR", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -454783,8 +453826,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:7957", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7957", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -454792,11 +453836,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NPY2R", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036934", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036934.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -454806,8 +453850,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "sNPF-R", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -454836,8 +453879,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:7962", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7962", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -454845,11 +453889,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NR1D1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000568", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000568.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -454859,8 +453903,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Eip75B", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -454889,8 +453932,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7962", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7962", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -454898,11 +453942,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NR1D1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004865", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004865.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -454912,8 +453956,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Eip78C", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -454942,8 +453985,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7963", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7963", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -454951,11 +453995,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NR1D2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000568", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000568.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -454965,8 +454009,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Eip75B", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -454995,8 +454038,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7963", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7963", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -455004,11 +454048,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NR1D2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004865", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004865.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -455018,8 +454062,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Eip78C", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -455048,8 +454091,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7965", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7965", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -455057,11 +454101,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NR1H2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000546", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000546.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -455071,8 +454115,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "EcR", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -455101,8 +454144,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:7966", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7966", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -455110,11 +454154,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NR1H3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000546", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000546.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -455124,8 +454168,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "EcR", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -455154,8 +454197,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7968", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7968", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -455163,11 +454207,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NR1I2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015240", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015240.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -455177,8 +454221,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Hr96", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -455207,8 +454250,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:7969", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7969", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -455216,11 +454260,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NR1I3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015240", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015240.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -455230,8 +454274,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Hr96", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -455260,8 +454303,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7971", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7971", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -455269,11 +454313,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NR2C1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015239", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015239.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -455283,8 +454327,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Hr78", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -455313,8 +454356,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7972", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7972", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -455322,11 +454366,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NR2C2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015239", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015239.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -455336,8 +454380,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Hr78", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -455366,8 +454409,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30763", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30763", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -455375,11 +454419,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NR2C2AP", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0085242", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0085242.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -455389,8 +454433,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG34213", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -455418,8 +454461,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7973", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7973", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -455427,11 +454471,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NR2E1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003720", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003720.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -455441,8 +454485,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "tll", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -455471,8 +454514,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7974", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7974", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -455480,11 +454524,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NR2E3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034012", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034012.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -455494,8 +454538,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Hr51", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -455524,8 +454567,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7975", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7975", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -455533,11 +454577,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NR2F1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003651", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003651.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -455547,8 +454591,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "svp", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -455577,8 +454620,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:7976", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7976", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -455586,11 +454630,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NR2F2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003651", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003651.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -455600,8 +454644,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "svp", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -455630,8 +454673,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:7977", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7977", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -455639,11 +454683,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NR2F6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003651", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003651.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -455653,8 +454697,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "svp", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -455683,8 +454726,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:7980", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7980", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -455692,11 +454736,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NR4A1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0014859", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0014859.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -455706,8 +454750,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Hr38", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -455736,8 +454779,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7981", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7981", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -455745,11 +454789,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NR4A2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0014859", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0014859.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -455759,8 +454803,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Hr38", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -455789,8 +454832,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:7982", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7982", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -455798,11 +454842,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NR4A3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0014859", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0014859.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -455812,8 +454856,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Hr38", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -455842,8 +454885,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7983", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7983", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -455851,11 +454895,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NR5A1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0001078", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0001078.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -455865,8 +454909,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ftz-f1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -455895,8 +454938,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7984", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7984", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -455904,11 +454948,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NR5A2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0001078", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0001078.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -455918,8 +454962,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ftz-f1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -455948,8 +454991,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7985", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7985", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -455957,11 +455001,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NR6A1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0264562", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0264562.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -455971,8 +455015,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Hr4", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -456001,8 +455044,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:7989", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7989", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -456010,11 +455054,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NRAS", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003205", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003205.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -456024,8 +455068,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ras85D", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -456054,8 +455097,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19692", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19692", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -456063,11 +455107,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NRBF2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0260756", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0260756.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -456077,8 +455121,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG42554", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -456107,8 +455150,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7993", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7993", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -456116,11 +455160,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NRBP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027497", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027497.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -456130,8 +455174,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Madm", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -456159,8 +455202,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:19339", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19339", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -456168,11 +455212,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NRBP2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027497", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027497.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -456182,8 +455226,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Madm", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -456212,8 +455255,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7994", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7994", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -456221,11 +455265,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NRCAM", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0264975", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0264975.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -456235,8 +455279,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Nrg", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -456265,8 +455308,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7995", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7995", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -456274,11 +455318,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NRDC", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037037", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037037.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -456288,8 +455332,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10588", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -456318,8 +455361,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7995", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7995", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -456327,11 +455371,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NRDC", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030344", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030344.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -456341,8 +455385,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Nrd1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -456370,8 +455413,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20186", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20186", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -456379,11 +455423,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NRDE2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030625", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030625.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -456393,8 +455437,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5877", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -456423,8 +455466,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7996", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7996", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -456432,11 +455476,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NRF1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0005427", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0005427.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -456446,8 +455490,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ewg", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -456476,8 +455519,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7997", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7997", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -456485,11 +455529,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NRG1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003984", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003984.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -456499,8 +455543,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "vn", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -456529,8 +455572,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7998", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7998", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -456538,11 +455582,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NRG2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003984", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003984.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -456552,8 +455596,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "vn", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -456582,8 +455625,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:8002", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8002", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -456591,11 +455635,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NRL", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000964", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000964.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -456605,8 +455649,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "tj", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -456635,8 +455678,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8003", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8003", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -456644,11 +455688,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NRM", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038536", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038536.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -456658,8 +455702,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7655", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -456687,8 +455730,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24613", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24613", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -456696,11 +455740,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NRROS", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039332", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039332.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -456710,8 +455754,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "alrm", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -456740,8 +455783,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24613", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24613", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -456749,11 +455793,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NRROS", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038865", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038865.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -456763,8 +455807,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "cDIP", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -456793,8 +455836,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24613", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24613", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -456802,11 +455846,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NRROS", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037552", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037552.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -456816,8 +455860,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7800", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -456846,8 +455889,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8008", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8008", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -456855,11 +455899,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NRXN1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038975", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038975.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -456869,8 +455913,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Nrx-1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -456899,8 +455942,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8009", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8009", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -456908,11 +455952,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NRXN2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038975", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038975.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -456922,8 +455966,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Nrx-1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -456952,8 +455995,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:8010", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8010", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -456961,11 +456005,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NRXN3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038975", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038975.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -456975,8 +456019,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Nrx-1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -457005,8 +456048,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30728", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30728", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -457014,11 +456058,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NSA2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0025366", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0025366.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -457028,8 +456072,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ip259", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -457057,8 +456100,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:14234", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14234", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -457066,11 +456110,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NSD1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039559", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039559.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -457080,8 +456124,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "NSD", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -457110,8 +456153,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12766", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12766", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -457119,11 +456163,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NSD2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039559", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039559.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -457133,8 +456177,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "NSD", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -457163,8 +456206,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12767", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12767", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -457172,11 +456216,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NSD3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039559", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039559.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -457186,8 +456230,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "NSD", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -457216,8 +456259,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8016", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8016", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -457225,11 +456269,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NSF", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051495", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051495.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -457239,8 +456283,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG31495", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -457269,8 +456312,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8016", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8016", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -457278,11 +456322,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NSF", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000346", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000346.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -457292,8 +456336,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "comt", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -457322,8 +456365,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8016", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8016", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -457331,11 +456375,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NSF", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0266464", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0266464.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -457345,8 +456389,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Nsf2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -457375,8 +456418,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15912", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15912", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -457384,11 +456428,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NSFL1C", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033179", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033179.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -457398,8 +456442,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "p47", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -457427,8 +456470,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29897", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29897", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -457436,11 +456480,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NSMCE1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031848", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031848.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -457450,8 +456494,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Nse1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -457479,8 +456522,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26513", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26513", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -457488,11 +456532,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NSMCE2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030657", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030657.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -457502,8 +456546,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "cerv", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -457532,8 +456575,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26513", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26513", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -457541,11 +456585,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NSMCE2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0259195", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0259195.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -457555,8 +456599,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG42299", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -457585,8 +456628,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26513", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26513", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -457594,11 +456638,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NSMCE2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0259196", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0259196.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -457608,8 +456652,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG42300", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -457638,8 +456681,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26513", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26513", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -457647,11 +456691,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NSMCE2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036730", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036730.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -457661,8 +456705,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "qjt", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -457691,8 +456734,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7677", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7677", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -457700,11 +456744,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NSMCE3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037481", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037481.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -457714,8 +456758,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "MAGE", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -457744,8 +456787,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25935", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25935", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -457753,11 +456797,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NSMCE4A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032251", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032251.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -457767,8 +456811,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Nse4", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -457797,8 +456840,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25305", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25305", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -457806,11 +456850,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NSRP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030474", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030474.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -457820,8 +456864,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG15747", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -457850,8 +456893,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25994", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25994", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -457859,11 +456903,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NSUN2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0026079", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026079.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -457873,8 +456917,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Nsun2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -457902,8 +456945,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:31802", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:31802", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -457911,11 +456955,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NSUN4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0283525", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0283525.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -457925,8 +456969,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "l(2)10685", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -457955,8 +456998,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16385", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16385", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -457964,11 +457008,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NSUN5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0259704", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0259704.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -457978,8 +457022,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Nsun5", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -458007,8 +457050,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:19146", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19146", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -458016,11 +457060,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NSUN5P1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0259704", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0259704.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -458030,8 +457074,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Nsun5", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -458060,8 +457103,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:16609", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16609", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -458069,11 +457113,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NSUN5P2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0259704", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0259704.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -458083,8 +457127,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Nsun5", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -458113,8 +457156,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23529", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23529", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -458122,11 +457166,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NSUN6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037200", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037200.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -458136,8 +457180,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG11109", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -458165,8 +457208,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25857", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25857", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -458174,11 +457218,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NSUN7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0266099", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0266099.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -458188,8 +457232,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG44836", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -458218,8 +457261,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8022", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8022", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -458227,11 +457271,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NT5C2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052549", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052549.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -458240,9 +457284,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG32549", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Nt5b", + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -458270,8 +457313,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17820", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17820", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -458279,11 +457323,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NT5C3A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034988", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034988.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -458293,8 +457337,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "cN-IIIB", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -458323,8 +457366,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28300", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28300", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -458332,11 +457376,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NT5C3B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034988", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034988.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -458346,8 +457390,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "cN-IIIB", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -458376,8 +457419,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21556", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21556", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -458385,11 +457429,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NT5DC1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035204", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035204.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -458398,9 +457442,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG2277", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Nt5a", + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -458428,8 +457471,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25717", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25717", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -458437,11 +457481,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NT5DC2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033426", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033426.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -458450,9 +457494,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG1814", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Nt5c", + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -458480,8 +457523,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30826", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30826", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -458489,11 +457533,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NT5DC3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033426", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033426.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -458502,9 +457546,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG1814", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Nt5c", + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -458532,8 +457575,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:27678", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:27678", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -458541,11 +457585,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NT5DC4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052549", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052549.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -458554,9 +457598,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG32549", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Nt5b", + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -458585,8 +457628,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8021", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8021", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -458594,11 +457638,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NT5E", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0050103", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0050103.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -458608,8 +457652,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG30103", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -458638,8 +457681,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8021", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8021", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -458647,11 +457691,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NT5E", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0259101", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0259101.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -458661,8 +457705,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG42249", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -458691,8 +457734,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8021", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8021", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -458700,11 +457744,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NT5E", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0050104", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0050104.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -458714,8 +457758,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "NT5E-2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -458744,8 +457787,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8021", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8021", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -458753,11 +457797,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NT5E", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034225", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034225.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -458767,8 +457811,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "veil", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -458797,8 +457840,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29909", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29909", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -458806,11 +457850,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NTAN1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034371", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034371.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -458820,8 +457864,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ntan1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -458849,8 +457892,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25490", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25490", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -458858,11 +457902,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NTAQ1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034046", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034046.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -458872,8 +457916,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "tun", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -458901,8 +457944,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8028", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8028", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -458910,11 +457954,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NTHL1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032907", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032907.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -458924,8 +457968,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG9272", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -458954,8 +457997,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17941", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17941", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -458963,11 +458007,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NTM", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000071", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000071.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -458977,8 +458021,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ama", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -459007,8 +458050,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17941", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17941", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -459016,11 +458060,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NTM", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0085382", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0085382.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -459030,8 +458074,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG34353", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -459060,8 +458103,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17941", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17941", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -459069,11 +458113,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NTM", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039617", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039617.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -459083,8 +458127,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "DIP-\u03b3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -459113,8 +458156,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:17941", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17941", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -459122,11 +458166,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NTM", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0259714", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0259714.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -459136,8 +458180,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "DIP-\u03b5", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -459166,8 +458209,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17941", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17941", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -459175,11 +458219,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NTM", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031725", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031725.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -459189,8 +458233,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "DIP-\u03b7", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -459219,8 +458262,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17941", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17941", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -459228,11 +458272,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NTM", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051646", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051646.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -459242,8 +458286,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "DIP-\u03b8", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -459272,8 +458315,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17941", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17941", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -459281,11 +458325,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NTM", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0267428", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0267428.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -459295,8 +458339,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "DIP-\u03bb", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -459325,8 +458368,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23373", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23373", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -459334,11 +458378,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NTMT1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033457", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033457.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -459348,8 +458392,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ntmt", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -459372,13 +458415,67 @@ "stringencyFilter": "stringent", "totalMethodCount": 10 }, + { + "best": "Yes", + "bestReverse": "No", + "gene": { + "id": "HGNC:31932", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:31932", + "species": { + "commonNames": "['human', 'hsa']", + "dataProviderFullName": "Rat Genome Database", + "dataProviderShortName": "RGD", + "name": "Homo sapiens", + "shortName": "Hsa", + "taxonId": "NCBITaxon:9606" + }, + "symbol": "NTMT2", + "taxonId": "NCBITaxon:9606" + }, + "homologGene": { + "id": "FB:FBgn0033457", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033457.html", + "species": { + "commonNames": "['fly', 'fruit fly', 'dme']", + "dataProviderFullName": "FlyBase", + "dataProviderShortName": "FB", + "name": "Drosophila melanogaster", + "shortName": "Dme", + "taxonId": "NCBITaxon:7227" + }, + "symbol": "Ntmt", + "taxonId": "NCBITaxon:7227" + }, + "methodCount": 8, + "predictionMethodsMatched": [ + "Ensembl Compara", + "InParanoid", + "OMA", + "OrthoFinder", + "OrthoInspector", + "PANTHER", + "PhylomeDB", + "TreeFam" + ], + "predictionMethodsNotCalled": [ + "HGNC", + "ZFIN" + ], + "predictionMethodsNotMatched": [ + "Hieranoid", + "Roundup" + ], + "stringencyFilter": "stringent", + "totalMethodCount": 10 + }, { "best": "Yes", "bestReverse": "Yes", "gene": { "id": "HGNC:8029", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8029", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -459386,11 +458483,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NTN1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015773", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015773.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -459400,8 +458497,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "NetA", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -459430,8 +458526,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8029", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8029", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -459439,11 +458536,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NTN1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015774", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015774.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -459453,8 +458550,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "NetB", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -459483,8 +458579,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8030", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8030", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -459492,11 +458589,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NTN3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015773", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015773.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -459506,8 +458603,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "NetA", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -459536,8 +458632,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:25208", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25208", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -459545,11 +458642,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NTN5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015773", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015773.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -459559,8 +458656,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "NetA", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -459589,8 +458685,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:25208", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25208", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -459598,11 +458695,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NTN5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015774", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015774.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -459612,8 +458709,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "NetB", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -459642,8 +458738,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28204", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28204", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -459651,11 +458748,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NTPCR", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037046", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037046.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -459665,8 +458762,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10581", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -459694,8 +458790,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14311", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14311", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -459703,11 +458800,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NUAK1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0262617", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0262617.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -459717,8 +458814,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Nuak", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -459747,8 +458843,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29558", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29558", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -459756,11 +458853,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NUAK2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0262617", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0262617.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -459770,8 +458867,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Nuak", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -459800,8 +458896,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17623", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17623", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -459809,11 +458906,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NUB1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031161", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031161.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -459823,8 +458920,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG15445", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -459853,8 +458949,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17623", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17623", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -459862,11 +458959,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NUB1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039343", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039343.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -459876,8 +458973,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5111", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -459906,8 +459002,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8041", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8041", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -459915,11 +459012,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NUBP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032597", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032597.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -459929,8 +459026,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG17904", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -459958,8 +459054,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8042", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8042", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -459967,11 +459064,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NUBP2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037011", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037011.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -459981,8 +459078,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG4858", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -460010,8 +459106,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20278", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20278", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -460019,11 +459116,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NUBPL", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032986", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032986.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -460033,8 +459130,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG3262", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -460062,8 +459158,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8043", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8043", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -460071,11 +459168,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NUCB1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052190", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052190.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -460085,8 +459182,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "NUCB1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -460115,8 +459211,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8044", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8044", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -460124,11 +459221,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NUCB2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052190", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052190.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -460138,8 +459235,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "NUCB1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -460168,8 +459264,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8045", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8045", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -460177,11 +459274,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NUDC", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0021768", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0021768.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -460191,8 +459288,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "nudC", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -460220,8 +459316,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24306", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24306", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -460229,11 +459326,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NUDCD1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030342", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030342.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -460243,8 +459340,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10347", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -460272,8 +459368,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:22208", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:22208", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -460281,11 +459378,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NUDCD3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051251", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051251.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -460295,8 +459392,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG31251", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -460325,8 +459421,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:17621", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17621", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -460334,11 +459431,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NUDT10", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036111", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036111.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -460348,8 +459445,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Aps", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -460378,8 +459474,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:18011", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18011", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -460387,11 +459484,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NUDT11", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036111", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036111.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -460401,8 +459498,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Aps", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -460431,8 +459527,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20141", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20141", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -460440,11 +459537,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NUDT14", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261995", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261995.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -460454,8 +459551,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG42813", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -460483,8 +459579,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20141", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20141", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -460492,11 +459589,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NUDT14", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261996", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261996.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -460506,8 +459603,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG42814", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -460536,8 +459632,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26194", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26194", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -460545,11 +459642,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NUDT18", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037911", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037911.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -460559,8 +459656,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10898", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -460589,8 +459685,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:32036", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:32036", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -460598,11 +459695,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NUDT19", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032790", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032790.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -460612,8 +459709,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10194", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -460641,8 +459737,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:32036", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:32036", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -460650,11 +459747,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NUDT19", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032787", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032787.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -460664,8 +459761,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10195", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -460694,8 +459790,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:32036", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:32036", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -460703,11 +459800,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NUDT19", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032791", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032791.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -460717,8 +459814,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG18094", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -460742,119 +459838,14 @@ "stringencyFilter": "stringent", "totalMethodCount": 10 }, - { - "best": "Yes", - "bestReverse": "Yes", - "gene": { - "id": "HGNC:8049", - "species": { - "commonNames": "['human']", - "dataProviderFullName": "Rat Genome Database", - "dataProviderShortName": "RGD", - "name": "Homo sapiens", - "shortName": "Hsa", - "taxonId": "NCBITaxon:9606" - }, - "symbol": "NUDT2", - "taxonId": "NCBITaxon:9606", - "url": null - }, - "homologGene": { - "id": "FB:FBgn0051713", - "species": { - "commonNames": "['fly', 'fruit fly', 'dme']", - "dataProviderFullName": "FlyBase", - "dataProviderShortName": "FB", - "name": "Drosophila melanogaster", - "shortName": "Dme", - "taxonId": "NCBITaxon:7227" - }, - "symbol": "Apf", - "taxonId": "NCBITaxon:7227", - "url": null - }, - "methodCount": 9, - "predictionMethodsMatched": [ - "Hieranoid", - "InParanoid", - "OMA", - "OrthoFinder", - "OrthoInspector", - "PANTHER", - "PhylomeDB", - "Roundup", - "TreeFam" - ], - "predictionMethodsNotCalled": [ - "HGNC", - "ZFIN" - ], - "predictionMethodsNotMatched": [ - "Ensembl Compara" - ], - "stringencyFilter": "stringent", - "totalMethodCount": 10 - }, - { - "best": "Yes", - "bestReverse": "Yes", - "gene": { - "id": "HGNC:13870", - "species": { - "commonNames": "['human']", - "dataProviderFullName": "Rat Genome Database", - "dataProviderShortName": "RGD", - "name": "Homo sapiens", - "shortName": "Hsa", - "taxonId": "NCBITaxon:9606" - }, - "symbol": "NUDT21", - "taxonId": "NCBITaxon:9606", - "url": null - }, - "homologGene": { - "id": "FB:FBgn0035987", - "species": { - "commonNames": "['fly', 'fruit fly', 'dme']", - "dataProviderFullName": "FlyBase", - "dataProviderShortName": "FB", - "name": "Drosophila melanogaster", - "shortName": "Dme", - "taxonId": "NCBITaxon:7227" - }, - "symbol": "Cpsf5", - "taxonId": "NCBITaxon:7227", - "url": null - }, - "methodCount": 9, - "predictionMethodsMatched": [ - "Ensembl Compara", - "Hieranoid", - "InParanoid", - "OMA", - "OrthoFinder", - "OrthoInspector", - "PANTHER", - "PhylomeDB", - "TreeFam" - ], - "predictionMethodsNotCalled": [ - "HGNC", - "ZFIN" - ], - "predictionMethodsNotMatched": [ - "Roundup" - ], - "stringencyFilter": "stringent", - "totalMethodCount": 10 - }, { "best": "Yes", "bestReverse": "No", "gene": { "id": "HGNC:8050", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8050", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -460862,11 +459853,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NUDT3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036111", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036111.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -460876,8 +459867,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Aps", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -460906,8 +459896,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8051", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8051", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -460915,11 +459906,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NUDT4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036111", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036111.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -460929,8 +459920,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Aps", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -460958,8 +459948,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8053", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8053", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -460967,11 +459958,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NUDT6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030668", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030668.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -460981,8 +459972,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8128", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -461011,8 +460001,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8055", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8055", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -461020,11 +460011,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NUDT8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030528", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030528.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -461034,8 +460025,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG11095", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -461064,8 +460054,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8056", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8056", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -461073,11 +460064,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NUDT9", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036648", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036648.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -461087,8 +460078,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG4098", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -461117,8 +460107,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8057", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8057", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -461126,11 +460117,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NUFIP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036812", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036812.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -461140,8 +460131,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Nufip", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -461169,8 +460159,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8060", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8060", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -461178,11 +460169,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NUMB", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0002973", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0002973.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -461192,8 +460183,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "numb", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -461222,8 +460212,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8061", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8061", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -461231,11 +460222,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NUMBL", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0002973", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0002973.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -461245,8 +460236,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "numb", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -461275,8 +460265,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29914", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29914", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -461284,11 +460275,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NUP107", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027868", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027868.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -461298,8 +460289,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Nup107", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -461328,8 +460318,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18016", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18016", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -461337,11 +460328,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NUP133", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039004", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039004.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -461351,8 +460342,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Nup133", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -461380,8 +460370,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8062", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8062", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -461389,11 +460380,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NUP153", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0061200", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0061200.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -461403,8 +460394,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Nup153", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -461433,8 +460423,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8063", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8063", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -461442,11 +460433,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NUP155", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0021761", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0021761.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -461456,8 +460447,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Nup154", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -461485,8 +460475,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18017", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18017", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -461494,11 +460485,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NUP160", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0262647", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0262647.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -461508,8 +460499,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Nup160", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -461537,8 +460527,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17859", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17859", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -461546,11 +460537,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NUP188", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033766", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033766.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -461560,8 +460551,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Nup188", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -461590,8 +460580,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18658", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18658", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -461599,11 +460590,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NUP205", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031078", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031078.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -461613,8 +460604,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Nup205", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -461643,8 +460633,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30052", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30052", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -461652,11 +460643,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NUP210", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0266580", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0266580.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -461666,8 +460657,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Gp210", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -461695,8 +460685,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:29915", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29915", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -461704,11 +460695,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NUP210L", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0266580", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0266580.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -461718,8 +460709,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Gp210", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -461748,8 +460738,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8064", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8064", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -461757,11 +460748,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NUP214", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010660", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010660.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -461771,8 +460762,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Nup214", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -461801,8 +460791,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29797", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29797", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -461810,11 +460801,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NUP35", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030943", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030943.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -461824,8 +460815,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Nup35", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -461854,8 +460844,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29929", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29929", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -461863,11 +460854,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NUP37", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039301", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039301.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -461877,8 +460868,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Nup37", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -461906,8 +460896,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17010", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17010", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -461915,11 +460906,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NUP42", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0042125", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0042125.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -461929,8 +460920,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG18787", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -461959,8 +460949,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21182", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21182", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -461968,11 +460959,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NUP43", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038609", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038609.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -461982,8 +460973,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Nup43", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -462011,8 +461001,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8065", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8065", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -462020,11 +461011,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NUP50", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033264", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033264.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -462034,8 +461025,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Nup50", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -462063,8 +461053,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17359", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17359", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -462072,11 +461063,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NUP54", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033737", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033737.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -462086,8 +461077,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Nup54", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -462116,8 +461106,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20261", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20261", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -462125,11 +461116,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NUP58", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038722", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038722.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -462139,8 +461130,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Nup58", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -462168,8 +461158,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8066", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8066", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -462177,11 +461168,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NUP62", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034118", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034118.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -462191,8 +461182,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Nup62", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -462221,8 +461211,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:25960", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25960", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -462230,11 +461221,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NUP62CL", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034118", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034118.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -462244,8 +461235,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Nup62", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -462274,8 +461264,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8734", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8734", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -462283,11 +461274,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NUP85", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034310", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034310.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -462297,8 +461288,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Nup75", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -462326,8 +461316,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8067", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8067", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -462335,11 +461326,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NUP88", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0026207", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026207.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -462349,8 +461340,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mbo", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -462379,8 +461369,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28958", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28958", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -462388,11 +461379,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NUP93", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027537", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027537.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -462402,8 +461393,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Nup93-1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -462431,8 +461421,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28958", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28958", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -462440,11 +461431,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NUP93", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038274", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038274.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -462454,8 +461445,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Nup93-2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -462483,8 +461473,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8068", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8068", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -462492,11 +461483,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NUP98", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039120", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039120.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -462506,8 +461497,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Nup98-96", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -462535,8 +461525,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29990", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29990", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -462544,11 +461535,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NUPR1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032400", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032400.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -462558,8 +461549,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6770", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -462588,8 +461578,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:44164", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:44164", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -462597,11 +461588,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NUPR2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032400", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032400.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -462611,8 +461602,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6770", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -462641,8 +461631,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21042", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21042", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -462650,11 +461641,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NUS1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031312", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031312.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -462664,8 +461655,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Tango14", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -462693,8 +461683,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18538", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18538", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -462702,11 +461693,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NUSAP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039250", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039250.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -462716,8 +461707,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Mink", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -462746,8 +461736,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13722", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13722", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -462755,11 +461746,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NUTF2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031145", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031145.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -462769,8 +461760,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ntf-2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -462798,8 +461788,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13722", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13722", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -462807,11 +461798,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NUTF2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032680", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032680.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -462821,8 +461812,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ntf-2r", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -462851,8 +461841,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8070", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8070", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -462860,11 +461851,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NVL", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0016983", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0016983.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -462874,8 +461865,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "smid", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -462904,8 +461894,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:27619", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:27619", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -462913,11 +461904,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NWD1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038397", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038397.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -462927,8 +461918,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10185", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -462957,8 +461947,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29229", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29229", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -462966,11 +461957,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NWD2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038397", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038397.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -462980,8 +461971,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10185", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -463010,8 +462000,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8071", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8071", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -463019,11 +462010,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NXF1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036640", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036640.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -463033,8 +462024,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "nxf2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -463063,8 +462053,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8071", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8071", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -463072,11 +462063,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NXF1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0263232", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0263232.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -463086,8 +462077,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Nxf3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -463116,8 +462106,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8071", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8071", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -463125,11 +462116,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NXF1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051501", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051501.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -463139,8 +462130,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "nxf4", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -463169,8 +462159,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8071", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8071", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -463178,11 +462169,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NXF1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003321", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003321.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -463192,8 +462183,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "sbr", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -463221,8 +462211,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:8072", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8072", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -463230,11 +462221,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NXF2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029820", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029820.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -463244,8 +462235,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG16721", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -463274,8 +462264,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23984", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23984", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -463283,11 +462274,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NXF2B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0263232", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0263232.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -463297,8 +462288,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Nxf3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -463327,8 +462317,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23984", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23984", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -463336,11 +462327,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NXF2B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051501", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051501.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -463350,8 +462341,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "nxf4", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -463380,8 +462370,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:23984", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23984", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -463389,11 +462380,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NXF2B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003321", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003321.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -463403,8 +462394,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "sbr", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -463433,8 +462423,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8073", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8073", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -463442,11 +462433,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NXF3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0263232", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0263232.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -463456,8 +462447,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Nxf3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -463486,8 +462476,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:8073", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8073", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -463495,11 +462486,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NXF3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003321", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003321.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -463509,8 +462500,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "sbr", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -463539,8 +462529,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8075", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8075", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -463548,11 +462539,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NXF5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0263232", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0263232.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -463562,8 +462553,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Nxf3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -463592,8 +462582,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:8075", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8075", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -463601,11 +462592,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NXF5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003321", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003321.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -463615,8 +462606,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "sbr", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -463645,8 +462635,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15913", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15913", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -463654,11 +462645,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NXT1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028411", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028411.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -463668,8 +462659,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Nxt1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -463697,8 +462687,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18151", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18151", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -463706,11 +462697,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "NXT2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028411", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028411.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -463720,8 +462711,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Nxt1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -463749,8 +462739,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28752", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28752", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -463758,11 +462749,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "OAF", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0011818", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0011818.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -463772,8 +462763,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "oaf", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -463802,8 +462792,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21257", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21257", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -463811,11 +462802,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "OARD1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0053054", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0053054.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -463825,8 +462816,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG33054", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -463854,8 +462844,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21257", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21257", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -463863,11 +462854,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "OARD1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0053056", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0053056.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -463877,8 +462868,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG33056", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -463907,8 +462897,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21257", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21257", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -463916,11 +462907,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "OARD1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0085290", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0085290.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -463930,8 +462921,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG34261", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -463960,8 +462950,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8091", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8091", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -463969,11 +462960,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "OAT", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0022774", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0022774.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -463983,8 +462974,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Oat", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -464012,8 +463002,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:8095", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8095", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -464021,11 +463012,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "OAZ1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0014184", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0014184.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -464035,8 +463026,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Oda", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -464065,8 +463055,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8096", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8096", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -464074,11 +463065,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "OAZ2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0014184", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0014184.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -464088,8 +463079,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Oda", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -464118,8 +463108,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:8097", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8097", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -464127,11 +463118,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "OAZ3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0014184", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0014184.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -464141,8 +463132,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Oda", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -464171,8 +463161,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15719", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15719", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -464180,11 +463171,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "OBSCN", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0086906", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0086906.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -464194,8 +463185,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "sls", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -464224,8 +463214,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8101", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8101", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -464233,11 +463224,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "OCA2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036329", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036329.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -464247,8 +463238,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG11262", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -464277,8 +463267,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8101", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8101", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -464286,11 +463277,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "OCA2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035332", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035332.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -464300,8 +463291,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG13801", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -464330,8 +463320,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8101", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8101", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -464339,11 +463330,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "OCA2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051693", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051693.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -464353,8 +463344,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG31693", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -464383,8 +463373,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8101", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8101", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -464392,11 +463383,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "OCA2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0041150", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0041150.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -464406,8 +463397,112 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "hoe1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" + }, + "methodCount": 10, + "predictionMethodsMatched": [ + "Ensembl Compara", + "Hieranoid", + "InParanoid", + "OMA", + "OrthoFinder", + "OrthoInspector", + "PANTHER", + "PhylomeDB", + "Roundup", + "TreeFam" + ], + "predictionMethodsNotCalled": [ + "HGNC", + "ZFIN" + ], + "predictionMethodsNotMatched": [], + "stringencyFilter": "stringent", + "totalMethodCount": 10 + }, + { + "best": "No", + "bestReverse": "Yes", + "gene": { + "id": "HGNC:8101", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8101", + "species": { + "commonNames": "['human', 'hsa']", + "dataProviderFullName": "Rat Genome Database", + "dataProviderShortName": "RGD", + "name": "Homo sapiens", + "shortName": "Hsa", + "taxonId": "NCBITaxon:9606" + }, + "symbol": "OCA2", + "taxonId": "NCBITaxon:9606" + }, + "homologGene": { + "id": "FB:FBgn0031649", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031649.html", + "species": { + "commonNames": "['fly', 'fruit fly', 'dme']", + "dataProviderFullName": "FlyBase", + "dataProviderShortName": "FB", + "name": "Drosophila melanogaster", + "shortName": "Dme", + "taxonId": "NCBITaxon:7227" + }, + "symbol": "hoe2", + "taxonId": "NCBITaxon:7227" + }, + "methodCount": 8, + "predictionMethodsMatched": [ + "Ensembl Compara", + "Hieranoid", + "InParanoid", + "OrthoFinder", + "OrthoInspector", + "PANTHER", + "PhylomeDB", + "TreeFam" + ], + "predictionMethodsNotCalled": [ + "HGNC", + "ZFIN" + ], + "predictionMethodsNotMatched": [ + "OMA", + "Roundup" + ], + "stringencyFilter": "stringent", + "totalMethodCount": 10 + }, + { + "best": "Yes", + "bestReverse": "Yes", + "gene": { + "id": "HGNC:16074", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16074", + "species": { + "commonNames": "['human', 'hsa']", + "dataProviderFullName": "Rat Genome Database", + "dataProviderShortName": "RGD", + "name": "Homo sapiens", + "shortName": "Hsa", + "taxonId": "NCBITaxon:9606" + }, + "symbol": "OCIAD1", + "taxonId": "NCBITaxon:9606" + }, + "homologGene": { + "id": "FB:FBgn0034793", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034793.html", + "species": { + "commonNames": "['fly', 'fruit fly', 'dme']", + "dataProviderFullName": "FlyBase", + "dataProviderShortName": "FB", + "name": "Drosophila melanogaster", + "shortName": "Dme", + "taxonId": "NCBITaxon:7227" + }, + "symbol": "asrij", + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -464431,24 +463526,25 @@ "totalMethodCount": 10 }, { - "best": "No", - "bestReverse": "Yes", + "best": "Yes", + "bestReverse": "No", "gene": { - "id": "HGNC:8101", + "id": "HGNC:28685", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28685", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "OCA2", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "OCIAD2", + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0031649", + "id": "FB:FBgn0034793", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034793.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -464457,19 +463553,16 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "hoe2", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "asrij", + "taxonId": "NCBITaxon:7227" }, - "methodCount": 8, + "methodCount": 6, "predictionMethodsMatched": [ "Ensembl Compara", - "Hieranoid", - "InParanoid", "OrthoFinder", - "OrthoInspector", "PANTHER", "PhylomeDB", + "Roundup", "TreeFam" ], "predictionMethodsNotCalled": [ @@ -464477,31 +463570,34 @@ "ZFIN" ], "predictionMethodsNotMatched": [ + "Hieranoid", + "InParanoid", "OMA", - "Roundup" + "OrthoInspector" ], "stringencyFilter": "stringent", "totalMethodCount": 10 }, { "best": "Yes", - "bestReverse": "Yes", + "bestReverse": "No", "gene": { - "id": "HGNC:16074", + "id": "HGNC:8108", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8108", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "OCIAD1", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "OCRL", + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0034793", + "id": "FB:FBgn0023508", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0023508.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -464510,13 +463606,11 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "asrij", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Ocrl", + "taxonId": "NCBITaxon:7227" }, - "methodCount": 10, + "methodCount": 8, "predictionMethodsMatched": [ - "Ensembl Compara", "Hieranoid", "InParanoid", "OMA", @@ -464524,14 +463618,16 @@ "OrthoInspector", "PANTHER", "PhylomeDB", - "Roundup", "TreeFam" ], "predictionMethodsNotCalled": [ "HGNC", "ZFIN" ], - "predictionMethodsNotMatched": [], + "predictionMethodsNotMatched": [ + "Ensembl Compara", + "Roundup" + ], "stringencyFilter": "stringent", "totalMethodCount": 10 }, @@ -464539,21 +463635,22 @@ "best": "Yes", "bestReverse": "No", "gene": { - "id": "HGNC:28685", + "id": "HGNC:26560", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26560", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "OCIAD2", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "ODAD1", + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0034793", + "id": "FB:FBgn0038452", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038452.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -464562,51 +463659,104 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "asrij", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "CG14905", + "taxonId": "NCBITaxon:7227" }, - "methodCount": 6, + "methodCount": 5, "predictionMethodsMatched": [ - "Ensembl Compara", + "OMA", "OrthoFinder", + "OrthoInspector", "PANTHER", - "PhylomeDB", - "Roundup", - "TreeFam" + "Roundup" ], "predictionMethodsNotCalled": [ "HGNC", "ZFIN" ], "predictionMethodsNotMatched": [ + "Ensembl Compara", + "Hieranoid", + "InParanoid", + "PhylomeDB", + "TreeFam" + ], + "stringencyFilter": "stringent", + "totalMethodCount": 10 + }, + { + "best": "Yes", + "bestReverse": "Yes", + "gene": { + "id": "HGNC:25583", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25583", + "species": { + "commonNames": "['human', 'hsa']", + "dataProviderFullName": "Rat Genome Database", + "dataProviderShortName": "RGD", + "name": "Homo sapiens", + "shortName": "Hsa", + "taxonId": "NCBITaxon:9606" + }, + "symbol": "ODAD2", + "taxonId": "NCBITaxon:9606" + }, + "homologGene": { + "id": "FB:FBgn0031905", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031905.html", + "species": { + "commonNames": "['fly', 'fruit fly', 'dme']", + "dataProviderFullName": "FlyBase", + "dataProviderShortName": "FB", + "name": "Drosophila melanogaster", + "shortName": "Dme", + "taxonId": "NCBITaxon:7227" + }, + "symbol": "gudu", + "taxonId": "NCBITaxon:7227" + }, + "methodCount": 9, + "predictionMethodsMatched": [ + "Ensembl Compara", "Hieranoid", "InParanoid", "OMA", - "OrthoInspector" + "OrthoFinder", + "OrthoInspector", + "PANTHER", + "PhylomeDB", + "TreeFam" + ], + "predictionMethodsNotCalled": [ + "HGNC", + "ZFIN" + ], + "predictionMethodsNotMatched": [ + "Roundup" ], "stringencyFilter": "stringent", "totalMethodCount": 10 }, { "best": "Yes", - "bestReverse": "No", + "bestReverse": "Yes", "gene": { - "id": "HGNC:8108", + "id": "HGNC:28303", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28303", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "OCRL", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "ODAD3", + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0023508", + "id": "FB:FBgn0036219", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036219.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -464615,9 +463765,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "Ocrl", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "CCDC151", + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -464628,7 +463777,7 @@ "OrthoInspector", "PANTHER", "PhylomeDB", - "TreeFam" + "Roundup" ], "predictionMethodsNotCalled": [ "HGNC", @@ -464636,8 +463785,61 @@ ], "predictionMethodsNotMatched": [ "Ensembl Compara", + "TreeFam" + ], + "stringencyFilter": "stringent", + "totalMethodCount": 10 + }, + { + "best": "Yes", + "bestReverse": "Yes", + "gene": { + "id": "HGNC:25280", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25280", + "species": { + "commonNames": "['human', 'hsa']", + "dataProviderFullName": "Rat Genome Database", + "dataProviderShortName": "RGD", + "name": "Homo sapiens", + "shortName": "Hsa", + "taxonId": "NCBITaxon:9606" + }, + "symbol": "ODAD4", + "taxonId": "NCBITaxon:9606" + }, + "homologGene": { + "id": "FB:FBgn0034692", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034692.html", + "species": { + "commonNames": "['fly', 'fruit fly', 'dme']", + "dataProviderFullName": "FlyBase", + "dataProviderShortName": "FB", + "name": "Drosophila melanogaster", + "shortName": "Dme", + "taxonId": "NCBITaxon:7227" + }, + "symbol": "CG13502", + "taxonId": "NCBITaxon:7227" + }, + "methodCount": 5, + "predictionMethodsMatched": [ + "Ensembl Compara", + "OrthoFinder", + "OrthoInspector", + "PhylomeDB", "Roundup" ], + "predictionMethodsNotCalled": [ + "HGNC", + "ZFIN" + ], + "predictionMethodsNotMatched": [ + "Hieranoid", + "InParanoid", + "OMA", + "PANTHER", + "TreeFam" + ], "stringencyFilter": "stringent", "totalMethodCount": 10 }, @@ -464646,8 +463848,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8109", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8109", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -464655,11 +463858,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ODC1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0013307", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0013307.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -464669,8 +463872,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Odc1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -464698,8 +463900,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8109", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8109", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -464707,11 +463910,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ODC1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0013308", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0013308.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -464721,8 +463924,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Odc2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -464751,8 +463953,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8114", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8114", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -464760,11 +463963,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ODF2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031546", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031546.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -464774,8 +463977,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8851", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -464804,8 +464006,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19905", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19905", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -464813,11 +464016,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ODF3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039104", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039104.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -464827,8 +464030,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10252", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -464857,8 +464059,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:34388", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:34388", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -464866,11 +464069,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ODF3B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039104", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039104.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -464880,8 +464083,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10252", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -464910,8 +464112,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:34388", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:34388", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -464919,11 +464122,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ODF3B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032010", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032010.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -464933,8 +464136,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8086", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -464963,8 +464165,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:28735", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28735", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -464972,11 +464175,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ODF3L1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039104", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039104.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -464986,8 +464189,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10252", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -465016,8 +464218,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28735", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28735", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -465025,11 +464228,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ODF3L1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032010", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032010.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -465039,8 +464242,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8086", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -465069,8 +464271,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:26841", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26841", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -465078,11 +464281,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ODF3L2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039104", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039104.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -465092,8 +464295,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10252", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -465122,8 +464324,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26841", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26841", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -465131,11 +464334,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ODF3L2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032010", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032010.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -465145,8 +464348,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8086", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -465175,8 +464377,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24299", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24299", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -465184,11 +464387,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ODR4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036286", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036286.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -465198,8 +464401,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10616", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -465228,8 +464430,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7056", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7056", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -465237,11 +464440,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "OGA", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038870", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038870.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -465251,8 +464454,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Oga", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -465281,8 +464483,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8124", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8124", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -465290,11 +464493,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "OGDH", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035240", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035240.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -465304,8 +464507,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG33791", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -465334,8 +464536,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8124", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8124", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -465343,11 +464546,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "OGDH", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010352", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010352.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -465356,9 +464559,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "Nc73EF", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Ogdh", + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -465386,8 +464588,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25590", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25590", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -465395,11 +464598,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "OGDHL", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035240", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035240.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -465409,8 +464612,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG33791", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -465439,8 +464641,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25590", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25590", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -465448,11 +464651,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "OGDHL", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010352", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010352.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -465461,9 +464664,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "Nc73EF", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Ogdh", + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -465491,8 +464693,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:25585", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25585", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -465500,11 +464703,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "OGFOD1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0265190", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0265190.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -465514,8 +464717,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "PIG-S", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -465544,8 +464746,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8125", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8125", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -465553,11 +464756,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "OGG1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027864", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027864.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -465567,8 +464770,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ogg1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -465596,8 +464798,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8127", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8127", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -465605,11 +464808,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "OGT", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261403", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261403.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -465619,8 +464822,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "sxc", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -465649,8 +464851,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28833", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28833", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -465658,11 +464861,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "OLA1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030151", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030151.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -465672,8 +464875,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG1354", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -465702,8 +464904,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:17187", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17187", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -465711,11 +464914,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "OLFM1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030887", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030887.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -465725,8 +464928,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6867", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -465755,8 +464957,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:17189", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17189", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -465764,11 +464967,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "OLFM2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030887", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030887.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -465778,8 +464981,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6867", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -465808,8 +465010,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:17990", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17990", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -465817,11 +465020,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "OLFM3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030887", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030887.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -465831,8 +465034,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6867", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -465861,8 +465063,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:17190", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17190", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -465870,11 +465073,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "OLFM4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030887", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030887.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -465884,8 +465087,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6867", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -465914,8 +465116,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:24473", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24473", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -465923,11 +465126,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "OLFML1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030887", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030887.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -465937,8 +465140,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6867", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -465967,8 +465169,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:27270", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:27270", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -465976,11 +465179,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "OLFML2A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030887", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030887.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -465990,8 +465193,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6867", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -466020,8 +465222,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:24558", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24558", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -466029,11 +465232,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "OLFML2B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030887", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030887.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -466043,8 +465246,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6867", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -466073,8 +465275,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:24956", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24956", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -466082,11 +465285,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "OLFML3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030887", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030887.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -466096,8 +465299,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6867", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -466126,8 +465328,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8138", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8138", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -466135,11 +465338,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ONECUT1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028996", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028996.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -466149,8 +465352,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "onecut", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -466179,8 +465381,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:8139", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8139", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -466188,11 +465391,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ONECUT2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028996", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028996.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -466202,8 +465405,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "onecut", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -466232,8 +465434,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:13399", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13399", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -466241,11 +465444,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ONECUT3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028996", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028996.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -466255,8 +465458,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "onecut", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -466285,8 +465487,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8140", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8140", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -466294,11 +465497,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "OPA1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261276", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261276.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -466308,8 +465511,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Opa1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -466337,8 +465539,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8142", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8142", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -466346,11 +465549,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "OPA3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039126", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039126.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -466360,8 +465563,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG13601", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -466390,8 +465592,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8142", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8142", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -466399,11 +465602,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "OPA3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0264740", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0264740.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -466413,8 +465616,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG43998", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -466443,8 +465645,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8142", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8142", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -466452,11 +465655,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "OPA3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0264741", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0264741.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -466466,8 +465669,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG43999", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -466496,8 +465698,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8143", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8143", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -466505,11 +465708,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "OPCML", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000071", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000071.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -466519,8 +465722,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ama", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -466549,8 +465751,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8143", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8143", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -466558,11 +465761,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "OPCML", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0085382", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0085382.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -466572,8 +465775,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG34353", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -466602,8 +465804,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8143", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8143", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -466611,11 +465814,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "OPCML", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039617", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039617.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -466625,8 +465828,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "DIP-\u03b3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -466655,8 +465857,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:8143", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8143", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -466664,11 +465867,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "OPCML", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0259714", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0259714.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -466678,8 +465881,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "DIP-\u03b5", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -466708,8 +465910,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8143", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8143", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -466717,11 +465920,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "OPCML", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031725", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031725.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -466731,8 +465934,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "DIP-\u03b7", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -466761,8 +465963,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8143", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8143", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -466770,11 +465973,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "OPCML", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051646", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051646.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -466784,8 +465987,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "DIP-\u03b8", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -466814,8 +466016,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8143", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8143", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -466823,11 +466026,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "OPCML", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0267428", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0267428.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -466837,8 +466040,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "DIP-\u03bb", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -466867,8 +466069,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:8148", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8148", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -466876,11 +466079,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "OPHN1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030685", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030685.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -466890,8 +466093,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Graf", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -466920,8 +466122,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8149", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8149", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -466929,11 +466132,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "OPLAH", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034733", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034733.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -466943,8 +466146,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG4752", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -466973,8 +466175,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14449", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14449", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -466982,11 +466185,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "OPN4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0002940", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0002940.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -466996,8 +466199,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ninaE", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -467026,8 +466228,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14449", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14449", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -467035,11 +466238,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "OPN4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003248", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003248.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -467049,8 +466252,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rh2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -467079,8 +466281,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14449", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14449", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -467088,11 +466291,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "OPN4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003249", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003249.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -467102,8 +466305,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rh3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -467132,8 +466334,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14449", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14449", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -467141,11 +466344,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "OPN4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003250", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003250.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -467155,8 +466358,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rh4", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -467185,8 +466387,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14449", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14449", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -467194,11 +466397,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "OPN4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0014019", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0014019.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -467208,8 +466411,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rh5", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -467238,8 +466440,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14449", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14449", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -467247,11 +466450,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "OPN4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0019940", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0019940.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -467261,8 +466464,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rh6", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -467291,8 +466493,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14449", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14449", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -467300,11 +466503,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "OPN4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036260", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036260.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -467314,8 +466517,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rh7", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -467344,8 +466546,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:8153", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8153", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -467353,11 +466556,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "OPRD1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036789", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036789.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -467367,8 +466570,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "AstC-R2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -467397,8 +466599,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:8154", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8154", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -467406,11 +466609,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "OPRK1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036789", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036789.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -467420,8 +466623,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "AstC-R2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -467450,8 +466652,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:8155", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8155", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -467459,11 +466662,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "OPRL1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036789", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036789.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -467473,8 +466676,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "AstC-R2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -467503,8 +466705,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:8156", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8156", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -467512,11 +466715,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "OPRM1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036789", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036789.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -467526,8 +466729,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "AstC-R2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -467556,8 +466758,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17142", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17142", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -467565,11 +466768,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "OPTN", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0041205", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0041205.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -467579,8 +466782,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "key", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -467609,8 +466811,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:25896", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25896", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -467618,11 +466821,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ORAI1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0041585", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0041585.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -467632,8 +466835,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Orai", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -467662,8 +466864,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:21667", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21667", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -467671,11 +466874,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ORAI2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0041585", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0041585.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -467685,8 +466888,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Orai", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -467715,8 +466917,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28185", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28185", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -467724,11 +466927,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ORAI3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0041585", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0041585.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -467738,8 +466941,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Orai", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -467768,8 +466970,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8487", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8487", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -467777,11 +466980,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ORC1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0286788", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0286788.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -467791,8 +466994,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Orc1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -467821,8 +467023,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8488", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8488", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -467830,11 +467033,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ORC2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015270", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015270.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -467844,8 +467047,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Orc2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -467874,8 +467076,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8489", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8489", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -467883,11 +467086,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ORC3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0005654", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0005654.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -467897,8 +467100,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Orc3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -467927,8 +467129,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8490", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8490", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -467936,11 +467139,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ORC4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0023181", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0023181.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -467950,8 +467153,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Orc4", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -467979,8 +467181,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8491", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8491", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -467988,11 +467191,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ORC5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015271", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015271.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -468002,8 +467205,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Orc5", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -468031,8 +467233,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17151", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17151", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -468040,11 +467243,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ORC6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0023180", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0023180.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -468054,8 +467257,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Orc6", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -468083,8 +467285,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16036", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16036", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -468092,11 +467295,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ORMDL1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037110", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037110.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -468106,8 +467309,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ORMDL", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -468135,8 +467337,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16037", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16037", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -468144,11 +467347,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ORMDL2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037110", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037110.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -468158,8 +467361,163 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ORMDL", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" + }, + "methodCount": 10, + "predictionMethodsMatched": [ + "Ensembl Compara", + "Hieranoid", + "InParanoid", + "OMA", + "OrthoFinder", + "OrthoInspector", + "PANTHER", + "PhylomeDB", + "Roundup", + "TreeFam" + ], + "predictionMethodsNotCalled": [ + "HGNC", + "ZFIN" + ], + "predictionMethodsNotMatched": [], + "stringencyFilter": "stringent", + "totalMethodCount": 10 + }, + { + "best": "Yes", + "bestReverse": "Yes", + "gene": { + "id": "HGNC:16038", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16038", + "species": { + "commonNames": "['human', 'hsa']", + "dataProviderFullName": "Rat Genome Database", + "dataProviderShortName": "RGD", + "name": "Homo sapiens", + "shortName": "Hsa", + "taxonId": "NCBITaxon:9606" + }, + "symbol": "ORMDL3", + "taxonId": "NCBITaxon:9606" + }, + "homologGene": { + "id": "FB:FBgn0037110", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037110.html", + "species": { + "commonNames": "['fly', 'fruit fly', 'dme']", + "dataProviderFullName": "FlyBase", + "dataProviderShortName": "FB", + "name": "Drosophila melanogaster", + "shortName": "Dme", + "taxonId": "NCBITaxon:7227" + }, + "symbol": "ORMDL", + "taxonId": "NCBITaxon:7227" + }, + "methodCount": 10, + "predictionMethodsMatched": [ + "Ensembl Compara", + "Hieranoid", + "InParanoid", + "OMA", + "OrthoFinder", + "OrthoInspector", + "PANTHER", + "PhylomeDB", + "Roundup", + "TreeFam" + ], + "predictionMethodsNotCalled": [ + "HGNC", + "ZFIN" + ], + "predictionMethodsNotMatched": [], + "stringencyFilter": "stringent", + "totalMethodCount": 10 + }, + { + "best": "Yes", + "bestReverse": "Yes", + "gene": { + "id": "HGNC:8503", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8503", + "species": { + "commonNames": "['human', 'hsa']", + "dataProviderFullName": "Rat Genome Database", + "dataProviderShortName": "RGD", + "name": "Homo sapiens", + "shortName": "Hsa", + "taxonId": "NCBITaxon:9606" + }, + "symbol": "OSBP", + "taxonId": "NCBITaxon:9606" + }, + "homologGene": { + "id": "FB:FBgn0020626", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0020626.html", + "species": { + "commonNames": "['fly', 'fruit fly', 'dme']", + "dataProviderFullName": "FlyBase", + "dataProviderShortName": "FB", + "name": "Drosophila melanogaster", + "shortName": "Dme", + "taxonId": "NCBITaxon:7227" + }, + "symbol": "Osbp", + "taxonId": "NCBITaxon:7227" + }, + "methodCount": 10, + "predictionMethodsMatched": [ + "Ensembl Compara", + "Hieranoid", + "InParanoid", + "OMA", + "OrthoFinder", + "OrthoInspector", + "PANTHER", + "PhylomeDB", + "Roundup", + "TreeFam" + ], + "predictionMethodsNotCalled": [ + "HGNC", + "ZFIN" + ], + "predictionMethodsNotMatched": [], + "stringencyFilter": "stringent", + "totalMethodCount": 10 + }, + { + "best": "Yes", + "bestReverse": "Yes", + "gene": { + "id": "HGNC:8504", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8504", + "species": { + "commonNames": "['human', 'hsa']", + "dataProviderFullName": "Rat Genome Database", + "dataProviderShortName": "RGD", + "name": "Homo sapiens", + "shortName": "Hsa", + "taxonId": "NCBITaxon:9606" + }, + "symbol": "OSBP2", + "taxonId": "NCBITaxon:9606" + }, + "homologGene": { + "id": "FB:FBgn0020626", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0020626.html", + "species": { + "commonNames": "['fly', 'fruit fly', 'dme']", + "dataProviderFullName": "FlyBase", + "dataProviderShortName": "FB", + "name": "Drosophila melanogaster", + "shortName": "Dme", + "taxonId": "NCBITaxon:7227" + }, + "symbol": "Osbp", + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -468184,23 +467542,24 @@ }, { "best": "Yes", - "bestReverse": "Yes", + "bestReverse": "No", "gene": { - "id": "HGNC:16038", + "id": "HGNC:16398", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16398", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "ORMDL3", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "OSBPL1A", + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0037110", + "id": "FB:FBgn0034951", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034951.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -468209,28 +467568,28 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "ORMDL", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "CG3860", + "taxonId": "NCBITaxon:7227" }, - "methodCount": 10, + "methodCount": 7, "predictionMethodsMatched": [ "Ensembl Compara", - "Hieranoid", "InParanoid", - "OMA", "OrthoFinder", "OrthoInspector", "PANTHER", "PhylomeDB", - "Roundup", - "TreeFam" + "Roundup" ], "predictionMethodsNotCalled": [ "HGNC", "ZFIN" ], - "predictionMethodsNotMatched": [], + "predictionMethodsNotMatched": [ + "Hieranoid", + "OMA", + "TreeFam" + ], "stringencyFilter": "stringent", "totalMethodCount": 10 }, @@ -468238,21 +467597,22 @@ "best": "Yes", "bestReverse": "Yes", "gene": { - "id": "HGNC:8503", + "id": "HGNC:15761", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15761", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "OSBP", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "OSBPL2", + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0020626", + "id": "FB:FBgn0034951", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034951.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -468261,28 +467621,28 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "Osbp", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "CG3860", + "taxonId": "NCBITaxon:7227" }, - "methodCount": 10, + "methodCount": 8, "predictionMethodsMatched": [ "Ensembl Compara", - "Hieranoid", "InParanoid", "OMA", "OrthoFinder", "OrthoInspector", "PANTHER", "PhylomeDB", - "Roundup", - "TreeFam" + "Roundup" ], "predictionMethodsNotCalled": [ "HGNC", "ZFIN" ], - "predictionMethodsNotMatched": [], + "predictionMethodsNotMatched": [ + "Hieranoid", + "TreeFam" + ], "stringencyFilter": "stringent", "totalMethodCount": 10 }, @@ -468290,21 +467650,22 @@ "best": "Yes", "bestReverse": "Yes", "gene": { - "id": "HGNC:8504", + "id": "HGNC:16392", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16392", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "OSBP2", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "OSBPL5", + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0020626", + "id": "FB:FBgn0261550", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261550.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -468313,9 +467674,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "Osbp", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "CG42668", + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -468342,21 +467702,22 @@ "best": "Yes", "bestReverse": "No", "gene": { - "id": "HGNC:16398", + "id": "HGNC:16396", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16396", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "OSBPL1A", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "OSBPL8", + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0034951", + "id": "FB:FBgn0261550", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261550.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -468365,28 +467726,27 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG3860", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "CG42668", + "taxonId": "NCBITaxon:7227" }, - "methodCount": 7, + "methodCount": 9, "predictionMethodsMatched": [ - "Ensembl Compara", + "Hieranoid", "InParanoid", + "OMA", "OrthoFinder", "OrthoInspector", "PANTHER", "PhylomeDB", - "Roundup" + "Roundup", + "TreeFam" ], "predictionMethodsNotCalled": [ "HGNC", "ZFIN" ], "predictionMethodsNotMatched": [ - "Hieranoid", - "OMA", - "TreeFam" + "Ensembl Compara" ], "stringencyFilter": "stringent", "totalMethodCount": 10 @@ -468395,21 +467755,22 @@ "best": "Yes", "bestReverse": "Yes", "gene": { - "id": "HGNC:15761", + "id": "HGNC:16386", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16386", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "OSBPL2", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "OSBPL9", + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0034951", + "id": "FB:FBgn0033463", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033463.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -468418,29 +467779,27 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG3860", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "CG1513", + "taxonId": "NCBITaxon:7227" }, - "methodCount": 8, + "methodCount": 10, "predictionMethodsMatched": [ "Ensembl Compara", + "Hieranoid", "InParanoid", "OMA", "OrthoFinder", "OrthoInspector", "PANTHER", "PhylomeDB", - "Roundup" + "Roundup", + "TreeFam" ], "predictionMethodsNotCalled": [ "HGNC", "ZFIN" ], - "predictionMethodsNotMatched": [ - "Hieranoid", - "TreeFam" - ], + "predictionMethodsNotMatched": [], "stringencyFilter": "stringent", "totalMethodCount": 10 }, @@ -468448,21 +467807,22 @@ "best": "Yes", "bestReverse": "Yes", "gene": { - "id": "HGNC:16392", + "id": "HGNC:29971", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29971", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "OSBPL5", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "OSCP1", + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0261550", + "id": "FB:FBgn0033685", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033685.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -468471,16 +467831,12 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG42668", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "OSCP1", + "taxonId": "NCBITaxon:7227" }, - "methodCount": 10, + "methodCount": 7, "predictionMethodsMatched": [ "Ensembl Compara", - "Hieranoid", - "InParanoid", - "OMA", "OrthoFinder", "OrthoInspector", "PANTHER", @@ -468492,29 +467848,34 @@ "HGNC", "ZFIN" ], - "predictionMethodsNotMatched": [], + "predictionMethodsNotMatched": [ + "Hieranoid", + "InParanoid", + "OMA" + ], "stringencyFilter": "stringent", "totalMethodCount": 10 }, { - "best": "Yes", - "bestReverse": "No", + "best": "No", + "bestReverse": "Yes", "gene": { - "id": "HGNC:16396", + "id": "HGNC:16105", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16105", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "OSBPL8", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "OSER1", + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0261550", + "id": "FB:FBgn0050487", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0050487.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -468523,20 +467884,13 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG42668", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "CG30487", + "taxonId": "NCBITaxon:7227" }, - "methodCount": 9, + "methodCount": 3, "predictionMethodsMatched": [ - "Hieranoid", - "InParanoid", - "OMA", "OrthoFinder", - "OrthoInspector", "PANTHER", - "PhylomeDB", - "Roundup", "TreeFam" ], "predictionMethodsNotCalled": [ @@ -468544,7 +467898,13 @@ "ZFIN" ], "predictionMethodsNotMatched": [ - "Ensembl Compara" + "Ensembl Compara", + "Hieranoid", + "InParanoid", + "OMA", + "OrthoInspector", + "PhylomeDB", + "Roundup" ], "stringencyFilter": "stringent", "totalMethodCount": 10 @@ -468553,21 +467913,22 @@ "best": "Yes", "bestReverse": "Yes", "gene": { - "id": "HGNC:16386", + "id": "HGNC:16105", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16105", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "OSBPL9", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "OSER1", + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0033463", + "id": "FB:FBgn0032231", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032231.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -468576,17 +467937,12 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG1513", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "CG5056", + "taxonId": "NCBITaxon:7227" }, - "methodCount": 10, + "methodCount": 6, "predictionMethodsMatched": [ "Ensembl Compara", - "Hieranoid", - "InParanoid", - "OMA", - "OrthoFinder", "OrthoInspector", "PANTHER", "PhylomeDB", @@ -468597,7 +467953,12 @@ "HGNC", "ZFIN" ], - "predictionMethodsNotMatched": [], + "predictionMethodsNotMatched": [ + "Hieranoid", + "InParanoid", + "OMA", + "OrthoFinder" + ], "stringencyFilter": "stringent", "totalMethodCount": 10 }, @@ -468605,21 +467966,22 @@ "best": "Yes", "bestReverse": "Yes", "gene": { - "id": "HGNC:29971", + "id": "HGNC:18028", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18028", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "OSCP1", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "OSGEP", + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0033685", + "id": "FB:FBgn0283681", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0283681.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -468628,16 +467990,17 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "OSCP1", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Tcs3", + "taxonId": "NCBITaxon:7227" }, - "methodCount": 7, + "methodCount": 9, "predictionMethodsMatched": [ "Ensembl Compara", + "Hieranoid", + "InParanoid", + "OMA", "OrthoFinder", "OrthoInspector", - "PANTHER", "PhylomeDB", "Roundup", "TreeFam" @@ -468647,32 +468010,31 @@ "ZFIN" ], "predictionMethodsNotMatched": [ - "Hieranoid", - "InParanoid", - "OMA" + "PANTHER" ], "stringencyFilter": "stringent", "totalMethodCount": 10 }, { - "best": "No", + "best": "Yes", "bestReverse": "Yes", "gene": { - "id": "HGNC:16105", + "id": "HGNC:23075", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23075", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "OSER1", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "OSGEPL1", + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0050487", + "id": "FB:FBgn0031060", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031060.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -468681,14 +468043,19 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG30487", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Tcs4", + "taxonId": "NCBITaxon:7227" }, - "methodCount": 3, + "methodCount": 9, "predictionMethodsMatched": [ + "Ensembl Compara", + "Hieranoid", + "InParanoid", + "OMA", "OrthoFinder", + "OrthoInspector", "PANTHER", + "PhylomeDB", "TreeFam" ], "predictionMethodsNotCalled": [ @@ -468696,12 +468063,6 @@ "ZFIN" ], "predictionMethodsNotMatched": [ - "Ensembl Compara", - "Hieranoid", - "InParanoid", - "OMA", - "OrthoInspector", - "PhylomeDB", "Roundup" ], "stringencyFilter": "stringent", @@ -468711,21 +468072,22 @@ "best": "Yes", "bestReverse": "Yes", "gene": { - "id": "HGNC:16105", + "id": "HGNC:8111", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8111", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "OSER1", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "OSR1", + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0032231", + "id": "FB:FBgn0004893", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004893.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -468734,16 +468096,15 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG5056", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "bowl", + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ "Ensembl Compara", + "OrthoFinder", "OrthoInspector", "PANTHER", - "PhylomeDB", "Roundup", "TreeFam" ], @@ -468755,30 +468116,31 @@ "Hieranoid", "InParanoid", "OMA", - "OrthoFinder" + "PhylomeDB" ], "stringencyFilter": "stringent", "totalMethodCount": 10 }, { - "best": "Yes", + "best": "No", "bestReverse": "Yes", "gene": { - "id": "HGNC:18028", + "id": "HGNC:8111", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8111", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "OSGEP", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "OSR1", + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0283681", + "id": "FB:FBgn0002985", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0002985.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -468787,19 +468149,14 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "Tcs3", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "odd", + "taxonId": "NCBITaxon:7227" }, - "methodCount": 9, + "methodCount": 5, "predictionMethodsMatched": [ "Ensembl Compara", - "Hieranoid", - "InParanoid", - "OMA", "OrthoFinder", - "OrthoInspector", - "PhylomeDB", + "PANTHER", "Roundup", "TreeFam" ], @@ -468808,7 +468165,11 @@ "ZFIN" ], "predictionMethodsNotMatched": [ - "PANTHER" + "Hieranoid", + "InParanoid", + "OMA", + "OrthoInspector", + "PhylomeDB" ], "stringencyFilter": "stringent", "totalMethodCount": 10 @@ -468817,21 +468178,22 @@ "best": "Yes", "bestReverse": "Yes", "gene": { - "id": "HGNC:23075", + "id": "HGNC:8111", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8111", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "OSGEPL1", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "OSR1", + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0031060", + "id": "FB:FBgn0004892", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004892.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -468840,16 +468202,12 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG14231", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "sob", + "taxonId": "NCBITaxon:7227" }, - "methodCount": 9, + "methodCount": 6, "predictionMethodsMatched": [ "Ensembl Compara", - "Hieranoid", - "InParanoid", - "OMA", "OrthoFinder", "OrthoInspector", "PANTHER", @@ -468861,6 +468219,9 @@ "ZFIN" ], "predictionMethodsNotMatched": [ + "Hieranoid", + "InParanoid", + "OMA", "Roundup" ], "stringencyFilter": "stringent", @@ -468870,21 +468231,22 @@ "best": "Yes", "bestReverse": "Yes", "gene": { - "id": "HGNC:8111", + "id": "HGNC:15830", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15830", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "OSR1", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "OSR2", + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004893", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004893.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -468894,8 +468256,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "bowl", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -468923,21 +468284,22 @@ "best": "No", "bestReverse": "Yes", "gene": { - "id": "HGNC:8111", + "id": "HGNC:15830", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15830", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "OSR1", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "OSR2", + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0002985", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0002985.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -468947,8 +468309,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "odd", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -468976,21 +468337,22 @@ "best": "Yes", "bestReverse": "Yes", "gene": { - "id": "HGNC:8111", + "id": "HGNC:15830", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15830", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "OSR1", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "OSR2", + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004892", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004892.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -469000,8 +468362,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "sob", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -469029,21 +468390,22 @@ "best": "Yes", "bestReverse": "Yes", "gene": { - "id": "HGNC:15830", + "id": "HGNC:32483", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:32483", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "OSR2", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "OST4", + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0004893", + "id": "FB:FBgn0053774", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0053774.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -469052,51 +468414,51 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "bowl", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "CG33774", + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ - "Ensembl Compara", + "Hieranoid", + "InParanoid", "OrthoFinder", "OrthoInspector", - "PANTHER", - "Roundup", - "TreeFam" + "PhylomeDB", + "Roundup" ], "predictionMethodsNotCalled": [ "HGNC", "ZFIN" ], "predictionMethodsNotMatched": [ - "Hieranoid", - "InParanoid", + "Ensembl Compara", "OMA", - "PhylomeDB" + "PANTHER", + "TreeFam" ], "stringencyFilter": "stringent", "totalMethodCount": 10 }, { - "best": "No", + "best": "Yes", "bestReverse": "Yes", "gene": { - "id": "HGNC:15830", + "id": "HGNC:24448", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24448", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "OSR2", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "OSTC", + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0002985", + "id": "FB:FBgn0031529", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031529.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -469105,15 +468467,19 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "odd", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "CG9662", + "taxonId": "NCBITaxon:7227" }, - "methodCount": 5, + "methodCount": 10, "predictionMethodsMatched": [ "Ensembl Compara", + "Hieranoid", + "InParanoid", + "OMA", "OrthoFinder", + "OrthoInspector", "PANTHER", + "PhylomeDB", "Roundup", "TreeFam" ], @@ -469121,12 +468487,59 @@ "HGNC", "ZFIN" ], + "predictionMethodsNotMatched": [], + "stringencyFilter": "stringent", + "totalMethodCount": 10 + }, + { + "best": "Yes", + "bestReverse": "Yes", + "gene": { + "id": "HGNC:8510", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8510", + "species": { + "commonNames": "['human', 'hsa']", + "dataProviderFullName": "Rat Genome Database", + "dataProviderShortName": "RGD", + "name": "Homo sapiens", + "shortName": "Hsa", + "taxonId": "NCBITaxon:9606" + }, + "symbol": "OSTF1", + "taxonId": "NCBITaxon:9606" + }, + "homologGene": { + "id": "FB:FBgn0266101", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0266101.html", + "species": { + "commonNames": "['fly', 'fruit fly', 'dme']", + "dataProviderFullName": "FlyBase", + "dataProviderShortName": "FB", + "name": "Drosophila melanogaster", + "shortName": "Dme", + "taxonId": "NCBITaxon:7227" + }, + "symbol": "CG44838", + "taxonId": "NCBITaxon:7227" + }, + "methodCount": 2, + "predictionMethodsMatched": [ + "Ensembl Compara", + "PANTHER" + ], + "predictionMethodsNotCalled": [ + "HGNC", + "ZFIN" + ], "predictionMethodsNotMatched": [ "Hieranoid", "InParanoid", "OMA", + "OrthoFinder", "OrthoInspector", - "PhylomeDB" + "PhylomeDB", + "Roundup", + "TreeFam" ], "stringencyFilter": "stringent", "totalMethodCount": 10 @@ -469135,21 +468548,22 @@ "best": "Yes", "bestReverse": "Yes", "gene": { - "id": "HGNC:15830", + "id": "HGNC:21652", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21652", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "OSR2", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "OSTM1", + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0004892", + "id": "FB:FBgn0035440", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035440.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -469158,17 +468572,19 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "sob", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "CG14969", + "taxonId": "NCBITaxon:7227" }, - "methodCount": 6, + "methodCount": 9, "predictionMethodsMatched": [ "Ensembl Compara", + "Hieranoid", + "InParanoid", "OrthoFinder", "OrthoInspector", "PANTHER", "PhylomeDB", + "Roundup", "TreeFam" ], "predictionMethodsNotCalled": [ @@ -469176,33 +468592,31 @@ "ZFIN" ], "predictionMethodsNotMatched": [ - "Hieranoid", - "InParanoid", - "OMA", - "Roundup" + "OMA" ], "stringencyFilter": "stringent", "totalMethodCount": 10 }, { "best": "Yes", - "bestReverse": "Yes", + "bestReverse": "No", "gene": { - "id": "HGNC:32483", + "id": "HGNC:8515", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8515", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "OST4", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "OTOF", + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0053774", + "id": "FB:FBgn0266757", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0266757.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -469211,18 +468625,17 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG33774", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "mfr", + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ "Hieranoid", "InParanoid", - "OrthoFinder", "OrthoInspector", + "PANTHER", "PhylomeDB", - "Roundup" + "TreeFam" ], "predictionMethodsNotCalled": [ "HGNC", @@ -469231,9 +468644,62 @@ "predictionMethodsNotMatched": [ "Ensembl Compara", "OMA", + "OrthoFinder", + "Roundup" + ], + "stringencyFilter": "stringent", + "totalMethodCount": 10 + }, + { + "best": "Yes", + "bestReverse": "Yes", + "gene": { + "id": "HGNC:8516", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8516", + "species": { + "commonNames": "['human', 'hsa']", + "dataProviderFullName": "Rat Genome Database", + "dataProviderShortName": "RGD", + "name": "Homo sapiens", + "shortName": "Hsa", + "taxonId": "NCBITaxon:9606" + }, + "symbol": "OTOG", + "taxonId": "NCBITaxon:9606" + }, + "homologGene": { + "id": "FB:FBgn0029167", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029167.html", + "species": { + "commonNames": "['fly', 'fruit fly', 'dme']", + "dataProviderFullName": "FlyBase", + "dataProviderShortName": "FB", + "name": "Drosophila melanogaster", + "shortName": "Dme", + "taxonId": "NCBITaxon:7227" + }, + "symbol": "Hml", + "taxonId": "NCBITaxon:7227" + }, + "methodCount": 4, + "predictionMethodsMatched": [ + "Ensembl Compara", + "OrthoFinder", "PANTHER", "TreeFam" ], + "predictionMethodsNotCalled": [ + "HGNC", + "ZFIN" + ], + "predictionMethodsNotMatched": [ + "Hieranoid", + "InParanoid", + "OMA", + "OrthoInspector", + "PhylomeDB", + "Roundup" + ], "stringencyFilter": "stringent", "totalMethodCount": 10 }, @@ -469241,21 +468707,22 @@ "best": "Yes", "bestReverse": "Yes", "gene": { - "id": "HGNC:24448", + "id": "HGNC:19656", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19656", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "OSTC", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "OTOP1", + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0031529", + "id": "FB:FBgn0259994", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0259994.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -469264,17 +468731,14 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG9662", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "OtopLa", + "taxonId": "NCBITaxon:7227" }, - "methodCount": 10, + "methodCount": 8, "predictionMethodsMatched": [ "Ensembl Compara", "Hieranoid", "InParanoid", - "OMA", - "OrthoFinder", "OrthoInspector", "PANTHER", "PhylomeDB", @@ -469285,7 +468749,10 @@ "HGNC", "ZFIN" ], - "predictionMethodsNotMatched": [], + "predictionMethodsNotMatched": [ + "OMA", + "OrthoFinder" + ], "stringencyFilter": "stringent", "totalMethodCount": 10 }, @@ -469293,21 +468760,22 @@ "best": "Yes", "bestReverse": "Yes", "gene": { - "id": "HGNC:8510", + "id": "HGNC:19656", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19656", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "OSTF1", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "OTOP1", + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0266101", + "id": "FB:FBgn0031514", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031514.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -469316,51 +468784,51 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG44838", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "OtopLb", + "taxonId": "NCBITaxon:7227" }, - "methodCount": 2, + "methodCount": 8, "predictionMethodsMatched": [ "Ensembl Compara", - "PANTHER" + "Hieranoid", + "InParanoid", + "OMA", + "OrthoInspector", + "PANTHER", + "PhylomeDB", + "TreeFam" ], "predictionMethodsNotCalled": [ "HGNC", "ZFIN" ], "predictionMethodsNotMatched": [ - "Hieranoid", - "InParanoid", - "OMA", "OrthoFinder", - "OrthoInspector", - "PhylomeDB", - "Roundup", - "TreeFam" + "Roundup" ], "stringencyFilter": "stringent", "totalMethodCount": 10 }, { - "best": "Yes", + "best": "No", "bestReverse": "Yes", "gene": { - "id": "HGNC:21652", + "id": "HGNC:19656", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19656", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "OSTM1", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "OTOP1", + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0035440", + "id": "FB:FBgn0259150", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0259150.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -469369,16 +468837,13 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG14969", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "OtopLc", + "taxonId": "NCBITaxon:7227" }, - "methodCount": 9, + "methodCount": 7, "predictionMethodsMatched": [ "Ensembl Compara", "Hieranoid", - "InParanoid", - "OrthoFinder", "OrthoInspector", "PANTHER", "PhylomeDB", @@ -469390,30 +468855,33 @@ "ZFIN" ], "predictionMethodsNotMatched": [ - "OMA" + "InParanoid", + "OMA", + "OrthoFinder" ], "stringencyFilter": "stringent", "totalMethodCount": 10 }, { "best": "Yes", - "bestReverse": "No", + "bestReverse": "Yes", "gene": { - "id": "HGNC:8515", + "id": "HGNC:19657", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19657", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "OTOF", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "OTOP2", + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0266757", + "id": "FB:FBgn0259994", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0259994.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -469422,17 +468890,18 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "mfr", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "OtopLa", + "taxonId": "NCBITaxon:7227" }, - "methodCount": 6, + "methodCount": 8, "predictionMethodsMatched": [ + "Ensembl Compara", "Hieranoid", "InParanoid", "OrthoInspector", "PANTHER", "PhylomeDB", + "Roundup", "TreeFam" ], "predictionMethodsNotCalled": [ @@ -469440,10 +468909,8 @@ "ZFIN" ], "predictionMethodsNotMatched": [ - "Ensembl Compara", "OMA", - "OrthoFinder", - "Roundup" + "OrthoFinder" ], "stringencyFilter": "stringent", "totalMethodCount": 10 @@ -469452,21 +468919,22 @@ "best": "Yes", "bestReverse": "Yes", "gene": { - "id": "HGNC:8516", + "id": "HGNC:19657", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19657", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "OTOG", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "OTOP2", + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0029167", + "id": "FB:FBgn0031514", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031514.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -469475,15 +468943,18 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "Hml", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "OtopLb", + "taxonId": "NCBITaxon:7227" }, - "methodCount": 4, + "methodCount": 8, "predictionMethodsMatched": [ "Ensembl Compara", - "OrthoFinder", + "Hieranoid", + "InParanoid", + "OMA", + "OrthoInspector", "PANTHER", + "PhylomeDB", "TreeFam" ], "predictionMethodsNotCalled": [ @@ -469491,35 +468962,32 @@ "ZFIN" ], "predictionMethodsNotMatched": [ - "Hieranoid", - "InParanoid", - "OMA", - "OrthoInspector", - "PhylomeDB", + "OrthoFinder", "Roundup" ], "stringencyFilter": "stringent", "totalMethodCount": 10 }, { - "best": "Yes", + "best": "No", "bestReverse": "Yes", "gene": { - "id": "HGNC:19656", + "id": "HGNC:19657", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19657", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "OTOP1", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "OTOP2", + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0259994", + "id": "FB:FBgn0259150", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0259150.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -469528,15 +468996,13 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "OtopLa", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "OtopLc", + "taxonId": "NCBITaxon:7227" }, - "methodCount": 8, + "methodCount": 7, "predictionMethodsMatched": [ "Ensembl Compara", "Hieranoid", - "InParanoid", "OrthoInspector", "PANTHER", "PhylomeDB", @@ -469548,6 +469014,7 @@ "ZFIN" ], "predictionMethodsNotMatched": [ + "InParanoid", "OMA", "OrthoFinder" ], @@ -469558,21 +469025,22 @@ "best": "Yes", "bestReverse": "Yes", "gene": { - "id": "HGNC:19656", + "id": "HGNC:19658", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19658", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "OTOP1", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "OTOP3", + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031514", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031514.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -469582,8 +469050,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "OtopLb", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -469608,24 +469075,25 @@ "totalMethodCount": 10 }, { - "best": "No", + "best": "Yes", "bestReverse": "Yes", "gene": { - "id": "HGNC:19656", + "id": "HGNC:8518", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8518", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "OTOP1", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "OTP", + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0259150", + "id": "FB:FBgn0015524", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015524.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -469634,14 +469102,13 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "OtopLc", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "otp", + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ "Ensembl Compara", - "Hieranoid", + "OrthoFinder", "OrthoInspector", "PANTHER", "PhylomeDB", @@ -469653,9 +469120,9 @@ "ZFIN" ], "predictionMethodsNotMatched": [ + "Hieranoid", "InParanoid", - "OMA", - "OrthoFinder" + "OMA" ], "stringencyFilter": "stringent", "totalMethodCount": 10 @@ -469664,21 +469131,22 @@ "best": "Yes", "bestReverse": "Yes", "gene": { - "id": "HGNC:19657", + "id": "HGNC:23077", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23077", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "OTOP2", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "OTUB1", + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0259994", + "id": "FB:FBgn0032214", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032214.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -469687,15 +469155,16 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "OtopLa", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "CG4968", + "taxonId": "NCBITaxon:7227" }, - "methodCount": 8, + "methodCount": 10, "predictionMethodsMatched": [ "Ensembl Compara", "Hieranoid", "InParanoid", + "OMA", + "OrthoFinder", "OrthoInspector", "PANTHER", "PhylomeDB", @@ -469706,32 +469175,30 @@ "HGNC", "ZFIN" ], - "predictionMethodsNotMatched": [ - "OMA", - "OrthoFinder" - ], + "predictionMethodsNotMatched": [], "stringencyFilter": "stringent", "totalMethodCount": 10 }, { "best": "Yes", - "bestReverse": "Yes", + "bestReverse": "No", "gene": { - "id": "HGNC:19657", + "id": "HGNC:20351", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20351", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "OTOP2", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "OTUB2", + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0031514", + "id": "FB:FBgn0032214", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032214.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -469740,19 +469207,18 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "OtopLb", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "CG4968", + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ "Ensembl Compara", "Hieranoid", - "InParanoid", "OMA", - "OrthoInspector", + "OrthoFinder", "PANTHER", "PhylomeDB", + "Roundup", "TreeFam" ], "predictionMethodsNotCalled": [ @@ -469760,8 +469226,8 @@ "ZFIN" ], "predictionMethodsNotMatched": [ - "OrthoFinder", - "Roundup" + "InParanoid", + "OrthoInspector" ], "stringencyFilter": "stringent", "totalMethodCount": 10 @@ -469770,21 +469236,22 @@ "best": "No", "bestReverse": "Yes", "gene": { - "id": "HGNC:19657", + "id": "HGNC:24949", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24949", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "OTOP2", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "OTUD4", + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0259150", + "id": "FB:FBgn0031622", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031622.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -469793,19 +469260,16 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "OtopLc", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "CG3251", + "taxonId": "NCBITaxon:7227" }, - "methodCount": 7, + "methodCount": 5, "predictionMethodsMatched": [ "Ensembl Compara", "Hieranoid", + "OrthoFinder", "OrthoInspector", - "PANTHER", - "PhylomeDB", - "Roundup", - "TreeFam" + "Roundup" ], "predictionMethodsNotCalled": [ "HGNC", @@ -469814,7 +469278,9 @@ "predictionMethodsNotMatched": [ "InParanoid", "OMA", - "OrthoFinder" + "PANTHER", + "PhylomeDB", + "TreeFam" ], "stringencyFilter": "stringent", "totalMethodCount": 10 @@ -469823,21 +469289,22 @@ "best": "Yes", "bestReverse": "Yes", "gene": { - "id": "HGNC:19658", + "id": "HGNC:24949", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24949", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "OTOP3", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "OTUD4", + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0031514", + "id": "FB:FBgn0003023", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003023.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -469846,28 +469313,27 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "OtopLb", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "otu", + "taxonId": "NCBITaxon:7227" }, - "methodCount": 8, + "methodCount": 6, "predictionMethodsMatched": [ "Ensembl Compara", "Hieranoid", - "InParanoid", - "OMA", + "OrthoFinder", "OrthoInspector", - "PANTHER", "PhylomeDB", - "TreeFam" + "Roundup" ], "predictionMethodsNotCalled": [ "HGNC", "ZFIN" ], "predictionMethodsNotMatched": [ - "OrthoFinder", - "Roundup" + "InParanoid", + "OMA", + "PANTHER", + "TreeFam" ], "stringencyFilter": "stringent", "totalMethodCount": 10 @@ -469876,21 +469342,22 @@ "best": "Yes", "bestReverse": "Yes", "gene": { - "id": "HGNC:8518", + "id": "HGNC:25402", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25402", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "OTP", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "OTUD5", + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0015524", + "id": "FB:FBgn0036180", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036180.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -469899,13 +469366,13 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "otp", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Duba", + "taxonId": "NCBITaxon:7227" }, - "methodCount": 7, + "methodCount": 8, "predictionMethodsMatched": [ "Ensembl Compara", + "InParanoid", "OrthoFinder", "OrthoInspector", "PANTHER", @@ -469919,7 +469386,6 @@ ], "predictionMethodsNotMatched": [ "Hieranoid", - "InParanoid", "OMA" ], "stringencyFilter": "stringent", @@ -469929,21 +469395,22 @@ "best": "Yes", "bestReverse": "Yes", "gene": { - "id": "HGNC:23077", + "id": "HGNC:32312", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:32312", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "OTUB1", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "OTUD6A", + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0032214", + "id": "FB:FBgn0026738", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026738.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -469952,9 +469419,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG4968", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "CG7857", + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -469979,23 +469445,24 @@ }, { "best": "Yes", - "bestReverse": "No", + "bestReverse": "Yes", "gene": { - "id": "HGNC:20351", + "id": "HGNC:24281", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24281", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "OTUB2", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "OTUD6B", + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0032214", + "id": "FB:FBgn0026738", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026738.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -470004,16 +469471,17 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG4968", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "CG7857", + "taxonId": "NCBITaxon:7227" }, - "methodCount": 8, + "methodCount": 10, "predictionMethodsMatched": [ "Ensembl Compara", "Hieranoid", + "InParanoid", "OMA", "OrthoFinder", + "OrthoInspector", "PANTHER", "PhylomeDB", "Roundup", @@ -470023,32 +469491,30 @@ "HGNC", "ZFIN" ], - "predictionMethodsNotMatched": [ - "InParanoid", - "OrthoInspector" - ], + "predictionMethodsNotMatched": [], "stringencyFilter": "stringent", "totalMethodCount": 10 }, { - "best": "No", + "best": "Yes", "bestReverse": "Yes", "gene": { - "id": "HGNC:24949", + "id": "HGNC:8521", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8521", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "OTUD4", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "OTX1", + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0031622", + "id": "FB:FBgn0004102", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004102.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -470057,72 +469523,19 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG3251", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "oc", + "taxonId": "NCBITaxon:7227" }, - "methodCount": 5, + "methodCount": 7, "predictionMethodsMatched": [ "Ensembl Compara", "Hieranoid", "OrthoFinder", "OrthoInspector", - "Roundup" - ], - "predictionMethodsNotCalled": [ - "HGNC", - "ZFIN" - ], - "predictionMethodsNotMatched": [ - "InParanoid", - "OMA", "PANTHER", - "PhylomeDB", + "Roundup", "TreeFam" ], - "stringencyFilter": "stringent", - "totalMethodCount": 10 - }, - { - "best": "Yes", - "bestReverse": "Yes", - "gene": { - "id": "HGNC:24949", - "species": { - "commonNames": "['human']", - "dataProviderFullName": "Rat Genome Database", - "dataProviderShortName": "RGD", - "name": "Homo sapiens", - "shortName": "Hsa", - "taxonId": "NCBITaxon:9606" - }, - "symbol": "OTUD4", - "taxonId": "NCBITaxon:9606", - "url": null - }, - "homologGene": { - "id": "FB:FBgn0003023", - "species": { - "commonNames": "['fly', 'fruit fly', 'dme']", - "dataProviderFullName": "FlyBase", - "dataProviderShortName": "FB", - "name": "Drosophila melanogaster", - "shortName": "Dme", - "taxonId": "NCBITaxon:7227" - }, - "symbol": "otu", - "taxonId": "NCBITaxon:7227", - "url": null - }, - "methodCount": 6, - "predictionMethodsMatched": [ - "Ensembl Compara", - "Hieranoid", - "OrthoFinder", - "OrthoInspector", - "PhylomeDB", - "Roundup" - ], "predictionMethodsNotCalled": [ "HGNC", "ZFIN" @@ -470130,8 +469543,7 @@ "predictionMethodsNotMatched": [ "InParanoid", "OMA", - "PANTHER", - "TreeFam" + "PhylomeDB" ], "stringencyFilter": "stringent", "totalMethodCount": 10 @@ -470140,21 +469552,22 @@ "best": "Yes", "bestReverse": "Yes", "gene": { - "id": "HGNC:25402", + "id": "HGNC:8522", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8522", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "OTUD5", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "OTX2", + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0036180", + "id": "FB:FBgn0004102", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004102.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -470163,18 +469576,16 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "Duba", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "oc", + "taxonId": "NCBITaxon:7227" }, - "methodCount": 8, + "methodCount": 7, "predictionMethodsMatched": [ "Ensembl Compara", - "InParanoid", + "Hieranoid", "OrthoFinder", "OrthoInspector", "PANTHER", - "PhylomeDB", "Roundup", "TreeFam" ], @@ -470183,8 +469594,9 @@ "ZFIN" ], "predictionMethodsNotMatched": [ - "Hieranoid", - "OMA" + "InParanoid", + "OMA", + "PhylomeDB" ], "stringencyFilter": "stringent", "totalMethodCount": 10 @@ -470193,21 +469605,22 @@ "best": "Yes", "bestReverse": "Yes", "gene": { - "id": "HGNC:32312", + "id": "HGNC:24203", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24203", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "OTUD6A", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "OVCA2", + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0026738", + "id": "FB:FBgn0038806", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038806.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -470216,9 +469629,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG7857", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "CG5412", + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -470242,24 +469654,25 @@ "totalMethodCount": 10 }, { - "best": "Yes", + "best": "No", "bestReverse": "Yes", "gene": { - "id": "HGNC:24281", + "id": "HGNC:8524", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8524", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "OTUD6B", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "OVGP1", + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0026738", + "id": "FB:FBgn0029913", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029913.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -470268,50 +469681,51 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG7857", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Cht11", + "taxonId": "NCBITaxon:7227" }, - "methodCount": 10, + "methodCount": 3, "predictionMethodsMatched": [ "Ensembl Compara", + "OMA", + "PANTHER" + ], + "predictionMethodsNotCalled": [ + "HGNC", + "ZFIN" + ], + "predictionMethodsNotMatched": [ "Hieranoid", "InParanoid", - "OMA", "OrthoFinder", "OrthoInspector", - "PANTHER", "PhylomeDB", "Roundup", "TreeFam" ], - "predictionMethodsNotCalled": [ - "HGNC", - "ZFIN" - ], - "predictionMethodsNotMatched": [], "stringencyFilter": "stringent", "totalMethodCount": 10 }, { "best": "Yes", - "bestReverse": "Yes", + "bestReverse": "No", "gene": { - "id": "HGNC:8521", + "id": "HGNC:8524", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8524", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "OTX1", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "OVGP1", + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0004102", + "id": "FB:FBgn0035398", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035398.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -470320,18 +469734,15 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "oc", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Cht7", + "taxonId": "NCBITaxon:7227" }, - "methodCount": 7, + "methodCount": 5, "predictionMethodsMatched": [ "Ensembl Compara", - "Hieranoid", "OrthoFinder", - "OrthoInspector", "PANTHER", - "Roundup", + "PhylomeDB", "TreeFam" ], "predictionMethodsNotCalled": [ @@ -470339,32 +469750,35 @@ "ZFIN" ], "predictionMethodsNotMatched": [ + "Hieranoid", "InParanoid", "OMA", - "PhylomeDB" + "OrthoInspector", + "Roundup" ], "stringencyFilter": "stringent", "totalMethodCount": 10 }, { - "best": "Yes", + "best": "No", "bestReverse": "Yes", "gene": { - "id": "HGNC:8522", + "id": "HGNC:8524", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8524", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "OTX2", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "OVGP1", + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0004102", + "id": "FB:FBgn0020416", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0020416.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -470373,51 +469787,51 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "oc", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Idgf1", + "taxonId": "NCBITaxon:7227" }, - "methodCount": 7, + "methodCount": 3, "predictionMethodsMatched": [ "Ensembl Compara", - "Hieranoid", - "OrthoFinder", - "OrthoInspector", - "PANTHER", - "Roundup", - "TreeFam" + "OMA", + "PANTHER" ], "predictionMethodsNotCalled": [ "HGNC", "ZFIN" ], "predictionMethodsNotMatched": [ + "Hieranoid", "InParanoid", - "OMA", - "PhylomeDB" + "OrthoFinder", + "OrthoInspector", + "PhylomeDB", + "Roundup", + "TreeFam" ], "stringencyFilter": "stringent", "totalMethodCount": 10 }, { - "best": "Yes", + "best": "No", "bestReverse": "Yes", "gene": { - "id": "HGNC:24203", + "id": "HGNC:8524", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8524", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "OVCA2", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "OVGP1", + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0038806", + "id": "FB:FBgn0020415", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0020415.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -470426,28 +469840,28 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG5412", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Idgf2", + "taxonId": "NCBITaxon:7227" }, - "methodCount": 10, + "methodCount": 3, "predictionMethodsMatched": [ "Ensembl Compara", + "OMA", + "PANTHER" + ], + "predictionMethodsNotCalled": [ + "HGNC", + "ZFIN" + ], + "predictionMethodsNotMatched": [ "Hieranoid", "InParanoid", - "OMA", "OrthoFinder", "OrthoInspector", - "PANTHER", "PhylomeDB", "Roundup", "TreeFam" ], - "predictionMethodsNotCalled": [ - "HGNC", - "ZFIN" - ], - "predictionMethodsNotMatched": [], "stringencyFilter": "stringent", "totalMethodCount": 10 }, @@ -470456,8 +469870,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8524", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8524", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -470465,11 +469880,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "OVGP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0029913", + "id": "FB:FBgn0020414", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0020414.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -470478,9 +469893,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "Cht11", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Idgf3", + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -470505,12 +469919,13 @@ "totalMethodCount": 10 }, { - "best": "Yes", - "bestReverse": "No", + "best": "No", + "bestReverse": "Yes", "gene": { "id": "HGNC:8524", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8524", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -470518,11 +469933,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "OVGP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0035398", + "id": "FB:FBgn0026415", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026415.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -470531,17 +469946,14 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "Cht7", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Idgf4", + "taxonId": "NCBITaxon:7227" }, - "methodCount": 5, + "methodCount": 3, "predictionMethodsMatched": [ "Ensembl Compara", - "OrthoFinder", - "PANTHER", - "PhylomeDB", - "TreeFam" + "OMA", + "PANTHER" ], "predictionMethodsNotCalled": [ "HGNC", @@ -470550,9 +469962,11 @@ "predictionMethodsNotMatched": [ "Hieranoid", "InParanoid", - "OMA", + "OrthoFinder", "OrthoInspector", - "Roundup" + "PhylomeDB", + "Roundup", + "TreeFam" ], "stringencyFilter": "stringent", "totalMethodCount": 10 @@ -470562,8 +469976,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8524", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8524", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -470571,11 +469986,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "OVGP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0020416", + "id": "FB:FBgn0013763", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0013763.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -470584,9 +469999,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "Idgf1", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Idgf6", + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -470611,24 +470025,25 @@ "totalMethodCount": 10 }, { - "best": "No", + "best": "Yes", "bestReverse": "Yes", "gene": { - "id": "HGNC:8524", + "id": "HGNC:8525", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8525", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "OVGP1", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "OVOL1", + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0020415", + "id": "FB:FBgn0003028", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003028.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -470637,15 +470052,17 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "Idgf2", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "ovo", + "taxonId": "NCBITaxon:7227" }, - "methodCount": 3, + "methodCount": 6, "predictionMethodsMatched": [ "Ensembl Compara", - "OMA", - "PANTHER" + "OrthoFinder", + "OrthoInspector", + "PANTHER", + "PhylomeDB", + "Roundup" ], "predictionMethodsNotCalled": [ "HGNC", @@ -470654,34 +470071,32 @@ "predictionMethodsNotMatched": [ "Hieranoid", "InParanoid", - "OrthoFinder", - "OrthoInspector", - "PhylomeDB", - "Roundup", + "OMA", "TreeFam" ], "stringencyFilter": "stringent", "totalMethodCount": 10 }, { - "best": "No", - "bestReverse": "Yes", + "best": "Yes", + "bestReverse": "No", "gene": { - "id": "HGNC:8524", + "id": "HGNC:15804", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15804", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "OVGP1", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "OVOL2", + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0020414", + "id": "FB:FBgn0003028", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003028.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -470690,51 +470105,51 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "Idgf3", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "ovo", + "taxonId": "NCBITaxon:7227" }, - "methodCount": 3, + "methodCount": 5, "predictionMethodsMatched": [ - "Ensembl Compara", - "OMA", - "PANTHER" + "OrthoFinder", + "OrthoInspector", + "PANTHER", + "PhylomeDB", + "Roundup" ], "predictionMethodsNotCalled": [ "HGNC", "ZFIN" ], "predictionMethodsNotMatched": [ + "Ensembl Compara", "Hieranoid", "InParanoid", - "OrthoFinder", - "OrthoInspector", - "PhylomeDB", - "Roundup", + "OMA", "TreeFam" ], "stringencyFilter": "stringent", "totalMethodCount": 10 }, { - "best": "No", + "best": "Yes", "bestReverse": "Yes", "gene": { - "id": "HGNC:8524", + "id": "HGNC:8526", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8526", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "OVGP1", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "OXA1L", + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0026415", + "id": "FB:FBgn0027615", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027615.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -470743,51 +470158,50 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "Idgf4", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "OXA1L", + "taxonId": "NCBITaxon:7227" }, - "methodCount": 3, + "methodCount": 10, "predictionMethodsMatched": [ "Ensembl Compara", - "OMA", - "PANTHER" - ], - "predictionMethodsNotCalled": [ - "HGNC", - "ZFIN" - ], - "predictionMethodsNotMatched": [ "Hieranoid", "InParanoid", + "OMA", "OrthoFinder", "OrthoInspector", + "PANTHER", "PhylomeDB", "Roundup", "TreeFam" ], + "predictionMethodsNotCalled": [ + "HGNC", + "ZFIN" + ], + "predictionMethodsNotMatched": [], "stringencyFilter": "stringent", "totalMethodCount": 10 }, { - "best": "No", + "best": "Yes", "bestReverse": "Yes", "gene": { - "id": "HGNC:8524", + "id": "HGNC:8527", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8527", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "OVGP1", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "OXCT1", + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0013763", + "id": "FB:FBgn0035298", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035298.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -470796,51 +470210,50 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "Idgf6", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "SCOT", + "taxonId": "NCBITaxon:7227" }, - "methodCount": 3, + "methodCount": 10, "predictionMethodsMatched": [ "Ensembl Compara", - "OMA", - "PANTHER" - ], - "predictionMethodsNotCalled": [ - "HGNC", - "ZFIN" - ], - "predictionMethodsNotMatched": [ "Hieranoid", "InParanoid", + "OMA", "OrthoFinder", "OrthoInspector", + "PANTHER", "PhylomeDB", "Roundup", "TreeFam" ], + "predictionMethodsNotCalled": [ + "HGNC", + "ZFIN" + ], + "predictionMethodsNotMatched": [], "stringencyFilter": "stringent", "totalMethodCount": 10 }, { "best": "Yes", - "bestReverse": "Yes", + "bestReverse": "No", "gene": { - "id": "HGNC:8525", + "id": "HGNC:18606", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18606", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "OVOL1", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "OXCT2", + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0003028", + "id": "FB:FBgn0035298", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035298.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -470849,51 +470262,51 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "ovo", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "SCOT", + "taxonId": "NCBITaxon:7227" }, - "methodCount": 6, + "methodCount": 9, "predictionMethodsMatched": [ "Ensembl Compara", + "Hieranoid", + "InParanoid", + "OMA", "OrthoFinder", "OrthoInspector", "PANTHER", "PhylomeDB", - "Roundup" + "TreeFam" ], "predictionMethodsNotCalled": [ "HGNC", "ZFIN" ], "predictionMethodsNotMatched": [ - "Hieranoid", - "InParanoid", - "OMA", - "TreeFam" + "Roundup" ], "stringencyFilter": "stringent", "totalMethodCount": 10 }, { "best": "Yes", - "bestReverse": "No", + "bestReverse": "Yes", "gene": { - "id": "HGNC:15804", + "id": "HGNC:27901", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:27901", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "OVOL2", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "OXLD1", + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0003028", + "id": "FB:FBgn0039461", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039461.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -470902,28 +470315,27 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "ovo", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "CG5500", + "taxonId": "NCBITaxon:7227" }, - "methodCount": 5, + "methodCount": 8, "predictionMethodsMatched": [ + "Ensembl Compara", + "InParanoid", "OrthoFinder", "OrthoInspector", "PANTHER", "PhylomeDB", - "Roundup" + "Roundup", + "TreeFam" ], "predictionMethodsNotCalled": [ "HGNC", "ZFIN" ], "predictionMethodsNotMatched": [ - "Ensembl Compara", "Hieranoid", - "InParanoid", - "OMA", - "TreeFam" + "OMA" ], "stringencyFilter": "stringent", "totalMethodCount": 10 @@ -470932,21 +470344,22 @@ "best": "Yes", "bestReverse": "Yes", "gene": { - "id": "HGNC:8526", + "id": "HGNC:15822", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15822", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "OXA1L", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "OXR1", + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0027615", + "id": "FB:FBgn0013576", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0013576.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -470955,16 +470368,13 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "OXA1L", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "mtd", + "taxonId": "NCBITaxon:7227" }, - "methodCount": 10, + "methodCount": 8, "predictionMethodsMatched": [ - "Ensembl Compara", "Hieranoid", "InParanoid", - "OMA", "OrthoFinder", "OrthoInspector", "PANTHER", @@ -470976,7 +470386,10 @@ "HGNC", "ZFIN" ], - "predictionMethodsNotMatched": [], + "predictionMethodsNotMatched": [ + "Ensembl Compara", + "OMA" + ], "stringencyFilter": "stringent", "totalMethodCount": 10 }, @@ -470984,21 +470397,22 @@ "best": "Yes", "bestReverse": "Yes", "gene": { - "id": "HGNC:8527", + "id": "HGNC:26063", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26063", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "OXCT1", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "OXSM", + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0035298", + "id": "FB:FBgn0037356", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037356.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -471007,11 +470421,10 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "SCOT", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "CG12170", + "taxonId": "NCBITaxon:7227" }, - "methodCount": 10, + "methodCount": 8, "predictionMethodsMatched": [ "Ensembl Compara", "Hieranoid", @@ -471020,15 +470433,16 @@ "OrthoFinder", "OrthoInspector", "PANTHER", - "PhylomeDB", - "Roundup", - "TreeFam" + "Roundup" ], "predictionMethodsNotCalled": [ "HGNC", "ZFIN" ], - "predictionMethodsNotMatched": [], + "predictionMethodsNotMatched": [ + "PhylomeDB", + "TreeFam" + ], "stringencyFilter": "stringent", "totalMethodCount": 10 }, @@ -471036,21 +470450,22 @@ "best": "Yes", "bestReverse": "No", "gene": { - "id": "HGNC:18606", + "id": "HGNC:8508", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8508", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "OXCT2", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "OXSR1", + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0035298", + "id": "FB:FBgn0023083", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0023083.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -471059,13 +470474,11 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "SCOT", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "fray", + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ - "Ensembl Compara", "Hieranoid", "InParanoid", "OMA", @@ -471073,6 +470486,7 @@ "OrthoInspector", "PANTHER", "PhylomeDB", + "Roundup", "TreeFam" ], "predictionMethodsNotCalled": [ @@ -471080,30 +470494,31 @@ "ZFIN" ], "predictionMethodsNotMatched": [ - "Roundup" + "Ensembl Compara" ], "stringencyFilter": "stringent", "totalMethodCount": 10 }, { "best": "Yes", - "bestReverse": "Yes", + "bestReverse": "No", "gene": { - "id": "HGNC:27901", + "id": "HGNC:8529", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8529", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "OXLD1", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "OXTR", + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0039461", + "id": "FB:FBgn0039396", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039396.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -471112,51 +470527,51 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG5500", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "CCAP-R", + "taxonId": "NCBITaxon:7227" }, - "methodCount": 8, + "methodCount": 4, "predictionMethodsMatched": [ "Ensembl Compara", - "InParanoid", + "Hieranoid", "OrthoFinder", - "OrthoInspector", - "PANTHER", - "PhylomeDB", - "Roundup", - "TreeFam" + "Roundup" ], "predictionMethodsNotCalled": [ "HGNC", "ZFIN" ], "predictionMethodsNotMatched": [ - "Hieranoid", - "OMA" + "InParanoid", + "OMA", + "OrthoInspector", + "PANTHER", + "PhylomeDB", + "TreeFam" ], "stringencyFilter": "stringent", "totalMethodCount": 10 }, { - "best": "Yes", + "best": "No", "bestReverse": "Yes", "gene": { - "id": "HGNC:15822", + "id": "HGNC:8546", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8546", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "OXR1", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "P4HA1", + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0013576", + "id": "FB:FBgn0036795", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036795.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -471165,51 +470580,51 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "mtd", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "CG18233", + "taxonId": "NCBITaxon:7227" }, - "methodCount": 8, + "methodCount": 4, "predictionMethodsMatched": [ - "Hieranoid", - "InParanoid", - "OrthoFinder", - "OrthoInspector", + "Ensembl Compara", + "OMA", "PANTHER", - "PhylomeDB", - "Roundup", - "TreeFam" + "PhylomeDB" ], "predictionMethodsNotCalled": [ "HGNC", "ZFIN" ], "predictionMethodsNotMatched": [ - "Ensembl Compara", - "OMA" + "Hieranoid", + "InParanoid", + "OrthoFinder", + "OrthoInspector", + "Roundup", + "TreeFam" ], "stringencyFilter": "stringent", "totalMethodCount": 10 }, { - "best": "Yes", + "best": "No", "bestReverse": "Yes", "gene": { - "id": "HGNC:26063", + "id": "HGNC:8546", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8546", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "OXSM", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "P4HA1", + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0037356", + "id": "FB:FBgn0265268", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0265268.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -471218,51 +470633,51 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG12170", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "CG18234", + "taxonId": "NCBITaxon:7227" }, - "methodCount": 8, + "methodCount": 3, "predictionMethodsMatched": [ "Ensembl Compara", - "Hieranoid", - "InParanoid", - "OMA", - "OrthoFinder", - "OrthoInspector", "PANTHER", - "Roundup" + "PhylomeDB" ], "predictionMethodsNotCalled": [ "HGNC", "ZFIN" ], "predictionMethodsNotMatched": [ - "PhylomeDB", + "Hieranoid", + "InParanoid", + "OMA", + "OrthoFinder", + "OrthoInspector", + "Roundup", "TreeFam" ], "stringencyFilter": "stringent", "totalMethodCount": 10 }, { - "best": "Yes", - "bestReverse": "No", + "best": "No", + "bestReverse": "Yes", "gene": { - "id": "HGNC:8508", + "id": "HGNC:8546", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8546", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "OXSR1", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "P4HA1", + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0023083", + "id": "FB:FBgn0051016", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051016.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -471271,51 +470686,51 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "fray", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "CG31016", + "taxonId": "NCBITaxon:7227" }, - "methodCount": 9, + "methodCount": 3, "predictionMethodsMatched": [ - "Hieranoid", - "InParanoid", + "Ensembl Compara", "OMA", - "OrthoFinder", - "OrthoInspector", - "PANTHER", - "PhylomeDB", - "Roundup", - "TreeFam" + "PhylomeDB" ], "predictionMethodsNotCalled": [ "HGNC", "ZFIN" ], "predictionMethodsNotMatched": [ - "Ensembl Compara" + "Hieranoid", + "InParanoid", + "OrthoFinder", + "OrthoInspector", + "PANTHER", + "Roundup", + "TreeFam" ], "stringencyFilter": "stringent", "totalMethodCount": 10 }, { - "best": "Yes", - "bestReverse": "No", + "best": "No", + "bestReverse": "Yes", "gene": { - "id": "HGNC:8529", + "id": "HGNC:8546", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8546", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "OXTR", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "P4HA1", + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0039396", + "id": "FB:FBgn0052199", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052199.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -471324,27 +470739,26 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CCAP-R", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "CG32199", + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ "Ensembl Compara", - "Hieranoid", - "OrthoFinder", - "Roundup" + "OMA", + "PANTHER", + "PhylomeDB" ], "predictionMethodsNotCalled": [ "HGNC", "ZFIN" ], "predictionMethodsNotMatched": [ + "Hieranoid", "InParanoid", - "OMA", + "OrthoFinder", "OrthoInspector", - "PANTHER", - "PhylomeDB", + "Roundup", "TreeFam" ], "stringencyFilter": "stringent", @@ -471355,8 +470769,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8546", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8546", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -471364,11 +470779,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "P4HA1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0036795", + "id": "FB:FBgn0052201", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052201.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -471377,9 +470792,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG18233", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "CG32201", + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -471408,8 +470822,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8546", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8546", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -471417,11 +470832,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "P4HA1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0265268", + "id": "FB:FBgn0085374", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0085374.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -471430,13 +470845,13 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG18234", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "CG34345", + "taxonId": "NCBITaxon:7227" }, - "methodCount": 3, + "methodCount": 4, "predictionMethodsMatched": [ "Ensembl Compara", + "OMA", "PANTHER", "PhylomeDB" ], @@ -471447,7 +470862,6 @@ "predictionMethodsNotMatched": [ "Hieranoid", "InParanoid", - "OMA", "OrthoFinder", "OrthoInspector", "Roundup", @@ -471461,8 +470875,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8546", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8546", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -471470,11 +470885,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "P4HA1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0051016", + "id": "FB:FBgn0036793", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036793.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -471483,9 +470898,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG31016", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "CG4174", + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -471514,8 +470928,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8546", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8546", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -471523,11 +470938,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "P4HA1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0052199", + "id": "FB:FBgn0039784", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039784.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -471536,15 +470951,13 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG32199", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "CG9698", + "taxonId": "NCBITaxon:7227" }, - "methodCount": 4, + "methodCount": 3, "predictionMethodsMatched": [ "Ensembl Compara", "OMA", - "PANTHER", "PhylomeDB" ], "predictionMethodsNotCalled": [ @@ -471556,6 +470969,7 @@ "InParanoid", "OrthoFinder", "OrthoInspector", + "PANTHER", "Roundup", "TreeFam" ], @@ -471563,12 +470977,13 @@ "totalMethodCount": 10 }, { - "best": "No", + "best": "Yes", "bestReverse": "Yes", "gene": { "id": "HGNC:8546", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8546", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -471576,11 +470991,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "P4HA1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0052201", + "id": "FB:FBgn0039776", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039776.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -471589,28 +471004,27 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG32201", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "PH4\u03b1EFB", + "taxonId": "NCBITaxon:7227" }, - "methodCount": 4, + "methodCount": 9, "predictionMethodsMatched": [ "Ensembl Compara", + "Hieranoid", + "InParanoid", "OMA", - "PANTHER", - "PhylomeDB" + "OrthoFinder", + "OrthoInspector", + "PhylomeDB", + "Roundup", + "TreeFam" ], "predictionMethodsNotCalled": [ "HGNC", "ZFIN" ], "predictionMethodsNotMatched": [ - "Hieranoid", - "InParanoid", - "OrthoFinder", - "OrthoInspector", - "Roundup", - "TreeFam" + "PANTHER" ], "stringencyFilter": "stringent", "totalMethodCount": 10 @@ -471620,8 +471034,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8546", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8546", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -471629,11 +471044,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "P4HA1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0085374", + "id": "FB:FBgn0039780", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039780.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -471642,15 +471057,13 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG34345", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "PH4\u03b1NE1", + "taxonId": "NCBITaxon:7227" }, - "methodCount": 4, + "methodCount": 3, "predictionMethodsMatched": [ "Ensembl Compara", "OMA", - "PANTHER", "PhylomeDB" ], "predictionMethodsNotCalled": [ @@ -471662,6 +471075,7 @@ "InParanoid", "OrthoFinder", "OrthoInspector", + "PANTHER", "Roundup", "TreeFam" ], @@ -471673,8 +471087,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8546", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8546", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -471682,11 +471097,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "P4HA1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0036793", + "id": "FB:FBgn0051017", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051017.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -471695,9 +471110,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG4174", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "PH4\u03b1NE3", + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -471726,8 +471140,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8546", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8546", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -471735,11 +471150,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "P4HA1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0039784", + "id": "FB:FBgn0051015", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051015.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -471748,9 +471163,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG9698", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "PH4\u03b1PV", + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -471774,78 +471188,26 @@ "stringencyFilter": "stringent", "totalMethodCount": 10 }, - { - "best": "Yes", - "bestReverse": "Yes", - "gene": { - "id": "HGNC:8546", - "species": { - "commonNames": "['human']", - "dataProviderFullName": "Rat Genome Database", - "dataProviderShortName": "RGD", - "name": "Homo sapiens", - "shortName": "Hsa", - "taxonId": "NCBITaxon:9606" - }, - "symbol": "P4HA1", - "taxonId": "NCBITaxon:9606", - "url": null - }, - "homologGene": { - "id": "FB:FBgn0039776", - "species": { - "commonNames": "['fly', 'fruit fly', 'dme']", - "dataProviderFullName": "FlyBase", - "dataProviderShortName": "FB", - "name": "Drosophila melanogaster", - "shortName": "Dme", - "taxonId": "NCBITaxon:7227" - }, - "symbol": "PH4\u03b1EFB", - "taxonId": "NCBITaxon:7227", - "url": null - }, - "methodCount": 9, - "predictionMethodsMatched": [ - "Ensembl Compara", - "Hieranoid", - "InParanoid", - "OMA", - "OrthoFinder", - "OrthoInspector", - "PhylomeDB", - "Roundup", - "TreeFam" - ], - "predictionMethodsNotCalled": [ - "HGNC", - "ZFIN" - ], - "predictionMethodsNotMatched": [ - "PANTHER" - ], - "stringencyFilter": "stringent", - "totalMethodCount": 10 - }, { "best": "No", "bestReverse": "Yes", "gene": { - "id": "HGNC:8546", + "id": "HGNC:8547", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8547", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "P4HA1", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "P4HA2", + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0039780", + "id": "FB:FBgn0051016", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051016.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -471854,14 +471216,13 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "PH4\u03b1NE1", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "CG31016", + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ - "Ensembl Compara", "OMA", + "PANTHER", "PhylomeDB" ], "predictionMethodsNotCalled": [ @@ -471869,11 +471230,11 @@ "ZFIN" ], "predictionMethodsNotMatched": [ + "Ensembl Compara", "Hieranoid", "InParanoid", "OrthoFinder", "OrthoInspector", - "PANTHER", "Roundup", "TreeFam" ], @@ -471884,21 +471245,22 @@ "best": "No", "bestReverse": "Yes", "gene": { - "id": "HGNC:8546", + "id": "HGNC:8547", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8547", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "P4HA1", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "P4HA2", + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0051017", + "id": "FB:FBgn0036793", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036793.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -471907,14 +471269,13 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "PH4\u03b1NE3", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "CG4174", + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ - "Ensembl Compara", "OMA", + "PANTHER", "PhylomeDB" ], "predictionMethodsNotCalled": [ @@ -471922,11 +471283,11 @@ "ZFIN" ], "predictionMethodsNotMatched": [ + "Ensembl Compara", "Hieranoid", "InParanoid", "OrthoFinder", "OrthoInspector", - "PANTHER", "Roundup", "TreeFam" ], @@ -471937,21 +471298,22 @@ "best": "No", "bestReverse": "Yes", "gene": { - "id": "HGNC:8546", + "id": "HGNC:8547", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8547", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "P4HA1", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "P4HA2", + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0051015", + "id": "FB:FBgn0039784", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039784.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -471960,14 +471322,13 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "PH4\u03b1PV", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "CG9698", + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ - "Ensembl Compara", "OMA", + "PANTHER", "PhylomeDB" ], "predictionMethodsNotCalled": [ @@ -471975,11 +471336,11 @@ "ZFIN" ], "predictionMethodsNotMatched": [ + "Ensembl Compara", "Hieranoid", "InParanoid", "OrthoFinder", "OrthoInspector", - "PANTHER", "Roundup", "TreeFam" ], @@ -471987,12 +471348,13 @@ "totalMethodCount": 10 }, { - "best": "No", + "best": "Yes", "bestReverse": "Yes", "gene": { "id": "HGNC:8547", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8547", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -472000,11 +471362,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "P4HA2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0051016", + "id": "FB:FBgn0039776", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039776.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -472013,28 +471375,27 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG31016", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "PH4\u03b1EFB", + "taxonId": "NCBITaxon:7227" }, - "methodCount": 3, + "methodCount": 9, "predictionMethodsMatched": [ + "Hieranoid", + "InParanoid", "OMA", + "OrthoFinder", + "OrthoInspector", "PANTHER", - "PhylomeDB" + "PhylomeDB", + "Roundup", + "TreeFam" ], "predictionMethodsNotCalled": [ "HGNC", "ZFIN" ], "predictionMethodsNotMatched": [ - "Ensembl Compara", - "Hieranoid", - "InParanoid", - "OrthoFinder", - "OrthoInspector", - "Roundup", - "TreeFam" + "Ensembl Compara" ], "stringencyFilter": "stringent", "totalMethodCount": 10 @@ -472044,8 +471405,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8547", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8547", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -472053,11 +471415,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "P4HA2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0036793", + "id": "FB:FBgn0039780", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039780.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -472066,9 +471428,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG4174", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "PH4\u03b1NE1", + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -472097,8 +471458,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8547", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8547", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -472106,11 +471468,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "P4HA2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0039784", + "id": "FB:FBgn0051017", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051017.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -472119,9 +471481,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG9698", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "PH4\u03b1NE3", + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -472146,12 +471507,13 @@ "totalMethodCount": 10 }, { - "best": "Yes", + "best": "No", "bestReverse": "Yes", "gene": { "id": "HGNC:8547", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8547", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -472159,11 +471521,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "P4HA2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0039776", + "id": "FB:FBgn0051015", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051015.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -472172,28 +471534,27 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "PH4\u03b1EFB", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "PH4\u03b1PV", + "taxonId": "NCBITaxon:7227" }, - "methodCount": 9, + "methodCount": 3, "predictionMethodsMatched": [ - "Hieranoid", - "InParanoid", "OMA", - "OrthoFinder", - "OrthoInspector", "PANTHER", - "PhylomeDB", - "Roundup", - "TreeFam" + "PhylomeDB" ], "predictionMethodsNotCalled": [ "HGNC", "ZFIN" ], "predictionMethodsNotMatched": [ - "Ensembl Compara" + "Ensembl Compara", + "Hieranoid", + "InParanoid", + "OrthoFinder", + "OrthoInspector", + "Roundup", + "TreeFam" ], "stringencyFilter": "stringent", "totalMethodCount": 10 @@ -472202,21 +471563,22 @@ "best": "No", "bestReverse": "Yes", "gene": { - "id": "HGNC:8547", + "id": "HGNC:30135", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30135", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "P4HA2", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "P4HA3", + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0039780", + "id": "FB:FBgn0051016", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051016.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -472225,14 +471587,13 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "PH4\u03b1NE1", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "CG31016", + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ + "Ensembl Compara", "OMA", - "PANTHER", "PhylomeDB" ], "predictionMethodsNotCalled": [ @@ -472240,11 +471601,11 @@ "ZFIN" ], "predictionMethodsNotMatched": [ - "Ensembl Compara", "Hieranoid", "InParanoid", "OrthoFinder", "OrthoInspector", + "PANTHER", "Roundup", "TreeFam" ], @@ -472255,21 +471616,22 @@ "best": "No", "bestReverse": "Yes", "gene": { - "id": "HGNC:8547", + "id": "HGNC:30135", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30135", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "P4HA2", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "P4HA3", + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0051017", + "id": "FB:FBgn0051371", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051371.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -472278,28 +471640,27 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "PH4\u03b1NE3", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "CG31371", + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ - "OMA", - "PANTHER", - "PhylomeDB" + "Ensembl Compara", + "PhylomeDB", + "TreeFam" ], "predictionMethodsNotCalled": [ "HGNC", "ZFIN" ], "predictionMethodsNotMatched": [ - "Ensembl Compara", "Hieranoid", "InParanoid", + "OMA", "OrthoFinder", "OrthoInspector", - "Roundup", - "TreeFam" + "PANTHER", + "Roundup" ], "stringencyFilter": "stringent", "totalMethodCount": 10 @@ -472308,21 +471669,22 @@ "best": "No", "bestReverse": "Yes", "gene": { - "id": "HGNC:8547", + "id": "HGNC:30135", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30135", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "P4HA2", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "P4HA3", + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0051015", + "id": "FB:FBgn0036793", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036793.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -472331,14 +471693,13 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "PH4\u03b1PV", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "CG4174", + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ + "Ensembl Compara", "OMA", - "PANTHER", "PhylomeDB" ], "predictionMethodsNotCalled": [ @@ -472346,11 +471707,11 @@ "ZFIN" ], "predictionMethodsNotMatched": [ - "Ensembl Compara", "Hieranoid", "InParanoid", "OrthoFinder", "OrthoInspector", + "PANTHER", "Roundup", "TreeFam" ], @@ -472362,8 +471723,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30135", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30135", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -472371,11 +471733,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "P4HA3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0051016", + "id": "FB:FBgn0039784", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039784.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -472384,9 +471746,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG31016", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "CG9698", + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -472415,8 +471776,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30135", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30135", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -472424,11 +471786,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "P4HA3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0051371", + "id": "FB:FBgn0039780", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039780.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -472437,15 +471799,14 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG31371", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "PH4\u03b1NE1", + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ "Ensembl Compara", - "PhylomeDB", - "TreeFam" + "OMA", + "PhylomeDB" ], "predictionMethodsNotCalled": [ "HGNC", @@ -472454,11 +471815,11 @@ "predictionMethodsNotMatched": [ "Hieranoid", "InParanoid", - "OMA", "OrthoFinder", "OrthoInspector", "PANTHER", - "Roundup" + "Roundup", + "TreeFam" ], "stringencyFilter": "stringent", "totalMethodCount": 10 @@ -472468,8 +471829,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30135", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30135", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -472477,11 +471839,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "P4HA3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0036793", + "id": "FB:FBgn0051017", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051017.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -472490,9 +471852,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG4174", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "PH4\u03b1NE3", + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -472521,8 +471882,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30135", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30135", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -472530,11 +471892,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "P4HA3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0039784", + "id": "FB:FBgn0051015", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051015.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -472543,9 +471905,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG9698", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "PH4\u03b1PV", + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -472570,12 +471931,13 @@ "totalMethodCount": 10 }, { - "best": "No", + "best": "Yes", "bestReverse": "Yes", "gene": { "id": "HGNC:30135", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30135", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -472583,11 +471945,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "P4HA3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0039780", + "id": "FB:FBgn0039779", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039779.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -472596,14 +471958,14 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "PH4\u03b1NE1", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "PH4\u03b1SG2", + "taxonId": "NCBITaxon:7227" }, - "methodCount": 3, + "methodCount": 4, "predictionMethodsMatched": [ "Ensembl Compara", "OMA", + "PANTHER", "PhylomeDB" ], "predictionMethodsNotCalled": [ @@ -472615,7 +471977,6 @@ "InParanoid", "OrthoFinder", "OrthoInspector", - "PANTHER", "Roundup", "TreeFam" ], @@ -472623,24 +471984,25 @@ "totalMethodCount": 10 }, { - "best": "No", + "best": "Yes", "bestReverse": "Yes", "gene": { - "id": "HGNC:30135", + "id": "HGNC:8548", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8548", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "P4HA3", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "P4HB", + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0051017", + "id": "FB:FBgn0286818", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0286818.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -472649,51 +472011,51 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "PH4\u03b1NE3", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Pdi", + "taxonId": "NCBITaxon:7227" }, - "methodCount": 3, + "methodCount": 9, "predictionMethodsMatched": [ - "Ensembl Compara", - "OMA", - "PhylomeDB" - ], - "predictionMethodsNotCalled": [ - "HGNC", - "ZFIN" - ], - "predictionMethodsNotMatched": [ "Hieranoid", "InParanoid", + "OMA", "OrthoFinder", "OrthoInspector", "PANTHER", + "PhylomeDB", "Roundup", "TreeFam" ], + "predictionMethodsNotCalled": [ + "HGNC", + "ZFIN" + ], + "predictionMethodsNotMatched": [ + "Ensembl Compara" + ], "stringencyFilter": "stringent", "totalMethodCount": 10 }, { - "best": "No", + "best": "Yes", "bestReverse": "Yes", "gene": { - "id": "HGNC:30135", + "id": "HGNC:8550", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8550", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "P4HA3", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "PA2G4", + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0051015", + "id": "FB:FBgn0035630", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035630.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -472702,29 +472064,28 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "PH4\u03b1PV", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "CG10576", + "taxonId": "NCBITaxon:7227" }, - "methodCount": 3, + "methodCount": 9, "predictionMethodsMatched": [ "Ensembl Compara", - "OMA", - "PhylomeDB" - ], - "predictionMethodsNotCalled": [ - "HGNC", - "ZFIN" - ], - "predictionMethodsNotMatched": [ "Hieranoid", "InParanoid", + "OMA", "OrthoFinder", "OrthoInspector", "PANTHER", "Roundup", "TreeFam" ], + "predictionMethodsNotCalled": [ + "HGNC", + "ZFIN" + ], + "predictionMethodsNotMatched": [ + "PhylomeDB" + ], "stringencyFilter": "stringent", "totalMethodCount": 10 }, @@ -472732,21 +472093,22 @@ "best": "Yes", "bestReverse": "Yes", "gene": { - "id": "HGNC:30135", + "id": "HGNC:23490", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23490", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "P4HA3", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "PABIR1", + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0039779", + "id": "FB:FBgn0031895", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031895.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -472755,16 +472117,17 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "PH4\u03b1SG2", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "CG4497", + "taxonId": "NCBITaxon:7227" }, - "methodCount": 4, + "methodCount": 6, "predictionMethodsMatched": [ "Ensembl Compara", - "OMA", + "OrthoFinder", + "OrthoInspector", "PANTHER", - "PhylomeDB" + "PhylomeDB", + "Roundup" ], "predictionMethodsNotCalled": [ "HGNC", @@ -472773,9 +472136,7 @@ "predictionMethodsNotMatched": [ "Hieranoid", "InParanoid", - "OrthoFinder", - "OrthoInspector", - "Roundup", + "OMA", "TreeFam" ], "stringencyFilter": "stringent", @@ -472785,21 +472146,22 @@ "best": "Yes", "bestReverse": "Yes", "gene": { - "id": "HGNC:8548", + "id": "HGNC:30490", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30490", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "P4HB", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "PABIR2", + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0286818", + "id": "FB:FBgn0031895", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031895.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -472808,51 +472170,51 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "Pdi", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "CG4497", + "taxonId": "NCBITaxon:7227" }, - "methodCount": 9, + "methodCount": 6, "predictionMethodsMatched": [ - "Hieranoid", - "InParanoid", - "OMA", + "Ensembl Compara", "OrthoFinder", "OrthoInspector", "PANTHER", "PhylomeDB", - "Roundup", - "TreeFam" + "Roundup" ], "predictionMethodsNotCalled": [ "HGNC", "ZFIN" ], "predictionMethodsNotMatched": [ - "Ensembl Compara" + "Hieranoid", + "InParanoid", + "OMA", + "TreeFam" ], "stringencyFilter": "stringent", "totalMethodCount": 10 }, { "best": "Yes", - "bestReverse": "Yes", + "bestReverse": "No", "gene": { - "id": "HGNC:8550", + "id": "HGNC:25202", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25202", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "PA2G4", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "PABIR3", + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0035630", + "id": "FB:FBgn0031895", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031895.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -472861,28 +472223,27 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG10576", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "CG4497", + "taxonId": "NCBITaxon:7227" }, - "methodCount": 9, + "methodCount": 5, "predictionMethodsMatched": [ "Ensembl Compara", - "Hieranoid", - "InParanoid", - "OMA", "OrthoFinder", "OrthoInspector", "PANTHER", - "Roundup", - "TreeFam" + "PhylomeDB" ], "predictionMethodsNotCalled": [ "HGNC", "ZFIN" ], "predictionMethodsNotMatched": [ - "PhylomeDB" + "Hieranoid", + "InParanoid", + "OMA", + "Roundup", + "TreeFam" ], "stringencyFilter": "stringent", "totalMethodCount": 10 @@ -472892,8 +472253,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8554", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8554", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -472901,11 +472263,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PABPC1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035016", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035016.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -472915,8 +472277,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG4612", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -472945,8 +472306,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8554", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8554", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -472954,11 +472316,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PABPC1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0265297", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0265297.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -472968,8 +472330,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "pAbp", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -472998,8 +472359,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:15797", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15797", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -473007,11 +472369,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PABPC1L", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0265297", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0265297.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -473021,8 +472383,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "pAbp", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -473051,8 +472412,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8556", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8556", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -473060,11 +472422,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PABPC3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035016", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035016.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -473074,8 +472436,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG4612", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -473104,8 +472465,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:8556", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8556", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -473113,11 +472475,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PABPC3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0265297", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0265297.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -473127,8 +472489,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "pAbp", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -473157,8 +472518,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:8557", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8557", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -473166,11 +472528,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PABPC4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0265297", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0265297.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -473180,8 +472542,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "pAbp", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -473210,8 +472571,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:31955", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:31955", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -473219,11 +472581,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PABPC4L", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0265297", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0265297.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -473233,8 +472595,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "pAbp", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -473263,8 +472624,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13629", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13629", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -473272,11 +472634,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PABPC5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035016", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035016.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -473286,8 +472648,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG4612", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -473316,8 +472677,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:13629", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13629", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -473325,11 +472687,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PABPC5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0265297", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0265297.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -473339,8 +472701,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "pAbp", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -473369,8 +472730,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8565", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8565", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -473378,11 +472740,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PABPN1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0005648", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0005648.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -473392,8 +472754,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pabp2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -473422,8 +472783,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:37237", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:37237", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -473431,11 +472793,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PABPN1L", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0005648", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0005648.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -473445,8 +472807,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pabp2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -473475,8 +472836,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19152", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19152", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -473484,11 +472846,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PACRG", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034454", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034454.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -473498,8 +472860,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG15120", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -473527,8 +472888,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19152", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19152", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -473536,11 +472898,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PACRG", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032771", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032771.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -473550,8 +472912,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG17349", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -473580,8 +472941,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:28442", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28442", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -473589,11 +472951,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PACRGL", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032771", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032771.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -473603,8 +472965,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG17349", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -473633,8 +472994,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30032", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30032", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -473642,11 +473004,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PACS1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0020647", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0020647.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -473656,8 +473018,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "KrT95D", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -473685,8 +473046,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23794", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23794", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -473694,11 +473056,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PACS2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0020647", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0020647.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -473708,8 +473070,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "KrT95D", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -473737,8 +473098,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8570", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8570", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -473746,11 +473108,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PACSIN1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0053094", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0053094.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -473760,8 +473122,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Synd", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -473789,8 +473150,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8571", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8571", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -473798,11 +473160,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PACSIN2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0053094", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0053094.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -473812,8 +473174,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Synd", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -473841,8 +473202,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8572", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8572", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -473850,11 +473212,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PACSIN3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0053094", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0053094.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -473864,8 +473226,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Synd", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -473893,8 +473254,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25459", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25459", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -473902,11 +473264,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PAF1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010750", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010750.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -473916,8 +473278,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "atms", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -473945,8 +473306,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8574", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8574", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -473954,11 +473316,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PAFAH1B1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015754", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015754.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -473968,8 +473330,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Lis-1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -473997,8 +473358,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8575", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8575", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -474006,11 +473368,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PAFAH1B2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0025809", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0025809.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -474020,8 +473382,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Paf-AH\u03b1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -474049,8 +473410,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:8576", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8576", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -474058,11 +473420,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PAFAH1B3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0025809", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0025809.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -474072,8 +473434,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Paf-AH\u03b1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -474102,8 +473463,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28707", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28707", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -474111,11 +473473,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PAGR1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0287454", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0287454.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -474125,8 +473487,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pa1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -474155,8 +473516,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8582", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8582", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -474164,11 +473526,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PAH", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0001208", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0001208.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -474178,8 +473540,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Hn", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -474207,8 +473568,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8587", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8587", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -474216,11 +473578,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PAICS", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0020513", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0020513.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -474230,8 +473592,217 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Paics", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" + }, + "methodCount": 10, + "predictionMethodsMatched": [ + "Ensembl Compara", + "Hieranoid", + "InParanoid", + "OMA", + "OrthoFinder", + "OrthoInspector", + "PANTHER", + "PhylomeDB", + "Roundup", + "TreeFam" + ], + "predictionMethodsNotCalled": [ + "HGNC", + "ZFIN" + ], + "predictionMethodsNotMatched": [], + "stringencyFilter": "stringent", + "totalMethodCount": 10 + }, + { + "best": "Yes", + "bestReverse": "Yes", + "gene": { + "id": "HGNC:16945", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16945", + "species": { + "commonNames": "['human', 'hsa']", + "dataProviderFullName": "Rat Genome Database", + "dataProviderShortName": "RGD", + "name": "Homo sapiens", + "shortName": "Hsa", + "taxonId": "NCBITaxon:9606" + }, + "symbol": "PAIP1", + "taxonId": "NCBITaxon:9606" + }, + "homologGene": { + "id": "FB:FBgn0034181", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034181.html", + "species": { + "commonNames": "['fly', 'fruit fly', 'dme']", + "dataProviderFullName": "FlyBase", + "dataProviderShortName": "FB", + "name": "Drosophila melanogaster", + "shortName": "Dme", + "taxonId": "NCBITaxon:7227" + }, + "symbol": "CG8963", + "taxonId": "NCBITaxon:7227" + }, + "methodCount": 8, + "predictionMethodsMatched": [ + "Ensembl Compara", + "InParanoid", + "OrthoFinder", + "OrthoInspector", + "PANTHER", + "PhylomeDB", + "Roundup", + "TreeFam" + ], + "predictionMethodsNotCalled": [ + "HGNC", + "ZFIN" + ], + "predictionMethodsNotMatched": [ + "Hieranoid", + "OMA" + ], + "stringencyFilter": "stringent", + "totalMethodCount": 10 + }, + { + "best": "Yes", + "bestReverse": "No", + "gene": { + "id": "HGNC:17970", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17970", + "species": { + "commonNames": "['human', 'hsa']", + "dataProviderFullName": "Rat Genome Database", + "dataProviderShortName": "RGD", + "name": "Homo sapiens", + "shortName": "Hsa", + "taxonId": "NCBITaxon:9606" + }, + "symbol": "PAIP2", + "taxonId": "NCBITaxon:9606" + }, + "homologGene": { + "id": "FB:FBgn0038100", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038100.html", + "species": { + "commonNames": "['fly', 'fruit fly', 'dme']", + "dataProviderFullName": "FlyBase", + "dataProviderShortName": "FB", + "name": "Drosophila melanogaster", + "shortName": "Dme", + "taxonId": "NCBITaxon:7227" + }, + "symbol": "Paip2", + "taxonId": "NCBITaxon:7227" + }, + "methodCount": 9, + "predictionMethodsMatched": [ + "Ensembl Compara", + "Hieranoid", + "InParanoid", + "OMA", + "OrthoFinder", + "OrthoInspector", + "PANTHER", + "PhylomeDB", + "TreeFam" + ], + "predictionMethodsNotCalled": [ + "HGNC", + "ZFIN" + ], + "predictionMethodsNotMatched": [ + "Roundup" + ], + "stringencyFilter": "stringent", + "totalMethodCount": 10 + }, + { + "best": "Yes", + "bestReverse": "Yes", + "gene": { + "id": "HGNC:29200", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29200", + "species": { + "commonNames": "['human', 'hsa']", + "dataProviderFullName": "Rat Genome Database", + "dataProviderShortName": "RGD", + "name": "Homo sapiens", + "shortName": "Hsa", + "taxonId": "NCBITaxon:9606" + }, + "symbol": "PAIP2B", + "taxonId": "NCBITaxon:9606" + }, + "homologGene": { + "id": "FB:FBgn0038100", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038100.html", + "species": { + "commonNames": "['fly', 'fruit fly', 'dme']", + "dataProviderFullName": "FlyBase", + "dataProviderShortName": "FB", + "name": "Drosophila melanogaster", + "shortName": "Dme", + "taxonId": "NCBITaxon:7227" + }, + "symbol": "Paip2", + "taxonId": "NCBITaxon:7227" + }, + "methodCount": 10, + "predictionMethodsMatched": [ + "Ensembl Compara", + "Hieranoid", + "InParanoid", + "OMA", + "OrthoFinder", + "OrthoInspector", + "PANTHER", + "PhylomeDB", + "Roundup", + "TreeFam" + ], + "predictionMethodsNotCalled": [ + "HGNC", + "ZFIN" + ], + "predictionMethodsNotMatched": [], + "stringencyFilter": "stringent", + "totalMethodCount": 10 + }, + { + "best": "Yes", + "bestReverse": "Yes", + "gene": { + "id": "HGNC:8590", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8590", + "species": { + "commonNames": "['human', 'hsa']", + "dataProviderFullName": "Rat Genome Database", + "dataProviderShortName": "RGD", + "name": "Homo sapiens", + "shortName": "Hsa", + "taxonId": "NCBITaxon:9606" + }, + "symbol": "PAK1", + "taxonId": "NCBITaxon:9606" + }, + "homologGene": { + "id": "FB:FBgn0267698", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0267698.html", + "species": { + "commonNames": "['fly', 'fruit fly', 'dme']", + "dataProviderFullName": "FlyBase", + "dataProviderShortName": "FB", + "name": "Drosophila melanogaster", + "shortName": "Dme", + "taxonId": "NCBITaxon:7227" + }, + "symbol": "Pak", + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -474258,21 +473829,22 @@ "best": "Yes", "bestReverse": "Yes", "gene": { - "id": "HGNC:16945", + "id": "HGNC:20882", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20882", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "PAIP1", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "PAK1IP1", + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0034181", + "id": "FB:FBgn0030630", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030630.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -474281,17 +473853,16 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG8963", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "CG12608", + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ "Ensembl Compara", + "Hieranoid", "InParanoid", - "OrthoFinder", + "OMA", "OrthoInspector", - "PANTHER", "PhylomeDB", "Roundup", "TreeFam" @@ -474301,31 +473872,32 @@ "ZFIN" ], "predictionMethodsNotMatched": [ - "Hieranoid", - "OMA" + "OrthoFinder", + "PANTHER" ], "stringencyFilter": "stringent", "totalMethodCount": 10 }, { - "best": "Yes", - "bestReverse": "No", + "best": "No", + "bestReverse": "Yes", "gene": { - "id": "HGNC:17970", + "id": "HGNC:20882", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20882", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "PAIP2", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "PAK1IP1", + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0038100", + "id": "FB:FBgn0030629", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030629.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -474334,20 +473906,17 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "Paip2", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "CG9123", + "taxonId": "NCBITaxon:7227" }, - "methodCount": 9, + "methodCount": 7, "predictionMethodsMatched": [ - "Ensembl Compara", "Hieranoid", "InParanoid", "OMA", - "OrthoFinder", "OrthoInspector", - "PANTHER", "PhylomeDB", + "Roundup", "TreeFam" ], "predictionMethodsNotCalled": [ @@ -474355,30 +473924,33 @@ "ZFIN" ], "predictionMethodsNotMatched": [ - "Roundup" + "Ensembl Compara", + "OrthoFinder", + "PANTHER" ], "stringencyFilter": "stringent", "totalMethodCount": 10 }, { "best": "Yes", - "bestReverse": "Yes", + "bestReverse": "No", "gene": { - "id": "HGNC:29200", + "id": "HGNC:8591", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8591", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "PAIP2B", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "PAK2", + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0038100", + "id": "FB:FBgn0267698", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0267698.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -474387,11 +473959,10 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "Paip2", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Pak", + "taxonId": "NCBITaxon:7227" }, - "methodCount": 10, + "methodCount": 9, "predictionMethodsMatched": [ "Ensembl Compara", "Hieranoid", @@ -474399,7 +473970,6 @@ "OMA", "OrthoFinder", "OrthoInspector", - "PANTHER", "PhylomeDB", "Roundup", "TreeFam" @@ -474408,7 +473978,9 @@ "HGNC", "ZFIN" ], - "predictionMethodsNotMatched": [], + "predictionMethodsNotMatched": [ + "PANTHER" + ], "stringencyFilter": "stringent", "totalMethodCount": 10 }, @@ -474416,21 +473988,22 @@ "best": "Yes", "bestReverse": "Yes", "gene": { - "id": "HGNC:8590", + "id": "HGNC:8592", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8592", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "PAK1", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "PAK3", + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0267698", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0267698.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -474440,8 +474013,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pak", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -474468,21 +474040,22 @@ "best": "Yes", "bestReverse": "Yes", "gene": { - "id": "HGNC:20882", + "id": "HGNC:16059", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16059", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "PAK1IP1", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "PAK4", + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0030630", + "id": "FB:FBgn0025743", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0025743.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -474491,69 +474064,17 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG12608", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "mbt", + "taxonId": "NCBITaxon:7227" }, - "methodCount": 8, + "methodCount": 9, "predictionMethodsMatched": [ "Ensembl Compara", "Hieranoid", "InParanoid", - "OMA", - "OrthoInspector", - "PhylomeDB", - "Roundup", - "TreeFam" - ], - "predictionMethodsNotCalled": [ - "HGNC", - "ZFIN" - ], - "predictionMethodsNotMatched": [ "OrthoFinder", - "PANTHER" - ], - "stringencyFilter": "stringent", - "totalMethodCount": 10 - }, - { - "best": "No", - "bestReverse": "Yes", - "gene": { - "id": "HGNC:20882", - "species": { - "commonNames": "['human']", - "dataProviderFullName": "Rat Genome Database", - "dataProviderShortName": "RGD", - "name": "Homo sapiens", - "shortName": "Hsa", - "taxonId": "NCBITaxon:9606" - }, - "symbol": "PAK1IP1", - "taxonId": "NCBITaxon:9606", - "url": null - }, - "homologGene": { - "id": "FB:FBgn0030629", - "species": { - "commonNames": "['fly', 'fruit fly', 'dme']", - "dataProviderFullName": "FlyBase", - "dataProviderShortName": "FB", - "name": "Drosophila melanogaster", - "shortName": "Dme", - "taxonId": "NCBITaxon:7227" - }, - "symbol": "CG9123", - "taxonId": "NCBITaxon:7227", - "url": null - }, - "methodCount": 7, - "predictionMethodsMatched": [ - "Hieranoid", - "InParanoid", - "OMA", "OrthoInspector", + "PANTHER", "PhylomeDB", "Roundup", "TreeFam" @@ -474563,9 +474084,7 @@ "ZFIN" ], "predictionMethodsNotMatched": [ - "Ensembl Compara", - "OrthoFinder", - "PANTHER" + "OMA" ], "stringencyFilter": "stringent", "totalMethodCount": 10 @@ -474574,21 +474093,22 @@ "best": "Yes", "bestReverse": "No", "gene": { - "id": "HGNC:8591", + "id": "HGNC:15916", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15916", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "PAK2", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "PAK5", + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0267698", + "id": "FB:FBgn0025743", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0025743.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -474597,18 +474117,16 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "Pak", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "mbt", + "taxonId": "NCBITaxon:7227" }, - "methodCount": 9, + "methodCount": 8, "predictionMethodsMatched": [ - "Ensembl Compara", "Hieranoid", "InParanoid", - "OMA", "OrthoFinder", "OrthoInspector", + "PANTHER", "PhylomeDB", "Roundup", "TreeFam" @@ -474618,60 +474136,9 @@ "ZFIN" ], "predictionMethodsNotMatched": [ - "PANTHER" - ], - "stringencyFilter": "stringent", - "totalMethodCount": 10 - }, - { - "best": "Yes", - "bestReverse": "Yes", - "gene": { - "id": "HGNC:8592", - "species": { - "commonNames": "['human']", - "dataProviderFullName": "Rat Genome Database", - "dataProviderShortName": "RGD", - "name": "Homo sapiens", - "shortName": "Hsa", - "taxonId": "NCBITaxon:9606" - }, - "symbol": "PAK3", - "taxonId": "NCBITaxon:9606", - "url": null - }, - "homologGene": { - "id": "FB:FBgn0267698", - "species": { - "commonNames": "['fly', 'fruit fly', 'dme']", - "dataProviderFullName": "FlyBase", - "dataProviderShortName": "FB", - "name": "Drosophila melanogaster", - "shortName": "Dme", - "taxonId": "NCBITaxon:7227" - }, - "symbol": "Pak", - "taxonId": "NCBITaxon:7227", - "url": null - }, - "methodCount": 10, - "predictionMethodsMatched": [ "Ensembl Compara", - "Hieranoid", - "InParanoid", - "OMA", - "OrthoFinder", - "OrthoInspector", - "PANTHER", - "PhylomeDB", - "Roundup", - "TreeFam" - ], - "predictionMethodsNotCalled": [ - "HGNC", - "ZFIN" + "OMA" ], - "predictionMethodsNotMatched": [], "stringencyFilter": "stringent", "totalMethodCount": 10 }, @@ -474679,21 +474146,22 @@ "best": "Yes", "bestReverse": "Yes", "gene": { - "id": "HGNC:16059", + "id": "HGNC:18669", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18669", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "PAK4", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "PALS1", + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0025743", + "id": "FB:FBgn0261873", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261873.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -474702,15 +474170,12 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "mbt", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "sdt", + "taxonId": "NCBITaxon:7227" }, - "methodCount": 9, + "methodCount": 7, "predictionMethodsMatched": [ "Ensembl Compara", - "Hieranoid", - "InParanoid", "OrthoFinder", "OrthoInspector", "PANTHER", @@ -474723,6 +474188,8 @@ "ZFIN" ], "predictionMethodsNotMatched": [ + "Hieranoid", + "InParanoid", "OMA" ], "stringencyFilter": "stringent", @@ -474730,23 +474197,24 @@ }, { "best": "Yes", - "bestReverse": "No", + "bestReverse": "Yes", "gene": { - "id": "HGNC:15916", + "id": "HGNC:18167", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18167", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "PAK5", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "PALS2", + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0025743", + "id": "FB:FBgn0250785", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0250785.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -474755,19 +474223,18 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "mbt", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "vari", + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ - "Hieranoid", + "Ensembl Compara", "InParanoid", + "OMA", "OrthoFinder", "OrthoInspector", "PANTHER", "PhylomeDB", - "Roundup", "TreeFam" ], "predictionMethodsNotCalled": [ @@ -474775,8 +474242,8 @@ "ZFIN" ], "predictionMethodsNotMatched": [ - "Ensembl Compara", - "OMA" + "Hieranoid", + "Roundup" ], "stringencyFilter": "stringent", "totalMethodCount": 10 @@ -474786,8 +474253,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8596", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8596", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -474795,11 +474263,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PAM", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0283510", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0283510.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -474809,8 +474277,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pal1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -474839,8 +474306,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8596", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8596", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -474848,11 +474316,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PAM", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0262728", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0262728.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -474862,8 +474330,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pal2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -474892,8 +474359,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8596", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8596", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -474901,11 +474369,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PAM", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0283509", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0283509.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -474915,8 +474383,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Phm", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -474945,8 +474412,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29679", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29679", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -474954,11 +474422,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PAM16", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038387", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038387.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -474968,8 +474436,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "blp", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -474997,8 +474464,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29679", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29679", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -475006,11 +474474,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PAM16", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029964", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029964.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -475020,8 +474488,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG1409", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -475050,8 +474517,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20074", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20074", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -475059,11 +474527,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PAN2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033352", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033352.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -475073,8 +474541,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "PAN2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -475102,8 +474569,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29991", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29991", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -475111,11 +474579,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PAN3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035397", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035397.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -475125,8 +474593,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "PAN3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -475155,8 +474622,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8598", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8598", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -475164,11 +474632,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PANK1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0011205", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0011205.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -475178,8 +474646,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "fbl", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -475207,8 +474674,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15894", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15894", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -475216,11 +474684,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PANK2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0011205", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0011205.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -475230,8 +474698,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "fbl", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -475259,8 +474726,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19365", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19365", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -475268,11 +474736,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PANK3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0011205", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0011205.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -475282,8 +474750,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "fbl", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -475311,8 +474778,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19366", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19366", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -475320,11 +474788,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PANK4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031682", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031682.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -475334,8 +474802,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5828", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -475364,8 +474831,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20837", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20837", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -475373,11 +474841,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PAOX", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0002036", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0002036.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -475387,8 +474855,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10561", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -475417,8 +474884,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20837", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20837", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -475426,11 +474894,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PAOX", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037606", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037606.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -475440,8 +474908,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8032", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -475470,8 +474937,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19262", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19262", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -475479,11 +474947,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PAPLN", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003137", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003137.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -475493,8 +474961,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ppn", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -475523,8 +474990,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14981", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14981", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -475532,11 +475000,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PAPOLA", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015949", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015949.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -475546,8 +475014,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "hrg", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -475575,8 +475042,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:15970", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15970", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -475584,11 +475052,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PAPOLB", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015949", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015949.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -475598,8 +475066,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "hrg", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -475628,8 +475095,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:14982", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14982", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -475637,11 +475105,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PAPOLG", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015949", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015949.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -475651,8 +475119,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "hrg", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -475681,8 +475148,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8603", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8603", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -475690,11 +475158,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PAPSS1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0020389", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0020389.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -475704,8 +475172,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Papss", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -475733,8 +475200,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8604", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8604", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -475742,11 +475210,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PAPSS2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0020389", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0020389.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -475756,8 +475224,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Papss", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -475785,8 +475252,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30130", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30130", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -475794,11 +475262,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PAQR3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038256", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038256.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -475808,8 +475276,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7530", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -475837,8 +475304,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26386", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26386", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -475846,11 +475314,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PAQR4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0053203", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0053203.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -475860,8 +475328,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG33203", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -475890,8 +475357,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16051", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16051", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -475899,11 +475367,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PARD3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000163", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000163.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -475913,8 +475381,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "baz", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -475943,8 +475410,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:14446", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14446", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -475952,11 +475420,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PARD3B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000163", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000163.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -475966,8 +475434,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "baz", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -475996,8 +475463,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:15943", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15943", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -476005,11 +475473,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PARD6A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0026192", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026192.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -476019,8 +475487,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "par-6", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -476049,8 +475516,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16245", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16245", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -476058,11 +475526,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PARD6B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0026192", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026192.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -476072,8 +475540,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "par-6", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -476101,8 +475568,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16076", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16076", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -476110,11 +475578,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PARD6G", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0026192", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026192.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -476124,8 +475592,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "par-6", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -476153,8 +475620,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16369", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16369", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -476162,11 +475630,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PARK7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033885", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033885.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -476176,8 +475644,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "DJ-1\u03b1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -476205,8 +475672,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16369", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16369", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -476214,11 +475682,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PARK7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039802", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039802.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -476228,8 +475696,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "dj-1\u03b2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -476257,8 +475724,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18253", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18253", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -476266,11 +475734,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PARL", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033672", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033672.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -476280,8 +475748,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "rho-7", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -476310,8 +475777,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:270", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:270", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -476319,11 +475787,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PARP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010247", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010247.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -476333,8 +475801,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Parp", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -476362,8 +475829,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26040", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26040", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -476371,11 +475839,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PARP16", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034129", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034129.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -476385,8 +475853,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Parp16", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -476415,8 +475882,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30563", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30563", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -476424,11 +475892,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PARS2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027082", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027082.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -476438,8 +475906,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ProRS-m", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -476468,8 +475935,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14652", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14652", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -476477,11 +475945,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PARVA", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052528", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052528.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -476491,8 +475959,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "parvin", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -476520,8 +475987,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14653", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14653", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -476529,11 +475997,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PARVB", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052528", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052528.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -476543,8 +476011,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "parvin", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -476572,8 +476039,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:14654", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14654", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -476581,11 +476049,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PARVG", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052528", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052528.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -476595,8 +476063,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "parvin", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -476625,8 +476092,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:20686", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20686", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -476634,11 +476102,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PASD1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0023076", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0023076.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -476648,8 +476116,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Clk", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -476678,8 +476145,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17270", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17270", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -476687,11 +476155,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PASK", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034950", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034950.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -476701,8 +476169,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pask", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -476731,8 +476198,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28881", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28881", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -476740,11 +476208,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PATJ", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0067864", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0067864.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -476754,8 +476222,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Patj", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -476784,8 +476251,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26721", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26721", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -476793,11 +476261,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PATL1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0266053", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0266053.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -476807,8 +476275,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Patr-1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -476837,8 +476304,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:33630", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:33630", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -476846,11 +476314,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PATL2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0266053", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0266053.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -476860,8 +476328,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Patr-1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -476890,8 +476357,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13071", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13071", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -476899,11 +476367,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PATZ1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037876", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037876.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -476913,8 +476381,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG4820", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -476943,8 +476410,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8615", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8615", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -476952,11 +476420,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PAX1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003129", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003129.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -476966,8 +476434,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Poxm", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -476996,8 +476463,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8616", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8616", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -477005,11 +476473,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PAX2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0005561", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0005561.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -477019,8 +476487,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "sv", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -477049,8 +476516,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8617", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8617", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -477058,11 +476526,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PAX3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0001148", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0001148.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -477072,8 +476540,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "gsb", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -477102,8 +476569,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8617", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8617", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -477111,11 +476579,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PAX3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0001147", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0001147.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -477125,8 +476593,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "gsb-n", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -477155,8 +476622,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8617", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8617", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -477164,11 +476632,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PAX3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003145", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003145.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -477178,8 +476646,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "prd", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -477208,8 +476675,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8619", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8619", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -477217,11 +476685,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PAX5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0005561", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0005561.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -477231,8 +476699,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "sv", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -477261,8 +476728,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8620", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8620", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -477270,11 +476738,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PAX6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0005558", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0005558.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -477284,8 +476752,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ey", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -477314,8 +476781,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8620", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8620", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -477323,11 +476791,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PAX6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0019650", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0019650.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -477337,8 +476805,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "toy", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -477367,8 +476834,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:8621", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8621", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -477376,11 +476844,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PAX7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0001147", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0001147.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -477390,8 +476858,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "gsb-n", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -477420,8 +476887,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:8621", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8621", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -477429,11 +476897,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PAX7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003145", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003145.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -477443,8 +476911,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "prd", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -477473,8 +476940,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:8622", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8622", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -477482,11 +476950,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PAX8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0005561", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0005561.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -477496,8 +476964,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "sv", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -477526,8 +476993,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:8623", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8623", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -477535,11 +477003,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PAX9", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003129", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003129.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -477549,8 +477017,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Poxm", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -477579,8 +477046,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8623", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8623", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -477588,11 +477056,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PAX9", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003130", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003130.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -477602,8 +477070,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Poxn", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -477632,8 +477099,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13579", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13579", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -477641,11 +477109,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PAXBP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037466", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037466.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -477655,8 +477123,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG1965", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -477684,8 +477151,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8624", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8624", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -477693,11 +477161,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PAXIP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052133", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052133.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -477707,8 +477175,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ptip", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -477737,8 +477204,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28790", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28790", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -477746,11 +477214,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PBDC1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037087", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037087.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -477760,8 +477228,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7519", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -477789,8 +477256,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18282", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18282", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -477798,11 +477266,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PBK", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030864", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030864.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -477812,8 +477280,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8173", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -477841,8 +477308,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30064", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30064", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -477850,11 +477318,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PBRM1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039227", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039227.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -477864,8 +477332,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "polybromo", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -477894,8 +477361,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:8632", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8632", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -477903,11 +477371,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PBX1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000611", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000611.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -477917,8 +477385,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "exd", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -477947,8 +477414,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:8633", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8633", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -477956,11 +477424,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PBX2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000611", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000611.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -477970,8 +477438,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "exd", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -478000,8 +477467,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8634", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8634", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -478009,11 +477477,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PBX3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000611", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000611.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -478023,8 +477491,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "exd", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -478053,8 +477520,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:13403", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13403", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -478062,11 +477530,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PBX4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000611", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000611.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -478076,8 +477544,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "exd", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -478106,8 +477573,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8636", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8636", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -478115,11 +477583,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PC", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027580", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027580.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -478129,8 +477597,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "PCB", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -478158,8 +477625,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8646", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8646", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -478167,11 +477635,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PCBD1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0024841", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0024841.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -478181,8 +477649,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pcd", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -478211,8 +477678,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:24474", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24474", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -478220,11 +477688,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PCBD2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0024841", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0024841.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -478234,8 +477702,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pcd", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -478264,8 +477731,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:8647", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8647", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -478273,11 +477741,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PCBP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0262737", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0262737.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -478287,8 +477755,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mub", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -478317,8 +477784,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8648", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8648", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -478326,11 +477794,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PCBP2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0262737", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0262737.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -478340,8 +477808,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mub", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -478369,8 +477836,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8651", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8651", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -478378,11 +477846,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PCBP3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0262737", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0262737.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -478392,8 +477860,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mub", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -478421,8 +477888,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8652", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8652", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -478430,11 +477898,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PCBP4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0262737", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0262737.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -478444,8 +477912,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mub", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -478473,8 +477940,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8655", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8655", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -478482,11 +477950,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PCDH1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039294", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039294.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -478496,8 +477964,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cad96Cb", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -478526,8 +477993,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14674", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14674", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -478535,11 +478003,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PCDH15", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039709", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039709.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -478549,8 +478017,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cad99C", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -478579,8 +478046,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14268", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14268", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -478588,11 +478056,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PCDH18", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039294", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039294.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -478602,8 +478070,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cad96Cb", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -478632,8 +478099,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14257", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14257", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -478641,11 +478109,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PCDH20", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039294", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039294.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -478655,8 +478123,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cad96Cb", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -478685,8 +478152,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8659", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8659", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -478694,11 +478162,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PCDH7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039294", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039294.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -478708,8 +478176,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cad96Cb", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -478738,8 +478205,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8661", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8661", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -478747,11 +478215,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PCDH9", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039294", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039294.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -478761,8 +478229,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cad96Cb", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -478791,8 +478258,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8663", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8663", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -478800,11 +478268,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PCDHA1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039294", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039294.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -478814,8 +478282,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cad96Cb", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -478844,8 +478311,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8664", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8664", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -478853,11 +478321,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PCDHA10", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039294", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039294.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -478867,8 +478335,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cad96Cb", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -478897,8 +478364,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8665", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8665", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -478906,11 +478374,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PCDHA11", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039294", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039294.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -478920,8 +478388,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cad96Cb", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -478950,8 +478417,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8666", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8666", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -478959,11 +478427,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PCDHA12", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039294", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039294.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -478973,8 +478441,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cad96Cb", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -479003,8 +478470,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8667", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8667", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -479012,11 +478480,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PCDHA13", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039294", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039294.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -479026,8 +478494,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cad96Cb", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -479056,8 +478523,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8668", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8668", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -479065,11 +478533,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PCDHA2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039294", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039294.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -479079,8 +478547,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cad96Cb", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -479109,8 +478576,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8669", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8669", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -479118,11 +478586,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PCDHA3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039294", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039294.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -479132,8 +478600,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cad96Cb", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -479162,8 +478629,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8670", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8670", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -479171,11 +478639,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PCDHA4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039294", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039294.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -479185,8 +478653,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cad96Cb", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -479215,8 +478682,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8671", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8671", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -479224,11 +478692,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PCDHA5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039294", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039294.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -479238,8 +478706,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cad96Cb", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -479268,8 +478735,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8672", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8672", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -479277,11 +478745,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PCDHA6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039294", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039294.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -479291,8 +478759,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cad96Cb", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -479321,8 +478788,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8673", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8673", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -479330,11 +478798,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PCDHA7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039294", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039294.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -479344,8 +478812,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cad96Cb", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -479374,8 +478841,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8674", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8674", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -479383,11 +478851,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PCDHA8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039294", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039294.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -479397,8 +478865,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cad96Cb", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -479427,8 +478894,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8675", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8675", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -479436,11 +478904,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PCDHA9", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039294", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039294.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -479450,8 +478918,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cad96Cb", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -479480,8 +478947,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8677", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8677", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -479489,11 +478957,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PCDHAC2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039294", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039294.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -479503,8 +478971,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cad96Cb", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -479533,8 +479000,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8680", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8680", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -479542,11 +479010,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PCDHB1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039294", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039294.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -479556,8 +479024,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cad96Cb", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -479586,8 +479053,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8681", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8681", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -479595,11 +479063,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PCDHB10", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039294", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039294.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -479609,8 +479077,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cad96Cb", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -479639,8 +479106,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8682", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8682", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -479648,11 +479116,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PCDHB11", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039294", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039294.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -479662,8 +479130,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cad96Cb", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -479692,8 +479159,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8683", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8683", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -479701,11 +479169,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PCDHB12", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039294", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039294.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -479715,8 +479183,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cad96Cb", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -479745,8 +479212,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8684", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8684", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -479754,11 +479222,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PCDHB13", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039294", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039294.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -479768,8 +479236,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cad96Cb", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -479798,8 +479265,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8685", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8685", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -479807,11 +479275,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PCDHB14", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039294", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039294.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -479821,8 +479289,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cad96Cb", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -479851,8 +479318,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8686", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8686", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -479860,11 +479328,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PCDHB15", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039294", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039294.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -479874,8 +479342,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cad96Cb", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -479904,8 +479371,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14546", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14546", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -479913,11 +479381,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PCDHB16", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039294", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039294.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -479927,8 +479395,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cad96Cb", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -479957,8 +479424,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8687", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8687", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -479966,11 +479434,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PCDHB2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039294", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039294.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -479980,8 +479448,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cad96Cb", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -480010,8 +479477,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8688", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8688", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -480019,11 +479487,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PCDHB3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039294", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039294.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -480033,8 +479501,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cad96Cb", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -480063,8 +479530,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8689", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8689", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -480072,11 +479540,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PCDHB4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039294", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039294.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -480086,8 +479554,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cad96Cb", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -480116,8 +479583,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8690", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8690", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -480125,11 +479593,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PCDHB5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039294", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039294.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -480139,8 +479607,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cad96Cb", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -480169,8 +479636,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8691", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8691", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -480178,11 +479646,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PCDHB6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039294", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039294.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -480192,8 +479660,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cad96Cb", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -480222,8 +479689,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8692", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8692", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -480231,11 +479699,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PCDHB7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039294", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039294.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -480245,8 +479713,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cad96Cb", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -480275,8 +479742,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8693", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8693", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -480284,11 +479752,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PCDHB8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039294", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039294.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -480298,8 +479766,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cad96Cb", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -480328,8 +479795,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8694", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8694", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -480337,11 +479805,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PCDHB9", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039294", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039294.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -480351,8 +479819,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cad96Cb", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -480381,8 +479848,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8696", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8696", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -480390,11 +479858,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PCDHGA1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039294", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039294.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -480404,8 +479872,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cad96Cb", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -480434,8 +479901,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8697", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8697", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -480443,11 +479911,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PCDHGA10", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039294", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039294.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -480457,8 +479925,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cad96Cb", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -480487,8 +479954,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8698", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8698", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -480496,11 +479964,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PCDHGA11", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039294", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039294.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -480510,8 +479978,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cad96Cb", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -480540,8 +480007,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8699", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8699", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -480549,11 +480017,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PCDHGA12", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039294", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039294.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -480563,8 +480031,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cad96Cb", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -480593,8 +480060,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8700", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8700", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -480602,11 +480070,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PCDHGA2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039294", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039294.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -480616,8 +480084,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cad96Cb", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -480646,8 +480113,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8701", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8701", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -480655,11 +480123,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PCDHGA3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039294", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039294.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -480669,8 +480137,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cad96Cb", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -480699,8 +480166,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8702", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8702", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -480708,11 +480176,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PCDHGA4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039294", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039294.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -480722,8 +480190,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cad96Cb", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -480752,8 +480219,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8703", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8703", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -480761,11 +480229,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PCDHGA5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039294", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039294.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -480775,8 +480243,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cad96Cb", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -480805,8 +480272,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8704", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8704", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -480814,11 +480282,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PCDHGA6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039294", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039294.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -480828,8 +480296,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cad96Cb", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -480858,8 +480325,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8705", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8705", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -480867,11 +480335,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PCDHGA7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039294", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039294.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -480881,8 +480349,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cad96Cb", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -480911,8 +480378,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8706", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8706", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -480920,11 +480388,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PCDHGA8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039294", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039294.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -480934,8 +480402,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cad96Cb", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -480964,8 +480431,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8707", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8707", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -480973,11 +480441,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PCDHGA9", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039294", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039294.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -480987,8 +480455,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cad96Cb", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -481017,8 +480484,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8708", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8708", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -481026,11 +480494,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PCDHGB1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039294", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039294.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -481040,8 +480508,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cad96Cb", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -481070,8 +480537,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8709", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8709", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -481079,11 +480547,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PCDHGB2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039294", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039294.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -481093,8 +480561,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cad96Cb", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -481123,8 +480590,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8710", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8710", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -481132,11 +480600,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PCDHGB3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039294", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039294.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -481146,8 +480614,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cad96Cb", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -481176,8 +480643,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8711", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8711", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -481185,11 +480653,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PCDHGB4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039294", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039294.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -481199,8 +480667,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cad96Cb", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -481229,8 +480696,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8712", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8712", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -481238,11 +480706,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PCDHGB5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039294", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039294.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -481252,8 +480720,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cad96Cb", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -481282,8 +480749,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8713", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8713", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -481291,11 +480759,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PCDHGB6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039294", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039294.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -481305,8 +480773,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cad96Cb", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -481335,8 +480802,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8714", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8714", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -481344,11 +480812,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PCDHGB7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039294", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039294.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -481358,8 +480826,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cad96Cb", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -481388,8 +480855,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8716", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8716", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -481397,11 +480865,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PCDHGC3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039294", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039294.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -481411,8 +480879,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cad96Cb", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -481441,8 +480908,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8717", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8717", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -481450,11 +480918,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PCDHGC4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039294", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039294.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -481464,8 +480932,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cad96Cb", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -481494,8 +480961,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8718", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8718", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -481503,11 +480971,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PCDHGC5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039294", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039294.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -481517,8 +480985,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cad96Cb", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -481547,8 +481014,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30097", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30097", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -481556,11 +481024,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PCF11", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0264962", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0264962.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -481570,8 +481038,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pcf11", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -481600,8 +481067,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12929", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12929", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -481609,11 +481077,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PCGF2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0005624", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0005624.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -481623,8 +481091,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Psc", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -481653,8 +481120,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12929", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12929", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -481662,11 +481130,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PCGF2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0265623", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0265623.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -481676,8 +481144,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Su(z)2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -481706,8 +481173,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10066", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10066", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -481715,11 +481183,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PCGF3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0002283", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0002283.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -481729,8 +481197,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "l(3)73Ah", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -481758,8 +481225,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25653", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25653", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -481767,11 +481235,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PCID2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036184", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036184.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -481781,8 +481249,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "PCID2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -481810,8 +481277,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16200", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16200", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -481819,11 +481287,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PCIF1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037021", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037021.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -481832,9 +481300,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG11399", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Pcif1", + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -481863,8 +481330,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8724", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8724", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -481872,11 +481340,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PCK1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003067", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003067.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -481886,8 +481354,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pepck1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -481915,8 +481382,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8725", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8725", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -481924,11 +481392,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PCK2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034356", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034356.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -481938,8 +481406,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pepck2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -481967,8 +481434,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8728", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8728", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -481976,11 +481444,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PCMT1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0086768", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0086768.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -481990,8 +481458,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pcmt", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -482019,8 +481486,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8729", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8729", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -482028,11 +481496,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PCNA", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0005655", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0005655.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -482042,8 +481510,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "PCNA", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -482071,8 +481538,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8729", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8729", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -482080,11 +481548,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PCNA", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032813", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032813.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -482094,8 +481562,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "PCNA2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -482124,8 +481591,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16068", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16068", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -482133,11 +481601,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PCNT", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0086690", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0086690.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -482147,8 +481615,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Plp", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -482177,8 +481644,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:19740", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19740", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -482186,11 +481654,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PCNX1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003048", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003048.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -482200,8 +481668,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "pcx", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -482230,8 +481697,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:8736", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8736", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -482239,11 +481707,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PCNX2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003048", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003048.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -482253,8 +481721,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "pcx", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -482283,8 +481750,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18760", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18760", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -482292,11 +481760,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PCNX3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003048", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003048.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -482306,8 +481774,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "pcx", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -482336,8 +481803,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:8743", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8743", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -482345,11 +481813,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PCSK1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004509", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004509.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -482359,8 +481827,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Fur1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -482389,8 +481856,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8744", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8744", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -482398,11 +481866,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PCSK2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0023179", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0023179.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -482412,8 +481880,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "amon", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -482441,8 +481908,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:8746", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8746", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -482450,11 +481918,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PCSK4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004509", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004509.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -482464,8 +481932,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Fur1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -482494,8 +481961,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8747", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8747", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -482503,11 +481971,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PCSK5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004598", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004598.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -482517,8 +481985,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Fur2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -482547,8 +482014,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:8569", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8569", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -482556,11 +482024,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PCSK6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004598", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004598.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -482570,8 +482038,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Fur2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -482600,8 +482067,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8754", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8754", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -482609,11 +482077,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PCYT1A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0041342", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0041342.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -482623,8 +482091,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pcyt1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -482653,8 +482120,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8754", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8754", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -482662,11 +482130,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PCYT1A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035231", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035231.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -482676,8 +482144,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pcyt2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -482705,8 +482172,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:8755", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8755", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -482714,11 +482182,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PCYT1B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035231", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035231.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -482728,8 +482196,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pcyt2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -482758,8 +482225,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8756", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8756", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -482767,11 +482235,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PCYT2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032482", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032482.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -482781,8 +482249,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pect", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -482810,8 +482277,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14634", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14634", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -482819,11 +482287,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PDAP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029715", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029715.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -482833,8 +482301,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG11444", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -482862,8 +482329,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14634", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14634", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -482871,11 +482339,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PDAP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032115", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032115.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -482885,8 +482353,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG4438", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -482914,8 +482381,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:8759", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8759", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -482923,11 +482391,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PDC", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036519", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036519.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -482937,8 +482405,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7650", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -482967,8 +482434,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8761", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8761", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -482976,11 +482444,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PDCD10", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038331", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038331.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -482990,8 +482458,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ccm3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -483019,8 +482486,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13408", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13408", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -483028,11 +482496,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PDCD11", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039182", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039182.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -483042,8 +482510,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5728", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -483072,8 +482539,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8762", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8762", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -483081,11 +482549,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PDCD2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0021875", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0021875.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -483095,8 +482563,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Zfrp8", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -483124,8 +482591,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28194", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28194", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -483133,11 +482601,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PDCD2L", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038055", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038055.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -483147,8 +482615,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "trus", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -483177,8 +482644,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8763", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8763", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -483186,11 +482654,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PDCD4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030520", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030520.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -483200,8 +482668,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pdcd4", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -483229,8 +482696,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8764", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8764", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -483238,11 +482706,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PDCD5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036580", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036580.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -483252,8 +482720,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "PDCD-5", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -483281,8 +482748,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8765", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8765", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -483290,11 +482758,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PDCD6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0086378", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0086378.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -483304,8 +482772,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Alg-2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -483334,8 +482801,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8766", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8766", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -483343,11 +482811,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PDCD6IP", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0086346", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0086346.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -483357,8 +482825,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ALiX", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -483387,8 +482854,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8767", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8767", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -483396,11 +482864,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PDCD7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039870", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039870.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -483410,8 +482878,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG1896", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -483440,8 +482907,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8770", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8770", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -483449,11 +482917,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PDCL", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036519", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036519.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -483463,8 +482931,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7650", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -483492,8 +482959,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:29524", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29524", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -483501,11 +482969,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PDCL2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036237", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036237.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -483515,8 +482983,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "viaf", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -483545,8 +483012,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28860", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28860", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -483554,11 +483022,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PDCL3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036237", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036237.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -483568,8 +483036,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "viaf", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -483597,8 +483064,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25386", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25386", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -483606,11 +483074,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PDE12", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051759", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051759.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -483620,8 +483088,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG31759", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -483650,8 +483117,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:8774", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8774", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -483659,11 +483127,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PDE1A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0264815", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0264815.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -483673,8 +483141,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pde1c", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -483703,8 +483170,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:8775", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8775", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -483712,11 +483180,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PDE1B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0264815", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0264815.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -483726,8 +483194,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pde1c", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -483756,8 +483223,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8776", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8776", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -483765,11 +483233,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PDE1C", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0264815", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0264815.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -483779,8 +483247,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pde1c", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -483809,8 +483276,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:8780", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8780", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -483818,11 +483286,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PDE4A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000479", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000479.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -483832,8 +483300,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "dnc", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -483862,8 +483329,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8781", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8781", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -483871,11 +483339,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PDE4B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000479", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000479.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -483885,8 +483353,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "dnc", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -483915,8 +483382,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:8782", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8782", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -483924,11 +483392,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PDE4C", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000479", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000479.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -483938,8 +483406,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "dnc", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -483968,8 +483435,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:8783", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8783", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -483977,11 +483445,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PDE4D", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000479", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000479.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -483991,8 +483459,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "dnc", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -484021,8 +483488,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8784", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8784", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -484030,11 +483498,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PDE5A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0085370", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0085370.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -484044,8 +483512,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pde11", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -484074,8 +483541,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8786", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8786", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -484083,11 +483551,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PDE6B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038237", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038237.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -484097,8 +483565,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pde6", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -484127,8 +483594,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8787", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8787", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -484136,11 +483604,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PDE6C", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038237", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038237.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -484150,8 +483618,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pde6", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -484180,8 +483647,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8788", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8788", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -484189,11 +483657,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PDE6D", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032059", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032059.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -484203,8 +483671,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "PrBP", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -484233,8 +483700,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8793", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8793", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -484242,11 +483710,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PDE8A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0266377", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0266377.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -484256,8 +483724,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pde8", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -484285,8 +483752,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8794", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8794", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -484294,11 +483762,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PDE8B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0266377", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0266377.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -484308,8 +483776,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pde8", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -484337,8 +483804,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8795", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8795", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -484346,11 +483814,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PDE9A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0259171", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0259171.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -484360,8 +483828,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pde9", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -484390,8 +483857,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30012", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30012", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -484399,11 +483867,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PDF", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051278", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051278.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -484413,8 +483881,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG31278", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -484443,8 +483910,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30012", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30012", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -484452,11 +483920,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PDF", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051373", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051373.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -484466,8 +483934,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG31373", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -484496,8 +483963,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8799", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8799", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -484505,11 +483973,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PDGFA", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030964", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030964.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -484519,8 +483987,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pvf1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -484549,8 +484016,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:8800", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8800", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -484558,11 +484026,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PDGFB", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030964", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030964.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -484572,8 +484040,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pvf1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -484602,8 +484069,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:8803", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8803", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -484611,11 +484079,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PDGFRA", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032006", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032006.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -484625,8 +484093,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pvr", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -484655,8 +484122,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:8804", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8804", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -484664,11 +484132,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PDGFRB", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032006", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032006.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -484678,8 +484146,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pvr", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -484708,8 +484175,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8806", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8806", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -484717,11 +484185,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PDHA1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029722", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029722.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -484731,8 +484199,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7024", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -484761,8 +484228,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8806", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8806", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -484770,11 +484238,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PDHA1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028325", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028325.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -484784,8 +484252,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pdha", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -484813,8 +484280,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8807", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8807", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -484822,11 +484290,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PDHA2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029722", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029722.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -484836,8 +484304,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7024", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -484866,8 +484333,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8807", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8807", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -484875,11 +484343,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PDHA2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028325", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028325.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -484889,8 +484357,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pdha", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -484918,8 +484385,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8808", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8808", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -484927,11 +484395,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PDHB", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039635", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039635.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -484941,8 +484409,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pdhb", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -484970,8 +484437,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:14180", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14180", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -484979,11 +484447,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PDIA2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0286818", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0286818.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -484993,8 +484461,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pdi", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -485023,8 +484490,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4606", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4606", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -485032,11 +484500,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PDIA3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033663", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033663.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -485046,8 +484514,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ERp60", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -485076,8 +484543,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24811", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24811", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -485085,11 +484553,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PDIA5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032514", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032514.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -485099,8 +484567,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG9302", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -485128,8 +484595,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30168", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30168", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -485137,11 +484605,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PDIA6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0025678", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0025678.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -485151,8 +484619,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CaBP1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -485180,8 +484647,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:27338", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:27338", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -485189,11 +484657,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PDILT", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0286818", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0286818.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -485203,8 +484671,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pdi", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -485233,8 +484700,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8809", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8809", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -485242,11 +484710,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PDK1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0017558", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0017558.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -485256,8 +484724,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pdk", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -485285,8 +484752,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8810", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8810", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -485294,11 +484762,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PDK2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0017558", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0017558.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -485308,8 +484776,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pdk", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -485337,8 +484804,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8811", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8811", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -485346,11 +484814,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PDK3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0017558", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0017558.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -485360,8 +484828,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pdk", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -485389,8 +484856,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8812", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8812", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -485398,11 +484866,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PDK4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0017558", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0017558.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -485412,8 +484880,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pdk", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -485441,8 +484908,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:2067", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2067", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -485450,11 +484918,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PDLIM1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0265991", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0265991.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -485464,8 +484932,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Zasp52", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -485494,8 +484961,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13992", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13992", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -485503,11 +484971,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PDLIM2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0259219", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0259219.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -485517,8 +484985,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG42319", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -485547,8 +485014,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13992", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13992", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -485556,11 +485024,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PDLIM2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036044", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036044.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -485570,8 +485038,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Zasp67", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -485600,8 +485067,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:17468", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17468", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -485609,11 +485077,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PDLIM5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0265991", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0265991.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -485623,8 +485091,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Zasp52", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -485653,8 +485120,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:22958", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:22958", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -485662,11 +485130,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PDLIM7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0265991", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0265991.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -485676,8 +485144,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Zasp52", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -485706,8 +485173,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9279", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9279", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -485715,11 +485183,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PDP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029958", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029958.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -485729,8 +485197,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pdp", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -485758,8 +485225,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30263", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30263", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -485767,11 +485235,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PDP2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029958", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029958.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -485781,8 +485249,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pdp", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -485810,8 +485277,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8816", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8816", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -485819,11 +485287,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PDPK1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0020386", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0020386.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -485833,8 +485301,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pdk1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -485863,8 +485330,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:49897", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:49897", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -485872,11 +485340,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PDPK2P", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0020386", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0020386.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -485886,8 +485354,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pdk1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -485916,8 +485383,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30264", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30264", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -485925,11 +485393,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PDPR", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029706", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029706.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -485939,8 +485407,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG3626", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -485969,8 +485436,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16119", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16119", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -485978,11 +485446,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PDRG1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033467", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033467.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -485992,8 +485460,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pdrg1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -486021,8 +485488,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:29088", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29088", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -486030,11 +485498,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PDS5A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0260012", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0260012.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -486044,8 +485512,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "pds5", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -486074,8 +485541,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20418", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20418", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -486083,11 +485551,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PDS5B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0260012", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0260012.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -486097,8 +485565,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "pds5", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -486126,8 +485593,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17759", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17759", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -486135,11 +485603,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PDSS1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051005", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051005.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -486149,8 +485617,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "qless", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -486179,8 +485646,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23041", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23041", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -486188,11 +485656,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PDSS2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037044", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037044.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -486202,8 +485670,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pdss2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -486231,8 +485698,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:28995", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28995", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -486240,11 +485708,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PDXDC1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031174", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031174.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -486254,8 +485722,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG1486", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -486284,8 +485751,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8819", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8819", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -486293,11 +485761,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PDXK", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0085484", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0085484.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -486307,8 +485775,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pdxk", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -486336,8 +485803,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30259", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30259", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -486345,11 +485813,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PDXP", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030348", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030348.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -486359,8 +485827,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10352", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -486389,8 +485856,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30259", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30259", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -486398,11 +485866,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PDXP", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034713", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034713.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -486412,8 +485880,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG11291", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -486442,8 +485909,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30259", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30259", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -486451,11 +485919,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PDXP", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030347", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030347.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -486465,8 +485933,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG15739", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -486495,8 +485962,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30259", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30259", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -486504,11 +485972,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PDXP", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0024995", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0024995.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -486518,8 +485986,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG2680", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -486548,8 +486015,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30259", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30259", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -486557,11 +486025,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PDXP", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052487", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052487.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -486571,8 +486039,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG32487", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -486601,8 +486068,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30259", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30259", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -486610,11 +486078,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PDXP", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052488", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052488.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -486624,8 +486092,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG32488", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -486654,8 +486121,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30259", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30259", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -486663,11 +486131,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PDXP", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036760", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036760.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -486677,8 +486145,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5567", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -486706,8 +486173,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30259", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30259", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -486715,11 +486183,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PDXP", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036759", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036759.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -486729,8 +486197,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5577", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -486759,8 +486226,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18486", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18486", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -486768,11 +486236,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PDZD2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000008", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000008.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -486782,8 +486250,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "a", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -486812,8 +486279,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:19891", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19891", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -486821,11 +486289,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PDZD3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010620", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010620.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -486835,8 +486303,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10939", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -486865,8 +486332,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:21167", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21167", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -486874,11 +486342,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PDZD4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0024728", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0024728.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -486888,8 +486356,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Slip1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -486918,8 +486385,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26974", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26974", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -486927,11 +486395,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PDZD8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030358", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030358.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -486941,8 +486409,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10362", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -486970,8 +486437,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:8821", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8821", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -486979,11 +486447,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PDZK1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010620", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010620.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -486993,8 +486461,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10939", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -487023,8 +486490,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17704", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17704", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -487032,11 +486500,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PDZRN3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0024728", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0024728.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -487046,8 +486514,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Slip1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -487076,8 +486543,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30552", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30552", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -487085,11 +486553,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PDZRN4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0024728", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0024728.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -487099,8 +486567,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Slip1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -487129,8 +486596,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:33631", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:33631", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -487138,11 +486606,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PEAR1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027594", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027594.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -487152,8 +486620,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "drpr", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -487182,8 +486649,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8630", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8630", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -487191,11 +486659,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PEBP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0011294", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0011294.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -487205,8 +486673,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "a5", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -487235,8 +486702,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8630", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8630", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -487244,11 +486712,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PEBP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037432", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037432.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -487258,8 +486726,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10298", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -487288,8 +486755,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8630", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8630", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -487297,11 +486765,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PEBP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037431", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037431.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -487311,8 +486779,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG17917", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -487341,8 +486808,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8630", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8630", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -487350,11 +486818,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PEBP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037433", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037433.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -487364,8 +486832,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG17919", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -487394,8 +486861,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8630", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8630", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -487403,11 +486871,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PEBP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0265272", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0265272.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -487417,8 +486885,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG30060", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -487447,8 +486914,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8630", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8630", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -487456,11 +486924,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PEBP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032453", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032453.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -487470,8 +486938,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6180", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -487500,8 +486967,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8630", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8630", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -487509,11 +486977,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PEBP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038972", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038972.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -487523,8 +486991,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7054", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -487553,8 +487020,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8630", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8630", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -487562,11 +487030,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PEBP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038973", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038973.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -487576,8 +487044,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pebp1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -487606,8 +487073,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:33521", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:33521", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -487615,11 +487083,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PEDS1-UBE2V1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032850", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032850.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -487629,8 +487097,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Kua", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -487659,8 +487126,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30009", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30009", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -487668,11 +487136,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PEF1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033529", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033529.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -487682,8 +487150,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG17765", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -487712,8 +487179,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8827", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8827", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -487721,11 +487189,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PELI1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0025574", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0025574.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -487735,8 +487203,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pli", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -487764,8 +487231,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8828", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8828", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -487773,11 +487241,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PELI2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0025574", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0025574.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -487787,8 +487255,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pli", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -487816,8 +487283,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30010", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30010", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -487825,11 +487293,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PELI3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0025574", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0025574.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -487839,8 +487307,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pli", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -487868,8 +487335,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8829", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8829", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -487877,11 +487345,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PELO", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0011207", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0011207.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -487891,8 +487359,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "pelo", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -487920,8 +487387,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30134", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30134", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -487929,11 +487397,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PELP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0053217", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0053217.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -487943,8 +487411,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG33217", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -487973,8 +487440,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8840", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8840", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -487982,11 +487450,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PEPD", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000455", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000455.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -487996,8 +487464,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Dip-C", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -488025,8 +487492,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:8845", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8845", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -488034,11 +487502,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PER1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003068", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003068.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -488048,8 +487516,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "per", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -488078,8 +487545,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:8846", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8846", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -488087,11 +487555,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PER2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003068", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003068.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -488101,8 +487569,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "per", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -488131,8 +487598,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8847", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8847", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -488140,11 +487608,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PER3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003068", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003068.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -488154,8 +487622,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "per", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -488184,8 +487651,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:17637", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17637", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -488193,11 +487661,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PERP", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0266409", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0266409.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -488207,8 +487675,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG45049", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -488237,8 +487704,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8848", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8848", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -488246,11 +487714,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PES1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032138", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032138.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -488260,8 +487728,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG4364", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -488289,8 +487756,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:40038", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:40038", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -488298,11 +487766,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PET100", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034248", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034248.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -488312,8 +487780,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG14483", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -488341,8 +487808,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:40045", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:40045", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -488350,11 +487818,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PET117", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031247", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031247.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -488364,8 +487832,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG11562", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -488394,8 +487861,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8850", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8850", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -488403,11 +487871,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PEX1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0013563", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0013563.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -488417,8 +487885,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pex1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -488447,8 +487914,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8851", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8851", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -488456,11 +487924,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PEX10", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035233", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035233.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -488470,8 +487938,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pex10", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -488499,8 +487966,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8852", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8852", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -488508,11 +487976,63 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PEX11A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" + }, + "homologGene": { + "id": "FB:FBgn0034058", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034058.html", + "species": { + "commonNames": "['fly', 'fruit fly', 'dme']", + "dataProviderFullName": "FlyBase", + "dataProviderShortName": "FB", + "name": "Drosophila melanogaster", + "shortName": "Dme", + "taxonId": "NCBITaxon:7227" + }, + "symbol": "Pex11ab", + "taxonId": "NCBITaxon:7227" + }, + "methodCount": 10, + "predictionMethodsMatched": [ + "Ensembl Compara", + "Hieranoid", + "InParanoid", + "OMA", + "OrthoFinder", + "OrthoInspector", + "PANTHER", + "PhylomeDB", + "Roundup", + "TreeFam" + ], + "predictionMethodsNotCalled": [ + "HGNC", + "ZFIN" + ], + "predictionMethodsNotMatched": [], + "stringencyFilter": "stringent", + "totalMethodCount": 10 + }, + { + "best": "Yes", + "bestReverse": "Yes", + "gene": { + "id": "HGNC:8853", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8853", + "species": { + "commonNames": "['human', 'hsa']", + "dataProviderFullName": "Rat Genome Database", + "dataProviderShortName": "RGD", + "name": "Homo sapiens", + "shortName": "Hsa", + "taxonId": "NCBITaxon:9606" + }, + "symbol": "PEX11B", + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034058", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034058.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -488521,9 +488041,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "Pex11", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Pex11ab", + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -488547,24 +488066,25 @@ "totalMethodCount": 10 }, { - "best": "Yes", + "best": "No", "bestReverse": "Yes", "gene": { - "id": "HGNC:8853", + "id": "HGNC:20208", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20208", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "PEX11B", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "PEX11G", + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0034058", + "id": "FB:FBgn0053474", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0053474.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -488573,28 +488093,28 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "Pex11", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "CG33474", + "taxonId": "NCBITaxon:7227" }, - "methodCount": 10, + "methodCount": 8, "predictionMethodsMatched": [ "Ensembl Compara", "Hieranoid", "InParanoid", - "OMA", "OrthoFinder", "OrthoInspector", "PANTHER", "PhylomeDB", - "Roundup", "TreeFam" ], "predictionMethodsNotCalled": [ "HGNC", "ZFIN" ], - "predictionMethodsNotMatched": [], + "predictionMethodsNotMatched": [ + "OMA", + "Roundup" + ], "stringencyFilter": "stringent", "totalMethodCount": 10 }, @@ -488603,8 +488123,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20208", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20208", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -488612,11 +488133,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PEX11G", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039068", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039068.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -488625,9 +488146,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG13827", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Pex11c", + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -488650,66 +488170,14 @@ "stringencyFilter": "stringent", "totalMethodCount": 10 }, - { - "best": "No", - "bestReverse": "Yes", - "gene": { - "id": "HGNC:20208", - "species": { - "commonNames": "['human']", - "dataProviderFullName": "Rat Genome Database", - "dataProviderShortName": "RGD", - "name": "Homo sapiens", - "shortName": "Hsa", - "taxonId": "NCBITaxon:9606" - }, - "symbol": "PEX11G", - "taxonId": "NCBITaxon:9606", - "url": null - }, - "homologGene": { - "id": "FB:FBgn0053474", - "species": { - "commonNames": "['fly', 'fruit fly', 'dme']", - "dataProviderFullName": "FlyBase", - "dataProviderShortName": "FB", - "name": "Drosophila melanogaster", - "shortName": "Dme", - "taxonId": "NCBITaxon:7227" - }, - "symbol": "CG33474", - "taxonId": "NCBITaxon:7227", - "url": null - }, - "methodCount": 8, - "predictionMethodsMatched": [ - "Ensembl Compara", - "Hieranoid", - "InParanoid", - "OrthoFinder", - "OrthoInspector", - "PANTHER", - "PhylomeDB", - "TreeFam" - ], - "predictionMethodsNotCalled": [ - "HGNC", - "ZFIN" - ], - "predictionMethodsNotMatched": [ - "OMA", - "Roundup" - ], - "stringencyFilter": "stringent", - "totalMethodCount": 10 - }, { "best": "Yes", "bestReverse": "Yes", "gene": { "id": "HGNC:8854", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8854", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -488717,11 +488185,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PEX12", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031282", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031282.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -488731,8 +488199,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pex12", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -488760,8 +488227,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8855", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8855", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -488769,11 +488237,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PEX13", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033812", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033812.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -488783,8 +488251,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pex13", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -488812,8 +488279,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8856", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8856", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -488821,11 +488289,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PEX14", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037020", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037020.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -488835,8 +488303,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pex14", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -488865,8 +488332,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8857", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8857", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -488874,11 +488342,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PEX16", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037019", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037019.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -488888,8 +488356,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pex16", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -488917,8 +488384,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9713", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9713", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -488926,11 +488394,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PEX19", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032407", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032407.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -488940,8 +488408,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pex19", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -488970,8 +488437,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9717", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9717", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -488979,11 +488447,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PEX2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035876", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035876.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -488993,8 +488461,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pex2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -489023,8 +488490,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8858", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8858", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -489032,11 +488500,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PEX3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036484", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036484.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -489046,8 +488514,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pex3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -489076,8 +488543,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9719", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9719", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -489085,11 +488553,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PEX5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0023516", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0023516.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -489099,8 +488567,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pex5", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -489128,8 +488595,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:30024", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30024", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -489137,11 +488605,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PEX5L", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0023516", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0023516.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -489151,8 +488619,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pex5", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -489181,8 +488648,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8859", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8859", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -489190,11 +488658,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PEX6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033564", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033564.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -489204,8 +488672,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pex6", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -489234,8 +488701,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8860", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8860", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -489243,11 +488711,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PEX7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035922", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035922.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -489257,8 +488725,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pex7", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -489286,8 +488753,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8863", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8863", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -489295,11 +488763,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PFAS", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000052", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000052.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -489309,8 +488777,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pfas", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -489338,8 +488805,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8866", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8866", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -489347,11 +488815,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PFDN1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031776", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031776.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -489361,8 +488829,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pfdn1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -489390,8 +488857,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8867", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8867", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -489399,11 +488867,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PFDN2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010741", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010741.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -489413,8 +488881,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pfdn2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -489442,8 +488909,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8868", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8868", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -489451,11 +488919,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PFDN4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035603", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035603.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -489465,8 +488933,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pfdn4", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -489494,8 +488961,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8869", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8869", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -489503,11 +488971,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PFDN5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038976", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038976.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -489517,8 +488985,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pfdn5", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -489547,8 +489014,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4926", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4926", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -489556,11 +489024,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PFDN6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036918", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036918.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -489570,8 +489038,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pfdn6", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -489599,8 +489066,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8872", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8872", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -489608,11 +489076,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PFKFB1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027621", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027621.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -489622,8 +489090,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pfrx", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -489651,8 +489118,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:8873", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8873", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -489660,11 +489128,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PFKFB2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027621", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027621.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -489674,8 +489142,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pfrx", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -489704,8 +489171,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8874", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8874", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -489713,11 +489181,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PFKFB3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027621", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027621.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -489727,8 +489195,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pfrx", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -489756,8 +489223,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:8875", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8875", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -489765,11 +489233,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PFKFB4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027621", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027621.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -489779,8 +489247,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pfrx", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -489809,8 +489276,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8876", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8876", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -489818,11 +489286,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PFKL", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003071", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003071.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -489832,8 +489300,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pfk", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -489861,8 +489328,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8877", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8877", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -489870,11 +489338,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PFKM", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003071", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003071.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -489884,8 +489352,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pfk", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -489913,8 +489380,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:8878", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8878", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -489922,11 +489390,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PFKP", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003071", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003071.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -489936,8 +489404,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pfk", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -489966,8 +489433,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:31103", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:31103", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -489975,11 +489443,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PFN4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000308", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000308.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -489989,8 +489457,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "chic", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -490019,8 +489486,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:8886", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8886", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -490028,11 +489496,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PGA4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032049", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032049.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -490042,8 +489510,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Bace", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -490072,8 +489539,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8886", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8886", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -490081,11 +489549,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PGA4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032304", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032304.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -490095,8 +489563,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG17134", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -490125,8 +489592,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8886", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8886", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -490134,11 +489602,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PGA4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038505", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038505.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -490148,8 +489616,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG17283", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -490178,8 +489645,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8886", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8886", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -490187,11 +489655,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PGA4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0053128", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0053128.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -490201,8 +489669,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG33128", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -490231,8 +489698,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8886", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8886", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -490240,11 +489708,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PGA4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038507", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038507.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -490254,8 +489722,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5863", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -490284,8 +489751,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8886", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8886", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -490293,11 +489761,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PGA4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032303", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032303.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -490307,8 +489775,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6508", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -490337,8 +489804,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8886", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8886", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -490346,11 +489814,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PGA4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0011822", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0011822.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -490360,8 +489828,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pgcl", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -490390,8 +489857,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8887", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8887", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -490399,11 +489867,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PGA5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032049", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032049.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -490413,8 +489881,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Bace", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -490443,8 +489910,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8887", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8887", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -490452,11 +489920,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PGA5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032304", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032304.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -490466,8 +489934,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG17134", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -490496,8 +489963,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8887", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8887", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -490505,11 +489973,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PGA5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038505", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038505.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -490519,8 +489987,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG17283", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -490549,8 +490016,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8887", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8887", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -490558,11 +490026,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PGA5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0053128", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0053128.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -490572,8 +490040,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG33128", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -490602,8 +490069,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8887", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8887", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -490611,11 +490079,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PGA5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038507", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038507.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -490625,8 +490093,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5863", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -490655,8 +490122,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8887", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8887", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -490664,11 +490132,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PGA5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032303", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032303.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -490678,8 +490146,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6508", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -490708,8 +490175,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8887", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8887", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -490717,11 +490185,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PGA5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0011822", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0011822.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -490731,8 +490199,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pgcl", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -490761,8 +490228,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8888", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8888", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -490770,11 +490238,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PGAM1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038957", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038957.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -490784,8 +490252,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7059", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -490814,8 +490281,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8888", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8888", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -490823,11 +490291,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PGAM1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0014869", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0014869.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -490837,8 +490305,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pglym78", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -490866,8 +490333,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8888", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8888", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -490875,11 +490343,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PGAM1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0011270", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0011270.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -490889,8 +490357,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pglym87", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -490919,8 +490386,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8889", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8889", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -490928,11 +490396,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PGAM2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038957", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038957.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -490942,8 +490410,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7059", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -490972,8 +490439,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8889", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8889", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -490981,11 +490449,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PGAM2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0014869", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0014869.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -490995,8 +490463,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pglym78", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -491024,8 +490491,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8889", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8889", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -491033,11 +490501,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PGAM2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0011270", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0011270.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -491047,8 +490515,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pglym87", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -491077,8 +490544,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21731", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21731", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -491086,11 +490554,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PGAM4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038957", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038957.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -491100,8 +490568,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7059", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -491130,8 +490597,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:21731", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21731", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -491139,11 +490607,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PGAM4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0014869", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0014869.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -491153,8 +490621,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pglym78", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -491183,8 +490650,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28763", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28763", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -491192,11 +490660,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PGAM5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0023517", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0023517.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -491206,8 +490674,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pgam5", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -491236,8 +490703,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28763", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28763", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -491245,11 +490713,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PGAM5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035004", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035004.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -491259,8 +490727,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pgam5-2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -491289,8 +490756,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25712", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25712", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -491298,11 +490766,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PGAP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029789", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029789.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -491312,8 +490780,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "PGAP1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -491341,8 +490808,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17893", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17893", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -491350,11 +490818,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PGAP2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031284", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031284.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -491364,8 +490832,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "PGAP2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -491393,8 +490860,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23719", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23719", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -491402,11 +490870,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PGAP3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033088", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033088.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -491416,8 +490884,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "PGAP3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -491445,8 +490912,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:17205", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17205", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -491454,11 +490922,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PGAP6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039290", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039290.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -491468,8 +490936,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG13654", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -491498,8 +490965,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19401", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19401", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -491507,11 +490975,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PGBD4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037633", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037633.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -491521,8 +490989,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG9839", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -491551,8 +491018,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8890", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8890", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -491560,11 +491028,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PGC", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032049", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032049.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -491574,8 +491042,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Bace", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -491604,8 +491071,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8890", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8890", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -491613,11 +491081,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PGC", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032304", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032304.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -491627,8 +491095,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG17134", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -491657,8 +491124,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8890", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8890", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -491666,11 +491134,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PGC", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038505", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038505.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -491680,8 +491148,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG17283", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -491710,8 +491177,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8890", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8890", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -491719,11 +491187,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PGC", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0053128", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0053128.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -491733,8 +491201,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG33128", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -491763,8 +491230,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8890", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8890", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -491772,11 +491240,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PGC", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038507", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038507.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -491786,8 +491254,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5863", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -491816,8 +491283,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8890", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8890", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -491825,11 +491293,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PGC", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032303", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032303.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -491839,8 +491307,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6508", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -491869,8 +491336,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8890", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8890", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -491878,11 +491346,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PGC", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0011822", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0011822.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -491892,8 +491360,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pgcl", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -491922,8 +491389,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8891", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8891", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -491931,11 +491399,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PGD", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004654", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004654.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -491945,8 +491413,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pgd", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -491974,8 +491441,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26210", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26210", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -491983,11 +491451,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PGGHG", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032387", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032387.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -491997,8 +491465,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG16965", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -492026,8 +491493,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8895", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8895", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -492035,11 +491503,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PGGT1B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015000", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015000.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -492049,8 +491517,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "\u03b2ggt-I", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -492078,8 +491545,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8896", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8896", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -492087,11 +491555,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PGK1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031451", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031451.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -492101,8 +491569,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG9961", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -492131,8 +491598,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8896", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8896", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -492140,11 +491608,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PGK1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0250906", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0250906.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -492154,8 +491622,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pgk", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -492183,8 +491650,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8898", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8898", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -492192,11 +491660,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PGK2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031451", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031451.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -492206,8 +491674,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG9961", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -492236,8 +491703,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:8898", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8898", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -492245,11 +491713,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PGK2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0250906", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0250906.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -492259,8 +491727,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pgk", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -492289,8 +491756,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8903", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8903", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -492298,11 +491766,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PGLS", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030239", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030239.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -492312,8 +491780,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG17333", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -492341,8 +491808,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8904", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8904", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -492350,11 +491818,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PGLYRP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0043577", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0043577.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -492364,8 +491832,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "PGRP-SB2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -492394,8 +491861,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8904", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8904", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -492403,11 +491871,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PGLYRP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033327", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033327.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -492417,8 +491885,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "PGRP-SC1b", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -492447,8 +491914,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8904", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8904", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -492456,11 +491924,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PGLYRP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0043575", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0043575.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -492470,8 +491938,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "PGRP-SC2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -492500,8 +491967,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8904", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8904", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -492509,11 +491977,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PGLYRP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035806", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035806.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -492523,8 +491991,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "PGRP-SD", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -492553,8 +492020,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30013", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30013", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -492562,11 +492030,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PGLYRP2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035975", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035975.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -492576,8 +492044,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "PGRP-LA", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -492606,8 +492073,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30013", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30013", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -492615,11 +492083,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PGLYRP2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037906", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037906.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -492629,8 +492097,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "PGRP-LB", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -492659,8 +492126,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30013", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30013", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -492668,11 +492136,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PGLYRP2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035976", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035976.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -492682,8 +492150,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "PGRP-LC", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -492712,8 +492179,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30013", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30013", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -492721,11 +492189,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PGLYRP2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0260458", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0260458.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -492735,8 +492203,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "PGRP-LD", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -492765,8 +492232,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30013", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30013", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -492774,11 +492242,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PGLYRP2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030695", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030695.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -492788,8 +492256,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "PGRP-LE", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -492818,8 +492285,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30013", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30013", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -492827,11 +492295,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PGLYRP2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030310", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030310.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -492841,8 +492309,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "PGRP-SA", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -492871,8 +492338,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30013", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30013", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -492880,11 +492348,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PGLYRP2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0043577", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0043577.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -492894,8 +492362,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "PGRP-SB2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -492924,8 +492391,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30014", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30014", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -492933,11 +492401,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PGLYRP3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037906", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037906.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -492947,8 +492415,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "PGRP-LB", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -492977,8 +492444,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30014", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30014", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -492986,11 +492454,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PGLYRP3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0260458", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0260458.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -493000,8 +492468,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "PGRP-LD", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -493030,8 +492497,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30014", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30014", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -493039,11 +492507,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PGLYRP3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035977", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035977.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -493053,8 +492521,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "PGRP-LF", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -493083,8 +492550,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30014", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30014", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -493092,11 +492560,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PGLYRP3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030310", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030310.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -493106,8 +492574,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "PGRP-SA", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -493136,8 +492603,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30014", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30014", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -493145,11 +492613,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PGLYRP3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0043577", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0043577.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -493159,8 +492627,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "PGRP-SB2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -493189,8 +492656,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30014", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30014", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -493198,11 +492666,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PGLYRP3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035806", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035806.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -493212,8 +492680,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "PGRP-SD", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -493242,8 +492709,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30015", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30015", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -493251,11 +492719,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PGLYRP4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0260458", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0260458.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -493265,8 +492733,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "PGRP-LD", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -493295,8 +492762,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30015", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30015", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -493304,11 +492772,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PGLYRP4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035977", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035977.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -493318,8 +492786,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "PGRP-LF", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -493348,8 +492815,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30015", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30015", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -493357,11 +492825,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PGLYRP4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0043578", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0043578.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -493371,8 +492839,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "PGRP-SB1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -493401,8 +492868,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30015", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30015", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -493410,11 +492878,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PGLYRP4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0043577", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0043577.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -493424,8 +492892,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "PGRP-SB2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -493454,8 +492921,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30015", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30015", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -493463,11 +492931,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PGLYRP4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035806", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035806.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -493477,8 +492945,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "PGRP-SD", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -493507,8 +492974,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8905", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8905", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -493516,11 +492984,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PGM1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003076", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003076.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -493530,8 +492998,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pgm1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -493560,8 +493027,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8906", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8906", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -493569,11 +493037,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PGM2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033377", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033377.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -493583,8 +493051,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pgm2a", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -493613,8 +493080,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8906", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8906", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -493622,11 +493090,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PGM2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033969", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033969.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -493636,8 +493104,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pgm2b", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -493666,8 +493133,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20898", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20898", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -493675,11 +493143,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PGM2L1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033377", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033377.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -493689,8 +493157,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pgm2a", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -493719,8 +493186,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20898", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20898", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -493728,11 +493196,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PGM2L1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033969", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033969.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -493742,8 +493210,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pgm2b", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -493772,8 +493239,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8907", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8907", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -493781,11 +493249,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PGM3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036298", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036298.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -493795,8 +493263,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "nst", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -493824,8 +493291,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8908", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8908", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -493833,11 +493301,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PGM5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003076", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003076.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -493847,8 +493315,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pgm1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -493877,8 +493344,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8909", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8909", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -493886,11 +493354,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PGP", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030348", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030348.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -493900,8 +493368,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10352", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -493930,8 +493397,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8909", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8909", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -493939,11 +493407,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PGP", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034713", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034713.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -493953,8 +493421,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG11291", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -493983,8 +493450,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8909", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8909", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -493992,11 +493460,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PGP", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030347", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030347.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -494006,8 +493474,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG15739", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -494036,8 +493503,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8909", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8909", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -494045,11 +493513,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PGP", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0024995", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0024995.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -494059,8 +493527,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG2680", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -494089,8 +493556,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8909", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8909", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -494098,11 +493566,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PGP", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052487", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052487.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -494112,8 +493580,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG32487", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -494142,8 +493609,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8909", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8909", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -494151,11 +493619,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PGP", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052488", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052488.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -494165,8 +493633,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG32488", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -494195,8 +493662,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8909", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8909", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -494204,11 +493672,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PGP", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036760", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036760.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -494218,8 +493686,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5567", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -494247,8 +493714,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8909", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8909", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -494256,11 +493724,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PGP", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036759", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036759.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -494270,8 +493738,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5577", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -494300,8 +493767,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13568", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13568", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -494309,11 +493777,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PGPEP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0047178", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0047178.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -494323,8 +493791,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG32147", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -494352,8 +493819,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:27080", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:27080", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -494361,11 +493829,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PGPEP1L", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0047178", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0047178.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -494375,8 +493843,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG32147", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -494405,8 +493872,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16090", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16090", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -494414,11 +493882,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PGRMC1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032519", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032519.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -494428,8 +493896,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG16957", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -494458,8 +493925,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16090", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16090", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -494467,11 +493935,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PGRMC1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030703", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030703.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -494481,8 +493949,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "MSBP", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -494511,8 +493978,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16089", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16089", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -494520,11 +493988,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PGRMC2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032519", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032519.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -494534,8 +494002,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG16957", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -494564,8 +494031,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:16089", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16089", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -494573,11 +494041,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PGRMC2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030703", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030703.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -494587,8 +494055,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "MSBP", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -494617,8 +494084,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16089", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16089", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -494626,11 +494094,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PGRMC2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051858", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051858.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -494640,8 +494108,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "t-cup", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -494670,8 +494137,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30029", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30029", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -494679,11 +494147,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PGS1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038649", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038649.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -494692,9 +494160,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG7718", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "PGS1", + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -494722,8 +494189,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:20990", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20990", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -494731,11 +494199,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PHACTR1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052264", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052264.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -494745,8 +494213,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG32264", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -494775,8 +494242,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20956", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20956", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -494784,11 +494252,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PHACTR2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052264", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052264.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -494798,8 +494266,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG32264", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -494828,8 +494295,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:15833", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15833", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -494837,11 +494305,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PHACTR3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052264", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052264.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -494851,8 +494319,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG32264", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -494881,8 +494348,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:25793", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25793", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -494890,11 +494358,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PHACTR4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052264", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052264.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -494904,8 +494372,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG32264", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -494929,13 +494396,67 @@ "stringencyFilter": "stringent", "totalMethodCount": 10 }, + { + "best": "Yes", + "bestReverse": "Yes", + "gene": { + "id": "HGNC:29564", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29564", + "species": { + "commonNames": "['human', 'hsa']", + "dataProviderFullName": "Rat Genome Database", + "dataProviderShortName": "RGD", + "name": "Homo sapiens", + "shortName": "Hsa", + "taxonId": "NCBITaxon:9606" + }, + "symbol": "PHAF1", + "taxonId": "NCBITaxon:9606" + }, + "homologGene": { + "id": "FB:FBgn0035877", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035877.html", + "species": { + "commonNames": "['fly', 'fruit fly', 'dme']", + "dataProviderFullName": "FlyBase", + "dataProviderShortName": "FB", + "name": "Drosophila melanogaster", + "shortName": "Dme", + "taxonId": "NCBITaxon:7227" + }, + "symbol": "CG7083", + "taxonId": "NCBITaxon:7227" + }, + "methodCount": 9, + "predictionMethodsMatched": [ + "Ensembl Compara", + "Hieranoid", + "InParanoid", + "OMA", + "OrthoFinder", + "OrthoInspector", + "PANTHER", + "PhylomeDB", + "TreeFam" + ], + "predictionMethodsNotCalled": [ + "HGNC", + "ZFIN" + ], + "predictionMethodsNotMatched": [ + "Roundup" + ], + "stringencyFilter": "stringent", + "totalMethodCount": 10 + }, { "best": "Yes", "bestReverse": "Yes", "gene": { "id": "HGNC:10241", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10241", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -494943,11 +494464,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PHAX", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033380", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033380.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -494957,8 +494478,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Phax", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -494987,20 +494507,21 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8912", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8912", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "PHB", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "PHB1", + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0002031", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0002031.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -495010,8 +494531,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "l(2)37Cc", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -495040,8 +494560,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30306", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30306", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -495049,11 +494570,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PHB2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010551", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010551.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -495063,8 +494584,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Phb2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -495092,8 +494612,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:3182", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3182", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -495101,11 +494622,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PHC1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004861", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004861.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -495115,8 +494636,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ph-p", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -495145,8 +494665,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:3183", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3183", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -495154,11 +494675,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PHC2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004860", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004860.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -495168,8 +494689,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ph-d", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -495198,8 +494718,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:3183", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3183", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -495207,11 +494728,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PHC2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004861", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004861.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -495221,8 +494742,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ph-p", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -495251,8 +494771,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15682", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15682", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -495260,11 +494781,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PHC3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004860", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004860.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -495274,8 +494795,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ph-d", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -495304,8 +494824,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15682", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15682", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -495313,11 +494834,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PHC3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004861", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004861.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -495327,8 +494848,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ph-p", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -495357,8 +494877,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26509", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26509", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -495366,11 +494887,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PHETA1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031768", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031768.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -495380,8 +494901,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "IPIP", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -495410,8 +494930,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:27161", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:27161", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -495419,11 +494940,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PHETA2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031768", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031768.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -495433,8 +494954,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "IPIP", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -495463,8 +494983,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8918", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8918", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -495472,11 +494993,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PHEX", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032613", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032613.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -495486,8 +495007,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Nepl9", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -495516,8 +495036,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8919", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8919", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -495525,11 +495046,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PHF1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003044", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003044.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -495539,8 +495060,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pcl", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -495569,8 +495089,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18250", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18250", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -495578,11 +495099,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PHF10", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0087008", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0087008.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -495592,8 +495113,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "e(y)3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -495622,8 +495142,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:17024", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17024", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -495631,11 +495152,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PHF11", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0005683", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0005683.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -495645,8 +495166,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "pie", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -495675,8 +495195,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20816", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20816", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -495684,11 +495205,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PHF12", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029861", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029861.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -495698,8 +495219,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG3815", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -495727,8 +495247,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:22203", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:22203", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -495736,11 +495257,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PHF14", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031606", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031606.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -495750,8 +495271,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG15439", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -495780,8 +495300,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24566", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24566", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -495789,11 +495310,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PHF19", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003044", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003044.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -495803,8 +495324,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pcl", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -495833,8 +495353,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16098", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16098", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -495842,11 +495363,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PHF20", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038016", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038016.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -495856,8 +495377,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "MBD-R2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -495886,8 +495406,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:24280", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24280", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -495895,11 +495416,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PHF20L1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038016", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038016.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -495909,8 +495430,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "MBD-R2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -495939,8 +495459,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:8921", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8921", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -495948,11 +495469,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PHF3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0082831", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0082831.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -495962,8 +495483,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "pps", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -495992,8 +495512,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18000", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18000", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -496001,11 +495522,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PHF5A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031822", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031822.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -496015,8 +495536,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Phf5a", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -496044,8 +495564,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18458", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18458", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -496053,11 +495574,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PHF7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031091", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031091.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -496067,8 +495588,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Phf7", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -496097,8 +495617,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18458", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18458", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -496106,11 +495627,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PHF7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0005683", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0005683.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -496120,8 +495641,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "pie", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -496150,8 +495670,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8923", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8923", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -496159,11 +495680,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PHGDH", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032350", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032350.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -496173,8 +495694,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6287", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -496202,8 +495722,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15673", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15673", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -496211,11 +495732,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PHIP", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0011785", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0011785.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -496225,8 +495746,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "BRWD3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -496255,8 +495775,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8925", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8925", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -496264,11 +495785,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PHKA1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030087", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030087.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -496278,8 +495799,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7766", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -496308,8 +495828,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8926", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8926", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -496317,11 +495838,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PHKA2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030087", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030087.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -496331,8 +495852,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7766", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -496361,8 +495881,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8927", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8927", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -496370,11 +495891,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PHKB", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031995", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031995.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -496384,8 +495905,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8475", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -496414,8 +495934,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:8930", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8930", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -496423,11 +495944,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PHKG1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0011754", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0011754.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -496437,8 +495958,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "PhK\u03b3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -496467,8 +495987,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8931", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8931", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -496476,11 +495997,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PHKG2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0011754", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0011754.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -496490,8 +496011,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "PhK\u03b3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -496520,8 +496040,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23697", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23697", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -496529,11 +496050,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PHLDB1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0260748", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0260748.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -496543,8 +496064,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5004", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -496573,8 +496093,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:29573", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29573", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -496582,11 +496103,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PHLDB2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0260748", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0260748.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -496596,8 +496117,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5004", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -496626,8 +496146,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:30499", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30499", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -496635,11 +496156,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PHLDB3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0260748", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0260748.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -496649,8 +496170,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5004", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -496679,8 +496199,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20610", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20610", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -496688,11 +496209,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PHLPP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032749", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032749.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -496702,8 +496223,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Phlpp", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -496732,8 +496252,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29149", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29149", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -496741,11 +496262,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PHLPP2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032749", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032749.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -496755,8 +496276,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Phlpp", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -496785,8 +496305,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:16815", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16815", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -496794,11 +496315,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PHOSPHO1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031048", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031048.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -496808,8 +496329,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG12237", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -496838,8 +496358,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16815", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16815", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -496847,11 +496368,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PHOSPHO1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031045", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031045.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -496861,8 +496382,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG14212", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -496891,8 +496411,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28316", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28316", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -496900,11 +496421,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PHOSPHO2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031048", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031048.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -496914,8 +496435,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG12237", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -496943,8 +496463,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:691", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:691", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -496952,11 +496473,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PHOX2A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0025334", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0025334.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -496966,8 +496487,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "PHDP", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -496996,8 +496516,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9143", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9143", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -497005,11 +496526,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PHOX2B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0025334", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0025334.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -497019,8 +496540,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "PHDP", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -497049,8 +496569,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30033", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30033", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -497058,11 +496579,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PHPT1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040963", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040963.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -497072,8 +496593,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG18662", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -497102,8 +496622,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30033", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30033", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -497111,11 +496632,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PHPT1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0001280", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0001280.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -497125,8 +496646,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "janA", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -497154,8 +496674,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30033", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30033", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -497163,11 +496684,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PHPT1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0001281", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0001281.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -497177,8 +496698,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "janB", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -497207,8 +496727,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30033", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30033", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -497216,11 +496737,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PHPT1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0041102", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0041102.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -497230,8 +496751,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ocn", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -497260,8 +496780,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24351", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24351", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -497269,11 +496790,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PHRF1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037344", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037344.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -497283,8 +496804,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG2926", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -497313,8 +496833,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8939", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8939", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -497322,11 +496843,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PHTF1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028579", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028579.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -497336,8 +496857,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "phtf", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -497366,8 +496886,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13411", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13411", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -497375,11 +496896,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PHTF2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028579", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028579.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -497389,8 +496910,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "phtf", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -497419,8 +496939,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23396", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23396", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -497428,11 +496949,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PHYHD1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037819", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037819.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -497441,9 +496962,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG14688", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Phyhd1", + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -497471,8 +496991,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:28249", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28249", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -497480,11 +497001,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PHYKPL", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036381", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036381.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -497494,8 +497015,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8745", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -497524,8 +497044,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8946", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8946", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -497533,11 +497054,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PI15", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015010", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015010.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -497547,8 +497068,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ag5r", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -497577,8 +497097,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8946", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8946", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -497586,11 +497107,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PI15", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0020508", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0020508.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -497600,8 +497121,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ag5r2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -497630,8 +497150,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8946", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8946", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -497639,11 +497160,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PI15", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0250842", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0250842.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -497653,8 +497174,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG17575", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -497683,8 +497203,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8946", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8946", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -497692,11 +497213,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PI15", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034624", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034624.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -497706,8 +497227,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG17974", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -497736,8 +497256,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8946", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8946", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -497745,11 +497266,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PI15", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052679", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052679.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -497759,8 +497280,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG32679", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -497789,8 +497309,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8946", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8946", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -497798,11 +497319,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PI15", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035042", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035042.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -497812,8 +497333,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG3640", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -497842,8 +497362,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8946", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8946", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -497851,11 +497372,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PI15", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261848", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261848.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -497865,8 +497386,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG42780", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -497895,8 +497415,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8946", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8946", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -497904,11 +497425,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PI15", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036072", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036072.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -497918,8 +497439,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6628", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -497948,8 +497468,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8946", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8946", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -497957,11 +497478,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PI15", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030562", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030562.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -497971,8 +497492,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG9400", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -498001,8 +497521,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8946", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8946", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -498010,11 +497531,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PI15", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034623", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034623.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -498024,8 +497545,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG9822", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -498054,8 +497574,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8946", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8946", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -498063,11 +497584,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PI15", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037889", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037889.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -498077,8 +497598,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "scpr-A", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -498107,8 +497627,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8946", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8946", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -498116,11 +497637,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PI15", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037879", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037879.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -498130,8 +497651,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "scpr-C", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -498160,8 +497680,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8947", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8947", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -498169,11 +497690,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PI3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039527", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039527.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -498183,8 +497704,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5639", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -498213,8 +497733,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30031", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30031", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -498222,11 +497743,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PI4K2A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037339", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037339.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -498236,8 +497757,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pi4KII\u03b1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -498266,8 +497786,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18215", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18215", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -498275,11 +497796,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PI4K2B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037339", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037339.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -498289,8 +497810,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pi4KII\u03b1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -498319,8 +497839,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8983", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8983", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -498328,11 +497849,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PI4KA", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0267350", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0267350.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -498342,8 +497863,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pi4KIII\u03b1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -498372,8 +497892,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8984", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8984", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -498381,11 +497902,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PI4KB", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004373", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004373.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -498395,8 +497916,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "fwd", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -498425,8 +497945,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2752", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2752", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -498434,11 +497955,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PIAS1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003612", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003612.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -498448,8 +497969,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Su(var)2-10", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -498477,8 +497997,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17311", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17311", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -498486,11 +498007,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PIAS2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003612", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003612.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -498500,8 +498021,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Su(var)2-10", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -498529,8 +498049,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16861", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16861", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -498538,11 +498059,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PIAS3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003612", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003612.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -498552,8 +498073,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Su(var)2-10", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -498581,8 +498101,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:17002", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17002", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -498590,11 +498111,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PIAS4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003612", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003612.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -498604,8 +498125,166 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Su(var)2-10", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" + }, + "methodCount": 8, + "predictionMethodsMatched": [ + "Ensembl Compara", + "Hieranoid", + "OrthoFinder", + "OrthoInspector", + "PANTHER", + "PhylomeDB", + "Roundup", + "TreeFam" + ], + "predictionMethodsNotCalled": [ + "HGNC", + "ZFIN" + ], + "predictionMethodsNotMatched": [ + "InParanoid", + "OMA" + ], + "stringencyFilter": "stringent", + "totalMethodCount": 10 + }, + { + "best": "Yes", + "bestReverse": "Yes", + "gene": { + "id": "HGNC:15514", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15514", + "species": { + "commonNames": "['human', 'hsa']", + "dataProviderFullName": "Rat Genome Database", + "dataProviderShortName": "RGD", + "name": "Homo sapiens", + "shortName": "Hsa", + "taxonId": "NCBITaxon:9606" + }, + "symbol": "PICALM", + "taxonId": "NCBITaxon:9606" + }, + "homologGene": { + "id": "FB:FBgn0086372", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0086372.html", + "species": { + "commonNames": "['fly', 'fruit fly', 'dme']", + "dataProviderFullName": "FlyBase", + "dataProviderShortName": "FB", + "name": "Drosophila melanogaster", + "shortName": "Dme", + "taxonId": "NCBITaxon:7227" + }, + "symbol": "lap", + "taxonId": "NCBITaxon:7227" + }, + "methodCount": 8, + "predictionMethodsMatched": [ + "Ensembl Compara", + "Hieranoid", + "InParanoid", + "OrthoInspector", + "PANTHER", + "PhylomeDB", + "Roundup", + "TreeFam" + ], + "predictionMethodsNotCalled": [ + "HGNC", + "ZFIN" + ], + "predictionMethodsNotMatched": [ + "OMA", + "OrthoFinder" + ], + "stringencyFilter": "stringent", + "totalMethodCount": 10 + }, + { + "best": "Yes", + "bestReverse": "Yes", + "gene": { + "id": "HGNC:9394", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9394", + "species": { + "commonNames": "['human', 'hsa']", + "dataProviderFullName": "Rat Genome Database", + "dataProviderShortName": "RGD", + "name": "Homo sapiens", + "shortName": "Hsa", + "taxonId": "NCBITaxon:9606" + }, + "symbol": "PICK1", + "taxonId": "NCBITaxon:9606" + }, + "homologGene": { + "id": "FB:FBgn0032447", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032447.html", + "species": { + "commonNames": "['fly', 'fruit fly', 'dme']", + "dataProviderFullName": "FlyBase", + "dataProviderShortName": "FB", + "name": "Drosophila melanogaster", + "shortName": "Dme", + "taxonId": "NCBITaxon:7227" + }, + "symbol": "PICK1", + "taxonId": "NCBITaxon:7227" + }, + "methodCount": 9, + "predictionMethodsMatched": [ + "Ensembl Compara", + "Hieranoid", + "InParanoid", + "OMA", + "OrthoFinder", + "OrthoInspector", + "PANTHER", + "PhylomeDB", + "TreeFam" + ], + "predictionMethodsNotCalled": [ + "HGNC", + "ZFIN" + ], + "predictionMethodsNotMatched": [ + "Roundup" + ], + "stringencyFilter": "stringent", + "totalMethodCount": 10 + }, + { + "best": "Yes", + "bestReverse": "Yes", + "gene": { + "id": "HGNC:28435", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28435", + "species": { + "commonNames": "['human', 'hsa']", + "dataProviderFullName": "Rat Genome Database", + "dataProviderShortName": "RGD", + "name": "Homo sapiens", + "shortName": "Hsa", + "taxonId": "NCBITaxon:9606" + }, + "symbol": "PIERCE1", + "taxonId": "NCBITaxon:9606" + }, + "homologGene": { + "id": "FB:FBgn0083943", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0083943.html", + "species": { + "commonNames": "['fly', 'fruit fly', 'dme']", + "dataProviderFullName": "FlyBase", + "dataProviderShortName": "FB", + "name": "Drosophila melanogaster", + "shortName": "Dme", + "taxonId": "NCBITaxon:7227" + }, + "symbol": "CG34107", + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -498631,23 +498310,24 @@ }, { "best": "Yes", - "bestReverse": "Yes", + "bestReverse": "No", "gene": { - "id": "HGNC:15514", + "id": "HGNC:44654", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:44654", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "PICALM", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "PIERCE2", + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0086372", + "id": "FB:FBgn0083943", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0083943.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -498656,19 +498336,14 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "lap", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "CG34107", + "taxonId": "NCBITaxon:7227" }, - "methodCount": 8, + "methodCount": 4, "predictionMethodsMatched": [ "Ensembl Compara", - "Hieranoid", - "InParanoid", - "OrthoInspector", + "OrthoFinder", "PANTHER", - "PhylomeDB", - "Roundup", "TreeFam" ], "predictionMethodsNotCalled": [ @@ -498676,60 +498351,11 @@ "ZFIN" ], "predictionMethodsNotMatched": [ - "OMA", - "OrthoFinder" - ], - "stringencyFilter": "stringent", - "totalMethodCount": 10 - }, - { - "best": "Yes", - "bestReverse": "Yes", - "gene": { - "id": "HGNC:9394", - "species": { - "commonNames": "['human']", - "dataProviderFullName": "Rat Genome Database", - "dataProviderShortName": "RGD", - "name": "Homo sapiens", - "shortName": "Hsa", - "taxonId": "NCBITaxon:9606" - }, - "symbol": "PICK1", - "taxonId": "NCBITaxon:9606", - "url": null - }, - "homologGene": { - "id": "FB:FBgn0032447", - "species": { - "commonNames": "['fly', 'fruit fly', 'dme']", - "dataProviderFullName": "FlyBase", - "dataProviderShortName": "FB", - "name": "Drosophila melanogaster", - "shortName": "Dme", - "taxonId": "NCBITaxon:7227" - }, - "symbol": "PICK1", - "taxonId": "NCBITaxon:7227", - "url": null - }, - "methodCount": 9, - "predictionMethodsMatched": [ - "Ensembl Compara", "Hieranoid", "InParanoid", "OMA", - "OrthoFinder", "OrthoInspector", - "PANTHER", "PhylomeDB", - "TreeFam" - ], - "predictionMethodsNotCalled": [ - "HGNC", - "ZFIN" - ], - "predictionMethodsNotMatched": [ "Roundup" ], "stringencyFilter": "stringent", @@ -498740,8 +498366,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28993", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28993", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -498749,11 +498376,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PIEZO1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0264953", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0264953.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -498763,8 +498390,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Piezo", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -498793,8 +498419,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28993", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28993", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -498802,11 +498429,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PIEZO1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0267430", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0267430.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -498816,8 +498443,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pzl", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -498846,8 +498472,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26270", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26270", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -498855,11 +498482,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PIEZO2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0264953", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0264953.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -498869,8 +498496,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Piezo", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -498899,8 +498525,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26270", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26270", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -498908,11 +498535,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PIEZO2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0267430", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0267430.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -498922,8 +498549,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pzl", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -498952,8 +498578,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26220", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26220", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -498961,11 +498588,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PIF1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031540", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031540.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -498975,8 +498602,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pif1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -499004,8 +498630,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8957", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8957", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -499013,11 +498640,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PIGA", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034270", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034270.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -499027,8 +498654,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "PIG-A", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -499056,8 +498682,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8959", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8959", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -499065,11 +498692,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PIGB", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035464", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035464.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -499079,8 +498706,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "PIG-B", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -499108,8 +498734,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:50696", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:50696", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -499117,11 +498744,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PIGBOS1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0085339", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0085339.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -499131,8 +498758,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG34310", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -499161,8 +498787,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8960", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8960", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -499170,11 +498797,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PIGC", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035435", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035435.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -499184,8 +498811,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "PIG-C", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -499213,8 +498839,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8962", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8962", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -499222,11 +498849,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PIGF", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036893", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036893.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -499236,8 +498863,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "PIG-F", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -499266,8 +498892,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25985", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25985", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -499275,11 +498902,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PIGG", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033187", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033187.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -499289,8 +498916,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "PIG-G", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -499319,8 +498945,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8964", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8964", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -499328,11 +498955,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PIGH", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037535", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037535.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -499342,8 +498969,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "PIG-H", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -499372,8 +498998,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8965", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8965", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -499381,11 +499008,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PIGK", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0023545", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0023545.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -499395,8 +499022,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "PIG-K", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -499424,8 +499050,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8966", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8966", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -499433,11 +499060,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PIGL", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038763", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038763.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -499447,8 +499074,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "PIG-L", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -499477,8 +499103,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18858", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18858", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -499486,11 +499113,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PIGM", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034649", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034649.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -499500,8 +499127,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "PIG-M", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -499529,8 +499155,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8967", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8967", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -499538,11 +499165,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PIGN", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039518", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039518.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -499552,8 +499179,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG13978", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -499582,8 +499208,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8967", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8967", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -499591,11 +499218,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PIGN", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039010", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039010.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -499605,8 +499232,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG4907", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -499635,8 +499261,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8967", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8967", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -499644,11 +499271,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PIGN", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037916", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037916.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -499658,8 +499285,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5342", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -499688,8 +499314,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8967", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8967", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -499697,11 +499324,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PIGN", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037915", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037915.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -499711,8 +499338,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6790", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -499741,8 +499367,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8967", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8967", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -499750,11 +499377,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PIGN", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033479", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033479.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -499764,8 +499391,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "PIG-N", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -499793,8 +499419,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23215", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23215", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -499802,11 +499429,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PIGO", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034346", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034346.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -499816,8 +499443,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "PIG-O", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -499846,8 +499472,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3046", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3046", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -499855,11 +499482,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PIGP", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039405", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039405.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -499869,8 +499496,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "PIG-P", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -499899,8 +499525,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14135", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14135", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -499908,11 +499535,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PIGQ", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0086448", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0086448.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -499922,8 +499549,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "PIG-Q", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -499952,8 +499578,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14937", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14937", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -499961,11 +499588,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PIGS", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0265190", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0265190.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -499975,8 +499602,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "PIG-S", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -500005,8 +499631,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14938", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14938", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -500014,11 +499641,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PIGT", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030035", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030035.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -500028,8 +499655,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "PIG-T", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -500057,8 +499683,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15791", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15791", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -500066,11 +499693,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PIGU", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032052", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032052.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -500080,8 +499707,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "PIG-U", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -500110,8 +499736,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26031", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26031", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -500119,11 +499746,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PIGV", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0265174", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0265174.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -500133,8 +499760,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "PIG-V", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -500163,8 +499789,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23213", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23213", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -500172,11 +499799,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PIGW", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031422", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031422.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -500186,8 +499813,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "PIG-Wa", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -500216,8 +499842,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23213", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23213", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -500225,11 +499852,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PIGW", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035265", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035265.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -500239,8 +499866,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "PIG-Wb", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -500269,8 +499895,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26046", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26046", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -500278,11 +499905,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PIGX", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0050381", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0050381.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -500292,8 +499919,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "PIG-X", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -500322,8 +499948,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30596", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30596", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -500331,11 +499958,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PIGZ", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0266438", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0266438.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -500345,8 +499972,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "PIG-Z", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -500375,8 +500001,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:26075", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26075", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -500384,11 +500011,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PIH1D1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033224", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033224.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -500398,8 +500025,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Nop17l", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -500428,8 +500054,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25210", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25210", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -500437,11 +500064,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PIH1D2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035986", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035986.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -500451,8 +500078,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG4022", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -500481,8 +500107,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30034", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30034", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -500490,11 +500117,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PIK3AP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0020299", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0020299.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -500504,8 +500131,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "stumps", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -500534,8 +500160,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:8971", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8971", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -500543,11 +500170,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PIK3C2A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015278", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015278.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -500557,8 +500184,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pi3K68D", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -500587,8 +500213,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8972", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8972", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -500596,11 +500223,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PIK3C2B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015278", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015278.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -500610,8 +500237,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pi3K68D", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -500639,8 +500265,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:8973", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8973", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -500648,11 +500275,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PIK3C2G", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015278", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015278.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -500662,8 +500289,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pi3K68D", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -500692,8 +500318,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8974", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8974", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -500701,11 +500328,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PIK3C3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015277", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015277.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -500715,8 +500342,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pi3K59F", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -500744,8 +500370,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:8976", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8976", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -500753,11 +500380,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PIK3CB", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015279", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015279.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -500767,8 +500394,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pi3K92E", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -500797,8 +500423,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8977", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8977", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -500806,11 +500433,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PIK3CD", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015279", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015279.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -500820,8 +500447,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pi3K92E", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -500849,8 +500475,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:8979", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8979", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -500858,11 +500485,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PIK3R1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0020622", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0020622.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -500872,8 +500499,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pi3K21B", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -500902,8 +500528,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:8980", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8980", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -500911,11 +500538,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PIK3R2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0020622", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0020622.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -500925,8 +500552,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pi3K21B", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -500955,8 +500581,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8981", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8981", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -500964,11 +500591,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PIK3R3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0020622", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0020622.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -500978,8 +500605,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pi3K21B", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -501007,8 +500633,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8982", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8982", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -501016,11 +500643,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PIK3R4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0260935", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0260935.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -501030,8 +500657,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Vps15", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -501059,8 +500685,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23785", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23785", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -501068,11 +500695,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PIKFYVE", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028741", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028741.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -501082,8 +500709,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "fab1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -501112,8 +500738,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8988", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8988", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -501121,11 +500748,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PIN1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052845", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052845.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -501135,8 +500762,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG32845", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -501165,8 +500791,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8988", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8988", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -501174,11 +500801,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PIN1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015379", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015379.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -501188,8 +500815,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "dod", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -501217,8 +500843,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8992", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8992", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -501226,11 +500853,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PIN4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039305", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039305.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -501240,8 +500867,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG11858", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -501269,8 +500895,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14581", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14581", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -501278,11 +500905,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PINK1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029891", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029891.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -501292,8 +500919,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pink1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -501322,8 +500948,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30046", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30046", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -501331,11 +500958,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PINX1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034528", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034528.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -501345,8 +500972,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG11180", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -501375,8 +501001,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8997", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8997", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -501384,11 +501011,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PIP4K2A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039924", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039924.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -501398,8 +501025,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "PIP4K", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -501427,8 +501053,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:8998", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8998", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -501436,11 +501063,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PIP4K2B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039924", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039924.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -501450,8 +501077,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "PIP4K", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -501480,8 +501106,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:23786", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23786", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -501489,11 +501116,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PIP4K2C", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039924", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039924.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -501503,8 +501130,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "PIP4K", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -501533,8 +501159,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19299", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19299", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -501542,11 +501169,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PIP4P1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036058", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036058.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -501556,8 +501183,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6707", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -501585,8 +501211,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:25452", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25452", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -501594,11 +501221,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PIP4P2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036058", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036058.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -501608,8 +501235,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6707", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -501638,8 +501264,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8994", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8994", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -501647,11 +501274,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PIP5K1A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034789", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034789.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -501661,8 +501288,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "PIP5K59B", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -501691,8 +501317,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8994", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8994", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -501700,11 +501327,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PIP5K1A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0016984", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0016984.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -501714,8 +501341,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "sktl", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -501744,8 +501370,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:8995", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8995", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -501753,11 +501380,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PIP5K1B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034789", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034789.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -501767,8 +501394,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "PIP5K59B", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -501797,8 +501423,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:8995", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8995", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -501806,11 +501433,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PIP5K1B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0016984", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0016984.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -501820,8 +501447,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "sktl", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -501850,8 +501476,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:8996", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8996", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -501859,11 +501486,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PIP5K1C", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034789", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034789.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -501873,8 +501500,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "PIP5K59B", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -501903,8 +501529,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:23733", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23733", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -501912,11 +501539,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PIPSL", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034789", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034789.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -501926,8 +501553,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "PIP5K59B", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -501956,8 +501582,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:23733", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23733", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -501965,11 +501592,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PIPSL", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0016984", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0016984.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -501979,8 +501606,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "sktl", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -502009,8 +501635,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8999", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8999", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -502018,11 +501645,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PISD", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0026576", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026576.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -502032,8 +501659,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pisd", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -502061,8 +501687,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25022", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25022", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -502070,11 +501697,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PITHD1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032445", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032445.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -502084,8 +501711,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6153", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -502113,8 +501739,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9001", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9001", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -502122,11 +501749,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PITPNA", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0267975", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0267975.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -502136,8 +501763,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "vib", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -502166,8 +501792,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9002", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9002", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -502175,11 +501802,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PITPNB", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0267975", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0267975.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -502189,8 +501816,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "vib", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -502219,8 +501845,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21045", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21045", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -502228,11 +501855,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PITPNC1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027872", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027872.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -502242,8 +501869,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "rdgB\u03b2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -502272,8 +501898,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:9003", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9003", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -502281,11 +501908,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PITPNM1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003218", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003218.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -502295,8 +501922,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "rdgB", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -502325,8 +501951,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21044", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21044", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -502334,11 +501961,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PITPNM2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003218", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003218.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -502348,8 +501975,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "rdgB", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -502378,8 +502004,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:21043", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21043", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -502387,11 +502014,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PITPNM3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003218", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003218.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -502401,8 +502028,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "rdgB", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -502431,8 +502057,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17663", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17663", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -502440,11 +502067,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PITRM1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033005", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033005.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -502454,8 +502081,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG3107", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -502483,8 +502109,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:9004", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9004", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -502492,11 +502119,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PITX1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0020912", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0020912.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -502506,8 +502133,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ptx1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -502536,8 +502162,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9005", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9005", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -502545,11 +502172,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PITX2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0020912", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0020912.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -502559,8 +502186,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ptx1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -502589,8 +502215,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:9006", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9006", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -502598,11 +502225,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PITX3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0020912", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0020912.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -502612,8 +502239,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ptx1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -502642,8 +502268,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9007", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9007", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -502651,11 +502278,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PIWIL1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0250816", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0250816.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -502665,8 +502292,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "AGO3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -502695,8 +502321,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9007", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9007", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -502704,11 +502331,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PIWIL1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000146", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000146.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -502718,8 +502345,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "aub", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -502748,8 +502374,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9007", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9007", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -502757,11 +502384,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PIWIL1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004872", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004872.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -502771,8 +502398,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "piwi", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -502801,8 +502427,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17644", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17644", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -502810,11 +502437,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PIWIL2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0250816", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0250816.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -502824,8 +502451,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "AGO3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -502854,8 +502480,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:18443", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18443", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -502863,11 +502490,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PIWIL3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0250816", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0250816.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -502877,8 +502504,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "AGO3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -502907,8 +502533,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:18443", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18443", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -502916,11 +502543,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PIWIL3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000146", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000146.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -502930,8 +502557,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "aub", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -502960,8 +502586,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18443", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18443", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -502969,11 +502596,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PIWIL3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004872", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004872.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -502983,8 +502610,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "piwi", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -503013,8 +502639,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:18444", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18444", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -503022,11 +502649,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PIWIL4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0250816", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0250816.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -503036,8 +502663,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "AGO3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -503066,8 +502692,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21715", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21715", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -503075,11 +502702,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PKD1L2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036712", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036712.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -503089,8 +502716,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "brv2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -503119,8 +502745,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:9009", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9009", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -503128,11 +502755,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PKD2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0041195", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0041195.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -503142,8 +502769,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pkd2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -503172,8 +502798,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9011", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9011", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -503181,11 +502808,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PKD2L1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0041195", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0041195.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -503195,8 +502822,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pkd2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -503225,8 +502851,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:9012", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9012", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -503234,11 +502861,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PKD2L2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0041195", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0041195.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -503248,8 +502875,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pkd2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -503278,8 +502904,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9020", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9020", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -503287,11 +502914,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PKLR", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036723", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036723.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -503301,8 +502928,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG12229", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -503331,8 +502957,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9020", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9020", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -503340,11 +502967,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PKLR", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031462", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031462.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -503354,8 +502981,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG2964", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -503384,8 +503010,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9020", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9020", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -503393,11 +503020,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PKLR", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038952", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038952.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -503407,8 +503034,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7069", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -503437,8 +503063,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9020", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9020", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -503446,11 +503073,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PKLR", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038258", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038258.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -503460,8 +503087,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7362", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -503490,8 +503116,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9020", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9020", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -503499,11 +503126,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PKLR", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0267385", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0267385.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -503513,8 +503140,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "PyK", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -503542,8 +503168,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9021", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9021", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -503551,11 +503178,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PKM", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036723", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036723.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -503565,8 +503192,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG12229", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -503595,8 +503221,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9021", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9021", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -503604,11 +503231,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PKM", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031462", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031462.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -503618,8 +503245,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG2964", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -503648,8 +503274,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9021", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9021", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -503657,11 +503284,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PKM", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038952", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038952.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -503671,8 +503298,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7069", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -503701,8 +503327,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9021", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9021", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -503710,11 +503337,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PKM", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038258", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038258.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -503724,8 +503351,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7362", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -503754,8 +503380,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9021", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9021", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -503763,11 +503390,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PKM", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0267385", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0267385.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -503777,8 +503404,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "PyK", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -503806,8 +503432,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29650", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29650", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -503815,11 +503442,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PKMYT1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040298", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040298.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -503829,8 +503456,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Myt1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -503859,8 +503485,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9405", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9405", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -503868,11 +503495,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PKN1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0020621", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0020621.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -503882,8 +503509,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pkn", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -503912,8 +503538,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9406", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9406", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -503921,11 +503548,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PKN2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0020621", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0020621.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -503935,8 +503562,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pkn", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -503965,8 +503591,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:17999", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17999", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -503974,11 +503601,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PKN3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0020621", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0020621.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -503988,8 +503615,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pkn", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -504018,8 +503644,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:9023", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9023", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -504027,11 +503654,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PKP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0260799", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0260799.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -504041,8 +503668,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "p120ctn", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -504071,8 +503697,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:9024", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9024", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -504080,11 +503707,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PKP2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0260799", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0260799.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -504094,8 +503721,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "p120ctn", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -504124,8 +503750,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:9025", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9025", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -504133,11 +503760,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PKP3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0260799", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0260799.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -504147,8 +503774,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "p120ctn", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -504177,8 +503803,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:9026", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9026", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -504186,11 +503813,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PKP4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0260799", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0260799.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -504200,8 +503827,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "p120ctn", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -504230,8 +503856,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17661", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17661", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -504239,11 +503866,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PLA1A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036367", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036367.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -504253,8 +503880,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10116", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -504283,8 +503909,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17661", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17661", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -504292,11 +503919,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PLA1A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035697", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035697.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -504306,8 +503933,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10163", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -504336,8 +503962,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17661", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17661", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -504345,11 +503972,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PLA1A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035453", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035453.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -504359,8 +503986,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10357", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -504389,8 +504015,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17661", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17661", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -504398,11 +504025,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PLA1A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032612", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032612.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -504412,8 +504039,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG13282", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -504442,8 +504068,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17661", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17661", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -504451,11 +504078,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PLA1A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0250847", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0250847.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -504465,8 +504092,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG14034", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -504495,8 +504121,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17661", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17661", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -504504,11 +504131,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PLA1A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039473", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039473.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -504518,8 +504145,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG17191", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -504548,8 +504174,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17661", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17661", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -504557,11 +504184,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PLA1A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039472", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039472.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -504571,8 +504198,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG17192", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -504601,8 +504227,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17661", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17661", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -504610,11 +504237,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PLA1A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0085476", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0085476.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -504624,8 +504251,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG34447", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -504654,8 +504280,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17661", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17661", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -504663,11 +504290,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PLA1A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0085477", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0085477.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -504677,8 +504304,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG34448", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -504707,8 +504333,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17661", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17661", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -504716,11 +504343,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PLA1A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0264979", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0264979.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -504730,8 +504357,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG4267", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -504760,8 +504386,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17661", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17661", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -504769,11 +504396,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PLA1A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039344", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039344.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -504783,8 +504410,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG4582", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -504813,8 +504439,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17661", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17661", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -504822,11 +504449,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PLA1A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039476", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039476.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -504836,8 +504463,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6271", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -504866,8 +504492,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17661", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17661", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -504875,11 +504502,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PLA1A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039474", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039474.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -504889,8 +504516,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6283", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -504919,8 +504545,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17661", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17661", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -504928,11 +504555,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PLA1A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039471", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039471.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -504942,8 +504569,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6295", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -504972,8 +504598,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17661", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17661", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -504981,11 +504608,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PLA1A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039470", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039470.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -504995,8 +504622,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6296", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -505025,8 +504651,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17661", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17661", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -505034,11 +504661,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PLA1A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034166", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034166.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -505048,8 +504675,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6472", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -505078,8 +504704,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17661", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17661", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -505087,11 +504714,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PLA1A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032973", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032973.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -505101,8 +504728,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6675", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -505131,8 +504757,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17661", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17661", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -505140,11 +504767,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PLA1A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031976", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031976.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -505154,8 +504781,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7367", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -505184,8 +504810,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17661", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17661", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -505193,11 +504820,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PLA1A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038398", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038398.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -505207,8 +504834,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "sxe2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -505237,8 +504863,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17661", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17661", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -505246,11 +504873,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PLA1A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004045", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004045.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -505260,8 +504887,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Yp1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -505290,8 +504916,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17661", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17661", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -505299,11 +504926,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PLA1A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0005391", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0005391.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -505313,8 +504940,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Yp2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -505343,8 +504969,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17661", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17661", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -505352,11 +504979,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PLA1A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004047", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004047.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -505366,8 +504993,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Yp3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -505396,8 +505022,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:9029", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9029", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -505405,11 +505032,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PLA2G10", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039655", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039655.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -505419,8 +505046,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG14507", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -505449,8 +505075,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18554", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18554", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -505458,11 +505085,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PLA2G12A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036545", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036545.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -505472,8 +505099,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "GXIVsPLA2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -505502,8 +505128,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18555", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18555", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -505511,11 +505138,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PLA2G12B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036545", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036545.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -505525,8 +505152,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "GXIVsPLA2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -505555,8 +505181,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17163", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17163", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -505564,11 +505191,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PLA2G15", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0042175", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0042175.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -505578,8 +505205,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG18858", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -505607,8 +505233,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17163", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17163", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -505616,11 +505243,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PLA2G15", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051683", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051683.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -505630,8 +505257,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG31683", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -505659,8 +505285,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9030", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9030", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -505668,11 +505295,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PLA2G1B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039655", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039655.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -505682,8 +505309,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG14507", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -505712,8 +505338,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17934", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17934", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -505721,11 +505348,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PLA2G3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029720", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029720.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -505735,8 +505362,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG3009", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -505765,8 +505391,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17934", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17934", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -505774,11 +505401,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PLA2G3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0050503", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0050503.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -505788,8 +505415,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG30503", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -505818,8 +505444,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17934", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17934", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -505827,11 +505454,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PLA2G3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0250862", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0250862.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -505841,8 +505468,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG42237", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -505871,8 +505497,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17934", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17934", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -505880,11 +505507,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PLA2G3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030013", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030013.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -505894,8 +505521,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "GIIIspla2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -505924,8 +505550,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17934", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17934", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -505933,11 +505560,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PLA2G3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033170", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033170.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -505947,8 +505574,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "sPLA2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -505977,8 +505603,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9039", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9039", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -505986,11 +505613,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PLA2G6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036053", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036053.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -506000,8 +505627,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "iPLA2-VIA", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -506030,8 +505656,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9043", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9043", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -506039,11 +505666,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PLAA", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0024314", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0024314.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -506053,8 +505680,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Plap", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -506082,8 +505708,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30041", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30041", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -506091,11 +505718,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PLB1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031735", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031735.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -506105,8 +505732,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG11029", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -506135,8 +505761,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30041", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30041", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -506144,11 +505771,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PLB1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036939", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036939.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -506158,8 +505785,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7365", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -506188,8 +505814,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:26215", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26215", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -506197,11 +505824,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PLBD1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0016031", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0016031.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -506211,8 +505838,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "lama", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -506241,8 +505867,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:27283", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:27283", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -506250,11 +505877,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PLBD2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0016031", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0016031.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -506264,8 +505891,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "lama", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -506293,8 +505919,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15917", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15917", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -506302,11 +505929,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PLCB1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004611", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004611.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -506316,8 +505943,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Plc21C", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -506345,8 +505971,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:9055", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9055", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -506354,11 +505981,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PLCB2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004611", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004611.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -506368,8 +505995,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Plc21C", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -506398,8 +506024,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9056", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9056", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -506407,11 +506034,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PLCB3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004611", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004611.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -506421,8 +506048,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Plc21C", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -506450,8 +506076,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9059", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9059", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -506459,11 +506086,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PLCB4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0262738", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0262738.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -506473,8 +506100,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "norpA", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -506503,8 +506129,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9065", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9065", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -506512,11 +506139,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PLCG1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003416", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003416.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -506526,8 +506153,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "sl", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -506556,8 +506182,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:9066", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9066", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -506565,11 +506192,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PLCG2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003416", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003416.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -506579,8 +506206,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "sl", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -506609,8 +506235,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:23148", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23148", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -506618,11 +506245,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PLCXD1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032845", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032845.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -506632,8 +506259,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10747", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -506662,8 +506288,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23148", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23148", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -506671,11 +506298,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PLCXD1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036560", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036560.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -506685,8 +506312,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5895", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -506715,8 +506341,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23148", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23148", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -506724,11 +506351,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PLCXD1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032402", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032402.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -506738,8 +506365,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "PLCXD", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -506768,8 +506394,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26462", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26462", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -506777,11 +506404,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PLCXD2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032845", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032845.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -506791,8 +506418,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10747", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -506820,8 +506446,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26462", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26462", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -506829,11 +506456,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PLCXD2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032402", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032402.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -506843,8 +506470,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "PLCXD", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -506873,8 +506499,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:31822", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:31822", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -506882,11 +506509,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PLCXD3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032845", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032845.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -506896,8 +506523,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10747", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -506925,8 +506551,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:31822", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:31822", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -506934,11 +506561,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PLCXD3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032402", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032402.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -506948,8 +506575,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "PLCXD", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -506978,8 +506604,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9067", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9067", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -506987,11 +506614,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PLD1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0286511", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0286511.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -507001,8 +506628,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pld", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -507030,8 +506656,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9068", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9068", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -507039,11 +506666,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PLD2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0286511", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0286511.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -507053,8 +506680,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pld", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -507082,8 +506708,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17158", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17158", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -507091,11 +506718,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PLD3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0263050", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0263050.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -507105,8 +506732,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG43345", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -507135,8 +506761,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17158", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17158", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -507144,11 +506771,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PLD3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032923", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032923.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -507158,8 +506785,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pld3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -507187,8 +506813,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23792", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23792", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -507196,11 +506823,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PLD4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0263050", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0263050.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -507210,8 +506837,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG43345", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -507240,8 +506866,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:23792", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23792", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -507249,11 +506876,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PLD4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032923", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032923.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -507263,8 +506890,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pld3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -507293,8 +506919,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:26879", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26879", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -507302,11 +506929,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PLD5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0263050", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0263050.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -507316,8 +506943,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG43345", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -507346,8 +506972,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:26879", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26879", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -507355,11 +506982,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PLD5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032923", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032923.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -507369,8 +506996,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pld3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -507399,8 +507025,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30447", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30447", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -507408,11 +507035,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PLD6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261266", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261266.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -507422,8 +507049,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "zuc", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -507452,8 +507078,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:9069", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9069", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -507461,11 +507088,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PLEC", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0013733", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0013733.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -507475,8 +507102,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "shot", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -507505,8 +507131,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30036", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30036", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -507514,11 +507141,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PLEKHA5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0085412", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0085412.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -507528,8 +507155,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "kmr", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -507558,8 +507184,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17053", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17053", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -507567,11 +507194,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PLEKHA6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0085412", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0085412.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -507581,8 +507208,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "kmr", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -507611,8 +507237,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:27049", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:27049", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -507620,11 +507247,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PLEKHA7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0085412", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0085412.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -507634,8 +507261,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "kmr", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -507664,8 +507290,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:30037", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30037", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -507673,11 +507300,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PLEKHA8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030641", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030641.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -507687,8 +507314,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6299", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -507717,8 +507343,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:20764", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20764", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -507726,11 +507353,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PLEKHF1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0025381", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0025381.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -507740,8 +507367,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "rush", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -507770,8 +507396,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20757", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20757", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -507779,11 +507406,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PLEKHF2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0025381", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0025381.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -507793,8 +507420,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "rush", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -507822,8 +507448,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20884", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20884", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -507831,11 +507458,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PLEKHG1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0050115", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0050115.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -507845,8 +507472,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "GEFmeso", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -507875,8 +507501,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29515", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29515", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -507884,11 +507511,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PLEKHG2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0050115", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0050115.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -507898,8 +507525,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "GEFmeso", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -507928,8 +507554,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:20364", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20364", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -507937,11 +507564,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PLEKHG3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0050115", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0050115.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -507951,8 +507578,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "GEFmeso", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -507981,8 +507607,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:24501", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24501", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -507990,11 +507617,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PLEKHG4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035802", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035802.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -508004,8 +507631,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pura", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -508034,8 +507660,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29399", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29399", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -508043,11 +507670,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PLEKHG4B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035802", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035802.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -508057,8 +507684,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pura", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -508087,8 +507713,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29105", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29105", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -508096,11 +507723,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PLEKHG5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261556", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261556.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -508110,8 +507737,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG42674", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -508140,8 +507766,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:25562", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25562", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -508149,11 +507776,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PLEKHG6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261556", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261556.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -508163,8 +507790,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG42674", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -508193,8 +507819,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17733", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17733", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -508202,11 +507829,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PLEKHH1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0264449", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0264449.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -508216,8 +507843,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG43867", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -508246,8 +507872,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30506", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30506", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -508255,11 +507882,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PLEKHH2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0264449", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0264449.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -508269,8 +507896,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG43867", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -508299,8 +507925,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29017", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29017", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -508308,11 +507935,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PLEKHM1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034694", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034694.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -508322,8 +507949,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Plekhm1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -508352,8 +507978,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29131", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29131", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -508361,11 +507988,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PLEKHM2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037949", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037949.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -508375,8 +508002,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "prd1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -508405,8 +508031,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:34006", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:34006", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -508414,11 +508041,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PLEKHM3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034694", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034694.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -508428,8 +508055,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Plekhm1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -508458,8 +508084,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23633", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23633", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -508467,11 +508094,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PLGRKT", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030559", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030559.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -508481,8 +508108,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG13404", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -508510,8 +508136,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9076", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9076", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -508519,11 +508146,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PLIN1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030608", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030608.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -508533,8 +508160,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Lsd-2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -508563,8 +508189,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:248", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:248", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -508572,11 +508199,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PLIN2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030608", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030608.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -508586,8 +508213,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Lsd-2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -508616,8 +508242,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16893", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16893", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -508625,11 +508252,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PLIN3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039114", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039114.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -508639,8 +508266,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Lsd-1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -508669,8 +508295,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:16893", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16893", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -508678,11 +508305,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PLIN3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030608", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030608.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -508692,8 +508319,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Lsd-2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -508722,8 +508348,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:33196", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:33196", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -508731,11 +508358,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PLIN5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039114", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039114.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -508745,8 +508372,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Lsd-1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -508775,8 +508401,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:33196", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:33196", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -508784,11 +508411,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PLIN5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030608", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030608.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -508798,8 +508425,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Lsd-2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -508828,8 +508454,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9077", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9077", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -508837,11 +508464,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PLK1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003124", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003124.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -508851,8 +508478,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "polo", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -508881,8 +508507,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11397", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11397", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -508890,11 +508517,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PLK4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0026371", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026371.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -508904,8 +508531,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "SAK", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -508933,8 +508559,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:18553", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18553", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -508942,11 +508569,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PLLP", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030234", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030234.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -508956,8 +508583,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG15211", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -508986,8 +508612,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9081", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9081", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -508995,11 +508622,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PLOD1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036147", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036147.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -509009,8 +508636,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Plod", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -509038,8 +508664,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:9082", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9082", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -509047,11 +508674,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PLOD2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036147", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036147.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -509061,8 +508688,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Plod", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -509091,8 +508717,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9083", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9083", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -509100,11 +508727,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PLOD3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036147", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036147.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -509114,8 +508741,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Plod", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -509143,8 +508769,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:9086", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9086", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -509152,11 +508779,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PLP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037092", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037092.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -509166,8 +508793,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "M6", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -509196,8 +508822,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:9087", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9087", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -509205,11 +508832,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PLP2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030234", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030234.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -509219,8 +508846,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG15211", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -509249,8 +508875,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9457", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9457", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -509258,11 +508885,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PLPBP", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039751", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039751.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -509272,8 +508899,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG1983", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -509302,8 +508928,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9228", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9228", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -509311,11 +508938,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PLPP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037167", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037167.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -509325,8 +508952,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG11425", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -509355,8 +508981,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9228", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9228", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -509364,11 +508991,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PLPP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037166", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037166.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -509378,8 +509005,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG11426", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -509408,8 +509034,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9228", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9228", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -509417,11 +509044,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PLPP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037165", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037165.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -509431,8 +509058,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG11437", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -509461,8 +509087,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9228", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9228", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -509470,11 +509097,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PLPP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037164", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037164.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -509484,8 +509111,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG11438", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -509514,8 +509140,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9228", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9228", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -509523,11 +509150,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PLPP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037163", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037163.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -509537,8 +509164,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "laza", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -509567,8 +509193,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9228", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9228", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -509576,11 +509203,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PLPP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0016078", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0016078.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -509590,8 +509217,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "wun", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -509619,8 +509245,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9228", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9228", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -509628,11 +509255,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PLPP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0041087", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0041087.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -509642,8 +509269,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "wun2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -509671,8 +509297,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9230", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9230", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -509680,11 +509307,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PLPP2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037167", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037167.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -509694,8 +509321,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG11425", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -509724,8 +509350,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9230", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9230", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -509733,11 +509360,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PLPP2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037166", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037166.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -509747,8 +509374,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG11426", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -509777,8 +509403,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9230", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9230", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -509786,11 +509413,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PLPP2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037165", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037165.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -509800,8 +509427,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG11437", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -509830,8 +509456,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9230", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9230", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -509839,11 +509466,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PLPP2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037164", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037164.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -509853,8 +509480,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG11438", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -509883,8 +509509,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:9230", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9230", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -509892,11 +509519,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PLPP2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0016078", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0016078.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -509906,8 +509533,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "wun", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -509936,8 +509562,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:9230", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9230", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -509945,11 +509572,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PLPP2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0041087", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0041087.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -509959,8 +509586,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "wun2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -509989,8 +509615,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9229", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9229", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -509998,11 +509625,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PLPP3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037167", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037167.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -510012,8 +509639,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG11425", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -510042,8 +509668,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9229", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9229", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -510051,11 +509678,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PLPP3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037166", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037166.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -510065,8 +509692,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG11426", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -510095,8 +509721,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9229", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9229", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -510104,11 +509731,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PLPP3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037165", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037165.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -510118,8 +509745,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG11437", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -510148,8 +509774,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9229", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9229", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -510157,11 +509784,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PLPP3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037164", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037164.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -510171,8 +509798,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG11438", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -510201,8 +509827,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9229", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9229", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -510210,11 +509837,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PLPP3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037163", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037163.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -510224,8 +509851,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "laza", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -510254,8 +509880,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9229", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9229", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -510263,11 +509890,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PLPP3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0016078", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0016078.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -510277,8 +509904,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "wun", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -510306,8 +509932,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9229", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9229", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -510315,11 +509942,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PLPP3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0041087", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0041087.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -510329,8 +509956,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "wun2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -510358,8 +509984,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23531", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23531", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -510367,11 +509994,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PLPP4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037341", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037341.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -510381,8 +510008,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG12746", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -510410,8 +510036,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25026", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25026", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -510419,11 +510046,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PLPP5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037341", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037341.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -510433,8 +510060,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG12746", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -510462,8 +510088,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:23682", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23682", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -510471,11 +510098,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PLPP6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051717", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051717.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -510485,8 +510112,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG31717", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -510515,8 +510141,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28174", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28174", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -510524,11 +510151,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PLPP7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051717", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051717.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -510538,8 +510165,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG31717", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -510567,8 +510193,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:25993", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25993", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -510576,11 +510203,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PLPPR1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037165", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037165.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -510590,8 +510217,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG11437", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -510620,8 +510246,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:29566", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29566", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -510629,11 +510256,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PLPPR2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037165", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037165.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -510643,8 +510270,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG11437", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -510673,8 +510299,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:23497", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23497", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -510682,11 +510309,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PLPPR3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037165", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037165.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -510696,8 +510323,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG11437", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -510726,8 +510352,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:23496", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23496", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -510735,11 +510362,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PLPPR4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037165", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037165.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -510749,8 +510376,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG11437", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -510779,8 +510405,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:31703", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:31703", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -510788,11 +510415,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PLPPR5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037165", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037165.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -510802,8 +510429,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG11437", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -510832,8 +510458,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9089", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9089", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -510841,11 +510468,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PLRG1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030365", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030365.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -510855,8 +510482,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Tango4", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -510884,8 +510510,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:9090", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9090", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -510893,11 +510520,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PLS1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0024238", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0024238.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -510907,8 +510534,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Fim", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -510937,8 +510563,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9091", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9091", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -510946,11 +510573,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PLS3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0024238", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0024238.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -510960,8 +510587,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Fim", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -510989,8 +510615,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9092", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9092", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -510998,11 +510625,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PLSCR1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052056", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052056.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -511012,8 +510639,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "scramb1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -511042,8 +510668,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9092", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9092", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -511051,11 +510678,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PLSCR1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035390", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035390.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -511065,8 +510692,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "scramb2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -511095,8 +510721,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:16494", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16494", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -511104,11 +510731,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PLSCR2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052056", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052056.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -511118,8 +510745,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "scramb1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -511148,8 +510774,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:16495", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16495", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -511157,11 +510784,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PLSCR3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052056", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052056.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -511171,8 +510798,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "scramb1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -511201,8 +510827,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:16495", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16495", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -511210,11 +510837,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PLSCR3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035390", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035390.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -511224,8 +510851,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "scramb2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -511254,8 +510880,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:16497", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16497", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -511263,11 +510890,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PLSCR4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052056", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052056.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -511277,8 +510904,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "scramb1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -511307,8 +510933,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:16497", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16497", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -511316,11 +510943,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PLSCR4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035390", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035390.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -511330,8 +510957,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "scramb2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -511360,8 +510986,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:19952", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19952", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -511369,11 +510996,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PLSCR5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052056", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052056.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -511383,8 +511010,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "scramb1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -511413,8 +511039,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:19952", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19952", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -511422,11 +511049,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PLSCR5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035390", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035390.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -511436,8 +511063,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "scramb2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -511466,8 +511092,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20945", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20945", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -511475,11 +511102,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PLXDC1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028331", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028331.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -511489,8 +511116,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "l(1)G0289", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -511519,8 +511145,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:21013", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21013", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -511528,11 +511155,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PLXDC2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028331", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028331.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -511542,8 +511169,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "l(1)G0289", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -511572,8 +511198,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:9099", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9099", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -511581,11 +511208,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PLXNA1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0025741", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0025741.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -511595,8 +511222,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "PlexA", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -511625,8 +511251,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9100", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9100", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -511634,11 +511261,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PLXNA2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0025741", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0025741.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -511648,8 +511275,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "PlexA", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -511677,8 +511303,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9101", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9101", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -511686,11 +511313,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PLXNA3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0025741", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0025741.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -511700,8 +511327,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "PlexA", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -511729,8 +511355,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9102", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9102", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -511738,11 +511365,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PLXNA4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0025741", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0025741.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -511752,8 +511379,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "PlexA", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -511781,8 +511407,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:9103", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9103", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -511790,11 +511417,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PLXNB1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0025740", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0025740.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -511804,8 +511431,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "PlexB", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -511834,8 +511460,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9104", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9104", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -511843,11 +511470,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PLXNB2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0025740", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0025740.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -511857,8 +511484,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "PlexB", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -511887,8 +511513,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9105", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9105", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -511896,11 +511523,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PLXNB3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0025740", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0025740.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -511910,8 +511537,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "PlexB", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -511940,8 +511566,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:9106", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9106", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -511949,11 +511576,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PLXNC1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0025740", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0025740.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -511963,8 +511590,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "PlexB", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -511993,8 +511619,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:9107", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9107", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -512002,11 +511629,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PLXND1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0025740", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0025740.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -512016,8 +511643,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "PlexB", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -512046,8 +511672,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14107", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14107", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -512055,11 +511682,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PMEPA1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036576", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036576.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -512069,8 +511696,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5151", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -512099,8 +511725,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9113", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9113", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -512108,11 +511735,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PML", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0026206", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026206.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -512122,8 +511749,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mei-P26", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -512152,8 +511778,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:9114", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9114", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -512161,11 +511788,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PMM1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036300", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036300.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -512175,8 +511802,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pmm2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -512205,8 +511831,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9115", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9115", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -512214,11 +511841,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PMM2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036300", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036300.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -512228,8 +511855,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pmm2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -512257,8 +511883,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:9117", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9117", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -512266,11 +511893,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PMP2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037913", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037913.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -512280,8 +511907,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "fabp", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -512310,8 +511936,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18667", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18667", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -512319,11 +511946,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PMPCA", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033235", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033235.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -512333,8 +511960,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8728", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -512362,8 +511988,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9119", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9119", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -512371,11 +511998,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PMPCB", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038271", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038271.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -512385,8 +512012,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "UQCR-C1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -512414,8 +512040,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9122", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9122", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -512423,11 +512050,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PMS2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0011660", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0011660.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -512437,8 +512064,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pms2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -512466,8 +512092,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9141", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9141", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -512475,11 +512102,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PMVK", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032811", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032811.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -512488,9 +512115,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG10268", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Pmvk", + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -512518,8 +512144,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:13415", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13415", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -512527,11 +512154,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PNCK", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0016126", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0016126.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -512541,8 +512168,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CaMKI", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -512571,8 +512197,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21222", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21222", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -512580,11 +512207,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PNISR", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051211", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051211.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -512594,8 +512221,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG31211", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -512624,8 +512250,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9154", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9154", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -512633,11 +512260,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PNKP", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037578", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037578.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -512647,8 +512274,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "PNKP", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -512676,8 +512302,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9155", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9155", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -512685,11 +512312,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PNLIP", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034928", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034928.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -512699,8 +512326,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG13562", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -512729,8 +512355,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9155", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9155", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -512738,11 +512365,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PNLIP", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029831", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029831.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -512752,8 +512379,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5966", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -512782,8 +512408,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9155", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9155", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -512791,11 +512418,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PNLIP", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030884", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030884.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -512805,8 +512432,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6847", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -512835,8 +512461,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9156", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9156", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -512844,11 +512471,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PNLIPRP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029831", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029831.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -512858,8 +512485,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5966", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -512888,8 +512514,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9156", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9156", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -512897,11 +512524,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PNLIPRP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030884", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030884.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -512911,8 +512538,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6847", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -512941,8 +512567,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:9157", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9157", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -512950,11 +512577,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PNLIPRP2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029831", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029831.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -512964,8 +512591,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5966", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -512994,8 +512620,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9157", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9157", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -513003,11 +512630,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PNLIPRP2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030884", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030884.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -513017,8 +512644,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6847", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -513047,8 +512673,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:23492", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23492", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -513056,11 +512683,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PNLIPRP3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029831", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029831.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -513070,8 +512697,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5966", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -513100,8 +512726,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9162", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9162", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -513109,11 +512736,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PNN", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037737", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037737.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -513123,8 +512750,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pnn", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -513153,8 +512779,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:32790", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:32790", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -513162,11 +512789,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PNO1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027334", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027334.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -513176,8 +512803,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "l(1)G0004", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -513205,8 +512831,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7892", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7892", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -513214,11 +512841,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PNP", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035348", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035348.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -513228,8 +512855,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG16758", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -513258,8 +512884,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7892", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7892", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -513267,11 +512894,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PNP", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034898", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034898.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -513281,8 +512908,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG18128", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -513311,8 +512937,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:21246", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21246", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -513320,11 +512947,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PNPLA1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036449", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036449.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -513334,8 +512961,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "bmm", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -513364,8 +512990,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30802", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30802", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -513373,11 +513000,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PNPLA2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036449", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036449.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -513387,8 +513014,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "bmm", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -513417,8 +513043,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18590", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18590", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -513426,11 +513053,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PNPLA3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036449", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036449.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -513440,8 +513067,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "bmm", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -513470,8 +513096,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24888", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24888", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -513479,11 +513106,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PNPLA5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036449", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036449.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -513493,8 +513120,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "bmm", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -513523,8 +513149,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24888", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24888", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -513532,11 +513159,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PNPLA5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030607", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030607.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -513546,8 +513173,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "dob", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -513576,8 +513202,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16268", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16268", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -513585,11 +513212,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PNPLA6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003656", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003656.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -513599,8 +513226,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "sws", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -513629,8 +513255,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24768", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24768", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -513638,11 +513265,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PNPLA7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003656", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003656.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -513652,8 +513279,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "sws", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -513682,8 +513308,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30260", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30260", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -513691,11 +513318,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PNPO", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051473", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051473.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -513705,8 +513332,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG31473", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -513735,8 +513361,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30260", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30260", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -513744,11 +513371,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PNPO", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051472", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051472.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -513758,8 +513385,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "sgll", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -513787,8 +513413,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23166", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23166", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -513796,11 +513423,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PNPT1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039846", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039846.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -513810,8 +513437,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "PNPase", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -513839,8 +513465,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17278", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17278", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -513848,11 +513475,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PNRC1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0286516", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0286516.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -513862,8 +513489,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "aqz", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -513892,8 +513518,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23158", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23158", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -513901,11 +513528,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PNRC2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0286516", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0286516.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -513915,8 +513542,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "aqz", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -513945,8 +513571,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24488", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24488", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -513954,11 +513581,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "POC1A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036354", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036354.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -513968,8 +513595,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Poc1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -513998,8 +513624,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30836", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30836", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -514007,11 +513634,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "POC1B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036354", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036354.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -514021,8 +513648,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Poc1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -514051,8 +513677,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:42957", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:42957", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -514060,11 +513687,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "POC1B-GALNT4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034025", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034025.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -514074,8 +513701,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pgant1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -514104,8 +513730,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:42957", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:42957", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -514113,11 +513740,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "POC1B-GALNT4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0050463", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0050463.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -514127,8 +513754,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pgant9", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -514157,8 +513783,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14988", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14988", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -514166,11 +513793,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "POFUT1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033901", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033901.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -514180,8 +513807,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "O-fut1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -514210,8 +513836,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14683", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14683", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -514219,11 +513846,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "POFUT2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027791", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027791.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -514233,8 +513860,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "O-fut2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -514262,8 +513888,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:22954", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:22954", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -514271,11 +513898,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "POGLUT1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051139", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051139.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -514285,8 +513912,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG31139", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -514315,8 +513941,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:22954", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:22954", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -514324,11 +513951,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "POGLUT1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0086253", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0086253.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -514338,8 +513965,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "rumi", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -514367,8 +513993,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:18801", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18801", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -514376,11 +514003,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "POGZ", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033998", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033998.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -514390,8 +514017,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "row", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -514420,8 +514046,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9173", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9173", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -514429,11 +514056,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "POLA1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0259113", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0259113.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -514442,9 +514069,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "DNApol-\u03b1180", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "PolA1", + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -514472,8 +514098,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30073", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30073", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -514481,11 +514108,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "POLA2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0005696", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0005696.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -514494,9 +514121,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "DNApol-\u03b173", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "PolA2", + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -514525,8 +514151,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9175", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9175", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -514534,11 +514161,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "POLD1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0263600", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0263600.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -514547,9 +514174,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "DNApol-\u03b4", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "PolD1", + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -514577,8 +514203,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9176", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9176", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -514586,11 +514213,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "POLD2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027903", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027903.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -514599,9 +514226,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "Pol31", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "PolD2", + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -514629,8 +514255,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23781", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23781", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -514638,11 +514265,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "POLDIP2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037329", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037329.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -514652,8 +514279,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "POLDIP2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -514682,8 +514308,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23782", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23782", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -514691,11 +514318,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "POLDIP3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030956", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030956.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -514705,8 +514332,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG18259", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -514735,8 +514361,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23782", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23782", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -514744,11 +514371,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "POLDIP3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030959", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030959.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -514758,8 +514385,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6961", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -514788,8 +514414,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9177", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9177", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -514797,11 +514424,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "POLE", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0264326", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0264326.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -514810,9 +514437,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "DNApol-\u03b5255", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "PolE1", + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -514840,8 +514466,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9178", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9178", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -514849,11 +514476,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "POLE2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035644", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035644.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -514862,9 +514489,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "DNApol-\u03b558", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "PolE2", + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -514892,8 +514518,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13546", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13546", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -514901,11 +514528,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "POLE3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0043002", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0043002.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -514915,8 +514542,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Chrac-14", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -514945,8 +514571,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18755", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18755", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -514954,11 +514581,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "POLE4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034726", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034726.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -514967,9 +514594,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "Mes4", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "PolE4", + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -514998,8 +514624,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9179", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9179", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -515007,11 +514634,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "POLG", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004406", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004406.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -515020,9 +514647,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "tam", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "PolG1", + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -515051,8 +514677,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9180", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9180", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -515060,11 +514687,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "POLG2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004407", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004407.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -515073,9 +514700,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "DNApol-\u03b335", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "PolG2", + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -515104,8 +514730,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9181", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9181", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -515113,11 +514740,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "POLH", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037141", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037141.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -515126,9 +514753,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "DNApol-\u03b7", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "PolH", + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -515157,8 +514783,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9182", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9182", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -515166,11 +514793,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "POLI", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037554", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037554.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -515179,9 +514806,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "DNApol-\u03b9", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "PolI", + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -515210,8 +514836,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9186", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9186", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -515219,11 +514846,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "POLQ", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0002905", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0002905.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -515232,9 +514859,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "DNApol-\u03b8", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "PolQ", + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -515263,8 +514889,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17264", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17264", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -515272,11 +514899,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "POLR1A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0019938", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0019938.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -515285,9 +514912,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "RpI1", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Polr1A", + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -515316,8 +514942,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20454", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20454", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -515325,11 +514952,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "POLR1B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003278", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003278.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -515338,9 +514965,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "RpI135", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Polr1B", + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -515369,8 +514995,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20194", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20194", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -515378,11 +515005,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "POLR1C", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031657", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031657.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -515391,9 +515018,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG3756", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Polr1C", + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -515421,8 +515047,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20422", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20422", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -515430,11 +515057,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "POLR1D", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0086447", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0086447.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -515443,9 +515070,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "l(2)37Cg", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Polr1D", + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -515473,8 +515099,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17631", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17631", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -515482,11 +515109,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "POLR1E", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038601", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038601.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -515495,9 +515122,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG18600", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Polr1E", + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -515526,8 +515152,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18027", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18027", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -515535,11 +515162,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "POLR1F", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0042092", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0042092.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -515548,9 +515175,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG13773", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Polr1F", + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -515579,8 +515205,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13182", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13182", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -515588,11 +515215,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "POLR1H", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038903", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038903.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -515601,9 +515228,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "RpI12", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Polr1H", + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -515631,8 +515257,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9187", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9187", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -515640,11 +515267,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "POLR2A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003277", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003277.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -515653,9 +515280,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "RpII215", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Polr2A", + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -515683,8 +515309,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9188", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9188", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -515692,11 +515319,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "POLR2B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0262955", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0262955.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -515705,9 +515332,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "RpII140", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Polr2B", + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -515735,8 +515361,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9189", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9189", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -515744,11 +515371,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "POLR2C", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0026373", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026373.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -515757,9 +515384,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "Rpb3", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Polr2C", + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -515787,8 +515413,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:9191", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9191", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -515796,11 +515423,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "POLR2D", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0263738", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0263738.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -515810,8 +515437,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ada2a", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -515840,8 +515466,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9191", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9191", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -515849,11 +515476,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "POLR2D", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0263757", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0263757.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -515862,9 +515489,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "Rpb4", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Polr2D", + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -515893,8 +515519,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9192", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9192", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -515902,11 +515529,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "POLR2E", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033571", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033571.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -515915,9 +515542,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "Rpb5", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Polr2E", + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -515946,8 +515572,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9193", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9193", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -515955,11 +515582,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "POLR2F", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003275", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003275.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -515968,9 +515595,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "RpII18", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Polr2F", + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -515998,8 +515624,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9194", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9194", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -516007,11 +515634,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "POLR2G", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051155", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051155.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -516020,9 +515647,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "Rpb7", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Polr2G", + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -516050,8 +515676,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9195", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9195", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -516059,11 +515686,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "POLR2H", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037121", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037121.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -516072,9 +515699,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "Rpb8", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Polr2H", + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -516102,8 +515728,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9196", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9196", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -516111,11 +515738,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "POLR2I", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004855", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004855.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -516124,9 +515751,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "RpII15", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Polr2I", + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -516154,8 +515780,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9197", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9197", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -516163,11 +515790,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "POLR2J", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032634", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032634.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -516176,9 +515803,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "Rpb11", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Polr2J", + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -516206,8 +515832,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:33853", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:33853", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -516215,11 +515842,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "POLR2J3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032634", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032634.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -516228,9 +515855,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "Rpb11", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Polr2J", + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -516259,8 +515885,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9198", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9198", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -516268,11 +515895,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "POLR2K", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0262954", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0262954.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -516281,9 +515908,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "Rpb12", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Polr2K", + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -516311,8 +515937,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9199", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9199", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -516320,11 +515947,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "POLR2L", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039218", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039218.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -516333,9 +515960,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "Rpb10", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Polr2L", + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -516363,8 +515989,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14862", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14862", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -516372,11 +515999,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "POLR2M", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038692", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038692.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -516385,9 +516012,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "Gdn1", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Polr2M", + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -516416,8 +516042,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30074", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30074", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -516425,11 +516052,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "POLR3A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030687", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030687.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -516438,9 +516065,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "Rpc160", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Polr3A", + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -516468,8 +516094,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30348", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30348", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -516477,11 +516104,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "POLR3B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004463", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004463.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -516490,9 +516117,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "RpIII128", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Polr3B", + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -516520,8 +516146,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30076", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30076", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -516529,11 +516156,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "POLR3C", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038057", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038057.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -516542,9 +516169,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG12267", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Polr3C", + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -516572,8 +516198,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1080", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1080", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -516581,11 +516208,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "POLR3D", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036775", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036775.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -516594,9 +516221,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "Rpc53", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Polr3D", + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -516625,8 +516251,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30347", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30347", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -516634,11 +516261,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "POLR3E", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028402", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028402.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -516647,9 +516274,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "Sin", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Polr3E", + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -516678,8 +516304,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15763", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15763", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -516687,11 +516314,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "POLR3F", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038951", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038951.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -516700,9 +516327,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG5380", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Polr3F", + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -516730,8 +516356,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:30075", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30075", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -516739,11 +516366,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "POLR3G", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0053051", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0053051.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -516752,9 +516379,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG33051", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Polr3G", + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -516783,8 +516409,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28466", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28466", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -516792,11 +516419,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "POLR3GL", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0053051", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0053051.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -516805,9 +516432,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG33051", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Polr3G", + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -516836,8 +516462,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30349", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30349", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -516845,11 +516472,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "POLR3H", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036188", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036188.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -516858,9 +516485,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG7339", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Polr3H", + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -516888,8 +516514,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14121", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14121", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -516897,11 +516524,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "POLR3K", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0061362", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0061362.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -516910,9 +516537,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG33785", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Polr3K", + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -516940,8 +516566,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9200", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9200", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -516949,11 +516576,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "POLRMT", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261938", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261938.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -516962,9 +516589,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "mtRNApol", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "PolrMT", + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -516992,8 +516618,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20330", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20330", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -517001,11 +516628,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "POMP", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032884", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032884.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -517015,8 +516642,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pomp", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -517044,8 +516670,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9202", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9202", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -517053,11 +516680,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "POMT1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003292", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003292.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -517067,8 +516694,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "rt", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -517097,8 +516723,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19743", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19743", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -517106,11 +516733,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "POMT2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0086368", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0086368.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -517120,8 +516747,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "tw", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -517150,8 +516776,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30129", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30129", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -517159,11 +516786,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "POP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0026702", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026702.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -517173,8 +516800,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pop1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -517203,8 +516829,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30081", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30081", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -517212,11 +516839,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "POP4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035831", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035831.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -517226,8 +516853,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pop4", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -517256,8 +516882,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17689", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17689", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -517265,11 +516892,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "POP5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036696", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036696.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -517279,8 +516906,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pop5", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -517308,8 +516934,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19949", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19949", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -517317,11 +516944,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "POP7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0066304", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0066304.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -517331,8 +516958,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rpp20", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -517360,8 +516986,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:17648", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17648", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -517369,11 +516996,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "POPDC2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031150", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031150.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -517383,8 +517010,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "bves", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -517413,8 +517039,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:17649", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17649", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -517422,11 +517049,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "POPDC3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031150", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031150.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -517436,8 +517063,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "bves", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -517466,8 +517092,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9208", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9208", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -517475,11 +517102,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "POR", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015623", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015623.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -517489,8 +517116,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cpr", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -517518,8 +517144,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17652", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17652", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -517527,11 +517154,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PORCN", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004957", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004957.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -517541,8 +517168,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "por", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -517571,8 +517197,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16953", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16953", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -517580,11 +517207,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "POSTN", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0285925", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0285925.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -517594,8 +517221,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Fas1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -517624,8 +517250,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:16953", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16953", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -517633,11 +517260,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "POSTN", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0260745", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0260745.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -517647,8 +517274,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mfas", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -517677,8 +517303,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9211", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9211", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -517686,11 +517313,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "POU2AF1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035552", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035552.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -517700,8 +517327,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG11350", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -517730,8 +517356,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9211", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9211", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -517739,11 +517366,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "POU2AF1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051626", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051626.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -517753,8 +517380,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG31626", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -517783,8 +517409,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9211", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9211", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -517792,11 +517419,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "POU2AF1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052603", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052603.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -517806,8 +517433,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG32603", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -517836,8 +517462,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9212", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9212", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -517845,11 +517472,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "POU2F1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0085424", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0085424.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -517859,8 +517486,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "nub", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -517889,8 +517515,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9213", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9213", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -517898,11 +517525,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "POU2F2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0085424", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0085424.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -517912,8 +517539,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "nub", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -517942,8 +517568,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19864", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19864", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -517951,11 +517578,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "POU2F3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004394", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004394.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -517965,8 +517592,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "pdm2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -517995,8 +517621,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:9214", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9214", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -518004,11 +517631,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "POU3F1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0086680", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0086680.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -518018,8 +517645,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "vvl", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -518048,8 +517674,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9215", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9215", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -518057,11 +517684,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "POU3F2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0086680", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0086680.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -518071,8 +517698,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "vvl", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -518101,8 +517727,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9216", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9216", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -518110,11 +517737,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "POU3F3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0086680", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0086680.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -518124,8 +517751,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "vvl", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -518154,8 +517780,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9217", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9217", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -518163,11 +517790,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "POU3F4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0086680", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0086680.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -518177,8 +517804,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "vvl", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -518207,8 +517833,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:9218", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9218", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -518216,11 +517843,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "POU4F1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000028", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000028.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -518230,8 +517857,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "acj6", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -518260,8 +517886,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:9219", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9219", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -518269,11 +517896,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "POU4F2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000028", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000028.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -518283,8 +517910,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "acj6", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -518313,8 +517939,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9220", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9220", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -518322,11 +517949,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "POU4F3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000028", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000028.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -518336,8 +517963,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "acj6", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -518366,8 +517992,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9224", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9224", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -518375,11 +518002,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "POU6F1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261588", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261588.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -518389,8 +518016,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "pdm3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -518419,8 +518045,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:21694", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21694", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -518428,11 +518055,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "POU6F2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261588", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261588.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -518442,8 +518069,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "pdm3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -518472,8 +518098,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9226", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9226", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -518481,11 +518108,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PPA1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0016687", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0016687.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -518495,8 +518122,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Nurf-38", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -518524,8 +518150,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28883", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28883", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -518533,11 +518160,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PPA2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0016687", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0016687.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -518547,8 +518174,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Nurf-38", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -518576,8 +518202,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:9227", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9227", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -518585,11 +518212,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PPAN", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010770", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010770.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -518599,8 +518226,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ppan", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -518629,8 +518255,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:33526", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:33526", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -518638,11 +518265,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PPAN-P2RY11", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010770", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010770.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -518652,8 +518279,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ppan", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -518681,8 +518307,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9232", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9232", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -518690,11 +518317,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PPARA", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000568", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000568.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -518704,8 +518331,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Eip75B", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -518734,8 +518360,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:9235", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9235", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -518743,11 +518370,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PPARD", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000568", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000568.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -518757,8 +518384,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Eip75B", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -518787,8 +518413,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9236", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9236", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -518796,11 +518423,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PPARG", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000568", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000568.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -518810,8 +518437,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Eip75B", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -518840,8 +518466,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9237", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9237", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -518849,11 +518476,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PPARGC1A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037248", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037248.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -518863,8 +518490,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "srl", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -518893,8 +518519,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:30022", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30022", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -518902,11 +518529,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PPARGC1B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037248", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037248.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -518916,8 +518543,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "srl", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -518946,8 +518572,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9238", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9238", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -518955,11 +518582,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PPAT", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004901", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004901.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -518969,8 +518596,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Prat", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -518998,8 +518624,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9238", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9238", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -519007,11 +518634,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PPAT", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0041194", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0041194.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -519021,8 +518648,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Prat2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -519050,8 +518676,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28107", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28107", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -519059,11 +518686,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PPCDC", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0050290", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0050290.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -519073,8 +518700,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ppcdc", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -519102,8 +518728,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25686", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25686", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -519111,11 +518738,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PPCS", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261285", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261285.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -519125,8 +518752,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ppcs", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -519154,8 +518780,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9243", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9243", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -519163,11 +518790,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PPEF1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0265959", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0265959.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -519177,8 +518804,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "rdgC", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -519207,8 +518833,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9244", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9244", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -519216,11 +518843,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PPEF2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0265959", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0265959.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -519230,8 +518857,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "rdgC", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -519260,8 +518886,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9245", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9245", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -519269,11 +518896,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PPFIA1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0046704", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0046704.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -519283,8 +518910,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Liprin-\u03b1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -519313,8 +518939,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9246", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9246", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -519322,11 +518949,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PPFIA2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0046704", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0046704.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -519336,8 +518963,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Liprin-\u03b1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -519366,8 +518992,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:9247", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9247", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -519375,11 +519002,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PPFIA3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0046704", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0046704.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -519389,8 +519016,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Liprin-\u03b1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -519419,8 +519045,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:9248", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9248", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -519428,11 +519055,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PPFIA4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0046704", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0046704.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -519442,8 +519069,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Liprin-\u03b1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -519472,8 +519098,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9249", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9249", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -519481,11 +519108,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PPFIBP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036376", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036376.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -519495,8 +519122,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Liprin-\u03b2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -519525,8 +519151,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9250", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9250", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -519534,11 +519161,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PPFIBP2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036376", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036376.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -519548,8 +519175,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Liprin-\u03b2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -519578,8 +519204,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:9253", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9253", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -519587,11 +519214,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PPIA", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004432", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004432.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -519601,8 +519228,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cyp1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -519631,8 +519257,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:33995", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:33995", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -519640,11 +519267,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PPIAL4C", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004432", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004432.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -519654,8 +519281,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cyp1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -519684,8 +519310,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:33995", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:33995", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -519693,11 +519320,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PPIAL4C", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028382", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028382.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -519707,8 +519334,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "cyp33", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -519737,8 +519363,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:33997", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:33997", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -519746,11 +519373,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PPIAL4E", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004432", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004432.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -519760,8 +519387,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cyp1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -519790,8 +519416,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:33997", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:33997", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -519799,11 +519426,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PPIAL4E", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028382", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028382.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -519813,8 +519440,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "cyp33", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -519843,8 +519469,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:33999", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:33999", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -519852,11 +519479,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PPIAL4F", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004432", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004432.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -519866,8 +519493,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cyp1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -519896,8 +519522,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:33999", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:33999", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -519905,11 +519532,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PPIAL4F", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028382", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028382.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -519919,8 +519546,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "cyp33", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -519949,8 +519575,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:33996", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:33996", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -519958,11 +519585,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PPIAL4G", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004432", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004432.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -519972,8 +519599,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cyp1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -520002,8 +519628,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:33996", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:33996", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -520011,11 +519638,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PPIAL4G", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028382", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028382.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -520025,8 +519652,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "cyp33", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -520055,8 +519681,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9255", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9255", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -520064,11 +519691,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PPIB", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034753", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034753.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -520078,8 +519705,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG2852", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -520108,8 +519734,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:9256", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9256", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -520117,11 +519744,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PPIC", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034753", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034753.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -520131,8 +519758,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG2852", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -520161,8 +519787,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9256", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9256", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -520170,11 +519797,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PPIC", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0002936", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0002936.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -520184,8 +519811,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ninaA", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -520214,8 +519840,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9257", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9257", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -520223,11 +519850,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PPID", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036020", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036020.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -520236,9 +519863,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG8336", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Cyp40", + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -520267,8 +519893,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9258", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9258", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -520276,11 +519903,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PPIE", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028382", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028382.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -520290,8 +519917,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "cyp33", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -520320,8 +519946,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9259", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9259", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -520329,11 +519956,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PPIF", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036415", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036415.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -520343,8 +519970,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7768", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -520373,8 +519999,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9259", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9259", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -520382,11 +520009,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PPIF", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004432", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004432.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -520396,8 +520023,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cyp1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -520426,8 +520052,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14650", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14650", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -520435,11 +520062,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PPIG", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039581", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039581.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -520449,8 +520076,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Moca-cyp", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -520479,8 +520105,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14651", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14651", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -520488,11 +520115,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PPIH", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033089", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033089.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -520502,8 +520129,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG17266", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -520531,8 +520157,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9260", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9260", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -520540,11 +520167,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PPIL1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035141", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035141.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -520554,8 +520181,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cypl", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -520583,8 +520209,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9261", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9261", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -520592,11 +520219,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PPIL2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034109", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034109.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -520606,8 +520233,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7747", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -520635,8 +520261,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9262", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9262", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -520644,11 +520271,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PPIL3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033527", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033527.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -520658,8 +520285,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG11777", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -520688,8 +520314,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15702", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15702", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -520697,11 +520324,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PPIL4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027617", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027617.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -520711,8 +520338,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5808", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -520741,8 +520367,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29023", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29023", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -520750,11 +520377,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PPIP5K1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027279", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027279.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -520764,8 +520391,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "l(1)G0196", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -520794,8 +520420,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29035", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29035", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -520803,11 +520430,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PPIP5K2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027279", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027279.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -520817,8 +520444,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "l(1)G0196", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -520847,8 +520473,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9275", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9275", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -520856,11 +520483,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PPM1A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0086361", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0086361.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -520870,8 +520497,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "alph", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -520899,8 +520525,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9275", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9275", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -520908,11 +520535,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PPM1A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035425", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035425.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -520922,8 +520549,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG17746", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -520952,8 +520578,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9275", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9275", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -520961,11 +520588,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PPM1A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039421", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039421.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -520975,8 +520602,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6036", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -521005,8 +520631,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9275", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9275", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -521014,11 +520641,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PPM1A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035143", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035143.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -521028,8 +520655,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ppm1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -521058,8 +520684,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:9276", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9276", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -521067,11 +520694,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PPM1B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0086361", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0086361.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -521081,8 +520708,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "alph", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -521111,8 +520737,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9276", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9276", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -521120,11 +520747,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PPM1B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039421", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039421.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -521134,8 +520761,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6036", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -521164,8 +520790,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9277", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9277", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -521173,11 +520800,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PPM1D", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0022768", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0022768.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -521187,8 +520814,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pp2C1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -521217,8 +520843,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:19322", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19322", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -521226,11 +520853,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PPM1E", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032702", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032702.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -521240,8 +520867,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10376", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -521270,8 +520896,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19388", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19388", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -521279,11 +520906,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PPM1F", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032702", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032702.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -521293,8 +520920,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10376", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -521323,8 +520949,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9278", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9278", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -521332,11 +520959,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PPM1G", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033021", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033021.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -521346,8 +520973,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10417", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -521376,8 +521002,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18583", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18583", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -521385,11 +521012,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PPM1H", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031194", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031194.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -521399,8 +521026,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG17598", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -521428,8 +521054,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:20785", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20785", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -521437,11 +521064,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PPM1J", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031194", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031194.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -521451,8 +521078,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG17598", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -521481,8 +521107,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16381", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16381", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -521490,11 +521117,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PPM1L", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027515", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027515.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -521504,8 +521131,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7115", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -521534,8 +521160,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:26506", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26506", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -521543,11 +521170,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PPM1M", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031194", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031194.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -521557,8 +521184,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG17598", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -521587,8 +521213,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:26845", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26845", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -521596,11 +521223,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PPM1N", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0086361", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0086361.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -521610,8 +521237,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "alph", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -521640,8 +521266,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30178", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30178", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -521649,11 +521276,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PPME1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035951", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035951.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -521663,8 +521290,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5068", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -521692,8 +521318,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9280", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9280", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -521701,11 +521328,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PPOX", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0020018", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0020018.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -521715,8 +521342,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ppox", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -521744,8 +521370,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9281", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9281", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -521753,11 +521380,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PPP1CA", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003132", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003132.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -521767,8 +521394,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pp1-13C", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -521797,8 +521423,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9281", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9281", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -521806,11 +521433,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PPP1CA", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004103", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004103.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -521820,8 +521447,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pp1-87B", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -521850,8 +521476,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9281", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9281", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -521859,11 +521486,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PPP1CA", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003134", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003134.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -521873,8 +521500,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pp1\u03b1-96A", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -521903,8 +521529,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9282", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9282", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -521912,11 +521539,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PPP1CB", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000711", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000711.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -521926,8 +521553,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "flw", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -521956,8 +521582,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9283", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9283", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -521965,11 +521592,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PPP1CC", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003132", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003132.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -521979,8 +521606,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pp1-13C", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -522009,8 +521635,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9283", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9283", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -522018,11 +521645,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PPP1CC", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004103", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004103.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -522032,8 +521659,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pp1-87B", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -522062,8 +521688,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9283", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9283", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -522071,11 +521698,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PPP1CC", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003134", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003134.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -522085,8 +521712,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pp1\u03b1-96A", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -522115,8 +521741,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9284", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9284", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -522124,11 +521751,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PPP1R10", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0053526", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0053526.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -522138,8 +521765,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "PNUTS", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -522168,8 +521794,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9285", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9285", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -522177,11 +521804,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PPP1R11", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031772", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031772.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -522191,8 +521818,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG13994", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -522221,8 +521847,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9285", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9285", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -522230,11 +521857,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PPP1R11", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261624", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261624.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -522244,8 +521871,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "I-3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -522274,8 +521900,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:7618", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7618", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -522283,11 +521910,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PPP1R12A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0005536", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0005536.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -522297,8 +521924,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Mbs", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -522327,8 +521953,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7619", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7619", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -522336,11 +521963,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PPP1R12B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0005536", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0005536.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -522350,8 +521977,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Mbs", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -522379,8 +522005,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:14947", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14947", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -522388,11 +522015,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PPP1R12C", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0005536", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0005536.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -522402,8 +522029,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Mbs", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -522432,8 +522058,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14950", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14950", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -522441,11 +522068,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PPP1R13B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034606", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034606.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -522455,8 +522082,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ASPP", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -522484,8 +522110,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:14871", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14871", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -522493,11 +522120,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PPP1R14A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032297", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032297.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -522507,8 +522134,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG17124", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -522537,8 +522163,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9057", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9057", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -522546,11 +522173,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PPP1R14B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032297", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032297.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -522560,8 +522187,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG17124", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -522590,8 +522216,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:14952", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14952", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -522599,11 +522226,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PPP1R14C", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032297", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032297.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -522613,8 +522240,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG17124", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -522643,8 +522269,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:14953", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14953", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -522652,11 +522279,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PPP1R14D", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032297", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032297.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -522666,8 +522293,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG17124", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -522696,8 +522322,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14375", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14375", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -522705,11 +522332,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PPP1R15A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034948", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034948.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -522719,8 +522346,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "PPP1R15", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -522749,8 +522375,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14941", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14941", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -522758,11 +522385,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PPP1R16A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036801", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036801.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -522772,8 +522399,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "MYPT-75D", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -522802,8 +522428,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15850", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15850", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -522811,11 +522438,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PPP1R16B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036801", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036801.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -522825,8 +522452,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "MYPT-75D", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -522855,8 +522481,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9288", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9288", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -522864,11 +522491,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PPP1R2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032626", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032626.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -522878,8 +522505,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG12620", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -522908,8 +522534,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9288", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9288", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -522917,11 +522544,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PPP1R2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032632", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032632.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -522931,8 +522558,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6380", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -522961,8 +522587,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9288", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9288", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -522970,11 +522597,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PPP1R2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028429", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028429.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -522984,8 +522611,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "I-2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -523014,8 +522640,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30595", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30595", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -523023,11 +522650,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PPP1R21", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039204", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039204.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -523037,8 +522664,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6607", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -523067,8 +522693,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:16318", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16318", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -523076,11 +522703,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PPP1R2B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028429", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028429.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -523090,8 +522717,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "I-2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -523120,8 +522746,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:16324", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16324", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -523129,11 +522756,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PPP1R2C", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028429", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028429.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -523143,8 +522770,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "I-2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -523173,8 +522799,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:9289", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9289", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -523182,11 +522809,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PPP1R2P1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028429", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028429.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -523196,8 +522823,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "I-2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -523226,8 +522852,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20097", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20097", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -523235,11 +522862,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PPP1R36", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037826", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037826.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -523249,8 +522876,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG14689", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -523279,8 +522905,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20097", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20097", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -523288,11 +522915,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PPP1R36", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051391", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051391.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -523302,8 +522929,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG31391", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -523332,8 +522958,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20097", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20097", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -523341,11 +522968,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PPP1R36", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051467", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051467.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -523355,8 +522982,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG31467", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -523385,8 +523011,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:27607", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:27607", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -523394,11 +523021,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PPP1R37", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051635", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051635.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -523408,8 +523035,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG31635", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -523438,8 +523064,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9291", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9291", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -523447,11 +523074,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PPP1R3A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036862", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036862.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -523461,8 +523088,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Gbs-76A", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -523491,8 +523117,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14942", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14942", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -523500,11 +523127,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PPP1R3B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036428", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036428.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -523514,8 +523141,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Gbs-70E", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -523544,8 +523170,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9293", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9293", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -523553,11 +523180,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PPP1R3C", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036428", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036428.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -523567,8 +523194,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Gbs-70E", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -523597,8 +523223,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9294", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9294", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -523606,11 +523233,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PPP1R3D", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036862", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036862.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -523620,8 +523247,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Gbs-76A", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -523650,8 +523276,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14943", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14943", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -523659,11 +523286,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PPP1R3E", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036862", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036862.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -523673,8 +523300,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Gbs-76A", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -523703,8 +523329,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:14945", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14945", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -523712,11 +523339,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PPP1R3G", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036862", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036862.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -523726,8 +523353,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Gbs-76A", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -523756,8 +523382,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9295", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9295", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -523765,11 +523392,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PPP1R7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028992", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028992.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -523779,8 +523406,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "sds22", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -523809,8 +523435,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9296", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9296", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -523818,11 +523445,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PPP1R8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0026402", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026402.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -523832,8 +523459,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "NiPp1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -523861,8 +523487,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14946", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14946", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -523870,11 +523497,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PPP1R9A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010905", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010905.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -523884,8 +523511,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Spn", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -523914,8 +523540,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:9298", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9298", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -523923,11 +523550,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PPP1R9B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010905", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010905.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -523937,8 +523564,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Spn", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -523967,8 +523593,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9299", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9299", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -523976,11 +523603,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PPP2CA", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004177", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004177.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -523990,8 +523617,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mts", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -524019,8 +523645,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:9300", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9300", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -524028,11 +523655,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PPP2CB", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004177", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004177.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -524042,8 +523669,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mts", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -524072,8 +523698,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9302", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9302", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -524081,11 +523708,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PPP2R1A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0260439", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0260439.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -524095,8 +523722,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pp2A-29B", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -524124,8 +523750,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9303", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9303", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -524133,11 +523760,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PPP2R1B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0260439", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0260439.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -524147,8 +523774,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pp2A-29B", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -524176,8 +523802,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9304", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9304", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -524185,11 +523812,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PPP2R2A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004889", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004889.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -524199,8 +523826,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "tws", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -524228,8 +523854,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9305", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9305", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -524237,11 +523864,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PPP2R2B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004889", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004889.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -524251,8 +523878,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "tws", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -524280,8 +523906,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:9306", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9306", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -524289,11 +523916,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PPP2R2C", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004889", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004889.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -524303,8 +523930,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "tws", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -524333,8 +523959,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23732", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23732", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -524342,11 +523969,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PPP2R2D", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004889", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004889.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -524356,8 +523983,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "tws", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -524385,8 +524011,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9307", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9307", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -524394,11 +524021,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PPP2R3A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038744", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038744.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -524408,8 +524035,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG4733", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -524438,8 +524064,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:13417", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13417", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -524447,11 +524074,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PPP2R3B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038744", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038744.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -524461,8 +524088,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG4733", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -524491,8 +524117,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:9309", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9309", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -524500,11 +524127,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PPP2R5A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027492", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027492.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -524514,8 +524141,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "wdb", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -524544,8 +524170,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:9310", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9310", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -524553,11 +524180,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PPP2R5B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027492", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027492.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -524567,8 +524194,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "wdb", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -524597,8 +524223,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9311", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9311", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -524606,11 +524233,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PPP2R5C", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0042693", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0042693.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -524620,8 +524247,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "wrd", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -524650,8 +524276,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9312", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9312", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -524659,11 +524286,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PPP2R5D", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0042693", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0042693.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -524673,8 +524300,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "wrd", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -524703,8 +524329,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9313", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9313", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -524712,11 +524339,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PPP2R5E", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027492", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027492.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -524726,8 +524353,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "wdb", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -524756,8 +524382,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:9314", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9314", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -524765,11 +524392,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PPP3CA", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0267912", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0267912.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -524779,8 +524406,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CanA-14F", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -524809,8 +524435,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:9314", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9314", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -524818,11 +524445,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PPP3CA", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0011826", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0011826.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -524832,8 +524459,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pp2B-14D", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -524862,8 +524488,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9315", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9315", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -524871,11 +524498,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PPP3CB", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0267912", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0267912.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -524885,8 +524512,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CanA-14F", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -524914,8 +524540,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9315", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9315", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -524923,11 +524550,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PPP3CB", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010015", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010015.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -524937,8 +524564,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CanA1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -524967,8 +524593,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9315", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9315", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -524976,11 +524603,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PPP3CB", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0011826", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0011826.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -524990,8 +524617,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pp2B-14D", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -525019,8 +524645,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9316", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9316", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -525028,11 +524655,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PPP3CC", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0267912", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0267912.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -525042,8 +524669,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CanA-14F", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -525071,8 +524697,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9316", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9316", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -525080,11 +524707,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PPP3CC", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010015", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010015.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -525094,8 +524721,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CanA1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -525124,8 +524750,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9316", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9316", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -525133,11 +524760,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PPP3CC", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0011826", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0011826.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -525147,8 +524774,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pp2B-14D", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -525176,8 +524802,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9317", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9317", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -525185,11 +524812,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PPP3R1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010014", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010014.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -525199,8 +524826,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CanB", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -525229,8 +524855,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9317", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9317", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -525238,11 +524865,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PPP3R1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015614", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015614.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -525252,8 +524879,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CanB2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -525282,8 +524908,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:9318", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9318", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -525291,11 +524918,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PPP3R2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010014", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010014.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -525305,8 +524932,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CanB", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -525335,8 +524961,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:9318", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9318", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -525344,11 +524971,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PPP3R2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015614", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015614.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -525358,8 +524985,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CanB2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -525388,8 +525014,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9319", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9319", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -525397,11 +525024,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PPP4C", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036212", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036212.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -525411,8 +525038,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG11597", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -525441,8 +525067,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9319", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9319", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -525450,11 +525077,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PPP4C", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0023177", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0023177.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -525464,8 +525091,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pp4-19C", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -525493,8 +525119,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18296", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18296", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -525502,11 +525129,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PPP4R2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030208", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030208.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -525516,8 +525143,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "PPP4R2r", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -525546,8 +525172,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20219", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20219", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -525555,11 +525182,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PPP4R3A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0024555", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0024555.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -525569,8 +525196,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "flfl", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -525598,8 +525224,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29267", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29267", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -525607,11 +525234,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PPP4R3B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0024555", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0024555.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -525621,8 +525248,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "flfl", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -525650,8 +525276,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:33146", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:33146", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -525659,11 +525286,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PPP4R3C", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0024555", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0024555.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -525673,8 +525300,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "flfl", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -525703,8 +525329,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9322", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9322", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -525712,11 +525339,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PPP5C", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0005777", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0005777.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -525726,8 +525353,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "PpD3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -525756,8 +525382,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9323", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9323", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -525765,11 +525392,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PPP6C", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003139", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003139.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -525779,8 +525406,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "PpV", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -525808,8 +525434,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29195", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29195", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -525817,11 +525444,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PPP6R1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035688", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035688.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -525831,8 +525458,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "fmt", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -525861,8 +525487,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19253", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19253", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -525870,11 +525497,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PPP6R2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035688", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035688.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -525884,8 +525511,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "fmt", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -525914,8 +525540,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1173", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1173", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -525923,11 +525550,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PPP6R3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035688", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035688.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -525937,8 +525564,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "fmt", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -525967,8 +525593,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30025", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30025", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -525976,11 +525603,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PPRC1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037248", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037248.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -525990,8 +525617,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "srl", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -526020,8 +525646,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9325", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9325", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -526029,11 +525656,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PPT1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030057", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030057.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -526043,8 +525670,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ppt1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -526072,8 +525698,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9326", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9326", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -526081,11 +525708,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PPT2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032358", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032358.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -526095,8 +525722,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ppt2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -526124,8 +525750,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30695", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30695", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -526133,11 +525760,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PPTC7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035228", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035228.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -526147,8 +525774,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG12091", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -526176,8 +525802,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30695", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30695", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -526185,11 +525812,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PPTC7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029949", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029949.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -526199,8 +525826,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG15035", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -526228,8 +525854,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30695", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30695", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -526237,11 +525864,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PPTC7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039694", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039694.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -526251,8 +525878,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "fig", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -526281,8 +525907,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28954", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28954", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -526290,11 +525917,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PPWD1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035027", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035027.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -526304,8 +525931,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG3511", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -526334,8 +525960,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9330", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9330", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -526343,11 +525970,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PQBP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039270", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039270.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -526357,8 +525984,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "PQBP1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -526387,8 +526013,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16047", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16047", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -526396,11 +526023,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PRADC1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034803", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034803.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -526410,8 +526037,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG9849", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -526439,8 +526065,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:28911", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28911", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -526448,11 +526075,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PRAF2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032704", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032704.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -526462,8 +526089,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Jwa", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -526492,8 +526118,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9341", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9341", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -526501,11 +526128,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PRC1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030241", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030241.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -526515,8 +526142,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "feo", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -526545,8 +526171,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9341", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9341", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -526554,11 +526181,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PRC1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030242", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030242.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -526568,8 +526195,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "sofe", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -526598,8 +526224,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9343", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9343", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -526607,11 +526234,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PRCC", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035249", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035249.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -526621,8 +526248,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG17249", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -526651,8 +526277,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9344", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9344", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -526660,11 +526287,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PRCP", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032864", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032864.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -526674,8 +526301,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG2493", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -526703,8 +526329,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9346", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9346", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -526712,11 +526339,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PRDM1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035625", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035625.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -526726,8 +526353,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Blimp-1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -526756,8 +526382,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13998", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13998", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -526765,11 +526392,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PRDM13", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035687", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035687.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -526779,8 +526406,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Prdm13", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -526809,8 +526435,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:14000", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14000", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -526818,11 +526445,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PRDM16", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0045852", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0045852.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -526832,8 +526459,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ham", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -526862,8 +526488,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13993", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13993", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -526871,11 +526498,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PRDM8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035643", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035643.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -526885,8 +526512,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG13287", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -526915,8 +526541,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9352", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9352", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -526924,11 +526551,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PRDX1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040309", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040309.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -526938,8 +526565,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Jafrac1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -526968,8 +526594,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9353", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9353", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -526977,11 +526604,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PRDX2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036490", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036490.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -526991,8 +526618,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6888", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -527021,8 +526647,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9353", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9353", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -527030,11 +526657,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PRDX2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040309", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040309.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -527044,8 +526671,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Jafrac1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -527074,8 +526700,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9354", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9354", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -527083,11 +526710,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PRDX3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038519", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038519.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -527097,8 +526724,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Prx3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -527127,8 +526753,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17169", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17169", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -527136,11 +526763,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PRDX4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040308", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040308.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -527150,8 +526777,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Jafrac2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -527179,8 +526805,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9355", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9355", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -527188,11 +526815,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PRDX5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038570", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038570.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -527202,8 +526829,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Prx5", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -527231,8 +526857,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16753", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16753", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -527240,11 +526867,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PRDX6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033521", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033521.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -527254,8 +526881,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG12896", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -527284,8 +526910,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16753", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16753", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -527293,11 +526920,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PRDX6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033520", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033520.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -527307,8 +526934,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Prx2540-1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -527337,8 +526963,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16753", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16753", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -527346,11 +526973,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PRDX6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033518", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033518.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -527360,8 +526987,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Prx2540-2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -527390,8 +527016,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16753", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16753", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -527399,11 +527026,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PRDX6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031479", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031479.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -527413,8 +527040,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Prx6005", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -527443,8 +527069,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9356", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9356", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -527452,11 +527079,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PREB", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031779", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031779.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -527466,8 +527093,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG9175", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -527495,8 +527121,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30255", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30255", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -527504,11 +527131,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PRELID1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033413", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033413.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -527518,8 +527145,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "prel", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -527547,8 +527173,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24639", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24639", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -527556,11 +527183,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PRELID3A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029161", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029161.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -527570,8 +527197,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "slmo", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -527599,8 +527225,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15892", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15892", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -527608,11 +527235,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PRELID3B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029161", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029161.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -527622,8 +527249,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "slmo", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -527651,8 +527277,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9357", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9357", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -527660,11 +527287,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PRELP", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028872", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028872.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -527674,8 +527301,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG18095", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -527704,8 +527330,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9358", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9358", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -527713,11 +527340,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PREP", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032969", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032969.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -527727,8 +527354,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG2528", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -527757,8 +527383,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9358", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9358", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -527766,11 +527393,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PREP", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032242", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032242.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -527780,8 +527407,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5355", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -527809,8 +527435,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:32594", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:32594", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -527818,11 +527445,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PREX1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0264707", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0264707.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -527832,8 +527459,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "RhoGEF3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -527862,8 +527488,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:17019", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17019", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -527871,11 +527498,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PRICKLE1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0263934", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0263934.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -527885,8 +527512,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "esn", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -527915,8 +527541,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:17019", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17019", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -527924,11 +527551,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PRICKLE1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003090", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003090.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -527938,8 +527565,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "pk", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -527968,8 +527594,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20340", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20340", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -527977,11 +527604,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PRICKLE2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0263934", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0263934.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -527991,8 +527618,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "esn", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -528021,8 +527647,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20340", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20340", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -528030,11 +527657,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PRICKLE2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003090", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003090.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -528044,8 +527671,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "pk", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -528074,8 +527700,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:6645", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6645", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -528083,11 +527710,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PRICKLE3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0263934", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0263934.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -528097,8 +527724,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "esn", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -528127,8 +527753,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:6645", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6645", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -528136,11 +527763,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PRICKLE3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003090", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003090.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -528150,8 +527777,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "pk", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -528180,8 +527806,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9369", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9369", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -528189,11 +527816,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PRIM1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0011762", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0011762.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -528202,9 +527829,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "DNApol-\u03b150", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Prim1", + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -528233,8 +527859,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9370", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9370", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -528242,11 +527869,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PRIM2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0259676", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0259676.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -528255,9 +527882,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "DNApol-\u03b160", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Prim2", + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -528286,8 +527912,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:9376", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9376", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -528295,11 +527922,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PRKAA1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0023169", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0023169.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -528309,8 +527936,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "AMPK\u03b1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -528339,8 +527965,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9377", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9377", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -528348,11 +527975,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PRKAA2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0023169", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0023169.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -528362,8 +527989,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "AMPK\u03b1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -528392,8 +528018,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9378", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9378", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -528401,11 +528028,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PRKAB1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0260972", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0260972.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -528415,8 +528042,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "alc", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -528445,8 +528071,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:9379", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9379", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -528454,11 +528081,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PRKAB2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0260972", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0260972.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -528468,8 +528095,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "alc", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -528498,8 +528124,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9380", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9380", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -528507,11 +528134,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PRKACA", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039796", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039796.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -528521,8 +528148,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG12069", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -528551,8 +528177,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9380", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9380", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -528560,11 +528187,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PRKACA", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000273", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000273.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -528574,8 +528201,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pka-C1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -528604,8 +528230,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9380", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9380", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -528613,11 +528240,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PRKACA", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000274", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000274.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -528627,8 +528254,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pka-C2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -528657,8 +528283,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9381", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9381", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -528666,11 +528293,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PRKACB", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000273", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000273.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -528680,8 +528307,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pka-C1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -528710,8 +528336,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9382", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9382", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -528719,11 +528346,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PRKACG", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039796", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039796.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -528733,8 +528360,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG12069", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -528763,8 +528389,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:9382", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9382", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -528772,11 +528399,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PRKACG", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000273", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000273.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -528786,8 +528413,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pka-C1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -528816,8 +528442,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9382", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9382", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -528825,11 +528452,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PRKACG", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000274", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000274.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -528839,8 +528466,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pka-C2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -528869,8 +528495,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9385", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9385", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -528878,11 +528505,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PRKAG1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0264357", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0264357.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -528892,8 +528519,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "SNF4A\u03b3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -528922,8 +528548,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9386", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9386", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -528931,11 +528558,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PRKAG2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0264357", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0264357.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -528945,8 +528572,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "SNF4A\u03b3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -528975,8 +528601,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:9387", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9387", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -528984,11 +528611,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PRKAG3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0264357", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0264357.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -528998,8 +528625,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "SNF4A\u03b3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -529028,8 +528654,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:9388", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9388", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -529037,11 +528664,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PRKAR1A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0259243", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0259243.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -529051,8 +528678,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pka-R1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -529081,8 +528707,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9390", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9390", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -529090,11 +528717,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PRKAR1B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0259243", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0259243.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -529104,8 +528731,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pka-R1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -529133,8 +528759,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9391", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9391", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -529142,63 +528769,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PRKAR2A", - "taxonId": "NCBITaxon:9606", - "url": null - }, - "homologGene": { - "id": "FB:FBgn0022382", - "species": { - "commonNames": "['fly', 'fruit fly', 'dme']", - "dataProviderFullName": "FlyBase", - "dataProviderShortName": "FB", - "name": "Drosophila melanogaster", - "shortName": "Dme", - "taxonId": "NCBITaxon:7227" - }, - "symbol": "Pka-R2", - "taxonId": "NCBITaxon:7227", - "url": null - }, - "methodCount": 10, - "predictionMethodsMatched": [ - "Ensembl Compara", - "Hieranoid", - "InParanoid", - "OMA", - "OrthoFinder", - "OrthoInspector", - "PANTHER", - "PhylomeDB", - "Roundup", - "TreeFam" - ], - "predictionMethodsNotCalled": [ - "HGNC", - "ZFIN" - ], - "predictionMethodsNotMatched": [], - "stringencyFilter": "stringent", - "totalMethodCount": 10 - }, - { - "best": "Yes", - "bestReverse": "No", - "gene": { - "id": "HGNC:9392", - "species": { - "commonNames": "['human']", - "dataProviderFullName": "Rat Genome Database", - "dataProviderShortName": "RGD", - "name": "Homo sapiens", - "shortName": "Hsa", - "taxonId": "NCBITaxon:9606" - }, - "symbol": "PRKAR2B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0022382", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0022382.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -529208,219 +528783,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pka-R2", - "taxonId": "NCBITaxon:7227", - "url": null - }, - "methodCount": 9, - "predictionMethodsMatched": [ - "Hieranoid", - "InParanoid", - "OMA", - "OrthoFinder", - "OrthoInspector", - "PANTHER", - "PhylomeDB", - "Roundup", - "TreeFam" - ], - "predictionMethodsNotCalled": [ - "HGNC", - "ZFIN" - ], - "predictionMethodsNotMatched": [ - "Ensembl Compara" - ], - "stringencyFilter": "stringent", - "totalMethodCount": 10 - }, - { - "best": "No", - "bestReverse": "Yes", - "gene": { - "id": "HGNC:9393", - "species": { - "commonNames": "['human']", - "dataProviderFullName": "Rat Genome Database", - "dataProviderShortName": "RGD", - "name": "Homo sapiens", - "shortName": "Hsa", - "taxonId": "NCBITaxon:9606" - }, - "symbol": "PRKCA", - "taxonId": "NCBITaxon:9606", - "url": null - }, - "homologGene": { - "id": "FB:FBgn0004784", - "species": { - "commonNames": "['fly', 'fruit fly', 'dme']", - "dataProviderFullName": "FlyBase", - "dataProviderShortName": "FB", - "name": "Drosophila melanogaster", - "shortName": "Dme", - "taxonId": "NCBITaxon:7227" - }, - "symbol": "inaC", - "taxonId": "NCBITaxon:7227", - "url": null - }, - "methodCount": 5, - "predictionMethodsMatched": [ - "Ensembl Compara", - "OrthoFinder", - "PANTHER", - "PhylomeDB", - "TreeFam" - ], - "predictionMethodsNotCalled": [ - "HGNC", - "ZFIN" - ], - "predictionMethodsNotMatched": [ - "Hieranoid", - "InParanoid", - "OMA", - "OrthoInspector", - "Roundup" - ], - "stringencyFilter": "stringent", - "totalMethodCount": 10 - }, - { - "best": "Yes", - "bestReverse": "Yes", - "gene": { - "id": "HGNC:9393", - "species": { - "commonNames": "['human']", - "dataProviderFullName": "Rat Genome Database", - "dataProviderShortName": "RGD", - "name": "Homo sapiens", - "shortName": "Hsa", - "taxonId": "NCBITaxon:9606" - }, - "symbol": "PRKCA", - "taxonId": "NCBITaxon:9606", - "url": null - }, - "homologGene": { - "id": "FB:FBgn0003091", - "species": { - "commonNames": "['fly', 'fruit fly', 'dme']", - "dataProviderFullName": "FlyBase", - "dataProviderShortName": "FB", - "name": "Drosophila melanogaster", - "shortName": "Dme", - "taxonId": "NCBITaxon:7227" - }, - "symbol": "Pkc53E", - "taxonId": "NCBITaxon:7227", - "url": null - }, - "methodCount": 10, - "predictionMethodsMatched": [ - "Ensembl Compara", - "Hieranoid", - "InParanoid", - "OMA", - "OrthoFinder", - "OrthoInspector", - "PANTHER", - "PhylomeDB", - "Roundup", - "TreeFam" - ], - "predictionMethodsNotCalled": [ - "HGNC", - "ZFIN" - ], - "predictionMethodsNotMatched": [], - "stringencyFilter": "stringent", - "totalMethodCount": 10 - }, - { - "best": "No", - "bestReverse": "Yes", - "gene": { - "id": "HGNC:9395", - "species": { - "commonNames": "['human']", - "dataProviderFullName": "Rat Genome Database", - "dataProviderShortName": "RGD", - "name": "Homo sapiens", - "shortName": "Hsa", - "taxonId": "NCBITaxon:9606" - }, - "symbol": "PRKCB", - "taxonId": "NCBITaxon:9606", - "url": null - }, - "homologGene": { - "id": "FB:FBgn0004784", - "species": { - "commonNames": "['fly', 'fruit fly', 'dme']", - "dataProviderFullName": "FlyBase", - "dataProviderShortName": "FB", - "name": "Drosophila melanogaster", - "shortName": "Dme", - "taxonId": "NCBITaxon:7227" - }, - "symbol": "inaC", - "taxonId": "NCBITaxon:7227", - "url": null - }, - "methodCount": 5, - "predictionMethodsMatched": [ - "Ensembl Compara", - "OrthoFinder", - "PANTHER", - "PhylomeDB", - "TreeFam" - ], - "predictionMethodsNotCalled": [ - "HGNC", - "ZFIN" - ], - "predictionMethodsNotMatched": [ - "Hieranoid", - "InParanoid", - "OMA", - "OrthoInspector", - "Roundup" - ], - "stringencyFilter": "stringent", - "totalMethodCount": 10 - }, - { - "best": "Yes", - "bestReverse": "Yes", - "gene": { - "id": "HGNC:9395", - "species": { - "commonNames": "['human']", - "dataProviderFullName": "Rat Genome Database", - "dataProviderShortName": "RGD", - "name": "Homo sapiens", - "shortName": "Hsa", - "taxonId": "NCBITaxon:9606" - }, - "symbol": "PRKCB", - "taxonId": "NCBITaxon:9606", - "url": null - }, - "homologGene": { - "id": "FB:FBgn0003091", - "species": { - "commonNames": "['fly', 'fruit fly', 'dme']", - "dataProviderFullName": "FlyBase", - "dataProviderShortName": "FB", - "name": "Drosophila melanogaster", - "shortName": "Dme", - "taxonId": "NCBITaxon:7227" - }, - "symbol": "Pkc53E", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -529445,23 +528808,24 @@ }, { "best": "Yes", - "bestReverse": "Yes", + "bestReverse": "No", "gene": { - "id": "HGNC:9399", + "id": "HGNC:9392", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9392", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "PRKCD", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "PRKAR2B", + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0259680", + "id": "FB:FBgn0022382", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0022382.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -529470,9 +528834,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "Pkc\u03b4", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Pka-R2", + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -529496,25 +528859,79 @@ "stringencyFilter": "stringent", "totalMethodCount": 10 }, + { + "best": "No", + "bestReverse": "Yes", + "gene": { + "id": "HGNC:9393", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9393", + "species": { + "commonNames": "['human', 'hsa']", + "dataProviderFullName": "Rat Genome Database", + "dataProviderShortName": "RGD", + "name": "Homo sapiens", + "shortName": "Hsa", + "taxonId": "NCBITaxon:9606" + }, + "symbol": "PRKCA", + "taxonId": "NCBITaxon:9606" + }, + "homologGene": { + "id": "FB:FBgn0004784", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004784.html", + "species": { + "commonNames": "['fly', 'fruit fly', 'dme']", + "dataProviderFullName": "FlyBase", + "dataProviderShortName": "FB", + "name": "Drosophila melanogaster", + "shortName": "Dme", + "taxonId": "NCBITaxon:7227" + }, + "symbol": "inaC", + "taxonId": "NCBITaxon:7227" + }, + "methodCount": 5, + "predictionMethodsMatched": [ + "Ensembl Compara", + "OrthoFinder", + "PANTHER", + "PhylomeDB", + "TreeFam" + ], + "predictionMethodsNotCalled": [ + "HGNC", + "ZFIN" + ], + "predictionMethodsNotMatched": [ + "Hieranoid", + "InParanoid", + "OMA", + "OrthoInspector", + "Roundup" + ], + "stringencyFilter": "stringent", + "totalMethodCount": 10 + }, { "best": "Yes", "bestReverse": "Yes", "gene": { - "id": "HGNC:9401", + "id": "HGNC:9393", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9393", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "PRKCE", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "PRKCA", + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0003093", + "id": "FB:FBgn0003091", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003091.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -529523,9 +528940,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "Pkc98E", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Pkc53E", + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -529552,21 +528968,22 @@ "best": "No", "bestReverse": "Yes", "gene": { - "id": "HGNC:9402", + "id": "HGNC:9395", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9395", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "PRKCG", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "PRKCB", + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004784", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004784.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -529576,8 +528993,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "inaC", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -529603,23 +529019,24 @@ }, { "best": "Yes", - "bestReverse": "No", + "bestReverse": "Yes", "gene": { - "id": "HGNC:9402", + "id": "HGNC:9395", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9395", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "PRKCG", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "PRKCB", + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003091", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003091.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -529629,50 +529046,49 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pkc53E", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, - "methodCount": 8, + "methodCount": 10, "predictionMethodsMatched": [ "Ensembl Compara", "Hieranoid", "InParanoid", "OMA", "OrthoFinder", + "OrthoInspector", "PANTHER", "PhylomeDB", + "Roundup", "TreeFam" ], "predictionMethodsNotCalled": [ "HGNC", "ZFIN" ], - "predictionMethodsNotMatched": [ - "OrthoInspector", - "Roundup" - ], + "predictionMethodsNotMatched": [], "stringencyFilter": "stringent", "totalMethodCount": 10 }, { "best": "Yes", - "bestReverse": "No", + "bestReverse": "Yes", "gene": { - "id": "HGNC:9403", + "id": "HGNC:9401", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9401", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "PRKCH", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "PRKCE", + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003093", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003093.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -529682,13 +529098,14 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pkc98E", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, - "methodCount": 8, + "methodCount": 10, "predictionMethodsMatched": [ "Ensembl Compara", + "Hieranoid", "InParanoid", + "OMA", "OrthoFinder", "OrthoInspector", "PANTHER", @@ -529700,32 +529117,83 @@ "HGNC", "ZFIN" ], + "predictionMethodsNotMatched": [], + "stringencyFilter": "stringent", + "totalMethodCount": 10 + }, + { + "best": "No", + "bestReverse": "Yes", + "gene": { + "id": "HGNC:9402", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9402", + "species": { + "commonNames": "['human', 'hsa']", + "dataProviderFullName": "Rat Genome Database", + "dataProviderShortName": "RGD", + "name": "Homo sapiens", + "shortName": "Hsa", + "taxonId": "NCBITaxon:9606" + }, + "symbol": "PRKCG", + "taxonId": "NCBITaxon:9606" + }, + "homologGene": { + "id": "FB:FBgn0004784", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004784.html", + "species": { + "commonNames": "['fly', 'fruit fly', 'dme']", + "dataProviderFullName": "FlyBase", + "dataProviderShortName": "FB", + "name": "Drosophila melanogaster", + "shortName": "Dme", + "taxonId": "NCBITaxon:7227" + }, + "symbol": "inaC", + "taxonId": "NCBITaxon:7227" + }, + "methodCount": 5, + "predictionMethodsMatched": [ + "Ensembl Compara", + "OrthoFinder", + "PANTHER", + "PhylomeDB", + "TreeFam" + ], + "predictionMethodsNotCalled": [ + "HGNC", + "ZFIN" + ], "predictionMethodsNotMatched": [ "Hieranoid", - "OMA" + "InParanoid", + "OMA", + "OrthoInspector", + "Roundup" ], "stringencyFilter": "stringent", "totalMethodCount": 10 }, { "best": "Yes", - "bestReverse": "Yes", + "bestReverse": "No", "gene": { - "id": "HGNC:9404", + "id": "HGNC:9402", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9402", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "PRKCI", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "PRKCG", + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0261854", + "id": "FB:FBgn0003091", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003091.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -529734,29 +529202,81 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "aPKC", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Pkc53E", + "taxonId": "NCBITaxon:7227" }, - "methodCount": 9, + "methodCount": 8, "predictionMethodsMatched": [ "Ensembl Compara", "Hieranoid", "InParanoid", "OMA", "OrthoFinder", - "OrthoInspector", "PANTHER", "PhylomeDB", - "Roundup" + "TreeFam" ], "predictionMethodsNotCalled": [ "HGNC", "ZFIN" ], "predictionMethodsNotMatched": [ + "OrthoInspector", + "Roundup" + ], + "stringencyFilter": "stringent", + "totalMethodCount": 10 + }, + { + "best": "Yes", + "bestReverse": "No", + "gene": { + "id": "HGNC:9403", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9403", + "species": { + "commonNames": "['human', 'hsa']", + "dataProviderFullName": "Rat Genome Database", + "dataProviderShortName": "RGD", + "name": "Homo sapiens", + "shortName": "Hsa", + "taxonId": "NCBITaxon:9606" + }, + "symbol": "PRKCH", + "taxonId": "NCBITaxon:9606" + }, + "homologGene": { + "id": "FB:FBgn0003093", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003093.html", + "species": { + "commonNames": "['fly', 'fruit fly', 'dme']", + "dataProviderFullName": "FlyBase", + "dataProviderShortName": "FB", + "name": "Drosophila melanogaster", + "shortName": "Dme", + "taxonId": "NCBITaxon:7227" + }, + "symbol": "Pkc98E", + "taxonId": "NCBITaxon:7227" + }, + "methodCount": 8, + "predictionMethodsMatched": [ + "Ensembl Compara", + "InParanoid", + "OrthoFinder", + "OrthoInspector", + "PANTHER", + "PhylomeDB", + "Roundup", "TreeFam" ], + "predictionMethodsNotCalled": [ + "HGNC", + "ZFIN" + ], + "predictionMethodsNotMatched": [ + "Hieranoid", + "OMA" + ], "stringencyFilter": "stringent", "totalMethodCount": 10 }, @@ -529764,21 +529284,22 @@ "best": "Yes", "bestReverse": "Yes", "gene": { - "id": "HGNC:9410", + "id": "HGNC:9404", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9404", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "PRKCQ", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "PRKCI", + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0259680", + "id": "FB:FBgn0261854", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261854.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -529787,12 +529308,12 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "Pkc\u03b4", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "aPKC", + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ + "Ensembl Compara", "Hieranoid", "InParanoid", "OMA", @@ -529800,15 +529321,14 @@ "OrthoInspector", "PANTHER", "PhylomeDB", - "Roundup", - "TreeFam" + "Roundup" ], "predictionMethodsNotCalled": [ "HGNC", "ZFIN" ], "predictionMethodsNotMatched": [ - "Ensembl Compara" + "TreeFam" ], "stringencyFilter": "stringent", "totalMethodCount": 10 @@ -529818,8 +529338,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9411", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9411", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -529827,11 +529348,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PRKCSH", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032643", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032643.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -529841,8 +529362,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "GCS2\u03b2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -529870,8 +529390,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9412", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9412", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -529879,11 +529400,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PRKCZ", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261854", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261854.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -529893,8 +529414,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "aPKC", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -529923,8 +529443,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9407", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9407", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -529932,11 +529453,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PRKD1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038603", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038603.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -529946,8 +529467,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "PKD", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -529975,8 +529495,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17293", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17293", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -529984,11 +529505,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PRKD2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038603", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038603.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -529998,8 +529519,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "PKD", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -530027,8 +529547,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9408", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9408", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -530036,11 +529557,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PRKD3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038603", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038603.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -530050,8 +529571,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "PKD", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -530079,8 +529599,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9414", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9414", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -530088,11 +529609,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PRKG1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000721", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000721.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -530102,8 +529623,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "for", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -530132,8 +529652,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9414", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9414", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -530141,11 +529662,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PRKG1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000442", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000442.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -530155,8 +529676,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pkg21D", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -530185,8 +529705,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8607", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8607", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -530194,11 +529715,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PRKN", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0041100", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0041100.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -530208,8 +529729,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "park", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -530237,8 +529757,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9438", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9438", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -530246,11 +529767,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PRKRA", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032515", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032515.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -530260,8 +529781,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "loqs", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -530289,8 +529809,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21894", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21894", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -530298,11 +529819,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PRKRIP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034086", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034086.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -530312,8 +529833,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8441", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -530342,8 +529862,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9441", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9441", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -530351,11 +529872,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PRKX", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000489", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000489.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -530365,8 +529886,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pka-C3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -530395,8 +529915,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:9444", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9444", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -530404,11 +529925,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PRKY", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000489", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000489.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -530418,8 +529939,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pka-C3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -530448,8 +529968,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:9445", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9445", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -530457,11 +529978,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PRL", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010741", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010741.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -530471,8 +529992,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pfdn2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -530501,8 +530021,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4464", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4464", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -530510,11 +530031,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PRLHR", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036934", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036934.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -530524,8 +530045,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "sNPF-R", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -530554,8 +530074,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:5187", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:5187", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -530563,11 +530084,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PRMT1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037834", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037834.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -530577,8 +530098,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Art1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -530607,8 +530127,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:5187", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:5187", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -530616,11 +530137,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PRMT1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031592", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031592.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -530630,8 +530151,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Art2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -530660,8 +530180,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:5187", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:5187", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -530669,11 +530190,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PRMT1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038189", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038189.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -530683,8 +530204,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Art6", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -530713,8 +530233,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30163", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30163", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -530722,11 +530243,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PRMT3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038306", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038306.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -530736,8 +530257,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Art3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -530765,8 +530285,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10894", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10894", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -530774,11 +530295,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PRMT5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015925", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015925.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -530788,8 +530309,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "csul", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -530817,8 +530337,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18241", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18241", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -530826,11 +530347,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PRMT6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032329", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032329.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -530840,8 +530361,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Art8", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -530870,8 +530390,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25557", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25557", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -530879,11 +530400,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PRMT7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034817", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034817.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -530893,8 +530414,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Art7", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -530923,8 +530443,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:5188", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:5188", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -530932,11 +530453,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PRMT8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037834", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037834.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -530946,8 +530467,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Art1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -530976,8 +530496,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:5188", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:5188", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -530985,11 +530506,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PRMT8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031592", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031592.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -530999,8 +530520,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Art2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -531029,8 +530549,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:5188", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:5188", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -531038,11 +530559,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PRMT8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038189", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038189.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -531052,8 +530573,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Art6", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -531082,8 +530602,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9453", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9453", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -531091,11 +530612,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PRODH", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003423", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003423.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -531105,8 +530626,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "slgA", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -531134,8 +530654,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:17325", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17325", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -531143,11 +530664,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PRODH2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003423", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003423.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -531157,8 +530678,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "slgA", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -531187,8 +530707,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4524", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4524", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -531196,11 +530717,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PROKR1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035610", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035610.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -531210,8 +530731,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Lkr", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -531240,8 +530760,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9454", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9454", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -531249,11 +530770,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PROM1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0266437", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0266437.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -531263,8 +530784,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG45067", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -531293,8 +530813,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9454", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9454", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -531302,11 +530823,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PROM1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0026189", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026189.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -531316,8 +530837,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "promL", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -531345,8 +530865,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20685", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20685", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -531354,11 +530875,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PROM2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0259210", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0259210.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -531368,8 +530889,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "prom", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -531398,8 +530918,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:20685", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20685", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -531407,11 +530928,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PROM2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0026189", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026189.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -531421,8 +530942,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "promL", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -531451,8 +530971,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9455", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9455", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -531460,11 +530981,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PROP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052532", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052532.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -531474,8 +530995,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG32532", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -531504,8 +531024,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19958", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19958", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -531513,11 +531034,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PRORP", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029858", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029858.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -531527,8 +531048,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mldr", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -531557,8 +531077,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9459", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9459", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -531566,11 +531087,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PROX1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004595", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004595.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -531580,8 +531101,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "pros", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -531610,8 +531130,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:26715", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26715", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -531619,11 +531140,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PROX2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004595", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004595.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -531633,8 +531154,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "pros", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -531663,8 +531183,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17351", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17351", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -531672,11 +531193,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PRPF18", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027784", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027784.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -531686,8 +531207,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Prp18", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -531715,8 +531235,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17896", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17896", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -531724,11 +531245,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PRPF19", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261119", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261119.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -531738,8 +531259,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Prp19", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -531767,8 +531287,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17348", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17348", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -531776,11 +531297,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PRPF3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036915", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036915.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -531790,8 +531311,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Prp3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -531819,8 +531339,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15446", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15446", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -531828,11 +531349,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PRPF31", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036487", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036487.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -531842,8 +531363,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Prp31", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -531871,8 +531391,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25930", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25930", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -531880,11 +531401,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PRPF38A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0050342", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0050342.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -531894,8 +531415,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Prp38", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -531924,8 +531444,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25512", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25512", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -531933,11 +531454,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PRPF38B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030468", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030468.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -531947,8 +531468,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG1622", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -531977,8 +531497,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20314", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20314", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -531986,11 +531507,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PRPF39", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039600", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039600.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -531999,9 +531520,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG1646", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Prp39", + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -532030,8 +531550,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17349", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17349", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -532039,11 +531560,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PRPF4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036733", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036733.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -532053,8 +531574,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "U4-U6-60K", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -532082,8 +531602,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16463", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16463", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -532091,11 +531612,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PRPF40A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031492", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031492.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -532105,8 +531626,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Prp40", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -532134,8 +531654,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25031", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25031", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -532143,11 +531664,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PRPF40B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031492", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031492.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -532157,8 +531678,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Prp40", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -532186,8 +531706,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17346", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17346", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -532195,11 +531716,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PRPF4B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027587", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027587.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -532209,8 +531730,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Prp4k", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -532239,8 +531759,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15860", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15860", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -532248,11 +531769,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PRPF6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036828", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036828.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -532261,9 +531782,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG6841", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Prp6", + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -532291,8 +531811,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17340", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17340", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -532300,11 +531821,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PRPF8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033688", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033688.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -532314,8 +531835,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Prp8", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -532343,8 +531863,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9942", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9942", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -532352,11 +531873,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PRPH2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032376", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032376.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -532366,8 +531887,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Tsp33B", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -532396,8 +531916,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9462", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9462", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -532405,11 +531926,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PRPS1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036030", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036030.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -532419,8 +531940,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Prps", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -532448,8 +531968,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:9463", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9463", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -532457,11 +531978,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PRPS1L1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036030", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036030.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -532471,8 +531992,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Prps", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -532501,8 +532021,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9465", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9465", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -532510,11 +532031,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PRPS2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036030", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036030.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -532524,8 +532045,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Prps", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -532553,8 +532073,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9466", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9466", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -532562,11 +532083,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PRPSAP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039790", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039790.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -532576,8 +532097,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG2246", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -532605,8 +532125,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9467", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9467", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -532614,11 +532135,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PRPSAP2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039790", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039790.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -532628,8 +532149,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG2246", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -532657,8 +532177,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13918", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13918", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -532666,11 +532187,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PRRC2A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261710", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261710.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -532680,8 +532201,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "nocte", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -532710,8 +532230,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24903", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24903", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -532719,11 +532240,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PRRC2C", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261710", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261710.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -532733,8 +532254,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "nocte", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -532763,8 +532283,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9142", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9142", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -532772,11 +532293,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PRRX1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034821", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034821.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -532786,8 +532307,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG9876", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -532816,8 +532336,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:21338", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21338", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -532825,11 +532346,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PRRX2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034821", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034821.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -532839,8 +532360,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG9876", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -532869,8 +532389,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9475", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9475", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -532878,11 +532399,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PRSS1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015316", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015316.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -532892,8 +532413,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Try29F", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -532922,8 +532442,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9477", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9477", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -532931,11 +532452,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PRSS12", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0023479", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0023479.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -532945,8 +532466,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "teq", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -532975,8 +532495,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9480", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9480", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -532984,11 +532505,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PRSS16", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038705", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038705.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -532998,8 +532519,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG11626", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -533028,8 +532548,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9480", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9480", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -533037,11 +532558,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PRSS16", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038701", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038701.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -533051,8 +532572,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG18493", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -533081,8 +532601,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9480", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9480", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -533090,11 +532611,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PRSS16", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038700", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038700.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -533104,8 +532625,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG3734", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -533134,8 +532654,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9480", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9480", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -533143,11 +532664,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PRSS16", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038702", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038702.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -533157,8 +532678,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG3739", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -533187,8 +532707,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9480", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9480", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -533196,11 +532717,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PRSS16", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035726", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035726.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -533210,8 +532731,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG9953", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -533240,8 +532760,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9483", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9483", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -533249,11 +532770,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PRSS2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051954", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051954.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -533263,8 +532784,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG31954", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -533293,8 +532813,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9485", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9485", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -533302,11 +532823,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PRSS21", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033362", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033362.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -533316,8 +532837,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8172", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -533346,8 +532866,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14368", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14368", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -533355,11 +532876,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PRSS22", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034507", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034507.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -533369,8 +532890,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG11192", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -533399,8 +532919,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14368", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14368", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -533408,11 +532929,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PRSS22", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033363", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033363.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -533422,8 +532943,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG13744", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -533452,8 +532972,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14368", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14368", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -533461,11 +532982,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PRSS22", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0050025", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0050025.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -533475,8 +532996,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG30025", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -533505,8 +533025,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14368", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14368", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -533514,11 +533035,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PRSS22", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0050031", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0050031.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -533528,8 +533049,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG30031", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -533558,8 +533078,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14368", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14368", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -533567,11 +533088,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PRSS22", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036817", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036817.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -533581,8 +533102,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6865", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -533611,8 +533131,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14368", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14368", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -533620,11 +533141,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PRSS22", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033365", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033365.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -533634,8 +533155,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8170", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -533664,8 +533184,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14368", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14368", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -533673,11 +533194,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PRSS22", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003863", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003863.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -533687,8 +533208,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "\u03b1Try", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -533717,8 +533237,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14368", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14368", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -533726,11 +533247,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PRSS22", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010357", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010357.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -533740,8 +533261,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "\u03b2Try", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -533770,8 +533290,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15475", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15475", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -533779,11 +533300,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PRSS27", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034507", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034507.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -533793,8 +533314,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG11192", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -533823,8 +533343,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15475", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15475", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -533832,11 +533353,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PRSS27", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0050025", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0050025.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -533846,8 +533367,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG30025", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -533876,8 +533396,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15475", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15475", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -533885,11 +533406,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PRSS27", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0050031", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0050031.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -533899,8 +533420,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG30031", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -533929,8 +533449,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15475", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15475", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -533938,11 +533459,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PRSS27", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003863", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003863.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -533952,8 +533473,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "\u03b1Try", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -533982,8 +533502,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15475", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15475", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -533991,11 +533512,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PRSS27", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010357", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010357.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -534005,8 +533526,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "\u03b2Try", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -534035,8 +533555,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9486", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9486", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -534044,11 +533565,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PRSS3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051954", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051954.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -534058,8 +533579,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG31954", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -534088,8 +533608,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30405", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30405", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -534097,11 +533618,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PRSS33", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034507", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034507.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -534111,8 +533632,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG11192", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -534141,8 +533661,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30405", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30405", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -534150,11 +533671,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PRSS33", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0042098", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0042098.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -534164,8 +533685,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG18735", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -534194,8 +533714,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30405", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30405", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -534203,11 +533724,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PRSS33", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0050025", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0050025.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -534217,8 +533738,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG30025", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -534247,8 +533767,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30405", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30405", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -534256,11 +533777,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PRSS33", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0050031", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0050031.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -534270,8 +533791,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG30031", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -534300,8 +533820,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30405", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30405", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -534309,11 +533830,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PRSS33", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003863", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003863.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -534323,8 +533844,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "\u03b1Try", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -534353,8 +533873,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30405", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30405", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -534362,11 +533883,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PRSS33", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010357", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010357.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -534376,8 +533897,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "\u03b2Try", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -534406,8 +533926,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26906", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26906", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -534415,11 +533936,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PRSS36", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038431", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038431.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -534429,8 +533950,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10405", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -534459,8 +533979,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26906", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26906", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -534468,11 +533989,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PRSS36", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034507", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034507.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -534482,8 +534003,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG11192", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -534512,8 +534032,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26906", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26906", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -534521,11 +534042,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PRSS36", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0042187", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0042187.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -534535,8 +534056,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG17234", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -534565,8 +534085,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26906", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26906", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -534574,11 +534095,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PRSS36", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0042186", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0042186.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -534588,8 +534109,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG17239", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -534618,8 +534138,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26906", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26906", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -534627,11 +534148,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PRSS36", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0259998", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0259998.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -534641,8 +534162,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG17571", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -534671,8 +534191,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26906", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26906", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -534680,11 +534201,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PRSS36", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0050025", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0050025.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -534694,8 +534215,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG30025", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -534724,8 +534244,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26906", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26906", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -534733,11 +534254,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PRSS36", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051681", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051681.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -534747,8 +534268,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG31681", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -534777,8 +534297,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26906", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26906", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -534786,11 +534307,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PRSS36", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051954", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051954.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -534800,8 +534321,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG31954", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -534830,8 +534350,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26906", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26906", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -534839,11 +534360,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PRSS36", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052374", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052374.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -534853,8 +534374,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG32374", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -534883,8 +534403,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26906", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26906", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -534892,11 +534413,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PRSS36", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039703", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039703.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -534906,8 +534427,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7829", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -534936,8 +534456,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26906", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26906", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -534945,11 +534466,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PRSS36", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031406", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031406.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -534959,8 +534480,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Send1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -534989,8 +534509,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26906", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26906", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -534998,11 +534519,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PRSS36", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0011832", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0011832.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -535012,8 +534533,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ser12", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -535042,8 +534562,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26906", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26906", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -535051,11 +534572,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PRSS36", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0019928", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0019928.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -535065,8 +534586,60 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ser8", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" + }, + "methodCount": 2, + "predictionMethodsMatched": [ + "Ensembl Compara", + "PANTHER" + ], + "predictionMethodsNotCalled": [ + "HGNC", + "ZFIN" + ], + "predictionMethodsNotMatched": [ + "Hieranoid", + "InParanoid", + "OMA", + "OrthoFinder", + "OrthoInspector", + "PhylomeDB", + "Roundup", + "TreeFam" + ], + "stringencyFilter": "stringent", + "totalMethodCount": 10 + }, + { + "best": "Yes", + "bestReverse": "Yes", + "gene": { + "id": "HGNC:26906", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26906", + "species": { + "commonNames": "['human', 'hsa']", + "dataProviderFullName": "Rat Genome Database", + "dataProviderShortName": "RGD", + "name": "Homo sapiens", + "shortName": "Hsa", + "taxonId": "NCBITaxon:9606" + }, + "symbol": "PRSS36", + "taxonId": "NCBITaxon:9606" + }, + "homologGene": { + "id": "FB:FBgn0003863", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003863.html", + "species": { + "commonNames": "['fly', 'fruit fly', 'dme']", + "dataProviderFullName": "FlyBase", + "dataProviderShortName": "FB", + "name": "Drosophila melanogaster", + "shortName": "Dme", + "taxonId": "NCBITaxon:7227" + }, + "symbol": "\u03b1Try", + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -535095,8 +534668,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26906", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26906", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -535104,11 +534678,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PRSS36", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0003863", + "id": "FB:FBgn0010357", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010357.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -535117,9 +534691,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "\u03b1Try", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "\u03b2Try", + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -535148,8 +534721,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26906", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26906", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -535157,11 +534731,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PRSS36", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0010357", + "id": "FB:FBgn0011556", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0011556.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -535170,9 +534744,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "\u03b2Try", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "\u03b6Try", + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -535201,8 +534774,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26906", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26906", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -535210,11 +534784,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PRSS36", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0011556", + "id": "FB:FBgn0015001", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015001.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -535223,9 +534797,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "\u03b6Try", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "\u03b9Try", + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -535254,8 +534827,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26906", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26906", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -535263,11 +534837,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PRSS36", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0015001", + "id": "FB:FBgn0043471", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0043471.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -535276,9 +534850,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "\u03b9Try", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "\u03baTry", + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -535307,8 +534880,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26906", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26906", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -535316,11 +534890,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PRSS36", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0043471", + "id": "FB:FBgn0043470", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0043470.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -535329,9 +534903,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "\u03baTry", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "\u03bbTry", + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -535359,21 +534932,22 @@ "best": "Yes", "bestReverse": "Yes", "gene": { - "id": "HGNC:26906", + "id": "HGNC:43788", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:43788", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "PRSS36", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "PRSS3P2", + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0043470", + "id": "FB:FBgn0051954", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051954.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -535382,25 +534956,24 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "\u03bbTry", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "CG31954", + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ - "Ensembl Compara", - "PANTHER" + "InParanoid", + "OrthoInspector" ], "predictionMethodsNotCalled": [ "HGNC", "ZFIN" ], "predictionMethodsNotMatched": [ + "Ensembl Compara", "Hieranoid", - "InParanoid", "OMA", "OrthoFinder", - "OrthoInspector", + "PANTHER", "PhylomeDB", "Roundup", "TreeFam" @@ -535413,8 +534986,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30715", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30715", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -535422,11 +534996,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PRSS41", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035678", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035678.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -535436,8 +535010,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10469", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -535466,8 +535039,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24635", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24635", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -535475,11 +535049,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PRSS48", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003863", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003863.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -535489,8 +535063,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "\u03b1Try", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -535519,8 +535092,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24635", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24635", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -535528,11 +535102,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PRSS48", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0011556", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0011556.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -535542,8 +535116,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "\u03b6Try", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -535572,8 +535145,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:34407", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:34407", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -535581,11 +535155,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PRSS53", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038431", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038431.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -535595,8 +535169,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10405", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -535625,8 +535198,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:34407", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:34407", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -535634,11 +535208,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PRSS53", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034507", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034507.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -535648,8 +535222,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG11192", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -535678,8 +535251,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:34407", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:34407", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -535687,11 +535261,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PRSS53", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0042187", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0042187.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -535701,8 +535275,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG17234", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -535731,8 +535304,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:34407", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:34407", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -535740,11 +535314,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PRSS53", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0042186", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0042186.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -535754,8 +535328,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG17239", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -535784,8 +535357,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:34407", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:34407", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -535793,11 +535367,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PRSS53", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0259998", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0259998.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -535807,8 +535381,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG17571", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -535837,8 +535410,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:34407", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:34407", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -535846,11 +535420,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PRSS53", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0050025", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0050025.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -535860,8 +535434,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG30025", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -535890,8 +535463,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:34407", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:34407", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -535899,11 +535473,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PRSS53", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051681", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051681.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -535913,8 +535487,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG31681", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -535943,8 +535516,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:34407", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:34407", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -535952,11 +535526,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PRSS53", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051954", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051954.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -535966,8 +535540,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG31954", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -535996,8 +535569,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:34407", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:34407", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -536005,11 +535579,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PRSS53", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052374", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052374.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -536019,8 +535593,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG32374", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -536049,8 +535622,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:34407", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:34407", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -536058,11 +535632,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PRSS53", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039703", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039703.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -536072,8 +535646,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7829", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -536102,8 +535675,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:34407", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:34407", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -536111,11 +535685,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PRSS53", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034052", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034052.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -536125,8 +535699,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8299", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -536155,8 +535728,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:34407", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:34407", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -536164,11 +535738,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PRSS53", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031406", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031406.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -536178,8 +535752,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Send1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -536208,8 +535781,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:34407", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:34407", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -536217,11 +535791,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PRSS53", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0011832", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0011832.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -536231,8 +535805,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ser12", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -536261,8 +535834,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:34407", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:34407", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -536270,11 +535844,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PRSS53", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0019928", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0019928.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -536284,8 +535858,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ser8", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -536314,8 +535887,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:34407", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:34407", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -536323,11 +535897,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PRSS53", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003863", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003863.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -536337,8 +535911,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "\u03b1Try", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -536367,8 +535940,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:34407", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:34407", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -536376,11 +535950,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PRSS53", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010357", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010357.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -536390,8 +535964,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "\u03b2Try", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -536420,8 +535993,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:34407", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:34407", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -536429,11 +536003,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PRSS53", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010425", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010425.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -536443,8 +536017,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "\u03b5Try", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -536473,8 +536046,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:34407", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:34407", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -536482,11 +536056,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PRSS53", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0011556", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0011556.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -536496,8 +536070,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "\u03b6Try", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -536526,8 +536099,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:34407", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:34407", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -536535,11 +536109,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PRSS53", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0011555", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0011555.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -536549,8 +536123,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "\u03b8Try", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -536579,8 +536152,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:34407", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:34407", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -536588,11 +536162,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PRSS53", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015001", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015001.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -536602,8 +536176,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "\u03b9Try", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -536632,8 +536205,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:34407", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:34407", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -536641,11 +536215,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PRSS53", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0043471", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0043471.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -536655,8 +536229,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "\u03baTry", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -536685,8 +536258,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:34407", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:34407", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -536694,11 +536268,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PRSS53", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0043470", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0043470.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -536708,8 +536282,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "\u03bbTry", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -536738,8 +536311,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30824", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30824", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -536747,11 +536321,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PRSS55", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029826", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029826.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -536761,8 +536335,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6041", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -536791,8 +536364,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:39433", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:39433", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -536800,11 +536374,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PRSS56", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0053458", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0053458.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -536814,8 +536388,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG33458", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -536844,8 +536417,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:39433", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:39433", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -536853,11 +536427,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PRSS56", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0053459", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0053459.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -536867,8 +536441,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG33459", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -536897,8 +536470,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:31397", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:31397", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -536906,11 +536480,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PRSS57", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035795", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035795.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -536920,8 +536494,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG16998", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -536950,8 +536523,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:31397", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:31397", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -536959,11 +536533,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PRSS57", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052374", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052374.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -536973,8 +536547,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG32374", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -537003,8 +536576,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:31397", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:31397", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -537012,11 +536586,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PRSS57", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052376", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052376.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -537026,8 +536600,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG32376", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -537056,8 +536629,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9491", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9491", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -537065,11 +536639,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PRSS8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034507", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034507.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -537079,8 +536653,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG11192", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -537109,8 +536682,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9491", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9491", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -537118,11 +536692,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PRSS8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0050025", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0050025.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -537132,8 +536706,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG30025", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -537162,8 +536735,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9491", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9491", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -537171,11 +536745,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PRSS8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0050031", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0050031.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -537185,8 +536759,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG30031", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -537215,8 +536788,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9491", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9491", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -537224,11 +536798,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PRSS8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003863", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003863.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -537238,8 +536812,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "\u03b1Try", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -537268,8 +536841,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9491", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9491", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -537277,11 +536851,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PRSS8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010357", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010357.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -537291,8 +536865,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "\u03b2Try", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -537321,8 +536894,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13420", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13420", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -537330,11 +536904,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PRUNE1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003116", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003116.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -537344,8 +536918,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "pn", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -537373,8 +536946,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:25209", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25209", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -537382,11 +536956,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PRUNE2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035488", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035488.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -537396,8 +536970,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG11593", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -537426,8 +536999,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9498", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9498", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -537435,11 +537009,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PSAP", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000416", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000416.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -537449,8 +537023,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Sap-r", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -537479,8 +537052,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:33131", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:33131", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -537488,11 +537062,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PSAPL1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000416", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000416.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -537502,8 +537076,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Sap-r", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -537532,8 +537105,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19129", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19129", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -537541,11 +537115,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PSAT1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0014427", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0014427.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -537555,8 +537129,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG11899", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -537584,8 +537157,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9507", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9507", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -537593,11 +537167,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PSD", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051158", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051158.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -537607,8 +537181,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Efa6", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -537637,8 +537210,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:19092", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19092", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -537646,11 +537220,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PSD2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051158", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051158.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -537660,8 +537234,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Efa6", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -537690,8 +537263,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:19093", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19093", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -537699,11 +537273,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PSD3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051158", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051158.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -537713,8 +537287,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Efa6", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -537743,8 +537316,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:19096", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19096", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -537752,11 +537326,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PSD4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051158", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051158.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -537766,8 +537340,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Efa6", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -537796,8 +537369,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:9508", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9508", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -537805,11 +537379,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PSEN1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0284421", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0284421.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -537819,8 +537393,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Psn", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -537849,8 +537422,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9509", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9509", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -537858,11 +537432,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PSEN2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0284421", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0284421.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -537872,8 +537446,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Psn", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -537901,8 +537474,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30100", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30100", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -537910,11 +537484,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PSENEN", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0053198", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0053198.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -537924,8 +537498,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "pen-2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -537953,8 +537526,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9527", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9527", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -537962,11 +537536,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PSIP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039743", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039743.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -537976,8 +537550,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Jasper", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -538006,8 +537579,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9530", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9530", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -538015,11 +537589,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PSMA1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0250843", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0250843.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -538029,8 +537603,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pros\u03b16", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -538058,8 +537631,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9530", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9530", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -538067,11 +537641,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PSMA1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032492", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032492.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -538081,8 +537655,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pros\u03b16T", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -538110,8 +537683,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9531", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9531", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -538119,11 +537693,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PSMA2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0086134", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0086134.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -538133,8 +537707,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pros\u03b12", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -538162,8 +537735,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9532", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9532", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -538171,11 +537745,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PSMA3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0023175", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0023175.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -538185,8 +537759,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pros\u03b17", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -538214,8 +537787,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9533", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9533", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -538223,11 +537797,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PSMA4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261394", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261394.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -538237,8 +537811,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pros\u03b13", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -538266,8 +537839,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9533", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9533", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -538275,11 +537849,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PSMA4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261395", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261395.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -538289,8 +537863,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pros\u03b13T", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -538319,8 +537892,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9534", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9534", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -538328,11 +537902,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PSMA5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0016697", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0016697.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -538342,8 +537916,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pros\u03b15", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -538367,12 +537940,13 @@ "totalMethodCount": 10 }, { - "best": "Yes", + "best": "No", "bestReverse": "Yes", "gene": { "id": "HGNC:9535", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9535", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -538380,11 +537954,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PSMA6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0050382", + "id": "FB:FBgn0263121", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0263121.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -538393,18 +537967,13 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG30382", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Pros\u03b11", + "taxonId": "NCBITaxon:7227" }, - "methodCount": 8, + "methodCount": 4, "predictionMethodsMatched": [ - "Hieranoid", - "InParanoid", - "OrthoFinder", - "OrthoInspector", - "PANTHER", - "PhylomeDB", + "Ensembl Compara", + "OMA", "Roundup", "TreeFam" ], @@ -538413,19 +537982,24 @@ "ZFIN" ], "predictionMethodsNotMatched": [ - "Ensembl Compara", - "OMA" + "Hieranoid", + "InParanoid", + "OrthoFinder", + "OrthoInspector", + "PANTHER", + "PhylomeDB" ], "stringencyFilter": "stringent", "totalMethodCount": 10 }, { - "best": "No", + "best": "Yes", "bestReverse": "Yes", "gene": { "id": "HGNC:9535", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9535", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -538433,11 +538007,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PSMA6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0263121", + "id": "FB:FBgn0050382", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0050382.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -538446,14 +538020,17 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "Pros\u03b11", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Pros\u03b11R", + "taxonId": "NCBITaxon:7227" }, - "methodCount": 4, + "methodCount": 8, "predictionMethodsMatched": [ - "Ensembl Compara", - "OMA", + "Hieranoid", + "InParanoid", + "OrthoFinder", + "OrthoInspector", + "PANTHER", + "PhylomeDB", "Roundup", "TreeFam" ], @@ -538462,12 +538039,8 @@ "ZFIN" ], "predictionMethodsNotMatched": [ - "Hieranoid", - "InParanoid", - "OrthoFinder", - "OrthoInspector", - "PANTHER", - "PhylomeDB" + "Ensembl Compara", + "OMA" ], "stringencyFilter": "stringent", "totalMethodCount": 10 @@ -538477,8 +538050,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9536", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9536", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -538486,11 +538060,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PSMA7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004066", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004066.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -538500,8 +538074,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pros\u03b14", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -538529,8 +538102,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9536", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9536", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -538538,11 +538112,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PSMA7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0265606", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0265606.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -538552,8 +538126,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pros\u03b14T1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -538582,8 +538155,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9536", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9536", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -538591,11 +538165,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PSMA7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0017556", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0017556.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -538605,8 +538179,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pros\u03b14T2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -538635,8 +538208,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:22985", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:22985", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -538644,11 +538218,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PSMA8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004066", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004066.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -538658,8 +538232,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pros\u03b14", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -538687,8 +538260,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:22985", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:22985", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -538696,11 +538270,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PSMA8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0265606", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0265606.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -538710,8 +538284,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pros\u03b14T1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -538740,8 +538313,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:22985", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:22985", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -538749,11 +538323,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PSMA8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0017556", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0017556.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -538763,8 +538337,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pros\u03b14T2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -538793,8 +538366,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9537", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9537", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -538802,11 +538376,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PSMB1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0002284", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0002284.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -538816,8 +538390,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pros\u03b26", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -538845,8 +538418,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:9538", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9538", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -538854,11 +538428,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PSMB10", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0023174", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0023174.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -538868,8 +538442,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pros\u03b22", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -538898,8 +538471,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9538", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9538", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -538907,11 +538481,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PSMB10", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037296", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037296.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -538921,8 +538495,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pros\u03b22R2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -538951,8 +538524,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:31963", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:31963", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -538960,11 +538534,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PSMB11", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029134", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029134.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -538974,8 +538548,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pros\u03b25", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -539004,8 +538577,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:31963", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:31963", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -539013,11 +538587,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PSMB11", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034842", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034842.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -539027,8 +538601,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pros\u03b25R1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -539057,8 +538630,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:31963", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:31963", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -539066,11 +538640,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PSMB11", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051742", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051742.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -539080,8 +538654,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pros\u03b25R2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -539110,8 +538683,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9539", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9539", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -539119,11 +538693,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PSMB2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032596", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032596.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -539133,8 +538707,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pros\u03b24", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -539162,8 +538735,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9539", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9539", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -539171,11 +538745,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PSMB2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031442", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031442.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -539185,8 +538759,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pros\u03b24R1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -539215,8 +538788,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9539", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9539", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -539224,11 +538798,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PSMB2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031443", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031443.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -539238,8 +538812,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pros\u03b24R2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -539268,8 +538841,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9540", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9540", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -539277,11 +538851,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PSMB3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0026380", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026380.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -539291,8 +538865,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pros\u03b23", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -539320,8 +538893,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9541", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9541", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -539329,11 +538903,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PSMB4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0250746", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0250746.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -539343,8 +538917,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pros\u03b27", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -539372,8 +538945,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9542", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9542", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -539381,11 +538955,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PSMB5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029134", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029134.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -539395,8 +538969,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pros\u03b25", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -539424,8 +538997,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9542", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9542", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -539433,11 +539007,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PSMB5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034842", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034842.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -539447,8 +539021,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pros\u03b25R1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -539476,8 +539049,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9542", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9542", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -539485,11 +539059,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PSMB5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051742", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051742.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -539499,8 +539073,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pros\u03b25R2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -539529,8 +539102,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9543", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9543", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -539538,11 +539112,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PSMB6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010590", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010590.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -539552,8 +539126,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pros\u03b21", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -539581,8 +539154,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9544", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9544", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -539590,11 +539164,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PSMB7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0023174", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0023174.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -539604,8 +539178,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pros\u03b22", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -539633,8 +539206,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9544", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9544", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -539642,11 +539216,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PSMB7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029812", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029812.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -539656,8 +539230,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pros\u03b22R1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -539686,8 +539259,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9544", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9544", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -539695,11 +539269,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PSMB7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037296", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037296.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -539709,8 +539283,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pros\u03b22R2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -539739,8 +539312,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9545", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9545", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -539748,11 +539322,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PSMB8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029134", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029134.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -539762,8 +539336,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pros\u03b25", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -539791,8 +539364,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9545", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9545", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -539800,11 +539374,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PSMB8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034842", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034842.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -539814,8 +539388,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pros\u03b25R1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -539843,8 +539416,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9545", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9545", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -539852,11 +539426,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PSMB8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051742", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051742.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -539866,8 +539440,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pros\u03b25R2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -539896,8 +539469,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:9546", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9546", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -539905,11 +539479,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PSMB9", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010590", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010590.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -539919,8 +539493,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pros\u03b21", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -539949,8 +539522,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9547", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9547", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -539958,11 +539532,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PSMC1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015282", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015282.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -539972,8 +539546,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rpt2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -540001,8 +539574,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9548", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9548", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -540010,11 +539584,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PSMC2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028687", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028687.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -540024,8 +539598,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rpt1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -540054,8 +539627,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9549", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9549", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -540063,11 +539637,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PSMC3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028684", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028684.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -540077,8 +539651,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rpt5", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -540107,8 +539680,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9551", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9551", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -540116,11 +539690,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PSMC4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028686", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028686.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -540130,8 +539704,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rpt3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -540160,8 +539733,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9551", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9551", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -540169,11 +539743,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PSMC4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037742", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037742.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -540183,8 +539757,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rpt3R", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -540213,8 +539786,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9552", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9552", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -540222,11 +539796,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PSMC5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0020369", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0020369.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -540236,8 +539810,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rpt6", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -540265,8 +539838,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9552", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9552", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -540274,11 +539848,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PSMC5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039788", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039788.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -540288,8 +539862,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rpt6R", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -540318,8 +539891,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9553", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9553", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -540327,11 +539901,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PSMC6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028685", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028685.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -540341,8 +539915,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rpt4", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -540371,8 +539944,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9553", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9553", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -540380,11 +539954,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PSMC6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036224", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036224.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -540394,8 +539968,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rpt4R", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -540424,8 +539997,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9554", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9554", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -540433,11 +540007,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PSMD1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028692", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028692.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -540447,8 +540021,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rpn2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -540476,8 +540049,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9556", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9556", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -540485,11 +540059,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PSMD11", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028689", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028689.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -540499,8 +540073,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rpn6", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -540529,8 +540102,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9557", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9557", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -540538,11 +540112,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PSMD12", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028690", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028690.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -540552,8 +540126,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rpn5", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -540581,8 +540154,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9558", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9558", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -540590,11 +540164,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PSMD13", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028691", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028691.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -540604,8 +540178,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rpn9", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -540633,8 +540206,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16889", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16889", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -540642,11 +540216,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PSMD14", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028694", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028694.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -540656,8 +540230,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rpn11", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -540685,8 +540258,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9559", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9559", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -540694,11 +540268,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PSMD2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028695", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028695.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -540708,8 +540282,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rpn1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -540737,8 +540310,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9560", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9560", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -540746,11 +540320,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PSMD3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261396", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261396.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -540760,8 +540334,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rpn3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -540789,8 +540362,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9561", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9561", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -540798,11 +540372,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PSMD4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015283", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015283.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -540812,8 +540386,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rpn10", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -540841,8 +540414,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9563", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9563", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -540850,11 +540424,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PSMD5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030457", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030457.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -540864,8 +540438,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG12096", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -540893,8 +540466,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9564", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9564", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -540902,11 +540476,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PSMD6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028688", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028688.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -540916,8 +540490,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rpn7", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -540945,8 +540518,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9565", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9565", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -540954,11 +540528,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PSMD7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0002787", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0002787.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -540968,8 +540542,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rpn8", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -540998,8 +540571,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9566", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9566", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -541007,11 +540581,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PSMD8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028693", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028693.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -541021,8 +540595,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rpn12", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -541050,8 +540623,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9566", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9566", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -541059,11 +540633,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PSMD8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036465", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036465.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -541073,8 +540647,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rpn12R", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -541103,8 +540676,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9567", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9567", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -541112,11 +540686,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PSMD9", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038166", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038166.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -541126,8 +540700,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG9588", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -541155,8 +540728,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:9568", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9568", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -541164,11 +540738,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PSME1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029133", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029133.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -541178,8 +540752,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "REG", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -541208,8 +540781,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:9569", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9569", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -541217,11 +540791,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PSME2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029133", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029133.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -541231,8 +540805,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "REG", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -541261,8 +540834,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9570", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9570", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -541270,11 +540844,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PSME3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029133", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029133.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -541284,8 +540858,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "REG", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -541313,8 +540886,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29856", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29856", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -541322,11 +540896,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PSME3IP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034242", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034242.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -541336,8 +540910,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG14480", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -541366,8 +540939,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9571", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9571", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -541375,11 +540949,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PSMF1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029816", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029816.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -541389,8 +540963,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG12729", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -541419,8 +540992,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9571", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9571", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -541428,11 +541002,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PSMF1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033669", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033669.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -541442,8 +541016,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "PI31", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -541471,8 +541044,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24929", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24929", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -541480,11 +541054,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PSMG2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038577", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038577.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -541494,8 +541068,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG12321", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -541523,8 +541096,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:22420", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:22420", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -541532,11 +541106,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PSMG3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031253", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031253.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -541546,8 +541120,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG11885", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -541576,8 +541149,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21108", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21108", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -541585,11 +541159,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PSMG4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033781", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033781.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -541599,8 +541173,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG13319", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -541629,8 +541202,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20320", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20320", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -541638,11 +541212,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PSPC1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004227", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004227.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -541652,8 +541226,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "nonA", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -541682,8 +541255,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20320", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20320", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -541691,11 +541265,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PSPC1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015520", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015520.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -541705,8 +541279,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "nonA-l", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -541735,8 +541308,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9577", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9577", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -541744,11 +541318,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PSPH", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0023129", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0023129.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -541758,8 +541332,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "aay", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -541787,8 +541360,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28578", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28578", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -541796,11 +541370,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PSTK", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031041", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031041.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -541810,8 +541384,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pstk", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -541840,8 +541413,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30449", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30449", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -541849,11 +541423,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PTAR1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027296", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027296.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -541863,8 +541437,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "temp", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -541893,8 +541466,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9583", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9583", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -541902,11 +541476,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PTBP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0011224", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0011224.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -541916,8 +541490,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "heph", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -541945,8 +541518,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17662", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17662", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -541954,11 +541528,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PTBP2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0011224", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0011224.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -541968,8 +541542,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "heph", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -541997,8 +541570,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10253", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10253", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -542006,11 +541580,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PTBP3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0011224", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0011224.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -542020,8 +541594,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "heph", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -542049,8 +541622,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:22198", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:22198", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -542058,11 +541632,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PTCD1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035591", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035591.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -542072,8 +541646,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG4611", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -542102,8 +541675,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24717", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24717", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -542111,11 +541685,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PTCD3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033816", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033816.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -542125,8 +541699,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG4679", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -542154,8 +541727,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9585", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9585", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -542163,11 +541737,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PTCH1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003892", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003892.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -542177,8 +541751,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ptc", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -542206,8 +541779,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9586", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9586", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -542215,11 +541789,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PTCH2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003892", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003892.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -542229,8 +541803,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ptc", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -542258,8 +541831,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:26392", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26392", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -542267,11 +541841,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PTCHD1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0262867", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0262867.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -542281,8 +541855,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ptr", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -542311,8 +541884,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24776", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24776", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -542320,11 +541894,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PTCHD3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0262867", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0262867.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -542334,8 +541908,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ptr", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -542364,8 +541937,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:21345", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21345", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -542373,11 +541947,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PTCHD4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0262867", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0262867.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -542387,8 +541961,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ptr", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -542417,8 +541990,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9588", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9588", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -542426,11 +542000,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PTEN", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0026379", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026379.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -542440,8 +542014,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pten", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -542469,8 +542042,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9590", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9590", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -542478,11 +542052,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PTER", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037683", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037683.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -542492,8 +542066,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG18473", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -542521,8 +542094,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23734", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23734", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -542530,11 +542104,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PTF1A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037475", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037475.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -542544,8 +542118,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Fer1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -542574,8 +542147,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:9591", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9591", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -542583,11 +542157,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PTGDR", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036742", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036742.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -542597,8 +542171,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7497", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -542627,8 +542200,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:9593", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9593", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -542636,11 +542210,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PTGER1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036742", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036742.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -542650,8 +542224,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7497", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -542680,8 +542253,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:9594", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9594", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -542689,11 +542263,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PTGER2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036742", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036742.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -542703,8 +542277,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7497", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -542733,8 +542306,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9595", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9595", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -542742,11 +542316,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PTGER3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036742", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036742.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -542756,8 +542330,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7497", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -542786,8 +542359,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:9596", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9596", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -542795,11 +542369,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PTGER4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036742", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036742.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -542809,8 +542383,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7497", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -542839,8 +542412,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9599", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9599", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -542848,11 +542422,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PTGES", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0053177", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0053177.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -542862,8 +542436,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG33177", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -542892,8 +542465,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9599", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9599", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -542901,11 +542475,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PTGES", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0053178", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0053178.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -542915,8 +542489,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG33178", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -542945,8 +542518,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17822", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17822", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -542954,11 +542528,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PTGES2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004465", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004465.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -542968,8 +542542,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Su(P)", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -542998,8 +542571,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16049", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16049", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -543007,11 +542581,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PTGES3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037728", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037728.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -543021,8 +542595,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "p23", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -543050,8 +542623,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:43946", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:43946", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -543059,11 +542633,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PTGES3L-AARSD1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029664", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029664.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -543073,8 +542647,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10802", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -543103,8 +542676,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:9600", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9600", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -543112,11 +542686,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PTGFR", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036742", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036742.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -543126,8 +542700,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7497", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -543156,8 +542729,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:9602", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9602", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -543165,11 +542739,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PTGIR", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036742", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036742.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -543179,8 +542753,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7497", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -543209,8 +542782,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9611", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9611", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -543218,11 +542792,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PTK2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0020440", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0020440.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -543232,8 +542806,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Fak", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -543262,8 +542835,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:9612", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9612", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -543271,11 +542845,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PTK2B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0020440", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0020440.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -543285,8 +542859,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Fak", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -543315,8 +542888,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9618", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9618", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -543324,11 +542898,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PTK7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004839", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004839.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -543338,8 +542912,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "otk", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -543367,8 +542940,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9618", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9618", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -543376,11 +542950,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PTK7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0267728", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0267728.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -543390,8 +542964,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "otk2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -543420,8 +542993,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9632", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9632", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -543429,11 +543003,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PTOV1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039170", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039170.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -543443,8 +543017,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG13609", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -543472,8 +543045,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:9634", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9634", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -543481,11 +543055,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PTP4A1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0024734", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0024734.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -543495,8 +543069,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "PRL-1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -543525,8 +543098,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9635", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9635", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -543534,11 +543108,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PTP4A2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0024734", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0024734.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -543548,8 +543122,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "PRL-1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -543578,8 +543151,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:9636", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9636", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -543587,11 +543161,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PTP4A3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0024734", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0024734.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -543601,8 +543175,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "PRL-1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -543631,8 +543204,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9308", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9308", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -543640,11 +543214,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PTPA", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037365", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037365.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -543654,8 +543228,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG2104", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -543684,8 +543257,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9308", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9308", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -543693,11 +543267,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PTPA", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030696", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030696.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -543707,8 +543281,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8509", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -543737,8 +543310,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9308", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9308", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -543746,11 +543320,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PTPA", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0016698", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0016698.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -543760,8 +543334,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ptpa", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -543789,8 +543362,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26965", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26965", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -543798,11 +543372,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PTPMT1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039111", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039111.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -543812,8 +543386,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "PTPMT1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -543841,8 +543414,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:9642", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9642", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -543850,11 +543424,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PTPN1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0267487", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0267487.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -543864,8 +543438,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ptp61F", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -543894,8 +543467,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9644", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9644", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -543903,11 +543477,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PTPN11", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000382", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000382.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -543917,8 +543491,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "csw", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -543947,8 +543520,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:9647", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9647", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -543956,11 +543530,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PTPN14", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031799", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031799.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -543970,8 +543544,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pez", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -544000,8 +543573,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9650", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9650", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -544009,11 +543583,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PTPN2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0267487", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0267487.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -544023,8 +543597,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ptp61F", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -544053,8 +543626,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9651", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9651", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -544062,11 +543636,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PTPN21", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031799", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031799.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -544076,8 +543650,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pez", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -544106,8 +543679,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14406", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14406", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -544115,11 +543689,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PTPN23", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036448", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036448.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -544129,8 +543703,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mop", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -544159,8 +543732,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:9655", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9655", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -544168,11 +543742,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PTPN3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261985", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261985.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -544182,8 +543756,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ptpmeg", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -544212,8 +543785,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9656", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9656", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -544221,11 +543795,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PTPN4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261985", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261985.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -544235,8 +543809,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ptpmeg", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -544265,8 +543838,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9657", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9657", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -544274,11 +543848,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PTPN5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0016641", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0016641.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -544288,8 +543862,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "PTP-ER", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -544318,8 +543891,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9658", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9658", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -544327,11 +543901,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PTPN6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000382", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000382.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -544341,8 +543915,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "csw", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -544371,8 +543944,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9659", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9659", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -544380,11 +543954,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PTPN7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0016641", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0016641.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -544394,8 +543968,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "PTP-ER", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -544424,8 +543997,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9661", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9661", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -544433,11 +544007,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PTPN9", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028341", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028341.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -544447,8 +544021,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ptpmeg2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -544477,8 +544050,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:9664", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9664", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -544486,11 +544060,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PTPRA", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0267486", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0267486.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -544500,8 +544074,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ptp36E", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -544530,8 +544103,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9665", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9665", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -544539,11 +544113,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PTPRB", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004370", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004370.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -544553,8 +544127,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ptp10D", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -544583,8 +544156,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9665", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9665", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -544592,11 +544166,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PTPRB", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004368", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004368.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -544606,8 +544180,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ptp4E", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -544636,8 +544209,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9666", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9666", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -544645,11 +544219,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PTPRC", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0014007", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0014007.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -544659,8 +544233,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ptp69D", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -544689,8 +544262,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9668", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9668", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -544698,11 +544272,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PTPRD", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000464", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000464.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -544712,8 +544286,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Lar", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -544742,8 +544315,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:9669", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9669", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -544751,11 +544325,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PTPRE", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0267486", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0267486.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -544765,8 +544339,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ptp36E", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -544795,8 +544368,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9670", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9670", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -544804,11 +544378,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PTPRF", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000464", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000464.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -544818,8 +544392,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Lar", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -544848,8 +544421,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9671", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9671", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -544857,11 +544431,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PTPRG", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004369", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004369.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -544871,8 +544445,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ptp99A", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -544901,8 +544474,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:9673", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9673", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -544910,11 +544484,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PTPRJ", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004370", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004370.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -544924,8 +544498,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ptp10D", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -544954,8 +544527,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:9673", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9673", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -544963,11 +544537,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PTPRJ", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004368", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004368.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -544977,8 +544551,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ptp4E", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -545007,8 +544580,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9674", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9674", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -545016,11 +544590,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PTPRK", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0267486", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0267486.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -545030,8 +544604,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ptp36E", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -545060,8 +544633,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:9675", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9675", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -545069,11 +544643,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PTPRM", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0267486", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0267486.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -545083,8 +544657,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ptp36E", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -545113,8 +544686,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9676", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9676", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -545122,11 +544696,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PTPRN", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031294", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031294.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -545136,8 +544710,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "IA-2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -545166,8 +544739,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9677", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9677", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -545175,11 +544749,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PTPRN2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031294", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031294.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -545189,8 +544763,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "IA-2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -545219,8 +544792,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:9678", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9678", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -545228,11 +544802,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PTPRO", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004370", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004370.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -545242,8 +544816,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ptp10D", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -545272,8 +544845,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9680", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9680", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -545281,11 +544855,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PTPRR", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0016641", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0016641.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -545295,8 +544869,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "PTP-ER", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -545325,8 +544898,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:9681", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9681", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -545334,11 +544908,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PTPRS", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000464", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000464.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -545348,8 +544922,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Lar", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -545378,8 +544951,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:9682", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9682", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -545387,11 +544961,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PTPRT", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0267486", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0267486.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -545401,8 +544975,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ptp36E", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -545431,8 +545004,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:9685", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9685", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -545440,11 +545014,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PTPRZ1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004369", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004369.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -545454,8 +545028,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ptp99A", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -545484,8 +545057,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24265", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24265", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -545493,11 +545067,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PTRH2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0026566", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026566.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -545507,8 +545081,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG1307", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -545537,8 +545110,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24265", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24265", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -545546,11 +545120,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PTRH2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038107", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038107.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -545560,8 +545134,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG17327", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -545590,8 +545163,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:33782", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:33782", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -545599,11 +545173,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PTRHD1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038446", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038446.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -545613,8 +545187,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG14903", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -545642,8 +545215,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9689", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9689", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -545651,11 +545225,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PTS", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003141", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003141.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -545665,8 +545239,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "pr", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -545694,8 +545267,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16818", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16818", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -545703,11 +545277,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PUDP", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051924", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051924.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -545717,8 +545291,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG31924", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -545747,8 +545320,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16818", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16818", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -545756,11 +545330,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PUDP", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031335", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031335.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -545770,8 +545344,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5565", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -545800,8 +545373,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16818", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16818", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -545809,11 +545383,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PUDP", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0019982", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0019982.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -545823,8 +545397,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Gs1l", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -545852,8 +545425,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17042", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17042", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -545861,11 +545435,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PUF60", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028577", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028577.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -545875,8 +545449,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "hfp", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -545904,8 +545477,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:14957", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14957", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -545913,11 +545487,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PUM1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003165", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003165.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -545927,8 +545501,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "pum", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -545957,8 +545530,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14958", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14958", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -545966,11 +545540,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PUM2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003165", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003165.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -545980,8 +545554,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "pum", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -546010,8 +545583,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29676", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29676", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -546019,11 +545593,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PUM3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015527", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015527.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -546033,8 +545607,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "peng", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -546062,8 +545635,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:9701", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9701", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -546071,11 +545645,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PURA", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0022361", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0022361.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -546085,8 +545659,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pur-\u03b1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -546115,8 +545688,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9702", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9702", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -546124,11 +545698,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PURB", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0022361", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0022361.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -546138,8 +545712,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pur-\u03b1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -546167,8 +545740,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:17930", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17930", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -546176,11 +545750,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PURG", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0022361", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0022361.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -546190,8 +545764,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pur-\u03b1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -546220,8 +545793,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15508", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15508", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -546229,11 +545803,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PUS1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038811", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038811.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -546243,8 +545817,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pus1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -546272,8 +545845,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26505", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26505", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -546281,11 +545855,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PUS10", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031227", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031227.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -546295,8 +545869,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG3709", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -546324,8 +545897,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25461", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25461", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -546333,11 +545907,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PUS3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034703", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034703.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -546347,8 +545921,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG3045", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -546376,8 +545949,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26033", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26033", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -546385,11 +545959,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PUS7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035901", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035901.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -546399,8 +545973,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pus7", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -546429,8 +546002,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26914", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26914", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -546438,11 +546012,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PUSL1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0083976", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0083976.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -546452,8 +546026,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG34140", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -546481,8 +546054,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17015", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17015", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -546490,11 +546064,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PWP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0263510", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0263510.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -546504,8 +546078,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "nclb", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -546533,8 +546106,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:9711", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9711", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -546542,11 +546116,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PWP2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033557", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033557.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -546556,8 +546130,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG12325", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -546586,8 +546159,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14966", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14966", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -546595,11 +546169,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PXDN", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0011828", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0011828.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -546609,8 +546183,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pxn", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -546638,8 +546211,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:26359", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26359", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -546647,11 +546221,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PXDNL", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0011828", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0011828.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -546661,8 +546235,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pxn", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -546691,8 +546264,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23326", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23326", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -546700,11 +546274,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PXK", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033244", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033244.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -546714,8 +546288,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8726", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -546743,8 +546316,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9716", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9716", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -546752,11 +546326,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PXMP2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035252", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035252.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -546766,8 +546340,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7970", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -546796,8 +546369,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9718", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9718", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -546805,11 +546379,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PXN", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0041789", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0041789.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -546819,8 +546393,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pax", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -546849,8 +546422,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26303", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26303", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -546858,11 +546432,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PXYLP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031397", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031397.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -546872,8 +546446,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG15385", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -546901,8 +546474,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9721", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9721", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -546910,11 +546484,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PYCR1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038516", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038516.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -546924,8 +546498,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "P5cr-2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -546954,8 +546527,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30262", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30262", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -546963,11 +546537,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PYCR2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038516", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038516.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -546977,8 +546551,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "P5cr-2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -547007,8 +546580,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:25846", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25846", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -547016,11 +546590,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PYCR3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038516", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038516.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -547030,8 +546604,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "P5cr-2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -547060,8 +546633,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:9723", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9723", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -547069,11 +546643,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PYGB", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004507", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004507.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -547083,8 +546657,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "GlyP", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -547113,8 +546686,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:9725", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9725", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -547122,11 +546696,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PYGL", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004507", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004507.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -547136,8 +546710,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "GlyP", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -547166,8 +546739,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9726", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9726", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -547175,11 +546749,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PYGM", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004507", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004507.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -547189,8 +546763,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "GlyP", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -547218,8 +546791,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30256", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30256", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -547227,11 +546801,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PYGO1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0043900", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0043900.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -547241,8 +546815,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "pygo", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -547271,8 +546844,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30257", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30257", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -547280,11 +546854,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PYGO2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0043900", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0043900.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -547294,8 +546868,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "pygo", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -547324,8 +546897,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30258", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30258", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -547333,11 +546907,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PYM1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034918", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034918.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -547347,8 +546921,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pym", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -547376,8 +546949,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26162", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26162", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -547385,11 +546959,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "PYROXD1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032846", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032846.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -547399,8 +546973,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pyroxd1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -547429,8 +547002,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9751", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9751", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -547438,11 +547012,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "QARS1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027090", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027090.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -547452,8 +547026,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "GlnRS", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -547481,8 +547054,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9752", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9752", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -547490,11 +547064,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "QDPR", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035964", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035964.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -547504,8 +547078,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Dhpr", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -547533,8 +547106,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21100", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21100", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -547542,11 +547116,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "QKI", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0264491", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0264491.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -547556,8 +547130,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "how", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -547586,8 +547159,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9753", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9753", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -547595,11 +547169,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "QPCT", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052413", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052413.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -547609,8 +547183,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG32413", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -547639,8 +547212,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9753", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9753", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -547648,11 +547222,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "QPCT", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036154", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036154.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -547662,8 +547236,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6168", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -547692,8 +547265,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9753", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9753", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -547701,11 +547275,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "QPCT", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036999", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036999.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -547715,8 +547289,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "isoQC", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -547745,8 +547318,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9753", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9753", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -547754,11 +547328,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "QPCT", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052412", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052412.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -547768,8 +547342,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "QC", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -547798,8 +547371,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25952", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25952", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -547807,11 +547381,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "QPCTL", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052413", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052413.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -547821,8 +547395,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG32413", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -547851,8 +547424,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25952", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25952", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -547860,11 +547434,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "QPCTL", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036154", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036154.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -547874,8 +547448,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6168", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -547904,8 +547477,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25952", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25952", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -547913,11 +547487,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "QPCTL", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036999", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036999.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -547927,8 +547501,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "isoQC", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -547957,8 +547530,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25952", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25952", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -547966,11 +547540,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "QPCTL", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052412", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052412.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -547980,8 +547554,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "QC", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -548010,8 +547583,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21020", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21020", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -548019,11 +547593,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "QRSL1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0260779", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0260779.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -548033,8 +547607,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "GatA", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -548062,8 +547635,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9756", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9756", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -548071,11 +547645,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "QSOX1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033814", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033814.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -548085,8 +547659,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Qsox1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -548114,8 +547687,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9756", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9756", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -548123,11 +547697,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "QSOX1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038919", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038919.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -548137,8 +547711,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Qsox2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -548166,8 +547739,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9756", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9756", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -548175,11 +547749,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "QSOX1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038918", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038918.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -548189,8 +547763,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Qsox3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -548219,8 +547792,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9756", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9756", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -548228,11 +547802,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "QSOX1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051413", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051413.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -548242,8 +547816,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Qsox4", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -548272,8 +547845,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30249", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30249", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -548281,11 +547855,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "QSOX2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033814", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033814.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -548295,8 +547869,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Qsox1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -548324,8 +547897,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30249", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30249", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -548333,11 +547907,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "QSOX2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038919", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038919.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -548347,8 +547921,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Qsox2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -548376,8 +547949,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30249", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30249", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -548385,11 +547959,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "QSOX2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038918", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038918.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -548399,8 +547973,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Qsox3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -548429,8 +548002,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30249", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30249", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -548438,11 +548012,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "QSOX2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051413", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051413.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -548452,8 +548026,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Qsox4", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -548482,8 +548055,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23797", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23797", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -548491,11 +548065,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "QTRT1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031321", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031321.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -548505,8 +548079,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Tgt", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -548534,8 +548107,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25771", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25771", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -548543,11 +548117,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "QTRT2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036000", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036000.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -548557,8 +548131,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG3434", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -548586,8 +548159,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:27329", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:27329", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -548595,11 +548169,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "R3HCC1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035388", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035388.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -548609,8 +548183,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG2162", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -548639,8 +548212,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23512", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23512", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -548648,11 +548222,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "R3HCC1L", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035388", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035388.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -548662,8 +548236,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG2162", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -548692,8 +548265,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9757", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9757", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -548701,11 +548275,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "R3HDM1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004875", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004875.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -548715,8 +548289,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "enc", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -548745,8 +548318,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29167", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29167", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -548754,11 +548328,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "R3HDM2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004875", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004875.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -548768,8 +548342,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "enc", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -548798,8 +548371,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16249", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16249", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -548807,11 +548381,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "R3HDML", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015010", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015010.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -548821,8 +548395,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ag5r", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -548851,8 +548424,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16249", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16249", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -548860,11 +548434,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "R3HDML", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0020508", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0020508.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -548874,8 +548448,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ag5r2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -548904,8 +548477,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16249", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16249", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -548913,11 +548487,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "R3HDML", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0250842", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0250842.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -548927,8 +548501,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG17575", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -548957,8 +548530,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16249", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16249", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -548966,11 +548540,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "R3HDML", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034624", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034624.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -548980,8 +548554,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG17974", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -549010,8 +548583,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16249", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16249", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -549019,11 +548593,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "R3HDML", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052679", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052679.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -549033,8 +548607,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG32679", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -549063,8 +548636,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16249", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16249", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -549072,11 +548646,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "R3HDML", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035042", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035042.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -549086,8 +548660,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG3640", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -549116,8 +548689,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16249", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16249", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -549125,11 +548699,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "R3HDML", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261848", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261848.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -549139,8 +548713,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG42780", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -549169,8 +548742,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16249", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16249", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -549178,11 +548752,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "R3HDML", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036072", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036072.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -549192,8 +548766,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6628", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -549222,8 +548795,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16249", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16249", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -549231,11 +548805,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "R3HDML", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030562", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030562.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -549245,8 +548819,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG9400", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -549275,8 +548848,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16249", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16249", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -549284,11 +548858,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "R3HDML", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034623", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034623.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -549298,8 +548872,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG9822", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -549328,8 +548901,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16249", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16249", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -549337,11 +548911,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "R3HDML", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037879", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037879.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -549351,8 +548925,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "scpr-C", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -549381,8 +548954,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9759", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9759", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -549390,11 +548964,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RAB10", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015789", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015789.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -549404,8 +548978,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rab10", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -549434,8 +549007,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9760", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9760", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -549443,11 +549017,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RAB11A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015790", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015790.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -549457,8 +549031,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rab11", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -549487,8 +549060,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9761", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9761", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -549496,11 +549070,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RAB11B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015790", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015790.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -549510,8 +549084,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rab11", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -549540,8 +549113,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:30265", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30265", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -549549,11 +549123,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RAB11FIP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027335", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027335.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -549563,8 +549137,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rip11", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -549593,8 +549166,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29152", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29152", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -549602,11 +549176,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RAB11FIP2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027335", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027335.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -549616,8 +549190,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rip11", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -549646,8 +549219,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17224", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17224", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -549655,11 +549229,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RAB11FIP3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0013718", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0013718.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -549669,8 +549243,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "nuf", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -549699,8 +549272,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30267", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30267", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -549708,11 +549282,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RAB11FIP4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0013718", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0013718.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -549722,8 +549296,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "nuf", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -549752,8 +549325,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:24845", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24845", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -549761,11 +549335,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RAB11FIP5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027335", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027335.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -549775,8 +549349,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rip11", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -549805,8 +549378,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:31332", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:31332", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -549814,11 +549388,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RAB12", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051118", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051118.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -549828,8 +549402,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "RabX4", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -549858,8 +549431,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9762", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9762", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -549867,11 +549441,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RAB13", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051118", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051118.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -549881,8 +549455,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "RabX4", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -549911,8 +549484,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16524", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16524", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -549920,11 +549494,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RAB14", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015791", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015791.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -549934,8 +549508,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rab14", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -549964,8 +549537,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20150", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20150", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -549973,11 +549547,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RAB15", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051118", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051118.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -549987,8 +549561,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "RabX4", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -550017,8 +549590,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14244", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14244", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -550026,11 +549600,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RAB18", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015794", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015794.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -550040,8 +549614,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rab18", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -550070,8 +549643,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:19982", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19982", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -550079,11 +549653,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RAB19", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015793", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015793.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -550093,8 +549667,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rab19", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -550123,8 +549696,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9758", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9758", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -550132,11 +549706,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RAB1A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0285937", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0285937.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -550146,8 +549720,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rab1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -550176,8 +549749,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:18370", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18370", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -550185,11 +549759,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RAB1B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0285937", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0285937.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -550199,8 +549773,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rab1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -550229,8 +549802,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:23683", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23683", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -550238,11 +549812,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RAB1C", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0285937", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0285937.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -550252,8 +549826,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rab1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -550282,8 +549855,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18263", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18263", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -550291,11 +549865,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RAB21", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039966", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039966.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -550305,8 +549879,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rab21", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -550335,8 +549908,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14263", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14263", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -550344,11 +549918,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RAB23", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037364", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037364.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -550358,8 +549932,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rab23", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -550388,8 +549961,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:14259", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14259", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -550397,11 +549971,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RAB26", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0086913", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0086913.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -550411,8 +549985,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rab26", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -550441,8 +550014,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9766", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9766", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -550450,11 +550024,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RAB27A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0025382", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0025382.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -550464,8 +550038,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rab27", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -550494,8 +550067,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:9767", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9767", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -550503,11 +550077,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RAB27B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0025382", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0025382.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -550517,8 +550091,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rab27", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -550547,8 +550120,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9763", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9763", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -550556,11 +550130,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RAB2A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0014009", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0014009.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -550570,8 +550144,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rab2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -550600,8 +550173,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:20246", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20246", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -550609,11 +550183,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RAB2B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0014009", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0014009.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -550623,8 +550197,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rab2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -550653,8 +550226,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9770", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9770", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -550662,11 +550236,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RAB30", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031882", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031882.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -550676,8 +550250,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rab30", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -550706,8 +550279,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9772", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9772", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -550715,11 +550289,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RAB32", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0002567", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0002567.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -550729,8 +550303,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rab32", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -550759,8 +550332,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:16519", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16519", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -550768,11 +550342,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RAB34", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035255", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035255.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -550782,8 +550356,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "RabX5", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -550812,8 +550385,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9774", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9774", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -550821,11 +550395,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RAB35", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031090", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031090.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -550835,8 +550409,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rab35", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -550865,8 +550438,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9775", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9775", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -550874,11 +550448,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RAB36", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035255", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035255.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -550888,8 +550462,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "RabX5", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -550917,8 +550490,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30268", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30268", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -550926,11 +550500,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RAB37", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0086913", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0086913.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -550940,8 +550514,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rab26", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -550970,8 +550543,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:9776", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9776", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -550979,11 +550553,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RAB38", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0002567", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0002567.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -550993,8 +550567,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rab32", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -551023,8 +550596,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16521", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16521", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -551032,11 +550606,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RAB39A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029959", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029959.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -551046,8 +550620,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rab39", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -551076,8 +550649,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16499", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16499", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -551085,11 +550659,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RAB39B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029959", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029959.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -551099,8 +550673,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rab39", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -551129,8 +550702,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9777", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9777", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -551138,11 +550712,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RAB3A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0005586", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0005586.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -551152,8 +550726,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rab3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -551182,8 +550755,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9778", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9778", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -551191,11 +550765,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RAB3B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0005586", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0005586.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -551205,8 +550779,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rab3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -551235,8 +550808,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:30269", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30269", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -551244,11 +550818,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RAB3C", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0005586", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0005586.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -551258,8 +550832,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rab3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -551288,8 +550861,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:9779", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9779", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -551297,11 +550871,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RAB3D", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0005586", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0005586.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -551311,8 +550885,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rab3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -551341,8 +550914,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17063", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17063", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -551350,11 +550924,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RAB3GAP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051935", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051935.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -551363,9 +550937,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG31935", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Rab3GAP1", + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -551393,8 +550966,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17168", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17168", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -551402,11 +550976,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RAB3GAP2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027505", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027505.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -551416,8 +550990,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rab3-GAP", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -551445,8 +551018,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:18283", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18283", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -551454,11 +551028,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RAB40A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030391", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030391.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -551468,8 +551042,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rab40", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -551498,8 +551071,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:25410", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25410", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -551507,11 +551081,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RAB40AL", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030391", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030391.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -551521,8 +551095,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rab40", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -551551,8 +551124,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:18284", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18284", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -551560,11 +551134,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RAB40B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030391", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030391.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -551574,8 +551148,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rab40", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -551604,8 +551177,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18285", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18285", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -551613,11 +551187,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RAB40C", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030391", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030391.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -551627,8 +551201,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rab40", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -551656,8 +551229,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:18293", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18293", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -551665,11 +551239,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RAB41", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015797", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015797.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -551679,8 +551253,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rab6", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -551709,8 +551282,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:28702", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28702", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -551718,11 +551292,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RAB42", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029959", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029959.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -551732,8 +551306,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rab39", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -551762,8 +551335,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19983", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19983", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -551771,11 +551345,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RAB43", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015793", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015793.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -551785,8 +551359,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rab19", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -551815,8 +551388,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:9781", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9781", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -551824,11 +551398,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RAB4A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0016701", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0016701.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -551838,8 +551412,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rab4", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -551868,8 +551441,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9782", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9782", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -551877,11 +551451,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RAB4B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0016701", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0016701.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -551891,8 +551465,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rab4", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -551921,8 +551494,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:9783", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9783", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -551930,11 +551504,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RAB5A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0014010", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0014010.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -551944,8 +551518,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rab5", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -551974,8 +551547,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9784", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9784", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -551983,11 +551557,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RAB5B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0014010", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0014010.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -551997,8 +551571,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rab5", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -552027,8 +551600,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9785", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9785", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -552036,11 +551610,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RAB5C", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0014010", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0014010.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -552050,8 +551624,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rab5", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -552080,8 +551653,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15870", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15870", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -552089,11 +551663,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RAB5IF", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033209", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033209.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -552103,8 +551677,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG12107", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -552133,8 +551706,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9786", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9786", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -552142,11 +551716,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RAB6A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015797", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015797.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -552156,8 +551730,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rab6", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -552186,8 +551759,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:14902", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14902", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -552195,11 +551769,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RAB6B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015797", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015797.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -552209,8 +551783,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rab6", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -552239,8 +551812,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:16525", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16525", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -552248,11 +551822,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RAB6C", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015797", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015797.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -552262,8 +551836,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rab6", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -552292,8 +551865,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:30272", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30272", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -552301,11 +551875,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RAB6D", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015797", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015797.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -552315,8 +551889,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rab6", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -552345,8 +551918,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9788", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9788", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -552354,11 +551928,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RAB7A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015795", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015795.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -552368,8 +551942,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rab7", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -552398,8 +551971,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7007", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7007", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -552407,11 +551981,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RAB8A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0262518", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0262518.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -552421,8 +551995,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rab8", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -552451,8 +552024,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30273", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30273", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -552460,11 +552034,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RAB8B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0262518", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0262518.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -552474,8 +552048,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rab8", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -552504,8 +552077,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9792", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9792", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -552513,11 +552087,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RAB9A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032782", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032782.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -552527,8 +552101,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rab9", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -552557,8 +552130,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14090", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14090", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -552566,11 +552140,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RAB9B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032782", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032782.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -552580,8 +552154,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rab9", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -552610,8 +552183,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9794", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9794", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -552619,11 +552193,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RABAC1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033468", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033468.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -552633,8 +552207,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG1418", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -552662,8 +552235,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17677", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17677", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -552671,11 +552245,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RABEP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034585", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034585.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -552685,8 +552259,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rbpn-5", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -552715,8 +552288,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:17155", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17155", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -552724,11 +552298,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RABGAP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035879", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035879.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -552738,8 +552312,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "GAPcenA", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -552768,8 +552341,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24663", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24663", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -552777,11 +552351,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RABGAP1L", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035879", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035879.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -552791,8 +552365,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "GAPcenA", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -552821,8 +552394,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17676", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17676", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -552830,11 +552404,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RABGEF1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0262937", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0262937.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -552844,8 +552418,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rabex-5", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -552874,8 +552447,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9795", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9795", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -552883,11 +552457,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RABGGTA", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037293", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037293.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -552896,9 +552470,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG12007", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "RabGGTa", + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -552926,8 +552499,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9796", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9796", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -552935,11 +552509,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RABGGTB", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028970", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028970.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -552948,9 +552522,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "\u03b2ggt-II", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "RabGGTb", + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -552979,8 +552552,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9797", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9797", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -552988,11 +552562,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RABIF", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032020", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032020.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -553002,8 +552576,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "strat", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -553031,8 +552604,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18072", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18072", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -553040,11 +552614,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RABL3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030792", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030792.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -553054,8 +552628,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG4789", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -553084,8 +552657,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9801", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9801", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -553093,11 +552667,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RAC1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010333", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010333.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -553107,8 +552681,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rac1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -553137,8 +552710,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9802", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9802", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -553146,11 +552720,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RAC2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010333", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010333.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -553160,8 +552734,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rac1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -553190,8 +552763,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9802", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9802", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -553199,11 +552773,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RAC2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0014011", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0014011.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -553213,8 +552787,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rac2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -553243,8 +552816,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:9803", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9803", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -553252,11 +552826,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RAC3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010333", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010333.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -553266,8 +552840,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rac1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -553296,8 +552869,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:9803", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9803", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -553305,11 +552879,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RAC3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0014011", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0014011.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -553319,8 +552893,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rac2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -553349,8 +552922,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9804", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9804", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -553358,11 +552932,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RACGAP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0045843", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0045843.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -553372,8 +552946,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "RacGAP84C", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -553402,8 +552975,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9804", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9804", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -553411,11 +552985,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RACGAP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0086356", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0086356.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -553425,8 +552999,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "tum", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -553455,8 +553028,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4399", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4399", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -553464,11 +553038,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RACK1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0020618", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0020618.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -553478,8 +553052,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rack1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -553507,8 +553080,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9806", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9806", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -553516,11 +553090,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RAD1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0026778", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026778.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -553530,8 +553104,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rad1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -553559,8 +553132,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9807", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9807", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -553568,11 +553142,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RAD17", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0025808", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0025808.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -553582,8 +553156,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rad17", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -553612,8 +553185,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:9811", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9811", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -553621,11 +553195,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RAD21", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0260987", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0260987.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -553635,8 +553209,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "vtd", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -553665,8 +553238,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16271", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16271", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -553674,11 +553248,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RAD21L1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0260987", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0260987.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -553688,8 +553262,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "vtd", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -553718,8 +553291,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9812", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9812", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -553727,11 +553301,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RAD23A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039147", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039147.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -553741,8 +553315,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10694", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -553771,8 +553344,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9812", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9812", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -553780,11 +553354,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RAD23A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0026777", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026777.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -553794,8 +553368,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rad23", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -553823,8 +553396,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9813", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9813", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -553832,11 +553406,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RAD23B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039147", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039147.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -553846,8 +553420,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10694", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -553876,8 +553449,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9813", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9813", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -553885,11 +553459,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RAD23B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0026777", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026777.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -553899,8 +553473,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rad23", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -553928,8 +553501,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9816", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9816", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -553937,11 +553511,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RAD50", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034728", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034728.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -553951,8 +553525,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "rad50", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -553981,8 +553554,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9817", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9817", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -553990,11 +553564,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RAD51", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003479", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003479.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -554004,8 +553578,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "spn-A", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -554033,8 +553606,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9820", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9820", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -554042,11 +553616,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RAD51C", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003482", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003482.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -554056,8 +553630,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "spn-D", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -554086,8 +553659,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9823", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9823", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -554095,11 +553669,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RAD51D", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033389", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033389.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -554109,8 +553683,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rad51D", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -554139,8 +553712,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9826", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9826", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -554148,11 +553722,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RAD54L", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0002989", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0002989.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -554162,8 +553736,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "okr", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -554191,8 +553764,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29123", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29123", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -554200,11 +553774,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RAD54L2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034976", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034976.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -554214,8 +553788,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG4049", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -554244,8 +553817,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9827", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9827", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -554253,11 +553827,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RAD9A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0025807", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0025807.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -554267,8 +553841,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rad9", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -554297,8 +553870,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:21700", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21700", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -554306,11 +553880,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RAD9B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0025807", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0025807.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -554320,8 +553894,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rad9", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -554350,8 +553923,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9828", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9828", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -554359,11 +553933,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RAE1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034838", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034838.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -554373,8 +553947,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG12782", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -554403,8 +553976,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9828", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9828", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -554412,11 +553986,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RAE1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034646", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034646.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -554426,8 +554000,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rae1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -554456,8 +554029,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:9829", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9829", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -554465,11 +554039,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RAF1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003079", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003079.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -554479,8 +554053,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Raf", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -554509,8 +554082,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:9834", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9834", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -554518,11 +554092,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RAI1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034300", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034300.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -554532,8 +554106,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5098", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -554562,8 +554135,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9839", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9839", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -554571,11 +554145,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RALA", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015286", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015286.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -554585,8 +554159,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rala", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -554615,8 +554188,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:9840", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9840", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -554624,11 +554198,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RALB", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015286", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015286.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -554638,8 +554212,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rala", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -554668,8 +554241,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9841", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9841", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -554677,11 +554251,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RALBP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0026056", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026056.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -554691,8 +554265,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rlip", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -554720,8 +554293,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17770", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17770", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -554729,11 +554303,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RALGAPA1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039466", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039466.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -554743,8 +554317,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5521", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -554772,8 +554345,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16207", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16207", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -554781,11 +554355,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RALGAPA2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039466", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039466.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -554795,8 +554369,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5521", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -554824,8 +554397,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29221", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29221", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -554833,11 +554407,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RALGAPB", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0085437", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0085437.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -554847,8 +554421,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG34408", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -554877,8 +554450,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:9842", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9842", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -554886,11 +554460,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RALGDS", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0026376", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026376.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -554900,8 +554474,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rgl", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -554930,8 +554503,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:16851", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16851", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -554939,11 +554513,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RALGPS1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034158", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034158.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -554953,8 +554527,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5522", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -554983,8 +554556,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30279", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30279", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -554992,11 +554566,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RALGPS2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034158", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034158.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -555006,8 +554580,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5522", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -555036,8 +554609,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:15921", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15921", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -555045,11 +554619,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RALY", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0259935", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0259935.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -555059,8 +554633,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG42458", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -555089,8 +554662,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:27036", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:27036", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -555098,11 +554672,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RALYL", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0259935", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0259935.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -555112,8 +554686,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG42458", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -555142,8 +554715,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:31022", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:31022", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -555151,11 +554725,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RAMAC", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035323", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035323.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -555165,8 +554739,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG13807", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -555195,8 +554768,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9846", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9846", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -555204,11 +554778,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RAN", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0020255", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0020255.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -555218,8 +554792,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ran", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -555247,8 +554820,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9846", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9846", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -555256,11 +554830,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RAN", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036497", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036497.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -555270,8 +554844,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ran-like", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -555300,8 +554873,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29285", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29285", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -555309,11 +554883,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RANBP10", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0262114", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0262114.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -555323,8 +554897,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "RanBPM", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -555353,8 +554926,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:14428", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14428", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -555362,11 +554936,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RANBP17", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0053180", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0053180.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -555376,8 +554950,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ranbp16", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -555406,8 +554979,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9848", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9848", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -555415,11 +554989,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RANBP2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039302", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039302.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -555429,8 +555003,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Nup358", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -555459,8 +555032,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9850", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9850", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -555468,11 +555042,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RANBP3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039110", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039110.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -555482,8 +555056,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "RanBP3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -555512,8 +555085,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26353", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26353", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -555521,11 +555095,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RANBP3L", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039110", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039110.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -555535,8 +555109,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "RanBP3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -555565,8 +555138,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:9851", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9851", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -555574,11 +555148,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RANBP6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0087013", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0087013.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -555588,8 +555162,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Kary\u03b23", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -555618,8 +555191,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13727", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13727", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -555627,11 +555201,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RANBP9", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0262114", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0262114.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -555641,8 +555215,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "RanBPM", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -555671,8 +555244,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9854", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9854", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -555680,11 +555254,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RANGAP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003346", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003346.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -555694,8 +555268,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "RanGAP", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -555724,8 +555297,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9855", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9855", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -555733,11 +555307,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RAP1A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004636", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004636.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -555747,8 +555321,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rap1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -555777,8 +555350,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:9857", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9857", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -555786,11 +555360,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RAP1B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004636", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004636.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -555800,8 +555374,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rap1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -555830,8 +555403,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9858", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9858", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -555839,11 +555413,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RAP1GAP", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0264895", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0264895.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -555853,8 +555427,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "RapGAP1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -555883,8 +555456,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29176", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29176", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -555892,11 +555466,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RAP1GAP2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0264895", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0264895.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -555906,8 +555480,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "RapGAP1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -555936,8 +555509,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9859", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9859", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -555945,11 +555519,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RAP1GDS1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0022960", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0022960.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -555959,8 +555533,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "vimar", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -555988,8 +555561,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:9861", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9861", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -555997,11 +555571,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RAP2A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0283666", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0283666.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -556011,8 +555585,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rap2l", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -556041,8 +555614,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:9862", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9862", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -556050,11 +555624,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RAP2B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0283666", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0283666.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -556064,8 +555638,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rap2l", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -556094,8 +555667,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21165", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21165", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -556103,11 +555677,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RAP2C", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0283666", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0283666.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -556117,8 +555691,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rap2l", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -556147,8 +555720,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4568", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4568", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -556156,11 +555730,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RAPGEF1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0259228", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0259228.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -556170,8 +555744,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "C3G", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -556200,8 +555773,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16854", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16854", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -556209,11 +555783,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RAPGEF2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0265778", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0265778.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -556223,8 +555797,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "PDZ-GEF", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -556253,8 +555826,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:16629", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16629", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -556262,11 +555836,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RAPGEF3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0085421", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0085421.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -556276,8 +555850,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Epac", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -556306,8 +555879,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16626", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16626", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -556315,11 +555889,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RAPGEF4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0085421", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0085421.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -556329,8 +555903,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Epac", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -556358,8 +555931,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:16862", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16862", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -556367,11 +555941,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RAPGEF5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0085421", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0085421.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -556381,8 +555955,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Epac", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -556411,8 +555984,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:20655", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20655", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -556420,11 +555994,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RAPGEF6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0265778", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0265778.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -556434,8 +556008,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "PDZ-GEF", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -556464,8 +556037,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:17428", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17428", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -556473,11 +556047,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RAPGEFL1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0085421", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0085421.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -556487,8 +556061,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Epac", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -556517,8 +556090,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14436", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14436", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -556526,11 +556100,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RAPH1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261811", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261811.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -556540,8 +556114,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "pico", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -556570,8 +556143,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9863", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9863", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -556579,11 +556153,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RAPSN", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039911", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039911.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -556593,8 +556167,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG1909", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -556622,8 +556195,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9870", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9870", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -556631,11 +556205,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RARS1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027093", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027093.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -556645,8 +556219,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ArgRS", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -556675,8 +556248,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21406", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21406", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -556684,11 +556258,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RARS2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037526", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037526.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -556698,8 +556272,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ArgRS-m", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -556727,8 +556300,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9871", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9871", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -556736,11 +556310,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RASA1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003969", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003969.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -556750,8 +556324,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "vap", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -556780,8 +556353,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9872", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9872", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -556789,11 +556363,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RASA2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004390", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004390.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -556803,8 +556377,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "RasGAP1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -556832,8 +556405,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20331", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20331", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -556841,11 +556415,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RASA3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004390", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004390.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -556855,8 +556429,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "RasGAP1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -556884,8 +556457,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9874", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9874", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -556893,11 +556467,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RASAL2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261570", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261570.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -556907,8 +556481,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "raskol", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -556937,8 +556510,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:26129", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26129", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -556946,11 +556520,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RASAL3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261570", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261570.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -556960,8 +556534,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "raskol", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -556990,8 +556563,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:15828", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15828", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -556999,11 +556573,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RASD1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035733", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035733.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -557013,8 +556587,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8641", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -557043,8 +556616,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18229", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18229", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -557052,11 +556626,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RASD2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035733", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035733.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -557066,8 +556640,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8641", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -557096,8 +556669,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24246", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24246", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -557105,11 +556679,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RASGEF1A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0085422", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0085422.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -557119,8 +556693,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG34393", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -557149,8 +556722,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:24246", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24246", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -557158,11 +556732,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RASGEF1A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037188", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037188.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -557172,8 +556746,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7369", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -557202,8 +556775,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24881", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24881", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -557211,11 +556785,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RASGEF1B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0085422", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0085422.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -557225,8 +556799,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG34393", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -557255,8 +556828,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24881", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24881", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -557264,11 +556838,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RASGEF1B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034230", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034230.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -557278,8 +556852,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG4853", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -557308,8 +556881,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24881", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24881", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -557317,11 +556891,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RASGEF1B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037188", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037188.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -557331,8 +556905,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7369", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -557361,8 +556934,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:27400", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:27400", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -557370,11 +556944,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RASGEF1C", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0085422", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0085422.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -557384,8 +556958,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG34393", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -557414,8 +556987,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:27400", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:27400", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -557423,11 +556997,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RASGEF1C", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037188", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037188.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -557437,8 +557011,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7369", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -557467,8 +557040,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16954", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16954", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -557476,11 +557050,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RASL10A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037326", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037326.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -557490,8 +557064,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG14669", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -557520,8 +557093,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:30295", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30295", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -557529,11 +557103,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RASL10B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037326", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037326.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -557543,8 +557117,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG14669", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -557573,8 +557146,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23802", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23802", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -557582,11 +557156,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RASL11A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035711", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035711.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -557596,8 +557170,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8519", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -557626,8 +557199,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:23804", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23804", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -557635,11 +557209,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RASL11B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035711", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035711.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -557649,8 +557223,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8519", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -557679,8 +557252,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:33984", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:33984", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -557688,11 +557262,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RASSF10", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035104", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035104.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -557702,8 +557276,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG13875", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -557732,8 +557305,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9883", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9883", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -557741,11 +557315,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RASSF2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039055", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039055.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -557755,8 +557329,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rassf", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -557785,8 +557358,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20793", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20793", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -557794,11 +557368,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RASSF4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039055", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039055.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -557808,8 +557382,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rassf", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -557838,8 +557411,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20796", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20796", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -557847,11 +557421,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RASSF6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039055", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039055.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -557861,8 +557435,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rassf", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -557891,8 +557464,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:1166", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1166", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -557900,11 +557474,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RASSF7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261986", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261986.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -557914,8 +557488,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "RASSF8", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -557944,8 +557517,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13232", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13232", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -557953,11 +557527,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RASSF8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261986", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261986.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -557967,8 +557541,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "RASSF8", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -557997,8 +557570,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15739", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15739", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -558006,11 +557580,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RASSF9", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035104", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035104.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -558020,8 +557594,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG13875", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -558050,8 +557623,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15739", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15739", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -558059,11 +557633,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RASSF9", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052150", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052150.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -558073,8 +557647,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "meru", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -558103,8 +557676,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18662", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18662", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -558112,11 +557686,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RAX", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0020617", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0020617.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -558126,8 +557700,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rx", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -558156,8 +557729,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:18286", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18286", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -558165,11 +557739,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RAX2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0020617", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0020617.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -558179,8 +557753,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rx", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -558209,8 +557782,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15574", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15574", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -558218,11 +557792,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RB1CC1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037363", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037363.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -558232,8 +557806,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Atg17", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -558262,8 +557835,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9887", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9887", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -558271,11 +557845,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RBBP4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0263979", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0263979.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -558285,8 +557859,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Caf1-55", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -558315,8 +557888,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9888", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9888", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -558324,11 +557898,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RBBP5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036973", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036973.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -558338,8 +557912,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rbbp5", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -558367,8 +557940,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9889", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9889", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -558376,11 +557950,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RBBP6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0086129", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0086129.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -558390,8 +557964,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "snama", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -558420,8 +557993,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:9890", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9890", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -558429,11 +558003,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RBBP7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0263979", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0263979.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -558443,8 +558017,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Caf1-55", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -558473,8 +558046,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26120", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26120", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -558482,11 +558056,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RBFA", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030704", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030704.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -558496,8 +558070,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG15916", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -558526,8 +558099,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18222", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18222", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -558535,11 +558109,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RBFOX1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052062", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052062.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -558549,8 +558123,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rbfox1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -558579,8 +558152,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9906", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9906", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -558588,11 +558162,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RBFOX2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052062", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052062.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -558602,8 +558176,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rbfox1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -558632,8 +558205,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:27097", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:27097", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -558641,11 +558215,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RBFOX3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052062", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052062.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -558655,8 +558229,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rbfox1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -558685,8 +558258,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30325", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30325", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -558694,11 +558268,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RBKS", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0025640", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0025640.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -558708,8 +558282,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG13369", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -558737,8 +558310,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30325", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30325", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -558746,11 +558320,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RBKS", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032424", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032424.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -558760,8 +558334,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG17010", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -558790,8 +558363,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9893", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9893", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -558799,11 +558373,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RBL1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015799", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015799.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -558813,8 +558387,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rbf", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -558842,8 +558415,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9893", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9893", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -558851,11 +558425,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RBL1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038390", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038390.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -558865,8 +558439,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rbf2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -558895,8 +558468,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9894", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9894", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -558904,11 +558478,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RBL2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015799", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015799.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -558918,8 +558492,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rbf", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -558947,8 +558520,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9894", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9894", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -558956,11 +558530,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RBL2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038390", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038390.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -558970,8 +558544,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rbf2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -559000,8 +558573,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9896", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9896", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -559009,11 +558583,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RBM10", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031318", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031318.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -559023,8 +558597,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG4887", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -559053,8 +558626,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9896", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9896", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -559062,11 +558636,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RBM10", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031319", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031319.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -559076,8 +558650,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG4896", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -559105,8 +558678,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:9897", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9897", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -559114,11 +558688,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RBM11", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031224", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031224.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -559128,8 +558702,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG11454", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -559158,8 +558731,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9898", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9898", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -559167,11 +558741,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RBM12", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035235", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035235.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -559181,8 +558755,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7879", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -559211,8 +558784,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:32310", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:32310", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -559220,11 +558794,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RBM12B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035235", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035235.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -559234,8 +558808,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7879", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -559264,8 +558837,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14219", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14219", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -559273,11 +558847,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RBM14", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039730", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039730.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -559287,8 +558861,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7903", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -559317,8 +558890,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:38840", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:38840", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -559326,11 +558900,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RBM14-RBM4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0011640", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0011640.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -559340,8 +558914,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "lark", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -559370,8 +558943,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14959", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14959", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -559379,11 +558953,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RBM15", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027548", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027548.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -559393,8 +558967,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "nito", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -559423,8 +558996,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24303", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24303", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -559432,11 +559006,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RBM15B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027548", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027548.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -559446,8 +559020,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "nito", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -559476,8 +559049,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16944", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16944", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -559485,11 +559059,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RBM17", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0086683", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0086683.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -559499,8 +559073,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Spf45", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -559528,8 +559101,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28413", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28413", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -559537,11 +559111,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RBM18", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030571", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030571.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -559551,8 +559125,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG14414", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -559581,8 +559154,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29098", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29098", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -559590,11 +559164,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RBM19", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036018", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036018.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -559604,8 +559178,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG3335", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -559634,8 +559207,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25503", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25503", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -559643,11 +559217,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RBM22", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037220", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037220.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -559657,8 +559231,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG14641", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -559686,8 +559259,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:20155", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20155", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -559695,11 +559269,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RBM23", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031883", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031883.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -559709,8 +559283,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Caper", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -559739,8 +559312,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23244", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23244", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -559748,11 +559322,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RBM25", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028474", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028474.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -559762,8 +559336,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG4119", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -559791,8 +559364,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20327", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20327", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -559800,11 +559374,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RBM26", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0002044", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0002044.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -559814,8 +559388,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "swm", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -559843,8 +559416,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29243", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29243", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -559852,11 +559426,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RBM27", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0002044", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0002044.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -559866,8 +559440,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "swm", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -559895,8 +559468,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21863", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21863", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -559904,11 +559478,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RBM28", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0260456", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0260456.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -559918,8 +559492,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG4806", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -559948,8 +559521,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:27223", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:27223", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -559957,11 +559531,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RBM33", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030243", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030243.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -559971,8 +559545,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG2186", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -560001,8 +559574,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28965", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28965", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -560010,11 +559584,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RBM34", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032620", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032620.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -560024,8 +559598,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG12288", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -560054,8 +559627,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15923", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15923", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -560063,11 +559637,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RBM39", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031883", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031883.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -560077,8 +559651,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Caper", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -560106,8 +559679,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9901", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9901", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -560115,11 +559689,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RBM4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0011640", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0011640.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -560129,8 +559703,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "lark", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -560159,8 +559732,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28117", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28117", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -560168,11 +559742,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RBM42", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037342", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037342.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -560182,8 +559756,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG2931", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -560212,8 +559785,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24468", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24468", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -560221,11 +559795,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RBM45", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035526", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035526.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -560235,8 +559809,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG1316", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -560265,8 +559838,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21785", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21785", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -560274,11 +559848,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RBM48", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0085260", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0085260.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -560288,8 +559862,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG34231", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -560318,8 +559891,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28842", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28842", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -560327,11 +559901,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RBM4B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0011640", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0011640.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -560341,8 +559915,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "lark", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -560371,8 +559944,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9902", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9902", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -560380,11 +559954,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RBM5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031318", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031318.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -560394,8 +559968,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG4887", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -560424,8 +559997,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9902", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9902", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -560433,11 +560007,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RBM5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031319", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031319.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -560447,8 +560021,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG4896", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -560476,8 +560049,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:9903", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9903", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -560485,11 +560059,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RBM6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031319", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031319.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -560499,8 +560073,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG4896", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -560529,8 +560102,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9904", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9904", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -560538,11 +560112,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RBM7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031224", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031224.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -560552,8 +560126,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG11454", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -560582,8 +560155,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9905", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9905", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -560591,11 +560165,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RBM8A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033378", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033378.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -560605,8 +560179,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "tsu", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -560634,8 +560207,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9907", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9907", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -560643,11 +560217,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RBMS1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052423", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052423.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -560657,8 +560231,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "shep", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -560687,8 +560260,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9909", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9909", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -560696,11 +560270,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RBMS2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052423", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052423.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -560710,8 +560284,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "shep", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -560740,8 +560313,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13427", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13427", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -560749,11 +560323,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RBMS3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052423", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052423.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -560763,8 +560337,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "shep", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -560793,8 +560366,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24282", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24282", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -560802,11 +560376,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RBMX2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032822", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032822.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -560816,8 +560390,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10466", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -560846,8 +560419,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:5724", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:5724", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -560855,11 +560429,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RBPJ", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004837", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004837.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -560869,8 +560443,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Su(H)", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -560898,8 +560471,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19097", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19097", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -560907,11 +560481,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RBPMS", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0263995", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0263995.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -560921,8 +560495,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "cpo", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -560951,8 +560524,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19098", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19098", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -560960,11 +560534,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RBPMS2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0263995", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0263995.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -560974,8 +560548,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "cpo", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -561004,8 +560577,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20759", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20759", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -561013,11 +560587,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RBSN", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261064", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261064.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -561027,8 +560601,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rbsn-5", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -561057,8 +560630,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9928", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9928", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -561066,11 +560640,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RBX1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0025638", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0025638.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -561080,8 +560654,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Roc1a", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -561109,8 +560682,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9928", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9928", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -561118,11 +560692,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RBX1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040291", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040291.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -561132,8 +560706,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Roc1b", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -561162,8 +560735,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29434", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29434", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -561171,11 +560745,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RC3H1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036621", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036621.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -561185,8 +560759,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "roq", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -561215,8 +560788,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21461", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21461", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -561224,11 +560798,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RC3H2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036621", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036621.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -561238,8 +560812,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "roq", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -561268,8 +560841,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3040", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3040", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -561277,11 +560851,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RCAN1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0086370", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0086370.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -561291,8 +560865,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "sra", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -561320,8 +560893,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3041", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3041", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -561329,11 +560903,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RCAN2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0086370", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0086370.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -561343,8 +560917,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "sra", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -561372,8 +560945,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3042", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3042", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -561381,11 +560955,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RCAN3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0086370", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0086370.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -561395,8 +560969,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "sra", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -561424,8 +560997,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18243", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18243", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -561433,11 +561007,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RCBTB1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000247", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000247.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -561447,8 +561021,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ca", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -561477,8 +561050,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1914", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1914", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -561486,11 +561060,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RCBTB2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000247", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000247.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -561500,8 +561074,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ca", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -561530,8 +561103,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1913", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1913", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -561539,11 +561113,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RCC1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0002638", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0002638.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -561553,8 +561127,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rcc1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -561583,8 +561156,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14948", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14948", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -561592,11 +561166,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RCC1L", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031286", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031286.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -561606,8 +561180,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG3862", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -561635,8 +561208,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30297", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30297", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -561644,11 +561218,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RCC2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031769", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031769.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -561658,8 +561232,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG9135", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -561687,8 +561260,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30457", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30457", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -561696,11 +561270,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RCCD1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038917", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038917.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -561710,8 +561284,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6678", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -561740,8 +561313,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13721", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13721", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -561749,11 +561323,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RCE1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029121", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029121.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -561763,8 +561337,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Sras", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -561792,8 +561365,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17479", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17479", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -561801,11 +561375,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RCHY1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031816", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031816.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -561815,8 +561389,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rchy1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -561845,8 +561418,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17687", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17687", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -561854,11 +561428,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RCL1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0020909", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0020909.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -561868,8 +561442,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rtc1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -561897,8 +561470,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:9934", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9934", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -561906,11 +561480,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RCN1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0025682", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0025682.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -561920,8 +561494,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "scf", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -561950,8 +561523,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9935", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9935", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -561959,11 +561533,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RCN2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031673", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031673.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -561973,8 +561547,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG31650", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -562003,8 +561576,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:21145", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21145", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -562012,11 +561586,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RCN3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0025682", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0025682.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -562026,8 +561600,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "scf", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -562056,8 +561629,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:17441", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17441", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -562065,11 +561639,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RCOR1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261573", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261573.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -562079,8 +561653,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CoRest", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -562109,8 +561682,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:27455", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:27455", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -562118,11 +561692,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RCOR2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261573", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261573.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -562132,8 +561706,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CoRest", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -562162,8 +561735,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:25594", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25594", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -562171,11 +561745,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RCOR3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261573", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261573.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -562185,8 +561759,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CoRest", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -562215,8 +561788,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9937", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9937", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -562224,11 +561798,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RCVRN", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036926", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036926.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -562238,8 +561812,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7646", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -562268,8 +561841,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:19975", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19975", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -562277,11 +561851,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RDH10", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032910", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032910.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -562291,8 +561865,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG9265", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -562321,8 +561894,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17964", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17964", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -562330,11 +561904,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RDH11", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033205", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033205.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -562344,8 +561918,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG2064", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -562374,8 +561947,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17964", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17964", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -562383,11 +561957,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RDH11", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033203", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033203.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -562397,8 +561971,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG2070", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -562427,8 +562000,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17964", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17964", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -562436,11 +562010,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RDH11", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0050491", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0050491.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -562450,8 +562024,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG30491", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -562480,8 +562053,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17964", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17964", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -562489,11 +562063,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RDH11", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0050495", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0050495.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -562503,8 +562077,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG30495", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -562533,8 +562106,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17964", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17964", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -562542,11 +562116,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RDH11", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029866", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029866.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -562556,8 +562130,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG3842", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -562586,8 +562159,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19977", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19977", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -562595,11 +562169,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RDH12", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033205", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033205.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -562609,8 +562183,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG2064", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -562639,8 +562212,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19977", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19977", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -562648,11 +562222,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RDH12", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033203", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033203.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -562662,8 +562236,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG2070", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -562692,8 +562265,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19977", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19977", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -562701,11 +562275,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RDH12", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0050491", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0050491.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -562715,8 +562289,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG30491", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -562745,8 +562318,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19977", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19977", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -562754,11 +562328,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RDH12", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0050495", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0050495.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -562768,8 +562342,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG30495", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -562798,8 +562371,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19977", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19977", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -562807,11 +562381,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RDH12", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029866", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029866.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -562821,8 +562395,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG3842", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -562851,8 +562424,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19978", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19978", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -562860,11 +562434,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RDH13", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033205", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033205.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -562874,8 +562448,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG2064", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -562904,8 +562477,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19978", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19978", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -562913,11 +562487,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RDH13", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033204", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033204.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -562927,8 +562501,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG2065", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -562957,8 +562530,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19978", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19978", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -562966,11 +562540,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RDH13", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033203", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033203.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -562980,8 +562554,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG2070", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -563010,8 +562583,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19978", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19978", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -563019,11 +562593,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RDH13", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0050491", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0050491.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -563033,8 +562607,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG30491", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -563063,8 +562636,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19978", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19978", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -563072,11 +562646,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RDH13", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0050495", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0050495.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -563086,8 +562660,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG30495", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -563116,8 +562689,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19979", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19979", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -563125,11 +562699,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RDH14", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038610", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038610.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -563139,8 +562713,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7675", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -563169,8 +562742,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:29674", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29674", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -563178,11 +562752,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RDH16", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033679", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033679.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -563192,8 +562766,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8888", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -563222,8 +562795,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9944", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9944", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -563231,11 +562805,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RDX", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0011661", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0011661.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -563245,8 +562819,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Moe", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -563275,8 +562848,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11345", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11345", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -563284,11 +562858,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RECK", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036463", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036463.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -563298,8 +562872,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Reck", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -563328,8 +562901,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9949", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9949", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -563337,11 +562911,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RECQL4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040290", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040290.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -563351,8 +562925,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "RecQ4", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -563381,8 +562954,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9950", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9950", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -563390,11 +562964,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RECQL5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027375", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027375.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -563404,8 +562978,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "RecQ5", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -563434,8 +563007,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25786", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25786", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -563443,11 +563017,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "REEP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034907", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034907.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -563457,8 +563031,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5539", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -563487,8 +563060,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25786", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25786", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -563496,11 +563070,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "REEP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261564", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261564.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -563510,8 +563084,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ReepA", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -563540,8 +563113,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17975", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17975", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -563549,11 +563123,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "REEP2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034907", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034907.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -563563,8 +563137,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5539", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -563593,8 +563166,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17975", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17975", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -563602,11 +563176,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "REEP2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261564", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261564.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -563616,8 +563190,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ReepA", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -563646,8 +563219,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23711", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23711", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -563655,11 +563229,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "REEP3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034907", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034907.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -563669,8 +563243,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5539", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -563699,8 +563272,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:23711", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23711", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -563708,11 +563282,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "REEP3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261564", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261564.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -563722,8 +563296,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ReepA", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -563752,8 +563325,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26176", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26176", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -563761,11 +563335,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "REEP4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034907", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034907.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -563775,8 +563349,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5539", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -563805,8 +563378,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26176", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26176", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -563814,11 +563388,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "REEP4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261564", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261564.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -563828,8 +563402,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ReepA", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -563858,8 +563431,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30077", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30077", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -563867,11 +563441,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "REEP5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039371", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039371.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -563881,8 +563455,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG4960", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -563911,8 +563484,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30077", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30077", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -563920,11 +563494,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "REEP5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033906", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033906.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -563934,8 +563508,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ReepB", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -563963,8 +563536,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:30078", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30078", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -563972,11 +563546,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "REEP6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033906", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033906.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -563986,8 +563560,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ReepB", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -564016,8 +563589,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9951", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9951", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -564025,11 +563599,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "REG1A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261258", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261258.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -564039,8 +563613,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "rgn", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -564069,8 +563642,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:9954", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9954", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -564078,11 +563652,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "REL", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0011274", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0011274.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -564092,8 +563666,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Dif", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -564122,8 +563695,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:9954", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9954", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -564131,11 +563705,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "REL", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0260632", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0260632.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -564145,8 +563719,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "dl", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -564175,8 +563748,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9955", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9955", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -564184,11 +563758,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RELA", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0011274", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0011274.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -564198,8 +563772,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Dif", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -564228,8 +563801,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9955", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9955", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -564237,11 +563811,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RELA", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0260632", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0260632.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -564251,8 +563825,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "dl", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -564281,8 +563854,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9956", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9956", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -564290,11 +563864,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RELB", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0011274", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0011274.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -564304,8 +563878,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Dif", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -564334,8 +563907,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9956", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9956", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -564343,11 +563917,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RELB", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0260632", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0260632.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -564357,8 +563931,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "dl", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -564387,8 +563960,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15922", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15922", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -564396,11 +563970,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "REM1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0264753", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0264753.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -564410,8 +563984,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rgk1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -564440,8 +564013,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15922", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15922", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -564449,11 +564023,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "REM1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0085419", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0085419.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -564463,8 +564037,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rgk2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -564493,8 +564066,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15922", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15922", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -564502,11 +564076,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "REM1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0085426", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0085426.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -564516,8 +564090,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rgk3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -564546,8 +564119,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:20248", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20248", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -564555,11 +564129,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "REM2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0085419", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0085419.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -564569,8 +564143,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rgk2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -564599,8 +564172,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20248", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20248", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -564608,11 +564182,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "REM2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0085426", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0085426.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -564622,8 +564196,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rgk3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -564652,8 +564225,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:9958", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9958", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -564661,11 +564235,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "REN", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032049", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032049.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -564675,8 +564249,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Bace", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -564705,8 +564278,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:9958", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9958", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -564714,11 +564288,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "REN", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033933", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033933.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -564728,8 +564302,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10104", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -564758,8 +564331,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9958", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9958", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -564767,11 +564341,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "REN", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038505", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038505.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -564781,8 +564355,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG17283", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -564811,8 +564384,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9958", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9958", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -564820,11 +564394,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "REN", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051661", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051661.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -564834,8 +564408,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG31661", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -564864,8 +564437,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9958", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9958", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -564873,11 +564447,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "REN", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051926", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051926.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -564887,8 +564461,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG31926", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -564917,8 +564490,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9958", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9958", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -564926,11 +564500,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "REN", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051928", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051928.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -564940,8 +564514,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG31928", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -564970,8 +564543,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9958", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9958", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -564979,11 +564553,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "REN", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038506", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038506.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -564993,8 +564567,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5860", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -565023,8 +564596,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9958", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9958", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -565032,11 +564606,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "REN", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0011822", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0011822.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -565046,8 +564620,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pgcl", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -565076,8 +564649,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17922", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17922", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -565085,11 +564659,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "REPIN1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037317", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037317.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -565099,8 +564673,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG14667", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -565129,8 +564702,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15578", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15578", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -565138,11 +564712,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "REPS1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032341", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032341.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -565152,8 +564726,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Reps", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -565182,8 +564755,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:9963", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9963", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -565191,11 +564765,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "REPS2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032341", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032341.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -565205,8 +564779,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Reps", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -565235,8 +564808,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30309", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30309", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -565244,11 +564818,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RER1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039303", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039303.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -565258,8 +564832,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG11857", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -565287,8 +564860,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9965", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9965", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -565296,11 +564870,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RERE", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010825", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010825.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -565310,8 +564884,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Gug", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -565340,8 +564913,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:15980", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15980", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -565349,11 +564923,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RERG", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035711", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035711.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -565363,8 +564937,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8519", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -565393,8 +564966,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:26213", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26213", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -565402,11 +564976,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RERGL", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035711", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035711.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -565416,8 +564990,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8519", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -565446,8 +565019,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9966", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9966", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -565455,11 +565029,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "REST", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036179", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036179.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -565469,8 +565043,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7368", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -565499,8 +565072,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9967", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9967", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -565508,11 +565082,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RET", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0011829", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0011829.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -565522,8 +565096,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ret", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -565552,8 +565125,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14060", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14060", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -565561,11 +565135,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "REV1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035150", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035150.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -565575,8 +565149,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rev1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -565604,8 +565177,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9968", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9968", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -565613,11 +565187,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "REV3L", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0002891", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0002891.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -565626,9 +565200,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "DNApol-\u03b6", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "PolZ1", + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -565657,8 +565230,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24616", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24616", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -565666,11 +565240,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "REXO1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039544", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039544.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -565680,8 +565254,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG12877", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -565710,8 +565283,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:24660", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24660", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -565719,11 +565293,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "REXO1L1P", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039544", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039544.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -565733,8 +565307,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG12877", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -565763,8 +565336,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24660", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24660", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -565772,11 +565346,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "REXO1L1P", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0283741", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0283741.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -565786,8 +565360,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "prage", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -565816,8 +565389,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17851", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17851", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -565825,11 +565399,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "REXO2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039115", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039115.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -565839,8 +565413,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10214", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -565868,8 +565441,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12820", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12820", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -565877,11 +565451,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "REXO4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036405", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036405.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -565891,8 +565465,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6833", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -565921,8 +565494,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24661", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24661", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -565930,11 +565504,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "REXO5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0286051", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0286051.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -565944,8 +565518,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rexo5", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -565974,8 +565547,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9969", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9969", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -565983,11 +565557,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RFC1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004913", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004913.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -565997,8 +565571,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Gnf1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -566026,8 +565599,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9970", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9970", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -566035,11 +565609,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RFC2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0260985", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0260985.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -566049,8 +565623,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "RfC4", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -566078,8 +565651,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9971", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9971", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -566087,11 +565661,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RFC3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028700", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028700.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -566101,8 +565675,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "RfC38", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -566131,8 +565704,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9972", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9972", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -566140,11 +565714,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RFC4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030871", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030871.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -566154,8 +565728,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8142", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -566184,8 +565757,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9973", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9973", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -566193,11 +565767,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RFC5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032244", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032244.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -566207,8 +565781,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "RfC3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -566236,8 +565809,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24821", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24821", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -566245,11 +565819,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RFFL", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033783", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033783.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -566259,8 +565833,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG17019", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -566289,8 +565862,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30324", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30324", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -566298,11 +565872,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RFK", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0014930", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0014930.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -566312,8 +565886,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG2846", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -566341,8 +565914,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9974", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9974", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -566350,11 +565924,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RFNG", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0011591", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0011591.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -566364,8 +565938,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "fng", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -566393,8 +565966,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30220", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30220", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -566402,11 +565976,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RFT1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027564", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027564.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -566416,8 +565990,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG3149", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -566446,8 +566019,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9982", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9982", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -566455,11 +566029,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RFX1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0020379", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0020379.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -566469,8 +566043,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rfx", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -566499,8 +566072,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9983", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9983", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -566508,11 +566082,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RFX2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0020379", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0020379.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -566522,8 +566096,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rfx", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -566552,8 +566125,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9984", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9984", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -566561,11 +566135,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RFX3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0020379", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0020379.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -566575,8 +566149,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rfx", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -566605,8 +566178,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:9986", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9986", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -566614,11 +566188,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RFX5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037445", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037445.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -566628,8 +566202,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG9727", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -566658,8 +566231,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25777", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25777", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -566667,11 +566241,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RFX7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037445", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037445.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -566681,8 +566255,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG9727", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -566711,8 +566284,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9987", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9987", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -566720,11 +566294,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RFXANK", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032171", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032171.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -566734,8 +566308,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5846", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -566764,8 +566337,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30281", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30281", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -566773,11 +566347,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RGL1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0026376", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026376.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -566787,8 +566361,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rgl", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -566816,8 +566389,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:9769", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9769", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -566825,11 +566399,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RGL2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0026376", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026376.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -566839,8 +566413,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rgl", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -566869,8 +566442,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:30282", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30282", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -566878,11 +566452,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RGL3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0026376", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026376.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -566892,8 +566466,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rgl", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -566922,8 +566495,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:31911", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:31911", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -566931,11 +566505,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RGL4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0026376", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026376.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -566945,8 +566519,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rgl", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -566975,8 +566548,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9989", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9989", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -566984,11 +566558,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RGN", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030362", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030362.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -566998,8 +566572,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "regucalcin", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -567027,8 +566600,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9989", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9989", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -567036,11 +566610,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RGN", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038257", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038257.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -567050,8 +566624,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "smp-30", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -567079,8 +566652,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21965", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21965", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -567088,11 +566662,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RGP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037297", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037297.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -567102,8 +566676,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG1116", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -567131,8 +566704,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:32414", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:32414", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -567140,11 +566714,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RGPD1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039302", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039302.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -567154,8 +566728,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Nup358", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -567184,8 +566757,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:32415", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:32415", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -567193,11 +566767,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RGPD2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039302", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039302.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -567207,8 +566781,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Nup358", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -567237,8 +566810,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:32416", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:32416", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -567246,11 +566820,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RGPD3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039302", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039302.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -567260,8 +566834,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Nup358", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -567290,8 +566863,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:32417", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:32417", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -567299,11 +566873,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RGPD4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039302", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039302.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -567313,8 +566887,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Nup358", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -567343,8 +566916,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:32419", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:32419", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -567352,11 +566926,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RGPD6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039302", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039302.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -567366,8 +566940,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Nup358", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -567396,8 +566969,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:9849", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9849", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -567405,11 +566979,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RGPD8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039302", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039302.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -567419,8 +566993,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Nup358", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -567449,8 +567022,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9993", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9993", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -567458,11 +567032,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RGS11", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0259927", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0259927.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -567472,8 +567046,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG42450", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -567502,8 +567075,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9994", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9994", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -567511,11 +567085,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RGS12", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0020278", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0020278.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -567525,8 +567099,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "loco", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -567555,8 +567128,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:9996", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9996", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -567564,11 +567138,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RGS14", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0020278", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0020278.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -567578,8 +567152,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "loco", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -567608,8 +567181,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14088", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14088", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -567617,11 +567191,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RGS17", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028743", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028743.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -567631,8 +567205,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Dhit", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -567660,8 +567233,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:13735", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13735", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -567669,11 +567243,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RGS19", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028743", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028743.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -567683,8 +567257,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Dhit", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -567713,8 +567286,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:14600", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14600", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -567722,11 +567296,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RGS20", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028743", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028743.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -567736,8 +567310,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Dhit", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -567766,8 +567339,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10002", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10002", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -567775,11 +567349,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RGS6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0024941", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0024941.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -567789,8 +567363,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "RSG7", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -567818,8 +567391,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10003", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10003", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -567827,11 +567401,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RGS7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0024941", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0024941.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -567841,8 +567415,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "RSG7", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -567870,8 +567443,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23271", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23271", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -567879,11 +567453,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RGS7BP", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031302", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031302.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -567893,8 +567467,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG14340", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -567923,8 +567496,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23271", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23271", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -567932,11 +567506,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RGS7BP", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0085380", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0085380.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -567945,9 +567519,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG34351", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "dcma", + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -567976,8 +567549,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10004", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10004", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -567985,11 +567559,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RGS9", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0259927", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0259927.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -567999,8 +567573,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG42450", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -568029,8 +567602,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:10006", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10006", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -568038,11 +567612,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RHAG", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028699", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028699.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -568052,8 +567626,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rh50", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -568082,8 +567655,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20561", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20561", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -568091,11 +567665,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RHBDF1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0041723", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0041723.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -568105,8 +567679,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "rho-5", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -568135,8 +567708,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:20788", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20788", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -568144,11 +567718,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RHBDF2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0041723", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0041723.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -568158,8 +567732,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "rho-5", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -568188,8 +567761,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10007", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10007", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -568197,11 +567771,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RHBDL1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004635", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004635.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -568211,8 +567785,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "rho", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -568241,8 +567814,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10007", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10007", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -568250,11 +567824,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RHBDL1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030318", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030318.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -568264,8 +567838,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "rho-4", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -568294,8 +567867,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10007", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10007", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -568303,11 +567877,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RHBDL1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032415", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032415.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -568317,8 +567891,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "rho-6", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -568347,8 +567920,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10007", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10007", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -568356,11 +567930,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RHBDL1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003295", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003295.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -568370,8 +567944,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ru", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -568400,8 +567973,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10007", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10007", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -568409,11 +567983,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RHBDL1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0020248", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0020248.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -568423,8 +567997,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "stet", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -568452,8 +568025,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:16083", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16083", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -568461,11 +568035,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RHBDL2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030318", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030318.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -568475,8 +568049,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "rho-4", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -568505,8 +568078,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:16083", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16083", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -568514,11 +568088,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RHBDL2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0020248", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0020248.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -568528,8 +568102,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "stet", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -568558,8 +568131,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16502", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16502", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -568567,11 +568141,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RHBDL3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004635", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004635.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -568581,8 +568155,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "rho", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -568611,8 +568184,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16502", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16502", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -568620,11 +568194,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RHBDL3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030318", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030318.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -568634,8 +568208,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "rho-4", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -568664,8 +568237,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16502", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16502", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -568673,11 +568247,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RHBDL3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032415", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032415.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -568687,8 +568261,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "rho-6", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -568717,8 +568290,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16502", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16502", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -568726,11 +568300,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RHBDL3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003295", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003295.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -568740,8 +568314,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ru", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -568770,8 +568343,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16502", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16502", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -568779,11 +568353,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RHBDL3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0020248", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0020248.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -568793,8 +568367,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "stet", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -568822,8 +568395,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14572", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14572", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -568831,11 +568405,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RHBG", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028699", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028699.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -568845,8 +568419,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rh50", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -568874,8 +568447,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:10008", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10008", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -568883,11 +568457,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RHCE", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028699", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028699.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -568897,8 +568471,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rh50", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -568927,8 +568500,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:18140", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18140", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -568936,11 +568510,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RHCG", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028699", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028699.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -568950,8 +568524,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rh50", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -568980,8 +568553,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:10009", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10009", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -568989,11 +568563,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RHD", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028699", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028699.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -569003,8 +568577,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rh50", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -569033,8 +568606,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10011", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10011", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -569042,11 +568616,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RHEB", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0041191", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0041191.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -569056,8 +568630,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rheb", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -569086,8 +568659,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:21166", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21166", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -569095,11 +568669,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RHEBL1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0041191", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0041191.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -569109,8 +568683,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rheb", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -569139,8 +568712,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:667", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:667", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -569148,11 +568722,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RHOA", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0014020", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0014020.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -569162,8 +568736,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rho1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -569192,8 +568765,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:668", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:668", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -569201,11 +568775,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RHOB", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0014020", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0014020.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -569215,8 +568789,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rho1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -569245,8 +568818,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18738", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18738", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -569254,11 +568828,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RHOBTB1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036980", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036980.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -569268,8 +568842,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "RhoBTB", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -569298,8 +568871,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18756", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18756", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -569307,11 +568881,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RHOBTB2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036980", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036980.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -569321,8 +568895,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "RhoBTB", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -569351,8 +568924,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:669", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:669", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -569360,11 +568934,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RHOC", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0014020", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0014020.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -569374,8 +568948,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rho1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -569404,8 +568977,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21168", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21168", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -569413,11 +568987,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RHOT1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039140", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039140.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -569427,8 +569001,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Miro", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -569456,8 +569029,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21169", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21169", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -569465,11 +569039,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RHOT2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039140", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039140.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -569479,8 +569053,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Miro", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -569508,8 +569081,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17794", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17794", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -569517,11 +569091,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RHOU", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0083940", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0083940.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -569531,8 +569105,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "RhoU", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -569561,8 +569134,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18313", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18313", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -569570,11 +569144,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RHOV", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0083940", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0083940.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -569584,8 +569158,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "RhoU", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -569614,8 +569187,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30011", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30011", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -569623,11 +569197,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RHOXF2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0008636", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0008636.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -569637,8 +569211,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "hbn", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -569667,8 +569240,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:33519", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:33519", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -569676,11 +569250,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RHOXF2B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0008636", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0008636.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -569690,8 +569264,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "hbn", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -569720,8 +569293,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19973", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19973", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -569729,11 +569303,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RHPN1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0026374", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026374.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -569743,8 +569317,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rhp", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -569772,8 +569345,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:19974", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19974", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -569781,11 +569355,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RHPN2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0026374", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026374.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -569795,8 +569369,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rhp", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -569825,8 +569398,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:37708", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:37708", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -569834,11 +569408,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RHPN2P1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0026374", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026374.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -569848,8 +569422,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rhp", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -569878,8 +569451,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:26537", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26537", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -569887,11 +569461,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RIBC1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036214", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036214.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -569901,8 +569475,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7264", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -569931,8 +569504,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13241", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13241", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -569940,11 +569514,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RIBC2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036214", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036214.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -569954,8 +569528,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7264", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -569983,8 +569556,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17686", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17686", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -569992,11 +569566,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RIC1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028500", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028500.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -570006,8 +569580,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rich", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -570036,8 +569609,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29550", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29550", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -570045,11 +569619,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RIC8A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028292", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028292.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -570059,8 +569633,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ric8a", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -570088,8 +569661,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25555", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25555", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -570097,11 +569671,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RIC8B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028292", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028292.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -570111,8 +569685,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ric8a", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -570140,8 +569713,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28611", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28611", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -570149,11 +569723,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RICTOR", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031006", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031006.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -570163,8 +569737,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "rictor", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -570193,8 +569766,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16897", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16897", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -570202,11 +569776,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RIDA", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0086691", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0086691.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -570216,8 +569790,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "UK114", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -570245,8 +569818,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23207", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23207", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -570254,11 +569828,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RIF1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0050085", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0050085.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -570268,8 +569842,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rif1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -570298,8 +569871,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:30266", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30266", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -570307,11 +569881,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RILP", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0024985", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0024985.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -570321,8 +569895,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rilpl", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -570351,8 +569924,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26814", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26814", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -570360,11 +569934,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RILPL1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0024985", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0024985.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -570374,8 +569948,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rilpl", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -570403,8 +569976,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:28787", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28787", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -570412,11 +569986,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RILPL2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0024985", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0024985.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -570426,8 +570000,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rilpl", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -570456,8 +570029,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30339", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30339", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -570465,11 +570039,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RIMBP2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0262483", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0262483.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -570479,8 +570053,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rbp", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -570509,8 +570082,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:29344", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29344", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -570518,11 +570092,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RIMBP3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0262483", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0262483.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -570532,8 +570106,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rbp", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -570562,8 +570135,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:33891", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:33891", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -570571,11 +570145,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RIMBP3B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0262483", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0262483.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -570585,8 +570159,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rbp", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -570615,8 +570188,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:33892", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:33892", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -570624,11 +570198,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RIMBP3C", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0262483", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0262483.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -570638,8 +570212,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rbp", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -570668,8 +570241,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17282", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17282", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -570677,11 +570251,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RIMS1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0053547", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0053547.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -570691,8 +570265,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rim", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -570721,8 +570294,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17283", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17283", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -570730,11 +570304,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RIMS2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0053547", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0053547.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -570744,8 +570318,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rim", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -570774,8 +570347,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:21292", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21292", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -570783,11 +570357,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RIMS3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0053547", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0053547.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -570797,8 +570371,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rim", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -570827,8 +570400,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:16183", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16183", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -570836,11 +570410,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RIMS4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0053547", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0053547.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -570850,8 +570424,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rim", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -570880,8 +570453,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:18749", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18749", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -570889,11 +570463,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RIN1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0085443", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0085443.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -570903,8 +570477,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "spri", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -570933,8 +570506,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18750", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18750", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -570942,11 +570516,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RIN2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0085443", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0085443.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -570956,8 +570530,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "spri", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -570986,8 +570559,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:18751", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18751", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -570995,11 +570569,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RIN3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0085443", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0085443.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -571009,8 +570583,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "spri", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -571039,8 +570612,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10018", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10018", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -571048,11 +570622,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RING1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003330", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003330.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -571062,8 +570636,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Sce", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -571091,8 +570664,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21876", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21876", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -571100,11 +570674,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RINT1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035762", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035762.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -571114,8 +570688,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rint1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -571143,8 +570716,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18656", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18656", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -571152,11 +570726,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RIOK1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036187", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036187.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -571166,8 +570740,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "RIOK1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -571195,8 +570768,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18999", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18999", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -571204,11 +570778,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RIOK2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039306", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039306.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -571218,8 +570792,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "RIOK2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -571248,8 +570821,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11451", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11451", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -571257,11 +570831,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RIOK3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031643", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031643.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -571271,8 +570845,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG3008", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -571300,8 +570873,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20968", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20968", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -571309,11 +570883,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RIOX1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0266570", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0266570.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -571323,8 +570897,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "NO66", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -571353,8 +570926,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:10023", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10023", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -571362,11 +570936,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RIT1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0265605", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0265605.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -571376,8 +570950,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ric", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -571406,8 +570979,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10017", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10017", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -571415,11 +570989,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RIT2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0265605", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0265605.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -571429,8 +571003,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ric", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -571459,8 +571032,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10024", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10024", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -571468,11 +571042,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RLBP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036289", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036289.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -571482,8 +571056,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10657", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -571512,8 +571085,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:10024", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10024", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -571521,11 +571095,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RLBP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031913", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031913.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -571535,8 +571109,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5958", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -571565,8 +571138,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10024", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10024", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -571574,11 +571148,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RLBP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035636", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035636.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -571588,8 +571162,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cralbp", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -571618,8 +571191,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:13429", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13429", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -571627,11 +571201,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RLIM", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037705", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037705.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -571641,8 +571215,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mura", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -571671,8 +571244,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24326", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24326", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -571680,11 +571254,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RMC1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035703", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035703.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -571693,9 +571267,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG8270", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Bulli", + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -571723,8 +571296,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21176", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21176", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -571732,11 +571306,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RMND1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030678", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030678.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -571746,8 +571320,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG11679", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -571776,8 +571349,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25850", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25850", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -571785,11 +571359,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RMND5A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034573", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034573.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -571798,9 +571372,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG3295", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Sou", + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -571828,8 +571401,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26181", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26181", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -571837,11 +571411,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RMND5B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034573", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034573.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -571850,9 +571424,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG3295", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Sou", + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -571880,8 +571453,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18466", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18466", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -571889,11 +571463,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RNASEH1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0023171", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0023171.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -571903,8 +571477,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "rnh1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -571932,8 +571505,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18518", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18518", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -571941,11 +571515,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RNASEH2A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031252", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031252.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -571955,8 +571529,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG13690", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -571984,8 +571557,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25671", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25671", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -571993,11 +571567,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RNASEH2B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030507", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030507.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -572007,8 +571581,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG11164", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -572036,8 +571609,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24116", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24116", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -572045,11 +571619,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RNASEH2C", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0050105", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0050105.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -572059,8 +571633,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG30105", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -572089,8 +571662,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:33911", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:33911", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -572098,11 +571672,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RNASEK", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034700", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034700.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -572112,8 +571686,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG11269", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -572142,8 +571715,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:33911", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:33911", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -572151,11 +571725,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RNASEK", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0262116", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0262116.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -572165,8 +571739,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "RNASEK", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -572195,8 +571768,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21686", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21686", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -572204,11 +571778,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RNASET2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010406", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010406.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -572218,8 +571792,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "RNaseX25", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -572248,8 +571821,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10055", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10055", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -572257,11 +571831,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RNF10", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035232", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035232.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -572271,8 +571845,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG12099", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -572300,8 +571873,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:38847", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:38847", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -572309,11 +571883,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RNF103-CHMP3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037231", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037231.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -572323,8 +571897,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Vps24", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -572353,8 +571926,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10056", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10056", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -572362,11 +571936,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RNF11", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052850", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052850.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -572375,9 +571949,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG32850", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Rnf11", + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -572406,8 +571979,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17384", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17384", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -572415,11 +571989,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RNF111", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037944", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037944.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -572429,8 +572003,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6923", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -572459,8 +572032,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12974", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12974", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -572468,11 +572042,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RNF113A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038772", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038772.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -572482,8 +572056,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mdlc", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -572511,8 +572084,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17267", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17267", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -572520,11 +572094,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RNF113B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038772", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038772.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -572534,8 +572108,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mdlc", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -572563,8 +572136,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18154", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18154", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -572572,11 +572146,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RNF115", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037653", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037653.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -572586,8 +572160,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Iru", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -572616,8 +572189,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21070", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21070", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -572625,11 +572199,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RNF121", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030873", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030873.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -572639,8 +572213,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG15814", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -572668,8 +572241,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21148", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21148", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -572677,11 +572251,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RNF123", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038296", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038296.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -572690,9 +572264,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG6752", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Kpc1", + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -572720,8 +572293,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21151", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21151", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -572729,11 +572303,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RNF126", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037653", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037653.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -572743,8 +572317,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Iru", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -572773,8 +572346,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:21153", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21153", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -572782,11 +572356,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RNF128", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004919", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004919.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -572796,8 +572370,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "gol", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -572826,8 +572399,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10057", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10057", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -572835,11 +572409,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RNF13", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037442", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037442.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -572849,8 +572423,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "gzl", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -572879,8 +572452,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:18280", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18280", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -572888,11 +572462,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RNF130", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004919", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004919.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -572902,8 +572476,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "gol", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -572932,8 +572505,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:21154", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21154", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -572941,11 +572515,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RNF133", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004919", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004919.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -572955,8 +572529,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "gol", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -572985,8 +572558,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17023", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17023", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -572994,11 +572568,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RNF139", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039668", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039668.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -573008,8 +572582,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Trc8", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -573038,8 +572611,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20457", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20457", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -573047,11 +572621,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RNF144A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0053144", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0053144.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -573061,8 +572635,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG33144", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -573091,8 +572664,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:21578", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21578", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -573100,11 +572674,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RNF144B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0053144", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0053144.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -573114,8 +572688,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG33144", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -573144,8 +572717,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21336", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21336", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -573153,11 +572727,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RNF146", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036897", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036897.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -573167,8 +572741,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rnf146", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -573197,8 +572770,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:22411", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:22411", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -573206,11 +572780,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RNF148", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004919", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004919.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -573220,8 +572794,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "gol", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -573250,8 +572823,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:23137", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23137", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -573259,11 +572833,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RNF149", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004919", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004919.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -573273,8 +572847,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "gol", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -573303,8 +572876,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23138", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23138", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -573312,11 +572886,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RNF150", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004919", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004919.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -573326,8 +572900,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "gol", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -573356,8 +572929,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29402", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29402", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -573365,11 +572939,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RNF157", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030514", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030514.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -573378,9 +572952,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG9941", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Mrgn1", + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -573409,8 +572982,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:31696", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:31696", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -573418,11 +572992,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RNF165", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037944", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037944.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -573432,8 +573006,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6923", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -573462,8 +573035,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:24544", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24544", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -573471,11 +573045,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RNF167", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037442", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037442.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -573485,8 +573059,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "gzl", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -573515,8 +573088,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10060", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10060", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -573524,11 +573098,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RNF17", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0263974", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0263974.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -573538,8 +573112,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "qin", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -573568,8 +573141,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:27735", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:27735", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -573577,11 +573151,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RNF175", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030873", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030873.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -573591,8 +573165,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG15814", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -573620,8 +573193,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28037", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28037", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -573629,11 +573203,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RNF181", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038627", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038627.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -573643,8 +573217,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7694", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -573669,12 +573242,13 @@ "totalMethodCount": 10 }, { - "best": "Yes", + "best": "No", "bestReverse": "Yes", "gene": { "id": "HGNC:26783", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26783", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -573682,11 +573256,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RNF185", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0052581", + "id": "FB:FBgn0038125", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038125.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -573695,19 +573269,13 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG32581", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "CG8141", + "taxonId": "NCBITaxon:7227" }, - "methodCount": 8, + "methodCount": 3, "predictionMethodsMatched": [ - "Hieranoid", - "InParanoid", - "OrthoFinder", - "OrthoInspector", "PANTHER", "PhylomeDB", - "Roundup", "TreeFam" ], "predictionMethodsNotCalled": [ @@ -573716,18 +573284,24 @@ ], "predictionMethodsNotMatched": [ "Ensembl Compara", - "OMA" + "Hieranoid", + "InParanoid", + "OMA", + "OrthoFinder", + "OrthoInspector", + "Roundup" ], "stringencyFilter": "stringent", "totalMethodCount": 10 }, { - "best": "No", + "best": "Yes", "bestReverse": "Yes", "gene": { "id": "HGNC:26783", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26783", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -573735,11 +573309,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RNF185", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0038125", + "id": "FB:FBgn0030693", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030693.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -573748,14 +573322,18 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG8141", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "sordd1", + "taxonId": "NCBITaxon:7227" }, - "methodCount": 3, + "methodCount": 8, "predictionMethodsMatched": [ + "Hieranoid", + "InParanoid", + "OrthoFinder", + "OrthoInspector", "PANTHER", "PhylomeDB", + "Roundup", "TreeFam" ], "predictionMethodsNotCalled": [ @@ -573764,12 +573342,7 @@ ], "predictionMethodsNotMatched": [ "Ensembl Compara", - "Hieranoid", - "InParanoid", - "OMA", - "OrthoFinder", - "OrthoInspector", - "Roundup" + "OMA" ], "stringencyFilter": "stringent", "totalMethodCount": 10 @@ -573779,8 +573352,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26783", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26783", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -573788,11 +573362,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RNF185", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0030693", + "id": "FB:FBgn0052581", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052581.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -573801,9 +573375,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG8974", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "sordd2", + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -573832,8 +573405,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10061", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10061", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -573841,11 +573415,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RNF2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003330", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003330.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -573855,8 +573429,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Sce", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -573884,8 +573457,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:10062", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10062", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -573893,11 +573467,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RNF20", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0086694", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0086694.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -573907,8 +573481,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Bre1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -573937,8 +573510,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:27729", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:27729", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -573946,11 +573520,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RNF212", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031018", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031018.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -573960,8 +573534,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "narya", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -573990,8 +573563,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:27729", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:27729", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -573999,11 +573573,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RNF212", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051053", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051053.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -574013,8 +573587,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "nenya", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -574043,8 +573616,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20438", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20438", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -574052,11 +573626,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RNF212B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031018", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031018.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -574066,8 +573640,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "narya", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -574096,8 +573669,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20438", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20438", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -574105,11 +573679,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RNF212B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051053", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051053.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -574119,8 +573693,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "nenya", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -574149,8 +573722,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20438", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20438", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -574158,11 +573732,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RNF212B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0283545", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0283545.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -574172,8 +573746,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "vilya", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -574202,8 +573775,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25552", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25552", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -574211,11 +573785,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RNF220", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039013", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039013.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -574224,9 +573798,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG4813", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "RNF220", + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -574255,8 +573828,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14662", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14662", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -574264,11 +573838,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RNF25", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033884", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033884.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -574278,8 +573852,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG13344", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -574308,8 +573881,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14646", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14646", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -574317,11 +573891,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RNF26", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032877", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032877.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -574331,8 +573905,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG2617", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -574361,8 +573934,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16031", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16031", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -574370,11 +573944,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RNF31", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031857", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031857.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -574384,8 +573958,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "LUBEL", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -574414,8 +573987,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17297", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17297", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -574423,11 +573997,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RNF34", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033783", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033783.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -574437,8 +574011,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG17019", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -574467,8 +574040,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18052", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18052", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -574476,11 +574050,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RNF38", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037705", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037705.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -574490,8 +574064,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mura", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -574520,8 +574093,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10067", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10067", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -574529,11 +574103,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RNF4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037384", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037384.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -574543,8 +574117,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "dgrn", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -574573,8 +574146,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16867", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16867", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -574582,11 +574156,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RNF40", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0086694", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0086694.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -574596,8 +574170,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Bre1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -574626,8 +574199,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18401", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18401", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -574635,11 +574209,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RNF41", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028847", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028847.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -574649,8 +574223,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG9014", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -574679,8 +574252,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18401", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18401", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -574688,11 +574262,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RNF41", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0283649", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0283649.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -574702,8 +574276,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "elgi", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -574732,8 +574305,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:19180", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19180", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -574741,11 +574315,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RNF44", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037705", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037705.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -574755,8 +574329,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mura", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -574781,12 +574354,13 @@ "totalMethodCount": 10 }, { - "best": "Yes", - "bestReverse": "No", + "best": "No", + "bestReverse": "Yes", "gene": { "id": "HGNC:10068", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10068", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -574794,11 +574368,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RNF5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0052581", + "id": "FB:FBgn0052847", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052847.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -574807,17 +574381,15 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG32581", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "CG32847", + "taxonId": "NCBITaxon:7227" }, - "methodCount": 6, + "methodCount": 5, "predictionMethodsMatched": [ "Ensembl Compara", "OrthoFinder", "PANTHER", "PhylomeDB", - "Roundup", "TreeFam" ], "predictionMethodsNotCalled": [ @@ -574828,7 +574400,8 @@ "Hieranoid", "InParanoid", "OMA", - "OrthoInspector" + "OrthoInspector", + "Roundup" ], "stringencyFilter": "stringent", "totalMethodCount": 10 @@ -574838,8 +574411,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10068", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10068", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -574847,11 +574421,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RNF5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0052847", + "id": "FB:FBgn0038125", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038125.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -574860,14 +574434,11 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG32847", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "CG8141", + "taxonId": "NCBITaxon:7227" }, - "methodCount": 5, + "methodCount": 3, "predictionMethodsMatched": [ - "Ensembl Compara", - "OrthoFinder", "PANTHER", "PhylomeDB", "TreeFam" @@ -574877,9 +574448,11 @@ "ZFIN" ], "predictionMethodsNotMatched": [ + "Ensembl Compara", "Hieranoid", "InParanoid", "OMA", + "OrthoFinder", "OrthoInspector", "Roundup" ], @@ -574887,12 +574460,13 @@ "totalMethodCount": 10 }, { - "best": "No", - "bestReverse": "Yes", + "best": "Yes", + "bestReverse": "No", "gene": { "id": "HGNC:10068", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10068", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -574900,11 +574474,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RNF5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0038125", + "id": "FB:FBgn0030693", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030693.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -574913,14 +574487,16 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG8141", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "sordd1", + "taxonId": "NCBITaxon:7227" }, - "methodCount": 3, + "methodCount": 6, "predictionMethodsMatched": [ + "Ensembl Compara", + "OrthoFinder", "PANTHER", "PhylomeDB", + "Roundup", "TreeFam" ], "predictionMethodsNotCalled": [ @@ -574928,13 +574504,10 @@ "ZFIN" ], "predictionMethodsNotMatched": [ - "Ensembl Compara", "Hieranoid", "InParanoid", "OMA", - "OrthoFinder", - "OrthoInspector", - "Roundup" + "OrthoInspector" ], "stringencyFilter": "stringent", "totalMethodCount": 10 @@ -574944,8 +574517,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:10068", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10068", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -574953,11 +574527,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RNF5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0030693", + "id": "FB:FBgn0052581", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052581.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -574966,9 +574540,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG8974", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "sordd2", + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -574997,8 +574570,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10070", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10070", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -575006,11 +574580,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RNF7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0044020", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0044020.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -575020,8 +574594,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Roc2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -575049,8 +574622,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:30206", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30206", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -575058,11 +574632,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RNFT1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039150", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039150.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -575072,8 +574646,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG13605", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -575102,8 +574675,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25905", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25905", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -575111,11 +574685,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RNFT2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039150", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039150.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -575125,8 +574699,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG13605", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -575155,8 +574728,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10073", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10073", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -575164,11 +574738,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RNGTT", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030556", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030556.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -575178,8 +574752,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mRNA-cap", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -575207,8 +574780,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10075", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10075", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -575216,11 +574790,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RNMT", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0286027", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0286027.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -575230,8 +574804,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rnmt", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -575259,8 +574832,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18666", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18666", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -575268,11 +574842,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RNPC3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0265184", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0265184.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -575282,8 +574856,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG44249", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -575312,8 +574885,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10080", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10080", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -575321,11 +574895,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RNPS1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0263829", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0263829.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -575335,8 +574909,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG34334", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -575365,8 +574938,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10080", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10080", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -575374,11 +574948,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RNPS1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037707", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037707.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -575388,8 +574962,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "RnpS1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -575418,8 +574991,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11313", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11313", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -575427,11 +575001,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RO60", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029666", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029666.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -575441,8 +575015,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10803", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -575470,8 +575043,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10249", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10249", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -575479,11 +575053,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ROBO1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0005631", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0005631.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -575493,8 +575067,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "robo1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -575523,8 +575096,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10249", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10249", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -575532,11 +575106,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ROBO1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0002543", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0002543.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -575546,8 +575120,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "robo2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -575576,8 +575149,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10249", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10249", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -575585,11 +575159,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ROBO1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0041097", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0041097.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -575599,8 +575173,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "robo3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -575629,8 +575202,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:10250", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10250", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -575638,11 +575212,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ROBO2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0005631", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0005631.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -575652,8 +575226,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "robo1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -575682,8 +575255,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10250", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10250", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -575691,11 +575265,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ROBO2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0002543", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0002543.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -575705,8 +575279,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "robo2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -575735,8 +575308,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10250", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10250", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -575744,11 +575318,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ROBO2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0041097", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0041097.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -575758,8 +575332,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "robo3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -575788,8 +575361,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:13433", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13433", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -575797,11 +575371,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ROBO3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0005631", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0005631.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -575811,8 +575385,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "robo1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -575841,8 +575414,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13433", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13433", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -575850,11 +575424,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ROBO3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0002543", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0002543.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -575864,8 +575438,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "robo2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -575894,8 +575467,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13433", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13433", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -575903,11 +575477,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ROBO3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0041097", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0041097.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -575917,8 +575491,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "robo3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -575947,8 +575520,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17985", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17985", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -575956,11 +575530,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ROBO4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0002543", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0002543.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -575970,8 +575544,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "robo2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -576000,8 +575573,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10251", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10251", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -576009,11 +575583,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ROCK1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0026181", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026181.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -576023,8 +575597,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rok", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -576053,8 +575626,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10252", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10252", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -576062,11 +575636,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ROCK2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0026181", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026181.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -576076,8 +575650,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rok", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -576106,8 +575679,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29478", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29478", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -576115,11 +575689,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ROGDI", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036697", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036697.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -576129,8 +575703,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "rogdi", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -576158,8 +575731,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16185", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16185", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -576167,11 +575741,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ROMO1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036488", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036488.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -576181,8 +575755,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6878", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -576211,8 +575784,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10256", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10256", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -576220,11 +575794,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ROR1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010407", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010407.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -576234,8 +575808,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ror", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -576264,8 +575837,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10257", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10257", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -576273,11 +575847,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ROR2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010407", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010407.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -576287,8 +575861,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ror", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -576317,8 +575890,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10258", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10258", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -576326,11 +575900,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RORA", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000448", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000448.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -576340,8 +575914,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Hr3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -576370,8 +575943,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:10259", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10259", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -576379,11 +575953,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RORB", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000448", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000448.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -576393,8 +575967,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Hr3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -576423,8 +575996,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10260", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10260", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -576432,11 +576006,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RORC", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000448", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000448.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -576446,8 +576020,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Hr3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -576476,8 +576049,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10261", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10261", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -576485,11 +576059,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ROS1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003366", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003366.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -576499,8 +576073,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "sev", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -576529,8 +576102,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10289", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10289", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -576538,11 +576112,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RPA1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010173", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010173.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -576552,8 +576126,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "RpA-70", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -576581,8 +576154,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10290", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10290", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -576590,11 +576164,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RPA2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032906", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032906.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -576604,8 +576178,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "RPA2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -576633,8 +576206,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10291", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10291", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -576642,11 +576216,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RPA3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0266421", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0266421.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -576656,8 +576230,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "RPA3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -576686,8 +576259,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:30305", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30305", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -576695,11 +576269,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RPA4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032906", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032906.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -576709,8 +576283,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "RPA2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -576739,8 +576312,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28641", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28641", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -576748,11 +576322,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RPAIN", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032189", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032189.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -576762,8 +576336,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rip\u03b1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -576792,8 +576365,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24567", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24567", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -576801,11 +576375,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RPAP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052104", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052104.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -576815,8 +576389,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG32104", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -576845,8 +576418,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25791", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25791", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -576854,11 +576428,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RPAP2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0085212", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0085212.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -576868,8 +576442,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG34183", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -576898,8 +576471,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26151", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26151", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -576907,11 +576481,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RPAP3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015544", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015544.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -576921,8 +576495,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "spag", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -576951,8 +576524,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10293", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10293", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -576960,11 +576534,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RPE", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0050499", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0050499.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -576974,8 +576548,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rpe", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -577003,8 +576576,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10294", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10294", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -577012,11 +576586,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RPE65", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0002937", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0002937.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -577026,8 +576600,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ninaB", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -577056,8 +576629,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:45241", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:45241", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -577065,11 +576639,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RPEL1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0050499", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0050499.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -577079,8 +576653,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rpe", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -577109,8 +576682,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30350", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30350", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -577118,11 +576692,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RPF1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032408", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032408.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -577132,8 +576706,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6712", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -577161,8 +576734,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20870", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20870", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -577170,11 +576744,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RPF2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038585", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038585.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -577184,8 +576758,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Non3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -577213,8 +576786,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17056", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17056", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -577222,11 +576796,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RPH3A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030230", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030230.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -577236,8 +576810,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rph", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -577266,8 +576839,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:10296", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10296", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -577275,11 +576849,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RPH3AL", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030230", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030230.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -577289,8 +576863,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rph", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -577319,8 +576892,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10297", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10297", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -577328,11 +576902,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RPIA", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0050410", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0050410.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -577342,8 +576916,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rpi", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -577371,8 +576944,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10298", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10298", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -577380,11 +576954,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RPL10", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0024733", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0024733.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -577394,8 +576968,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "RpL10", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -577423,8 +576996,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10299", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10299", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -577432,11 +577006,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RPL10A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038281", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038281.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -577446,8 +577020,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "RpL10Aa", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -577476,8 +577049,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10299", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10299", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -577485,11 +577059,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RPL10A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036213", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036213.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -577499,8 +577073,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "RpL10Ab", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -577528,8 +577101,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:17976", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17976", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -577537,11 +577111,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RPL10L", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0024733", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0024733.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -577551,8 +577125,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "RpL10", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -577581,8 +577154,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10301", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10301", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -577590,11 +577164,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RPL11", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0013325", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0013325.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -577604,8 +577178,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "RpL11", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -577633,8 +577206,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10302", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10302", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -577642,11 +577216,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RPL12", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034968", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034968.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -577656,8 +577230,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "RpL12", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -577685,8 +577258,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10303", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10303", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -577694,11 +577268,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RPL13", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0011272", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0011272.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -577708,8 +577282,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "RpL13", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -577737,8 +577310,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10304", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10304", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -577746,11 +577320,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RPL13A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037351", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037351.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -577760,8 +577334,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "RpL13A", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -577789,8 +577362,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10305", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10305", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -577798,11 +577372,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RPL14", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0017579", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0017579.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -577812,8 +577386,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "RpL14", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -577841,8 +577414,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10306", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10306", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -577850,11 +577424,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RPL15", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028697", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028697.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -577864,8 +577438,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "RpL15", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -577894,8 +577467,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:10307", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10307", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -577903,11 +577477,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RPL17", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029897", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029897.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -577917,8 +577491,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "RpL17", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -577947,8 +577520,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:44661", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:44661", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -577956,11 +577530,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RPL17-C18orf32", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029897", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029897.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -577970,8 +577544,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "RpL17", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -578000,8 +577573,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10310", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10310", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -578009,11 +577583,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RPL18", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035753", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035753.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -578023,8 +577597,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "RpL18", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -578052,8 +577625,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10311", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10311", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -578061,11 +577635,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RPL18A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010409", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010409.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -578075,8 +577649,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "RpL18A", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -578104,8 +577677,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10312", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10312", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -578113,11 +577687,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RPL19", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0285950", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0285950.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -578127,8 +577701,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "RpL19", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -578156,8 +577729,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10313", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10313", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -578165,11 +577739,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RPL21", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032987", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032987.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -578179,8 +577753,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "RpL21", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -578208,8 +577781,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10315", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10315", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -578217,11 +577791,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RPL22", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015288", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015288.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -578231,8 +577805,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "RpL22", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -578261,8 +577834,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10315", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10315", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -578270,11 +577844,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RPL22", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034837", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034837.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -578284,8 +577858,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "RpL22-like", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -578314,8 +577887,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:27610", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:27610", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -578323,11 +577897,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RPL22L1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015288", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015288.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -578337,8 +577911,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "RpL22", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -578367,8 +577940,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:27610", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:27610", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -578376,11 +577950,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RPL22L1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034837", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034837.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -578390,8 +577964,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "RpL22-like", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -578420,8 +577993,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10316", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10316", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -578429,11 +578003,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RPL23", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010078", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010078.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -578443,8 +578017,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "RpL23", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -578472,8 +578045,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10317", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10317", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -578481,11 +578055,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RPL23A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0026372", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026372.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -578495,8 +578069,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "RpL23A", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -578525,8 +578098,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10325", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10325", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -578534,11 +578108,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RPL24", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032518", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032518.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -578548,8 +578122,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "RpL24", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -578577,8 +578150,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10327", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10327", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -578586,11 +578160,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RPL26", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036825", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036825.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -578600,8 +578174,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "RpL26", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -578629,8 +578202,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17050", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17050", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -578638,11 +578212,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RPL26L1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036825", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036825.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -578652,8 +578226,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "RpL26", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -578681,8 +578254,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10328", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10328", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -578690,11 +578264,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RPL27", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039359", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039359.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -578704,8 +578278,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "RpL27", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -578734,8 +578307,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10329", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10329", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -578743,11 +578317,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RPL27A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0285948", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0285948.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -578757,8 +578331,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "RpL27A", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -578786,8 +578359,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10330", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10330", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -578795,11 +578369,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RPL28", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035422", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035422.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -578809,8 +578383,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "RpL28", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -578838,8 +578411,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10331", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10331", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -578847,11 +578421,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RPL29", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0016726", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0016726.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -578861,8 +578435,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "RpL29", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -578891,8 +578464,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10332", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10332", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -578900,11 +578474,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RPL3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0020910", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0020910.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -578914,8 +578488,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "RpL3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -578943,8 +578516,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10333", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10333", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -578952,11 +578526,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RPL30", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0086710", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0086710.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -578966,8 +578540,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "RpL30", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -578996,8 +578569,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10334", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10334", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -579005,11 +578579,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RPL31", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0285949", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0285949.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -579019,8 +578593,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "RpL31", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -579048,8 +578621,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10336", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10336", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -579057,11 +578631,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RPL32", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0002626", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0002626.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -579071,8 +578645,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "RpL32", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -579101,8 +578674,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10340", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10340", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -579110,11 +578684,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RPL34", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039406", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039406.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -579124,8 +578698,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "RpL34a", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -579154,8 +578727,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10340", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10340", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -579163,11 +578737,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RPL34", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037686", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037686.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -579177,8 +578751,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "RpL34b", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -579207,8 +578780,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10344", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10344", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -579216,11 +578790,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RPL35", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029785", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029785.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -579230,8 +578804,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "RpL35", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -579259,8 +578832,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10345", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10345", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -579268,11 +578842,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RPL35A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037328", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037328.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -579282,8 +578856,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "RpL35A", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -579311,8 +578884,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13631", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13631", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -579320,11 +578894,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RPL36", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0002579", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0002579.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -579334,8 +578908,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "RpL36", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -579364,8 +578937,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:10359", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10359", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -579373,11 +578947,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RPL36A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031980", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031980.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -579387,8 +578961,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "RpL36A", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -579417,8 +578990,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10346", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10346", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -579426,11 +579000,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RPL36AL", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031980", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031980.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -579440,8 +579014,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "RpL36A", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -579469,8 +579042,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10347", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10347", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -579478,11 +579052,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RPL37", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030616", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030616.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -579492,8 +579066,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "RpL37a", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -579522,8 +579095,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10347", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10347", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -579531,11 +579105,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RPL37", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034822", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034822.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -579545,8 +579119,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "RpL37b", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -579575,8 +579148,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10348", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10348", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -579584,11 +579158,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RPL37A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261608", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261608.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -579598,8 +579172,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "RpL37A", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -579628,8 +579201,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:35645", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:35645", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -579637,11 +579211,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RPL37AP8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261608", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261608.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -579651,8 +579225,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "RpL37A", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -579681,8 +579254,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10349", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10349", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -579690,11 +579264,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RPL38", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040007", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040007.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -579704,8 +579278,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "RpL38", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -579733,8 +579306,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10350", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10350", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -579742,11 +579316,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RPL39", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0023170", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0023170.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -579756,8 +579330,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "RpL39", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -579786,8 +579359,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:17094", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17094", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -579795,11 +579369,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RPL39L", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0023170", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0023170.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -579809,8 +579383,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "RpL39", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -579839,8 +579412,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:26015", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26015", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -579848,11 +579422,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RPL39P5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0023170", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0023170.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -579862,8 +579436,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "RpL39", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -579892,8 +579465,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:10351", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10351", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -579901,11 +579475,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RPL3L", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0020910", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0020910.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -579915,8 +579489,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "RpL3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -579945,8 +579518,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10353", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10353", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -579954,11 +579528,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RPL4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003279", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003279.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -579968,8 +579542,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "RpL4", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -579997,8 +579570,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10360", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10360", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -580006,11 +579580,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RPL5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0064225", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0064225.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -580020,8 +579594,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "RpL5", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -580049,8 +579622,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10362", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10362", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -580058,11 +579632,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RPL6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039857", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039857.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -580072,8 +579646,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "RpL6", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -580101,8 +579674,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10363", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10363", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -580110,11 +579684,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RPL7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0005593", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0005593.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -580124,8 +579698,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "RpL7", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -580153,8 +579726,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10364", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10364", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -580162,11 +579736,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RPL7A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0014026", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0014026.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -580176,8 +579750,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "RpL7A", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -580206,8 +579779,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:21370", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21370", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -580215,11 +579789,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RPL7L1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0005593", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0005593.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -580229,8 +579803,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "RpL7", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -580259,8 +579832,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10368", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10368", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -580268,11 +579842,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RPL8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261602", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261602.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -580282,8 +579856,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "RpL8", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -580311,8 +579884,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10369", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10369", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -580320,11 +579894,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RPL9", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015756", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015756.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -580334,8 +579908,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "RpL9", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -580363,8 +579936,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10371", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10371", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -580372,11 +579946,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RPLP0", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000100", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000100.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -580386,8 +579960,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "RpLP0", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -580415,8 +579988,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:36404", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:36404", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -580424,11 +579998,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RPLP0P6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000100", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000100.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -580438,8 +580012,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "RpLP0", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -580468,8 +580041,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10372", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10372", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -580477,11 +580051,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RPLP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0002593", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0002593.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -580491,8 +580065,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "RpLP1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -580520,8 +580093,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10377", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10377", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -580529,11 +580103,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RPLP2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003274", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003274.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -580543,8 +580117,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "RpLP2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -580572,8 +580145,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10381", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10381", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -580581,11 +580155,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RPN1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0053303", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0053303.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -580595,8 +580169,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG33303", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -580624,8 +580197,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10382", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10382", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -580633,11 +580207,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RPN2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034277", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034277.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -580647,8 +580221,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ost\u0394", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -580676,8 +580249,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30327", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30327", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -580685,11 +580259,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RPP14", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0085346", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0085346.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -580699,8 +580273,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rpp14a", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -580729,8 +580302,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30327", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30327", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -580738,11 +580312,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RPP14", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039744", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039744.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -580752,8 +580326,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rpp14b", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -580782,8 +580355,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21300", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21300", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -580791,11 +580365,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RPP21", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0053082", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0053082.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -580805,8 +580379,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rpp21", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -580835,8 +580408,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:30361", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30361", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -580844,11 +580418,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RPP25", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033092", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033092.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -580858,8 +580432,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rpp25", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -580888,8 +580461,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19909", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19909", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -580897,11 +580471,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RPP25L", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033092", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033092.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -580911,8 +580485,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rpp25", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -580941,8 +580514,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17688", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17688", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -580950,11 +580524,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RPP30", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0283652", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0283652.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -580964,8 +580538,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rpp30", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -580994,8 +580567,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25560", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25560", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -581003,11 +580577,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RPRD1A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035318", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035318.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -581017,8 +580591,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG9018", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -581046,8 +580619,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16209", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16209", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -581055,11 +580629,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RPRD1B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035318", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035318.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -581069,8 +580643,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG9018", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -581098,8 +580671,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29039", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29039", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -581107,11 +580681,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RPRD2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032688", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032688.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -581121,8 +580695,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG15160", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -581151,8 +580724,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10383", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10383", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -581160,11 +580734,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RPS10", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027494", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027494.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -581174,8 +580748,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "RpS10a", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -581204,8 +580777,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10383", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10383", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -581213,11 +580787,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RPS10", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0285947", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0285947.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -581227,8 +580801,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "RpS10b", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -581257,8 +580830,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:49181", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:49181", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -581266,11 +580840,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RPS10-NUDT3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027494", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027494.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -581280,8 +580854,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "RpS10a", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -581310,8 +580883,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:49181", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:49181", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -581319,11 +580893,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RPS10-NUDT3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0285947", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0285947.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -581333,8 +580907,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "RpS10b", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -581363,8 +580936,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:15795", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15795", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -581372,11 +580946,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RPS10P5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027494", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027494.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -581386,8 +580960,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "RpS10a", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -581416,8 +580989,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:15795", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15795", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -581425,11 +580999,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RPS10P5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0285947", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0285947.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -581439,8 +581013,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "RpS10b", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -581469,8 +581042,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10384", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10384", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -581478,11 +581052,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RPS11", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033699", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033699.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -581492,8 +581066,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "RpS11", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -581521,8 +581094,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10385", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10385", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -581530,11 +581104,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RPS12", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0286213", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0286213.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -581544,8 +581118,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "RpS12", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -581573,8 +581146,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10386", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10386", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -581582,11 +581156,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RPS13", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010265", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010265.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -581596,8 +581170,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "RpS13", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -581625,8 +581198,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10387", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10387", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -581634,11 +581208,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RPS14", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004404", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004404.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -581648,8 +581222,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "RpS14b", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -581677,8 +581250,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10388", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10388", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -581686,11 +581260,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RPS15", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034138", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034138.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -581700,8 +581274,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "RpS15", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -581729,8 +581302,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10389", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10389", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -581738,11 +581312,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RPS15A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010198", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010198.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -581752,8 +581326,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "RpS15Aa", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -581781,8 +581354,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10389", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10389", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -581790,11 +581364,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RPS15A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033555", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033555.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -581804,8 +581378,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "RpS15Ab", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -581833,8 +581406,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10396", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10396", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -581842,11 +581416,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RPS16", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034743", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034743.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -581856,8 +581430,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "RpS16", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -581885,8 +581458,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10397", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10397", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -581894,11 +581468,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RPS17", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0005533", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0005533.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -581908,8 +581482,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "RpS17", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -581937,8 +581510,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10401", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10401", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -581946,11 +581520,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RPS18", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010411", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010411.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -581960,8 +581534,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "RpS18", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -581989,8 +581562,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10402", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10402", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -581998,11 +581572,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RPS19", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010412", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010412.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -582012,8 +581586,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "RpS19a", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -582042,8 +581615,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10402", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10402", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -582051,11 +581625,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RPS19", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039129", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039129.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -582065,8 +581639,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "RpS19b", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -582095,8 +581668,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10404", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10404", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -582104,11 +581678,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RPS2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004867", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004867.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -582118,8 +581692,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "RpS2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -582148,8 +581721,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10405", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10405", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -582157,11 +581731,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RPS20", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0019936", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0019936.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -582171,8 +581745,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "RpS20", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -582200,8 +581773,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10409", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10409", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -582209,11 +581783,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RPS21", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015521", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015521.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -582223,8 +581797,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "RpS21", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -582252,8 +581825,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10410", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10410", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -582261,11 +581835,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RPS23", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033912", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033912.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -582275,8 +581849,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "RpS23", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -582304,8 +581877,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10411", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10411", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -582313,11 +581887,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RPS24", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261596", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261596.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -582327,8 +581901,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "RpS24", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -582356,8 +581929,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10413", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10413", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -582365,11 +581939,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RPS25", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0086472", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0086472.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -582379,8 +581953,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "RpS25", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -582408,8 +581981,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10414", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10414", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -582417,11 +581991,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RPS26", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261597", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261597.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -582431,8 +582005,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "RpS26", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -582460,8 +582033,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:31817", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:31817", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -582469,11 +582043,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RPS26P11", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261597", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261597.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -582483,8 +582057,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "RpS26", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -582513,8 +582086,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10416", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10416", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -582522,11 +582096,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RPS27", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039300", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039300.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -582536,8 +582110,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "RpS27", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -582565,8 +582138,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10417", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10417", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -582574,11 +582148,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RPS27A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003942", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003942.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -582588,8 +582162,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "RpS27A", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -582618,8 +582191,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:18476", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18476", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -582627,11 +582201,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RPS27L", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039300", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039300.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -582641,8 +582215,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "RpS27", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -582671,8 +582244,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10418", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10418", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -582680,11 +582254,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RPS28", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039739", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039739.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -582694,8 +582268,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "RpS28a", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -582724,8 +582297,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10418", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10418", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -582733,11 +582307,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RPS28", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030136", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030136.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -582747,8 +582321,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "RpS28b", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -582776,8 +582349,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10419", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10419", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -582785,11 +582359,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RPS29", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261599", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261599.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -582799,8 +582373,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "RpS29", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -582828,8 +582401,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10420", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10420", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -582837,11 +582411,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RPS3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0002622", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0002622.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -582851,8 +582425,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "RpS3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -582880,8 +582453,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10421", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10421", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -582889,11 +582463,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RPS3A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0017545", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0017545.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -582903,8 +582477,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "RpS3A", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -582932,8 +582505,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10424", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10424", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -582941,11 +582515,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RPS4X", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0011284", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0011284.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -582955,8 +582529,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "RpS4", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -582984,8 +582557,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:10425", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10425", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -582993,11 +582567,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RPS4Y1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0011284", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0011284.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -583007,8 +582581,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "RpS4", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -583037,8 +582610,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:18501", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18501", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -583046,11 +582620,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RPS4Y2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0011284", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0011284.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -583060,8 +582634,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "RpS4", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -583090,8 +582663,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10426", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10426", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -583099,11 +582673,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RPS5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0002590", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0002590.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -583113,8 +582687,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "RpS5a", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -583142,8 +582715,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10426", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10426", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -583151,11 +582725,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RPS5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038277", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038277.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -583165,8 +582739,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "RpS5b", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -583195,8 +582768,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10429", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10429", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -583204,11 +582778,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RPS6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261592", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261592.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -583218,8 +582792,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "RpS6", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -583247,8 +582820,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10430", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10430", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -583256,11 +582830,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RPS6KA1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0262866", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0262866.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -583270,8 +582844,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "S6kII", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -583300,8 +582873,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10431", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10431", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -583309,11 +582883,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RPS6KA2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0262866", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0262866.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -583323,8 +582897,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "S6kII", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -583353,8 +582926,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10432", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10432", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -583362,11 +582936,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RPS6KA3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0262866", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0262866.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -583376,8 +582950,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "S6kII", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -583406,8 +582979,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:10433", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10433", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -583415,11 +582989,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RPS6KA4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0020412", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0020412.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -583429,8 +583003,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "JIL-1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -583459,8 +583032,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10434", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10434", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -583468,11 +583042,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RPS6KA5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0020412", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0020412.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -583482,8 +583056,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "JIL-1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -583512,8 +583085,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:10435", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10435", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -583521,11 +583095,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RPS6KA6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0262866", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0262866.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -583535,8 +583109,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "S6kII", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -583565,8 +583138,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10436", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10436", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -583574,11 +583148,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RPS6KB1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0283472", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0283472.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -583588,8 +583162,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "S6k", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -583618,8 +583191,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10437", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10437", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -583627,11 +583201,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RPS6KB2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0283472", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0283472.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -583641,8 +583215,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "S6k", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -583671,8 +583244,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10439", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10439", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -583680,11 +583254,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RPS6KC1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038588", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038588.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -583694,8 +583268,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7156", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -583724,8 +583297,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20222", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20222", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -583733,11 +583307,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RPS6KL1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038588", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038588.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -583747,8 +583321,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7156", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -583777,8 +583350,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10440", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10440", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -583786,11 +583360,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RPS7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039757", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039757.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -583800,8 +583374,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "RpS7", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -583829,8 +583402,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10441", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10441", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -583838,11 +583412,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RPS8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039713", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039713.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -583852,8 +583426,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "RpS8", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -583881,8 +583454,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10442", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10442", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -583890,11 +583464,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RPS9", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010408", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010408.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -583904,8 +583478,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "RpS9", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -583933,8 +583506,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6502", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6502", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -583942,11 +583516,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RPSA", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003517", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003517.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -583956,8 +583530,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "sta", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -583986,8 +583559,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26809", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26809", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -583995,11 +583569,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RPTN", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030647", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030647.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -584009,8 +583583,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6324", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -584039,8 +583612,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30287", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30287", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -584048,11 +583622,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RPTOR", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029840", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029840.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -584062,8 +583636,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "raptor", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -584091,8 +583664,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24180", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24180", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -584100,11 +583674,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RPUSD2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051719", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051719.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -584114,8 +583688,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "RluA-1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -584144,8 +583717,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24180", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24180", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -584153,11 +583727,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RPUSD2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032256", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032256.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -584167,8 +583741,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "RluA-2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -584196,8 +583769,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10446", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10446", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -584205,11 +583779,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RRAD", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0264753", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0264753.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -584219,8 +583793,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rgk1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -584249,8 +583822,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10446", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10446", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -584258,11 +583832,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RRAD", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0085419", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0085419.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -584272,8 +583846,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rgk2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -584302,8 +583875,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10446", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10446", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -584311,11 +583885,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RRAD", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0085426", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0085426.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -584325,8 +583899,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rgk3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -584355,8 +583928,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16963", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16963", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -584364,11 +583938,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RRAGA", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037647", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037647.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -584378,8 +583952,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "RagA-B", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -584407,8 +583980,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19901", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19901", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -584416,11 +583990,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RRAGB", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037647", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037647.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -584430,8 +584004,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "RagA-B", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -584459,8 +584032,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19902", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19902", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -584468,11 +584042,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RRAGC", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033272", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033272.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -584482,8 +584056,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "RagC-D", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -584511,8 +584084,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19903", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19903", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -584520,11 +584094,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RRAGD", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033272", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033272.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -584534,8 +584108,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "RagC-D", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -584563,8 +584136,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:10447", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10447", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -584572,11 +584146,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RRAS", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003206", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003206.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -584586,8 +584160,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ras64B", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -584616,8 +584189,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17271", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17271", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -584625,11 +584199,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RRAS2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003206", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003206.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -584639,8 +584213,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ras64B", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -584669,8 +584242,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10448", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10448", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -584678,11 +584252,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RRBP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038535", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038535.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -584692,8 +584266,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "alt", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -584722,8 +584295,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10449", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10449", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -584731,11 +584305,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RREB1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003053", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003053.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -584745,8 +584319,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "peb", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -584775,8 +584348,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10451", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10451", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -584784,11 +584358,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RRM1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0011703", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0011703.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -584798,8 +584372,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "RnrL", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -584827,8 +584400,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10452", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10452", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -584836,11 +584410,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RRM2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0011704", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0011704.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -584850,113 +584424,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "RnrS", - "taxonId": "NCBITaxon:7227", - "url": null - }, - "methodCount": 10, - "predictionMethodsMatched": [ - "Ensembl Compara", - "Hieranoid", - "InParanoid", - "OMA", - "OrthoFinder", - "OrthoInspector", - "PANTHER", - "PhylomeDB", - "Roundup", - "TreeFam" - ], - "predictionMethodsNotCalled": [ - "HGNC", - "ZFIN" - ], - "predictionMethodsNotMatched": [], - "stringencyFilter": "stringent", - "totalMethodCount": 10 - }, - { - "best": "Yes", - "bestReverse": "No", - "gene": { - "id": "HGNC:17296", - "species": { - "commonNames": "['human']", - "dataProviderFullName": "Rat Genome Database", - "dataProviderShortName": "RGD", - "name": "Homo sapiens", - "shortName": "Hsa", - "taxonId": "NCBITaxon:9606" - }, - "symbol": "RRM2B", - "taxonId": "NCBITaxon:9606", - "url": null - }, - "homologGene": { - "id": "FB:FBgn0011704", - "species": { - "commonNames": "['fly', 'fruit fly', 'dme']", - "dataProviderFullName": "FlyBase", - "dataProviderShortName": "FB", - "name": "Drosophila melanogaster", - "shortName": "Dme", - "taxonId": "NCBITaxon:7227" - }, - "symbol": "RnrS", - "taxonId": "NCBITaxon:7227", - "url": null - }, - "methodCount": 9, - "predictionMethodsMatched": [ - "Ensembl Compara", - "InParanoid", - "OMA", - "OrthoFinder", - "OrthoInspector", - "PANTHER", - "PhylomeDB", - "Roundup", - "TreeFam" - ], - "predictionMethodsNotCalled": [ - "HGNC", - "ZFIN" - ], - "predictionMethodsNotMatched": [ - "Hieranoid" - ], - "stringencyFilter": "stringent", - "totalMethodCount": 10 - }, - { - "best": "Yes", - "bestReverse": "Yes", - "gene": { - "id": "HGNC:30346", - "species": { - "commonNames": "['human']", - "dataProviderFullName": "Rat Genome Database", - "dataProviderShortName": "RGD", - "name": "Homo sapiens", - "shortName": "Hsa", - "taxonId": "NCBITaxon:9606" - }, - "symbol": "RRN3", - "taxonId": "NCBITaxon:9606", - "url": null - }, - "homologGene": { - "id": "FB:FBgn0032988", - "species": { - "commonNames": "['fly', 'fruit fly', 'dme']", - "dataProviderFullName": "FlyBase", - "dataProviderShortName": "FB", - "name": "Drosophila melanogaster", - "shortName": "Dme", - "taxonId": "NCBITaxon:7227" - }, - "symbol": "Tif-IA", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -584983,21 +584451,22 @@ "best": "Yes", "bestReverse": "No", "gene": { - "id": "HGNC:37619", + "id": "HGNC:17296", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17296", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "RRN3P2", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "RRM2B", + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0032988", + "id": "FB:FBgn0011704", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0011704.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -585006,28 +584475,27 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "Tif-IA", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "RnrS", + "taxonId": "NCBITaxon:7227" }, - "methodCount": 3, + "methodCount": 9, "predictionMethodsMatched": [ + "Ensembl Compara", + "InParanoid", + "OMA", "OrthoFinder", + "OrthoInspector", "PANTHER", - "PhylomeDB" + "PhylomeDB", + "Roundup", + "TreeFam" ], "predictionMethodsNotCalled": [ "HGNC", "ZFIN" ], "predictionMethodsNotMatched": [ - "Ensembl Compara", - "Hieranoid", - "InParanoid", - "OMA", - "OrthoInspector", - "Roundup", - "TreeFam" + "Hieranoid" ], "stringencyFilter": "stringent", "totalMethodCount": 10 @@ -585036,21 +584504,22 @@ "best": "Yes", "bestReverse": "Yes", "gene": { - "id": "HGNC:24273", + "id": "HGNC:30346", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30346", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "RRNAD1", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "RRN3", + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0033240", + "id": "FB:FBgn0032988", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032988.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -585059,9 +584528,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG2906", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Tif-IA", + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -585084,13 +584552,67 @@ "stringencyFilter": "stringent", "totalMethodCount": 10 }, + { + "best": "Yes", + "bestReverse": "No", + "gene": { + "id": "HGNC:37619", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:37619", + "species": { + "commonNames": "['human', 'hsa']", + "dataProviderFullName": "Rat Genome Database", + "dataProviderShortName": "RGD", + "name": "Homo sapiens", + "shortName": "Hsa", + "taxonId": "NCBITaxon:9606" + }, + "symbol": "RRN3P2", + "taxonId": "NCBITaxon:9606" + }, + "homologGene": { + "id": "FB:FBgn0032988", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032988.html", + "species": { + "commonNames": "['fly', 'fruit fly', 'dme']", + "dataProviderFullName": "FlyBase", + "dataProviderShortName": "FB", + "name": "Drosophila melanogaster", + "shortName": "Dme", + "taxonId": "NCBITaxon:7227" + }, + "symbol": "Tif-IA", + "taxonId": "NCBITaxon:7227" + }, + "methodCount": 3, + "predictionMethodsMatched": [ + "OrthoFinder", + "PANTHER", + "PhylomeDB" + ], + "predictionMethodsNotCalled": [ + "HGNC", + "ZFIN" + ], + "predictionMethodsNotMatched": [ + "Ensembl Compara", + "Hieranoid", + "InParanoid", + "OMA", + "OrthoInspector", + "Roundup", + "TreeFam" + ], + "stringencyFilter": "stringent", + "totalMethodCount": 10 + }, { "best": "Yes", "bestReverse": "Yes", "gene": { "id": "HGNC:18785", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18785", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -585098,11 +584620,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RRP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0022069", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0022069.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -585112,8 +584634,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Nnp-1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -585142,8 +584663,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29100", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29100", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -585151,11 +584673,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RRP12", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030504", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030504.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -585165,8 +584687,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG2691", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -585194,8 +584715,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24255", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24255", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -585203,11 +584725,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RRP15", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038275", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038275.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -585217,8 +584739,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG3817", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -585246,8 +584767,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23818", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23818", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -585255,11 +584777,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RRP1B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0022069", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0022069.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -585269,8 +584791,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Nnp-1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -585299,8 +584820,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21374", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21374", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -585308,11 +584830,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RRP36", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038235", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038235.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -585322,8 +584844,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8461", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -585351,8 +584872,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24286", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24286", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -585360,11 +584882,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RRP7A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031764", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031764.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -585374,8 +584896,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG9107", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -585403,8 +584924,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:30454", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30454", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -585412,11 +584934,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RRP7BP", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031764", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031764.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -585426,8 +584948,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG9107", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -585456,8 +584977,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29030", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29030", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -585465,11 +584987,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RRP8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034422", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034422.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -585479,8 +585001,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7137", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -585509,8 +585030,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16829", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16829", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -585518,11 +585040,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RRP9", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0053505", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0053505.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -585532,8 +585054,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "U3-55K", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -585561,8 +585082,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17083", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17083", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -585570,11 +585092,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RRS1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052409", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052409.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -585584,8 +585106,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG32409", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -585614,8 +585135,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25642", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25642", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -585623,11 +585145,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RSBN1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032717", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032717.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -585637,8 +585159,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10600", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -585667,8 +585188,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24765", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24765", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -585676,11 +585198,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RSBN1L", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032717", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032717.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -585690,8 +585212,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10600", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -585720,8 +585241,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18118", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18118", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -585729,11 +585251,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RSF1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0026577", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026577.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -585743,8 +585265,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8677", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -585773,8 +585294,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26314", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26314", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -585782,11 +585304,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RSKR", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0283473", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0283473.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -585796,8 +585318,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "S6KL", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -585826,8 +585347,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24534", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24534", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -585835,11 +585357,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RSL1D1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032050", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032050.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -585849,8 +585371,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG13096", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -585879,8 +585400,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18479", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18479", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -585888,11 +585410,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RSL24D1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037899", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037899.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -585902,8 +585424,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "RpL24-like", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -585931,8 +585452,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12371", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12371", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -585940,11 +585462,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RSPH1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032478", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032478.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -585954,8 +585476,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rsph1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -585984,8 +585505,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13437", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13437", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -585993,11 +585515,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RSPH14", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034684", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034684.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -586007,8 +585529,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG13501", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -586037,8 +585558,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21054", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21054", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -586046,11 +585568,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RSPH3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052392", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052392.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -586060,8 +585582,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rsph3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -586090,8 +585611,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21558", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21558", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -586099,11 +585621,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RSPH4A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034957", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034957.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -586113,8 +585635,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rsph4a", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -586143,8 +585664,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:14241", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14241", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -586152,11 +585674,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RSPH6A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034957", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034957.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -586166,8 +585688,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rsph4a", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -586196,8 +585717,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21057", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21057", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -586205,11 +585727,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RSPH9", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051803", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051803.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -586219,8 +585741,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rsph9", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -586249,8 +585770,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30559", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30559", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -586258,11 +585780,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RSRC2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030648", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030648.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -586272,8 +585794,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6340", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -586302,8 +585823,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10464", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10464", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -586311,11 +585833,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RSU1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028546", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028546.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -586325,8 +585847,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ics", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -586355,8 +585876,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17981", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17981", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -586364,11 +585886,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RTCA", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0025630", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0025630.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -586378,8 +585900,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rtca", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -586408,8 +585929,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26935", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26935", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -586417,11 +585939,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RTCB", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032781", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032781.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -586431,8 +585953,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "RtcB", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -586460,8 +585981,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15888", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15888", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -586469,11 +585991,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RTEL1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029798", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029798.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -586482,9 +586004,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG4078", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Rtel1", + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -586513,8 +586034,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28996", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28996", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -586522,11 +586044,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RTF1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034722", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034722.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -586536,8 +586058,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rtf1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -586566,8 +586087,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28996", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28996", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -586575,11 +586097,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RTF1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051702", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051702.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -586589,8 +586111,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "tplus3a", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -586619,8 +586140,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28996", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28996", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -586628,11 +586150,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RTF1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051703", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051703.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -586642,8 +586164,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "tplus3b", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -586672,8 +586193,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15890", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15890", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -586681,11 +586203,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RTF2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032290", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032290.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -586695,8 +586217,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6443", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -586724,8 +586245,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:10467", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10467", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -586733,11 +586255,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RTN1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0053113", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0053113.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -586747,8 +586269,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rtnl1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -586777,8 +586298,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:10468", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10468", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -586786,11 +586308,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RTN2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0053113", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0053113.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -586800,8 +586322,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rtnl1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -586830,8 +586351,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:10469", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10469", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -586839,11 +586361,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RTN3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0053113", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0053113.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -586853,8 +586375,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rtnl1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -586883,8 +586404,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14085", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14085", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -586892,11 +586414,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RTN4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0053113", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0053113.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -586906,8 +586428,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rtnl1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -586936,8 +586457,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18647", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18647", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -586945,11 +586467,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RTN4IP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031500", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031500.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -586959,8 +586481,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG17221", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -586988,8 +586509,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18601", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18601", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -586997,11 +586519,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RTN4R", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039862", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039862.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -587011,8 +586533,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "kek6", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -587041,8 +586562,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23169", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23169", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -587050,11 +586572,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RTRAF", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051249", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051249.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -587064,8 +586586,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG31249", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -587093,8 +586614,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18654", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18654", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -587102,11 +586624,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RTTN", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0266111", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0266111.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -587116,8 +586638,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ana3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -587146,8 +586667,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28991", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28991", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -587155,11 +586677,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RUBCN", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030055", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030055.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -587169,8 +586691,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rubicon", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -587199,8 +586720,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:20420", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20420", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -587208,11 +586730,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RUBCNL", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030055", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030055.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -587222,8 +586744,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rubicon", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -587252,8 +586773,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19760", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19760", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -587261,11 +586783,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RUFY1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051064", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051064.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -587275,8 +586797,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG31064", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -587305,8 +586826,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19761", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19761", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -587314,11 +586836,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RUFY2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051064", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051064.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -587328,8 +586850,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG31064", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -587358,8 +586879,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30285", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30285", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -587367,11 +586889,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RUFY3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051064", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051064.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -587381,8 +586903,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG31064", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -587411,8 +586932,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25418", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25418", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -587420,11 +586942,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RUNDC1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040348", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040348.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -587434,8 +586956,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG3703", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -587464,8 +586985,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10471", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10471", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -587473,11 +586995,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RUNX1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0002576", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0002576.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -587487,8 +587009,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "lz", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -587517,8 +587038,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:10471", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10471", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -587526,11 +587048,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RUNX1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003300", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003300.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -587540,8 +587062,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "run", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -587570,8 +587091,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:10471", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10471", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -587579,11 +587101,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RUNX1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0083981", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0083981.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -587593,8 +587115,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "RunxA", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -587623,8 +587144,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10471", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10471", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -587632,11 +587154,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RUNX1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0259162", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0259162.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -587646,8 +587168,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "RunxB", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -587676,8 +587197,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1535", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1535", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -587685,11 +587207,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RUNX1T1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0005636", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0005636.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -587699,8 +587221,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "nvy", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -587729,8 +587250,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10472", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10472", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -587738,11 +587260,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RUNX2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003300", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003300.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -587752,8 +587274,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "run", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -587782,8 +587303,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10472", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10472", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -587791,11 +587313,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RUNX2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0259162", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0259162.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -587805,8 +587327,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "RunxB", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -587835,8 +587356,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10473", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10473", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -587844,11 +587366,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RUNX3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0083981", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0083981.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -587858,8 +587380,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "RunxA", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -587888,8 +587409,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10473", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10473", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -587897,11 +587419,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RUNX3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0259162", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0259162.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -587911,8 +587433,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "RunxB", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -587941,8 +587462,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25848", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25848", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -587950,11 +587472,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RUSF1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032700", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032700.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -587964,8 +587486,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10338", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -587994,8 +587515,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10474", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10474", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -588003,11 +587525,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RUVBL1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040078", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040078.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -588017,8 +587539,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "pont", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -588046,8 +587567,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10475", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10475", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -588055,11 +587577,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RUVBL2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040075", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040075.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -588069,8 +587591,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "rept", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -588098,8 +587619,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20993", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20993", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -588107,11 +587629,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RWDD1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039163", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039163.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -588121,8 +587643,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5515", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -588150,8 +587671,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21385", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21385", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -588159,11 +587681,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RWDD2A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0050338", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0050338.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -588173,8 +587695,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG30338", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -588203,8 +587724,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1302", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1302", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -588212,11 +587734,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RWDD2B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0050338", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0050338.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -588226,8 +587748,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG30338", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -588256,8 +587777,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23750", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23750", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -588265,11 +587787,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RWDD4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032703", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032703.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -588279,8 +587801,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10343", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -588308,8 +587829,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19718", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19718", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -588317,11 +587839,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RXFP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039354", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039354.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -588331,8 +587853,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Lgr3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -588361,8 +587882,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19718", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19718", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -588370,11 +587892,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RXFP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0085440", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0085440.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -588384,8 +587906,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Lgr4", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -588414,8 +587935,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17318", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17318", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -588423,11 +587945,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RXFP2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039354", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039354.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -588437,8 +587959,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Lgr3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -588467,8 +587988,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17318", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17318", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -588476,11 +587998,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RXFP2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0085440", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0085440.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -588490,8 +588012,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Lgr4", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -588520,8 +588041,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10477", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10477", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -588529,11 +588051,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RXRA", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003964", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003964.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -588543,8 +588065,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "usp", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -588573,8 +588094,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:10478", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10478", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -588582,11 +588104,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RXRB", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003964", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003964.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -588596,8 +588118,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "usp", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -588626,8 +588147,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10479", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10479", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -588635,11 +588157,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RXRG", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003964", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003964.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -588649,8 +588171,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "usp", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -588679,8 +588200,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:10480", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10480", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -588688,11 +588210,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RYBP", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034763", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034763.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -588702,8 +588224,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "RYBP", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -588732,8 +588253,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10481", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10481", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -588741,11 +588263,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RYK", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0024245", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0024245.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -588755,8 +588277,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "dnt", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -588785,8 +588306,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10481", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10481", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -588794,11 +588316,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RYK", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015380", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015380.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -588808,8 +588330,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "drl", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -588838,8 +588359,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10481", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10481", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -588847,11 +588369,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RYK", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033791", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033791.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -588861,8 +588383,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Drl-2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -588891,8 +588412,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10483", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10483", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -588900,11 +588422,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RYR1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0011286", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0011286.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -588914,8 +588436,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "RyR", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -588944,8 +588465,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10484", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10484", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -588953,11 +588475,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RYR2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0011286", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0011286.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -588967,8 +588489,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "RyR", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -588997,8 +588518,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:10485", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10485", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -589006,11 +588528,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "RYR3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0011286", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0011286.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -589020,8 +588542,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "RyR", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -589050,8 +588571,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25158", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25158", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -589059,11 +588581,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SAAL1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0050467", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0050467.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -589073,8 +588595,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG30467", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -589103,8 +588624,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30179", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30179", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -589112,11 +588634,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SAC3D1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035998", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035998.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -589126,8 +588648,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG3437", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -589156,8 +588677,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17059", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17059", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -589165,11 +588687,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SACM1L", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0283500", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0283500.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -589179,8 +588701,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Sac1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -589208,8 +588729,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30660", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30660", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -589217,11 +588739,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SAE1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029512", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029512.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -589231,8 +588753,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Aos1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -589261,8 +588782,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10520", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10520", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -589270,11 +588792,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SAFB", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039229", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039229.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -589284,8 +588806,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Saf-B", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -589314,8 +588835,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21605", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21605", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -589323,11 +588845,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SAFB2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039229", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039229.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -589337,8 +588859,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Saf-B", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -589367,8 +588888,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:10521", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10521", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -589376,11 +588898,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SAG", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040206", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040206.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -589390,8 +588912,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "krz", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -589420,8 +588941,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:30369", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30369", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -589429,11 +588951,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SAGE1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261383", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261383.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -589443,8 +588965,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "IntS6", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -589473,8 +588994,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10524", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10524", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -589482,11 +589004,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SALL1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261648", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261648.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -589496,8 +589018,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "salm", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -589526,8 +589047,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10524", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10524", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -589535,11 +589057,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SALL1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000287", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000287.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -589549,8 +589071,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "salr", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -589579,8 +589100,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:10526", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10526", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -589588,11 +589110,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SALL2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261648", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261648.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -589602,8 +589124,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "salm", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -589632,8 +589153,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10526", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10526", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -589641,11 +589163,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SALL2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000287", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000287.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -589655,8 +589177,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "salr", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -589685,8 +589206,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10527", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10527", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -589694,11 +589216,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SALL3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261648", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261648.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -589708,8 +589230,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "salm", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -589738,8 +589259,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10527", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10527", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -589747,11 +589269,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SALL3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000287", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000287.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -589761,8 +589283,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "salr", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -589791,8 +589312,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:15924", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15924", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -589800,11 +589322,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SALL4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261648", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261648.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -589814,8 +589336,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "salm", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -589844,8 +589365,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16129", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16129", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -589853,11 +589375,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SAMD10", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0050476", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0050476.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -589867,8 +589389,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ave", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -589897,8 +589418,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28706", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28706", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -589906,11 +589428,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SAMD11", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032330", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032330.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -589920,8 +589442,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Samuel", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -589950,8 +589471,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:31750", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:31750", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -589959,11 +589481,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SAMD12", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0050476", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0050476.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -589973,8 +589495,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ave", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -590003,8 +589524,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24582", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24582", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -590012,11 +589534,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SAMD13", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0024993", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0024993.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -590026,8 +589548,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG2662", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -590056,8 +589577,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18631", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18631", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -590065,11 +589587,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SAMD15", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031644", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031644.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -590079,8 +589601,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG15625", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -590109,8 +589630,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23023", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23023", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -590118,11 +589640,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SAMD4A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0016070", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0016070.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -590132,8 +589654,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "smg", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -590162,8 +589683,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25492", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25492", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -590171,11 +589693,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SAMD4B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0016070", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0016070.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -590185,8 +589707,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "smg", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -590215,8 +589736,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21180", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21180", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -590224,11 +589746,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SAMD5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0263117", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0263117.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -590238,8 +589760,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG34377", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -590268,8 +589789,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:21180", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21180", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -590277,11 +589799,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SAMD5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051163", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051163.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -590291,8 +589813,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "SKIP", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -590321,8 +589842,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:25394", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25394", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -590330,11 +589852,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SAMD7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032330", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032330.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -590344,8 +589866,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Samuel", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -590374,8 +589895,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26320", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26320", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -590383,11 +589905,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SAMD8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052380", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052380.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -590397,8 +589919,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "SMSr", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -590427,8 +589948,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15925", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15925", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -590436,11 +589958,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SAMHD1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028380", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028380.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -590450,8 +589972,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "fal", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -590480,8 +590001,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24276", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24276", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -590489,11 +590011,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SAMM50", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033989", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033989.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -590503,8 +590025,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7639", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -590532,8 +590053,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10528", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10528", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -590541,11 +590063,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SAMSN1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051163", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051163.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -590555,8 +590077,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "SKIP", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -590580,13 +590101,67 @@ "stringencyFilter": "stringent", "totalMethodCount": 10 }, + { + "best": "Yes", + "bestReverse": "Yes", + "gene": { + "id": "HGNC:29387", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29387", + "species": { + "commonNames": "['human', 'hsa']", + "dataProviderFullName": "Rat Genome Database", + "dataProviderShortName": "RGD", + "name": "Homo sapiens", + "shortName": "Hsa", + "taxonId": "NCBITaxon:9606" + }, + "symbol": "SANBR", + "taxonId": "NCBITaxon:9606" + }, + "homologGene": { + "id": "FB:FBgn0036031", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036031.html", + "species": { + "commonNames": "['fly', 'fruit fly', 'dme']", + "dataProviderFullName": "FlyBase", + "dataProviderShortName": "FB", + "name": "Drosophila melanogaster", + "shortName": "Dme", + "taxonId": "NCBITaxon:7227" + }, + "symbol": "CG6761", + "taxonId": "NCBITaxon:7227" + }, + "methodCount": 9, + "predictionMethodsMatched": [ + "Ensembl Compara", + "Hieranoid", + "InParanoid", + "OrthoFinder", + "OrthoInspector", + "PANTHER", + "PhylomeDB", + "Roundup", + "TreeFam" + ], + "predictionMethodsNotCalled": [ + "HGNC", + "ZFIN" + ], + "predictionMethodsNotMatched": [ + "OMA" + ], + "stringencyFilter": "stringent", + "totalMethodCount": 10 + }, { "best": "Yes", "bestReverse": "Yes", "gene": { "id": "HGNC:29813", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29813", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -590594,11 +590169,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SAP130", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0262714", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0262714.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -590608,8 +590183,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Sap130", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -590638,8 +590212,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10530", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10530", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -590647,11 +590222,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SAP18", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0024491", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0024491.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -590661,8 +590236,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Bin1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -590690,8 +590264,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:10532", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10532", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -590699,11 +590274,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SAP30", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030788", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030788.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -590713,8 +590288,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Sap30", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -590743,8 +590317,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30785", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30785", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -590752,11 +590327,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SAP30BP", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033400", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033400.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -590766,8 +590341,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG2063", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -590796,8 +590370,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25663", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25663", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -590805,11 +590380,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SAP30L", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030788", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030788.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -590819,8 +590394,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Sap30", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -590848,8 +590422,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:13938", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13938", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -590857,11 +590432,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SAPCD1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035057", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035057.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -590871,8 +590446,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG3880", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -590901,8 +590475,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28055", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28055", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -590910,11 +590485,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SAPCD2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035057", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035057.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -590924,8 +590499,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG3880", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -590953,8 +590527,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10534", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10534", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -590962,11 +590537,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SAR1A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038947", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038947.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -590976,8 +590551,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Sar1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -591006,8 +590580,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10535", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10535", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -591015,11 +590590,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SAR1B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038947", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038947.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -591029,8 +590604,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Sar1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -591059,8 +590633,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10536", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10536", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -591068,11 +590643,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SARDH", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034276", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034276.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -591082,8 +590657,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Sardh", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -591112,8 +590686,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17074", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17074", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -591121,11 +590696,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SARM1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0262579", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0262579.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -591135,8 +590710,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Sarm", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -591165,8 +590739,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24432", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24432", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -591174,11 +590749,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SARNP", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037700", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037700.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -591188,8 +590763,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8149", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -591218,8 +590792,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10537", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10537", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -591227,11 +590802,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SARS1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031497", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031497.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -591241,8 +590816,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "SerRS", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -591270,8 +590844,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17697", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17697", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -591279,11 +590854,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SARS2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0021750", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0021750.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -591293,8 +590868,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "SerRS-m", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -591322,8 +590896,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10538", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10538", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -591331,11 +590906,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SART1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032388", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032388.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -591345,8 +590920,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6686", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -591374,8 +590948,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16860", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16860", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -591383,11 +590958,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SART3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0014024", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0014024.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -591397,8 +590972,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rnp4F", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -591427,8 +591001,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:19182", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19182", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -591436,11 +591011,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SASH1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051163", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051163.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -591450,8 +591025,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "SKIP", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -591480,8 +591054,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15975", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15975", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -591489,11 +591064,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SASH3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051163", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051163.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -591503,8 +591078,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "SKIP", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -591533,8 +591107,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25403", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25403", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -591542,11 +591117,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SASS6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039731", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039731.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -591556,8 +591131,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Sas-6", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -591586,8 +591160,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:10540", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10540", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -591595,11 +591170,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SAT1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038302", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038302.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -591609,8 +591184,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG4210", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -591639,8 +591213,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23160", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23160", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -591648,11 +591223,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SAT2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038302", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038302.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -591662,8 +591237,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG4210", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -591691,8 +591265,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10541", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10541", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -591700,11 +591275,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SATB1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0020307", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0020307.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -591714,8 +591289,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "dve", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -591744,8 +591318,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21637", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21637", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -591753,11 +591328,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SATB2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0020307", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0020307.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -591767,8 +591342,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "dve", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -591797,8 +591371,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:27992", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:27992", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -591806,11 +591381,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SATL1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038302", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038302.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -591820,8 +591395,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG4210", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -591850,8 +591424,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17795", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17795", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -591859,11 +591434,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SAV1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0053193", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0053193.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -591873,8 +591448,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "sav", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -591903,8 +591477,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:28566", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28566", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -591912,11 +591487,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SAXO1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038598", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038598.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -591926,8 +591501,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7131", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -591956,8 +591530,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:33727", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:33727", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -591965,11 +591540,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SAXO2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038598", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038598.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -591979,8 +591554,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7131", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -592009,8 +591583,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21025", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21025", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -592018,11 +591593,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SAYSD1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039291", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039291.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -592032,8 +591607,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG13663", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -592062,8 +591636,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19440", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19440", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -592071,11 +591646,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SBDS", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035714", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035714.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -592084,9 +591659,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG8549", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Sbds", + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -592115,8 +591689,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10542", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10542", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -592124,11 +591699,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SBF1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0025802", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0025802.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -592138,8 +591713,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Sbf", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -592167,8 +591741,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2135", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2135", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -592176,11 +591751,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SBF2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0025802", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0025802.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -592190,8 +591765,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Sbf", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -592219,8 +591793,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17699", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17699", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -592228,11 +591803,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SBK1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034137", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034137.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -592242,8 +591817,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG4945", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -592272,8 +591846,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17699", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17699", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -592281,11 +591856,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SBK1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031855", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031855.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -592295,8 +591870,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "meng", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -592325,8 +591899,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:34416", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:34416", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -592334,11 +591909,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SBK2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034137", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034137.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -592348,8 +591923,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG4945", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -592378,8 +591952,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:44121", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:44121", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -592387,11 +591962,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SBK3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034137", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034137.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -592401,8 +591976,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG4945", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -592431,8 +592005,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:44121", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:44121", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -592440,11 +592015,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SBK3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031855", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031855.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -592454,8 +592029,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "meng", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -592484,8 +592058,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:22973", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:22973", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -592493,11 +592068,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SBNO1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028887", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028887.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -592507,8 +592082,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG3491", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -592537,8 +592111,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:22973", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:22973", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -592546,11 +592121,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SBNO1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0265630", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0265630.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -592560,8 +592135,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "sno", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -592589,8 +592163,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29158", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29158", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -592598,11 +592173,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SBNO2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028887", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028887.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -592612,8 +592187,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG3491", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -592642,8 +592216,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:29158", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29158", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -592651,11 +592226,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SBNO2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0265630", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0265630.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -592665,8 +592240,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "sno", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -592695,8 +592269,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30362", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30362", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -592704,11 +592279,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SBSPON", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0259241", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0259241.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -592718,8 +592293,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG42339", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -592748,8 +592322,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:30403", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30403", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -592757,11 +592332,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SCAF1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037344", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037344.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -592771,8 +592346,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG2926", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -592801,8 +592375,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19304", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19304", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -592810,11 +592385,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SCAF4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034598", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034598.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -592824,8 +592399,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG4266", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -592854,8 +592428,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20959", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20959", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -592863,11 +592438,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SCAF8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034598", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034598.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -592877,8 +592452,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG4266", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -592907,8 +592481,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26709", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26709", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -592916,11 +592491,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SCAI", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035677", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035677.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -592930,8 +592505,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG13293", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -592959,8 +592533,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10563", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10563", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -592968,11 +592543,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SCAMP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040285", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040285.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -592982,8 +592557,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Scamp", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -593012,8 +592586,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10564", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10564", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -593021,11 +592596,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SCAMP2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040285", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040285.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -593035,8 +592610,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Scamp", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -593065,8 +592639,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10565", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10565", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -593074,11 +592649,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SCAMP3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040285", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040285.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -593088,8 +592663,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Scamp", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -593118,8 +592692,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:30385", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30385", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -593127,11 +592702,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SCAMP4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040285", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040285.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -593141,8 +592716,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Scamp", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -593171,8 +592745,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:30386", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30386", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -593180,11 +592755,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SCAMP5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040285", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040285.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -593194,8 +592769,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Scamp", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -593224,8 +592798,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30634", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30634", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -593233,11 +592808,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SCAP", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033052", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033052.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -593247,8 +592822,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "SCAP", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -593277,8 +592851,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13081", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13081", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -593286,11 +592861,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SCAPER", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032723", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032723.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -593300,8 +592875,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ssp3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -593330,8 +592904,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1664", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1664", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -593339,11 +592914,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SCARB1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051741", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051741.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -593353,8 +592928,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG31741", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -593383,8 +592957,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1664", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1664", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -593392,11 +592967,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SCARB1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035091", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035091.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -593406,8 +592981,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG3829", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -593436,8 +593010,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1664", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1664", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -593445,11 +593020,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SCARB1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0058006", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0058006.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -593459,8 +593034,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG40006", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -593489,8 +593063,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1664", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1664", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -593498,11 +593073,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SCARB1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031970", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031970.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -593512,8 +593087,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7227", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -593542,8 +593116,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1664", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1664", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -593551,11 +593126,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SCARB1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015924", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015924.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -593565,8 +593140,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "crq", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -593595,8 +593169,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1664", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1664", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -593604,11 +593179,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SCARB1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035290", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035290.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -593618,8 +593193,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "dsb", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -593648,8 +593222,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1664", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1664", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -593657,11 +593232,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SCARB1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010435", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010435.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -593671,8 +593246,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "emp", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -593701,8 +593275,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1664", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1664", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -593710,11 +593285,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SCARB1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0002939", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0002939.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -593724,8 +593299,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ninaD", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -593754,8 +593328,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1664", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1664", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -593763,11 +593338,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SCARB1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031969", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031969.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -593777,8 +593352,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "pes", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -593807,8 +593381,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1664", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1664", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -593816,11 +593391,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SCARB1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0025697", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0025697.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -593830,8 +593405,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "santa-maria", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -593860,8 +593434,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1664", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1664", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -593869,11 +593444,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SCARB1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0260004", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0260004.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -593883,8 +593458,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Snmp1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -593913,8 +593487,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1664", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1664", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -593922,11 +593497,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SCARB1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035815", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035815.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -593936,8 +593511,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Snmp2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -593966,8 +593540,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:1665", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1665", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -593975,11 +593550,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SCARB2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010435", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010435.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -593989,8 +593564,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "emp", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -594019,8 +593593,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24275", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24275", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -594028,11 +593603,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SCCPDH", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037298", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037298.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -594042,8 +593617,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Sccpdh1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -594071,8 +593645,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24275", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24275", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -594080,11 +593655,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SCCPDH", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038038", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038038.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -594094,8 +593669,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Sccpdh2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -594123,8 +593697,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:10571", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10571", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -594132,11 +593707,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SCD", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0086687", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0086687.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -594146,8 +593721,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Desat1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -594176,8 +593750,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:10571", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10571", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -594185,11 +593760,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SCD", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0043043", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0043043.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -594199,8 +593774,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Desat2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -594229,8 +593803,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21088", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21088", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -594238,11 +593813,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SCD5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039755", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039755.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -594252,8 +593827,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG15531", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -594282,8 +593856,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21088", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21088", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -594291,11 +593866,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SCD5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038130", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038130.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -594305,8 +593880,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8630", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -594335,8 +593909,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21088", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21088", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -594344,11 +593919,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SCD5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039756", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039756.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -594358,8 +593933,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG9743", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -594388,8 +593962,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21088", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21088", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -594397,11 +593972,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SCD5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039754", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039754.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -594411,8 +593986,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG9747", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -594441,8 +594015,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21088", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21088", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -594450,11 +594025,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SCD5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0086687", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0086687.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -594464,8 +594039,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Desat1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -594493,8 +594067,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21088", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21088", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -594502,11 +594077,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SCD5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0043043", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0043043.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -594516,8 +594091,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Desat2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -594545,8 +594119,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21088", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21088", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -594554,11 +594129,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SCD5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029172", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029172.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -594568,8 +594143,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Fad2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -594598,8 +594172,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20726", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20726", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -594607,11 +594182,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SCFD1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0264978", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0264978.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -594621,8 +594196,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Slh", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -594650,8 +594224,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10816", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10816", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -594659,11 +594234,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SCG5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0041707", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0041707.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -594673,8 +594248,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "7B2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -594703,8 +594277,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16941", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16941", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -594712,11 +594287,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SCGN", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004580", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004580.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -594726,8 +594301,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cbp53E", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -594756,8 +594330,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:15678", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15678", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -594765,11 +594340,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SCHIP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032221", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032221.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -594779,8 +594354,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Schip1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -594809,8 +594383,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21695", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21695", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -594818,11 +594393,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SCIN", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010225", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010225.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -594832,8 +594407,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Gel", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -594862,8 +594436,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19003", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19003", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -594871,11 +594446,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SCMH1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003334", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003334.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -594885,8 +594460,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Scm", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -594915,8 +594489,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10581", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10581", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -594924,11 +594499,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SCML2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003334", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003334.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -594938,8 +594513,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Scm", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -594968,8 +594542,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:21397", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21397", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -594977,11 +594552,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SCML4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003334", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003334.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -594991,8 +594566,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Scm", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -595021,8 +594595,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:10582", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10582", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -595030,11 +594605,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SCN10A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0285944", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0285944.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -595044,8 +594619,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "para", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -595074,8 +594648,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:10583", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10583", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -595083,11 +594658,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SCN11A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0285944", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0285944.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -595097,8 +594672,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "para", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -595127,8 +594701,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10585", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10585", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -595136,11 +594711,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SCN1A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0285944", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0285944.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -595150,8 +594725,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "para", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -595180,8 +594754,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10588", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10588", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -595189,11 +594764,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SCN2A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0285944", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0285944.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -595203,8 +594778,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "para", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -595233,8 +594807,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:10590", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10590", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -595242,11 +594817,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SCN3A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0285944", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0285944.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -595256,8 +594831,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "para", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -595286,8 +594860,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:10591", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10591", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -595295,11 +594870,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SCN4A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0285944", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0285944.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -595309,8 +594884,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "para", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -595339,8 +594913,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10593", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10593", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -595348,11 +594923,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SCN5A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0285944", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0285944.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -595362,8 +594937,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "para", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -595392,8 +594966,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:10594", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10594", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -595401,11 +594976,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SCN7A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0285944", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0285944.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -595415,8 +594990,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "para", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -595445,8 +595019,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10596", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10596", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -595454,11 +595029,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SCN8A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0085434", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0085434.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -595468,8 +595043,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "NaCP60E", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -595498,8 +595072,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10596", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10596", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -595507,11 +595082,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SCN8A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0285944", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0285944.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -595521,8 +595096,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "para", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -595551,8 +595125,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:10597", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10597", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -595560,11 +595135,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SCN9A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0285944", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0285944.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -595574,8 +595149,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "para", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -595604,8 +595178,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10599", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10599", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -595613,11 +595188,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SCNN1A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032602", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032602.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -595627,8 +595202,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ppk17", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -595657,8 +595231,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10599", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10599", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -595666,11 +595241,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SCNN1A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0053289", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0053289.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -595680,8 +595255,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ppk5", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -595710,8 +595284,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:10600", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10600", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -595719,11 +595294,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SCNN1B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0024319", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0024319.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -595733,8 +595308,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Nach", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -595763,8 +595337,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:10600", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10600", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -595772,11 +595347,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SCNN1B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0065109", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0065109.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -595786,8 +595361,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ppk11", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -595816,8 +595390,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10600", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10600", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -595825,11 +595400,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SCNN1B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0065108", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0065108.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -595839,8 +595414,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ppk16", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -595869,8 +595443,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10601", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10601", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -595878,11 +595453,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SCNN1D", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032602", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032602.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -595892,8 +595467,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ppk17", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -595922,8 +595496,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10601", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10601", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -595931,11 +595506,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SCNN1D", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0053289", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0053289.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -595945,8 +595520,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ppk5", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -595975,8 +595549,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10602", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10602", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -595984,11 +595559,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SCNN1G", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0024319", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0024319.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -595998,8 +595573,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Nach", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -596028,8 +595602,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10602", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10602", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -596037,11 +595612,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SCNN1G", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0065109", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0065109.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -596051,8 +595626,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ppk11", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -596081,8 +595655,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10602", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10602", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -596090,11 +595665,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SCNN1G", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0065108", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0065108.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -596104,8 +595679,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ppk16", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -596134,8 +595708,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10602", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10602", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -596143,11 +595718,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SCNN1G", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031802", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031802.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -596157,8 +595732,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ppk7", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -596187,8 +595761,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10603", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10603", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -596196,11 +595771,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SCO1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0262467", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0262467.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -596210,8 +595785,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Scox", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -596240,8 +595814,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:10604", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10604", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -596249,11 +595824,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SCO2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0262467", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0262467.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -596263,8 +595838,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Scox", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -596293,8 +595867,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20335", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20335", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -596302,11 +595877,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SCOC", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039505", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039505.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -596316,8 +595891,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5934", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -596346,8 +595920,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10606", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10606", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -596355,11 +595930,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SCP2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032715", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032715.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -596369,8 +595944,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG17597", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -596399,8 +595973,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10606", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10606", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -596408,11 +595983,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SCP2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015808", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015808.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -596422,8 +595997,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ScpX", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -596452,8 +596026,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16211", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16211", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -596461,11 +596036,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SCP2D1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030519", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030519.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -596475,8 +596050,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG11151", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -596505,8 +596079,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29507", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29507", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -596514,11 +596089,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SCPEP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051821", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051821.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -596528,8 +596103,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG31821", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -596558,8 +596132,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29507", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29507", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -596567,11 +596142,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SCPEP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051823", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051823.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -596581,8 +596156,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG31823", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -596611,8 +596185,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29507", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29507", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -596620,11 +596195,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SCPEP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052483", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052483.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -596634,8 +596209,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG32483", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -596663,8 +596237,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29507", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29507", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -596672,11 +596247,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SCPEP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035154", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035154.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -596686,8 +596261,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "hiro", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -596715,8 +596289,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30377", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30377", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -596724,11 +596299,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SCRIB", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0263289", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0263289.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -596738,8 +596313,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "scrib", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -596768,8 +596342,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:22192", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:22192", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -596777,11 +596352,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SCRN1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037472", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037472.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -596791,8 +596366,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10098", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -596821,8 +596395,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30381", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30381", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -596830,11 +596405,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SCRN2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037472", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037472.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -596844,8 +596419,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10098", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -596873,8 +596447,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30382", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30382", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -596882,11 +596457,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SCRN3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037472", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037472.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -596896,8 +596471,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10098", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -596925,8 +596499,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15950", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15950", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -596934,11 +596509,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SCRT1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035481", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035481.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -596948,8 +596523,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG12605", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -596978,8 +596552,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15950", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15950", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -596987,11 +596562,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SCRT1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035144", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035144.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -597001,8 +596576,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Kah", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -597031,8 +596605,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15950", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15950", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -597040,11 +596615,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SCRT1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004880", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004880.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -597054,8 +596629,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "scrt", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -597084,8 +596658,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15952", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15952", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -597093,11 +596668,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SCRT2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035481", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035481.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -597107,8 +596682,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG12605", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -597137,8 +596711,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15952", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15952", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -597146,11 +596721,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SCRT2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035144", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035144.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -597160,8 +596735,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Kah", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -597190,8 +596764,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15952", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15952", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -597199,11 +596774,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SCRT2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004880", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004880.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -597213,8 +596788,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "scrt", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -597243,8 +596817,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:32322", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:32322", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -597252,11 +596827,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SCX", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0053557", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0053557.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -597266,8 +596841,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG33557", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -597296,8 +596870,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14372", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14372", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -597305,11 +596880,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SCYL1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0260990", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0260990.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -597319,8 +596894,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "yata", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -597348,8 +596922,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19286", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19286", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -597357,11 +596932,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SCYL2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0085385", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0085385.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -597371,8 +596946,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "bma", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -597401,8 +596975,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19286", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19286", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -597410,11 +596985,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SCYL2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039623", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039623.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -597424,8 +596999,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG1951", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -597453,8 +597027,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19285", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19285", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -597462,11 +597037,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SCYL3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027507", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027507.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -597476,8 +597051,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG1344", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -597506,8 +597080,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25537", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25537", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -597515,11 +597090,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SDAD1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033379", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033379.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -597529,8 +597104,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Mys45A", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -597558,8 +597132,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10658", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10658", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -597567,11 +597142,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SDC1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010415", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010415.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -597581,8 +597156,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Sdc", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -597611,8 +597185,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:10659", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10659", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -597620,11 +597195,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SDC2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010415", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010415.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -597634,8 +597209,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Sdc", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -597664,8 +597238,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:10660", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10660", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -597673,11 +597248,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SDC3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010415", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010415.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -597687,8 +597262,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Sdc", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -597717,8 +597291,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:10661", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10661", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -597726,11 +597301,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SDC4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010415", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010415.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -597740,8 +597315,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Sdc", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -597770,8 +597344,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10662", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10662", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -597779,11 +597354,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SDCBP", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051342", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051342.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -597793,8 +597368,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG31342", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -597823,8 +597397,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15756", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15756", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -597832,11 +597407,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SDCBP2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051342", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051342.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -597846,8 +597421,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG31342", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -597876,8 +597450,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10671", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10671", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -597885,11 +597460,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SDCCAG8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0266566", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0266566.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -597899,8 +597474,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG45105", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -597929,8 +597503,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26643", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26643", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -597938,11 +597513,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SDE2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0043455", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0043455.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -597952,8 +597527,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5986", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -597982,8 +597556,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:10675", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10675", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -597991,11 +597566,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SDF2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037312", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037312.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -598005,8 +597580,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG11999", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -598035,8 +597609,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10676", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10676", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -598044,11 +597619,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SDF2L1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037312", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037312.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -598058,8 +597633,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG11999", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -598088,8 +597662,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24188", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24188", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -598097,11 +597672,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SDF4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051475", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051475.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -598110,9 +597685,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG31475", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "myd", + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -598140,8 +597714,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10680", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10680", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -598149,11 +597724,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SDHA", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261439", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261439.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -598163,8 +597738,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "SdhA", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -598192,8 +597766,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10680", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10680", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -598201,11 +597776,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SDHA", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036222", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036222.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -598215,8 +597790,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "SdhAL", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -598245,8 +597819,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26034", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26034", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -598254,11 +597829,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SDHAF2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033523", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033523.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -598268,8 +597843,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG12895", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -598297,8 +597871,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26034", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26034", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -598306,11 +597881,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SDHAF2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033274", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033274.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -598320,8 +597895,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG14757", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -598349,8 +597923,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21752", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21752", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -598358,11 +597933,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SDHAF3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038437", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038437.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -598372,8 +597947,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Sdhaf3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -598401,8 +597975,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20957", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20957", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -598410,11 +597985,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SDHAF4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028844", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028844.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -598424,8 +597999,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG15283", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -598454,8 +598028,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20957", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20957", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -598463,11 +598038,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SDHAF4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031971", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031971.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -598477,8 +598052,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Sirup", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -598507,8 +598081,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10681", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10681", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -598516,11 +598091,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SDHB", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0014028", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0014028.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -598530,8 +598105,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "SdhB", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -598559,8 +598133,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10681", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10681", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -598568,11 +598143,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SDHB", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030975", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030975.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -598582,8 +598157,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "SdhBL", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -598608,12 +598182,13 @@ "totalMethodCount": 10 }, { - "best": "No", + "best": "Yes", "bestReverse": "Yes", "gene": { "id": "HGNC:10682", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10682", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -598621,11 +598196,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SDHC", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0037860", + "id": "FB:FBgn0037873", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037873.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -598634,39 +598209,38 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG6629", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "SdhC", + "taxonId": "NCBITaxon:7227" }, - "methodCount": 6, + "methodCount": 10, "predictionMethodsMatched": [ "Ensembl Compara", "Hieranoid", + "InParanoid", + "OMA", "OrthoFinder", + "OrthoInspector", "PANTHER", "PhylomeDB", + "Roundup", "TreeFam" ], "predictionMethodsNotCalled": [ "HGNC", "ZFIN" ], - "predictionMethodsNotMatched": [ - "InParanoid", - "OMA", - "OrthoInspector", - "Roundup" - ], + "predictionMethodsNotMatched": [], "stringencyFilter": "stringent", "totalMethodCount": 10 }, { - "best": "Yes", + "best": "No", "bestReverse": "Yes", "gene": { "id": "HGNC:10682", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10682", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -598674,11 +598248,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SDHC", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0037873", + "id": "FB:FBgn0037860", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037860.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -598687,28 +598261,28 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "SdhC", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "SdhCL", + "taxonId": "NCBITaxon:7227" }, - "methodCount": 10, + "methodCount": 6, "predictionMethodsMatched": [ "Ensembl Compara", "Hieranoid", - "InParanoid", - "OMA", "OrthoFinder", - "OrthoInspector", "PANTHER", "PhylomeDB", - "Roundup", "TreeFam" ], "predictionMethodsNotCalled": [ "HGNC", "ZFIN" ], - "predictionMethodsNotMatched": [], + "predictionMethodsNotMatched": [ + "InParanoid", + "OMA", + "OrthoInspector", + "Roundup" + ], "stringencyFilter": "stringent", "totalMethodCount": 10 }, @@ -598717,8 +598291,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10683", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10683", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -598726,11 +598301,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SDHD", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039112", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039112.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -598740,8 +598315,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "SdhD", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -598770,8 +598344,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19307", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19307", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -598779,11 +598354,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SDK1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0021764", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0021764.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -598793,8 +598368,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "sdk", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -598823,8 +598397,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19308", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19308", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -598832,11 +598407,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SDK2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0021764", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0021764.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -598846,8 +598421,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "sdk", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -598876,8 +598450,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30311", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30311", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -598885,11 +598460,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SDR16C5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031630", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031630.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -598899,8 +598474,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG15629", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -598929,8 +598503,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30311", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30311", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -598938,11 +598513,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SDR16C5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032910", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032910.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -598952,8 +598527,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG9265", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -598982,8 +598556,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20275", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20275", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -598991,11 +598566,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SDR39U1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033769", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033769.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -599005,8 +598580,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8768", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -599034,8 +598608,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29958", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29958", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -599043,11 +598618,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SDR9C7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033679", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033679.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -599057,8 +598632,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8888", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -599087,8 +598661,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17718", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17718", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -599096,11 +598671,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SEC11A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0262801", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0262801.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -599110,8 +598685,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "twr", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -599140,8 +598714,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:31884", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:31884", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -599149,11 +598724,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SEC11B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0262801", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0262801.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -599163,8 +598738,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "twr", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -599193,8 +598767,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23400", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23400", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -599202,11 +598777,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SEC11C", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0262801", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0262801.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -599216,8 +598791,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "twr", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -599246,8 +598820,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10697", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10697", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -599255,11 +598830,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SEC13", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0024509", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0024509.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -599269,8 +598844,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Sec13", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -599299,8 +598873,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10698", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10698", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -599308,11 +598883,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SEC14L1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031814", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031814.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -599322,8 +598897,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "retm", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -599351,8 +598925,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10699", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10699", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -599360,11 +598935,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SEC14L2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035146", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035146.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -599374,8 +598949,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG13893", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -599403,8 +598977,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18655", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18655", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -599412,11 +598987,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SEC14L3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035146", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035146.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -599426,8 +599001,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG13893", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -599455,8 +599029,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:20627", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20627", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -599464,11 +599039,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SEC14L4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035146", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035146.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -599478,8 +599053,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG13893", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -599508,8 +599082,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:29032", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29032", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -599517,11 +599092,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SEC14L5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031814", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031814.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -599531,8 +599106,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "retm", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -599561,8 +599135,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:40047", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:40047", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -599570,11 +599145,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SEC14L6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035146", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035146.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -599584,8 +599159,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG13893", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -599614,8 +599188,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29006", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29006", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -599623,11 +599198,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SEC16A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052654", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052654.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -599637,8 +599212,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Sec16", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -599667,8 +599241,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10700", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10700", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -599676,11 +599251,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SEC22B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0260855", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0260855.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -599690,8 +599265,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Sec22", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -599720,8 +599294,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10701", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10701", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -599729,11 +599304,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SEC23A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0262125", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0262125.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -599743,8 +599318,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Sec23", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -599772,8 +599346,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10702", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10702", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -599781,11 +599356,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SEC23B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0262125", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0262125.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -599795,8 +599370,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Sec23", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -599824,8 +599398,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17018", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17018", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -599833,11 +599408,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SEC23IP", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031990", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031990.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -599847,8 +599422,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "PAPLA1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -599877,8 +599451,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:10703", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10703", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -599886,11 +599461,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SEC24A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033460", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033460.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -599900,8 +599475,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Sec24AB", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -599930,8 +599504,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10704", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10704", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -599939,11 +599514,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SEC24B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033460", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033460.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -599953,8 +599528,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Sec24AB", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -599983,8 +599557,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:10705", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10705", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -599992,11 +599567,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SEC24C", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0262126", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0262126.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -600006,8 +599581,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Sec24CD", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -600036,8 +599610,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10706", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10706", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -600045,11 +599620,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SEC24D", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0262126", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0262126.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -600059,8 +599634,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Sec24CD", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -600088,8 +599662,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17052", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17052", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -600097,11 +599672,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SEC31A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033339", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033339.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -600111,8 +599686,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Sec31", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -600140,8 +599714,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23197", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23197", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -600149,11 +599724,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SEC31B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033339", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033339.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -600163,8 +599738,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Sec31", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -600192,8 +599766,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18276", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18276", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -600201,11 +599776,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SEC61A1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0086357", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0086357.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -600215,8 +599790,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Sec61\u03b1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -600244,8 +599818,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17702", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17702", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -600253,11 +599828,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SEC61A2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0086357", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0086357.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -600267,8 +599842,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Sec61\u03b1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -600296,8 +599870,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16993", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16993", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -600305,11 +599880,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SEC61B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010638", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010638.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -600319,8 +599894,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Sec61\u03b2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -600348,8 +599922,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18277", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18277", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -600357,11 +599932,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SEC61G", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033691", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033691.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -600371,8 +599946,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8860", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -600400,8 +599974,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18277", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18277", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -600409,11 +599984,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SEC61G", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031049", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031049.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -600423,8 +599998,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Sec61\u03b3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -600453,8 +600027,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11846", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11846", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -600462,11 +600037,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SEC62", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0011584", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0011584.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -600476,8 +600051,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Trp1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -600505,8 +600079,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21082", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21082", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -600514,11 +600089,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SEC63", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035771", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035771.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -600528,8 +600103,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Sec63", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -600557,8 +600131,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30972", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30972", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -600566,11 +600141,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SECISBP2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0087039", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0087039.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -600580,8 +600155,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Sbp2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -600610,8 +600184,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:28997", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28997", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -600619,11 +600194,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SECISBP2L", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0087039", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0087039.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -600633,8 +600208,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Sbp2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -600663,8 +600237,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30379", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30379", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -600672,11 +600247,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SEH1L", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033247", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033247.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -600686,8 +600261,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Nup44A", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -600715,8 +600289,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10717", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10717", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -600724,11 +600299,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SEL1L", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028475", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028475.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -600738,8 +600313,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Hrd3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -600767,8 +600341,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:15897", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15897", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -600776,11 +600351,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SEL1L2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028475", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028475.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -600790,8 +600365,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Hrd3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -600820,8 +600394,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10719", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10719", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -600829,11 +600404,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SELENBP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038115", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038115.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -600843,8 +600418,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7966", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -600872,8 +600446,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17705", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17705", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -600881,11 +600456,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SELENOF", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036745", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036745.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -600895,8 +600470,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7484", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -600925,8 +600499,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18251", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18251", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -600934,11 +600509,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SELENOH", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030501", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030501.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -600948,8 +600523,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "BthD", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -600978,8 +600552,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18251", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18251", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -600987,11 +600562,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SELENOH", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033680", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033680.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -601001,8 +600576,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG13186", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -601031,8 +600605,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18251", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18251", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -601040,11 +600615,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SELENOH", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032654", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032654.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -601054,8 +600629,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG15147", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -601084,8 +600658,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29361", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29361", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -601093,11 +600668,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SELENOI", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0053116", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0053116.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -601107,8 +600682,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG33116", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -601136,8 +600710,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29361", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29361", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -601145,11 +600720,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SELENOI", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031948", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031948.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -601159,8 +600734,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7149", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -601189,8 +600763,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18136", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18136", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -601198,11 +600773,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SELENOT", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031670", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031670.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -601212,8 +600787,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "SelT", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -601241,8 +600815,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10720", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10720", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -601250,11 +600825,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SELL", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030617", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030617.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -601264,8 +600839,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG9095", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -601294,8 +600868,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10845", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10845", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -601303,11 +600878,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SEM1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0266666", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0266666.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -601317,8 +600892,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Sem1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -601347,8 +600921,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:10723", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10723", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -601356,11 +600931,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SEMA3A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0011260", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0011260.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -601370,8 +600945,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Sema2a", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -601400,8 +600974,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:10723", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10723", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -601409,11 +600984,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SEMA3A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0264273", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0264273.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -601423,8 +600998,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Sema2b", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -601453,8 +601027,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:10724", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10724", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -601462,11 +601037,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SEMA3B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0011260", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0011260.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -601476,8 +601051,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Sema2a", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -601506,8 +601080,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:10724", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10724", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -601515,11 +601090,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SEMA3B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0264273", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0264273.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -601529,8 +601104,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Sema2b", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -601559,8 +601133,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:10725", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10725", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -601568,11 +601143,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SEMA3C", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0011260", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0011260.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -601582,8 +601157,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Sema2a", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -601612,8 +601186,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:10725", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10725", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -601621,11 +601196,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SEMA3C", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0264273", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0264273.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -601635,8 +601210,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Sema2b", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -601665,8 +601239,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:10726", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10726", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -601674,11 +601249,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SEMA3D", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0011260", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0011260.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -601688,8 +601263,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Sema2a", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -601718,8 +601292,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:10726", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10726", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -601727,11 +601302,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SEMA3D", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0264273", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0264273.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -601741,8 +601316,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Sema2b", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -601771,8 +601345,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:10727", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10727", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -601780,11 +601355,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SEMA3E", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0011260", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0011260.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -601794,8 +601369,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Sema2a", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -601824,8 +601398,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:10727", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10727", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -601833,11 +601408,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SEMA3E", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0264273", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0264273.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -601847,8 +601422,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Sema2b", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -601877,8 +601451,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:10728", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10728", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -601886,11 +601461,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SEMA3F", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0011260", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0011260.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -601900,8 +601475,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Sema2a", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -601930,8 +601504,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:10728", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10728", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -601939,11 +601514,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SEMA3F", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0264273", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0264273.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -601953,8 +601528,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Sema2b", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -601983,8 +601557,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:30400", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30400", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -601992,11 +601567,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SEMA3G", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0011260", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0011260.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -602006,8 +601581,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Sema2a", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -602036,8 +601610,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:30400", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30400", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -602045,11 +601620,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SEMA3G", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0264273", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0264273.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -602059,8 +601634,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Sema2b", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -602089,8 +601663,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:10729", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10729", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -602098,11 +601673,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SEMA4A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0011260", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0011260.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -602112,8 +601687,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Sema2a", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -602142,8 +601716,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:10729", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10729", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -602151,11 +601726,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SEMA4A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0264273", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0264273.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -602165,8 +601740,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Sema2b", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -602195,8 +601769,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:10730", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10730", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -602204,11 +601779,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SEMA4B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0011260", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0011260.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -602218,8 +601793,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Sema2a", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -602248,8 +601822,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:10730", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10730", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -602257,11 +601832,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SEMA4B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0264273", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0264273.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -602271,8 +601846,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Sema2b", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -602301,8 +601875,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:10731", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10731", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -602310,11 +601885,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SEMA4C", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0011260", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0011260.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -602324,8 +601899,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Sema2a", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -602354,8 +601928,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:10731", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10731", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -602363,11 +601938,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SEMA4C", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0264273", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0264273.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -602377,8 +601952,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Sema2b", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -602407,8 +601981,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10732", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10732", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -602416,11 +601991,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SEMA4D", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0011260", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0011260.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -602430,8 +602005,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Sema2a", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -602460,8 +602034,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10732", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10732", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -602469,11 +602044,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SEMA4D", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0264273", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0264273.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -602483,8 +602058,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Sema2b", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -602513,8 +602087,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:10734", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10734", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -602522,11 +602097,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SEMA4F", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0011260", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0011260.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -602536,8 +602111,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Sema2a", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -602566,8 +602140,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:10734", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10734", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -602575,11 +602150,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SEMA4F", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0264273", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0264273.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -602589,8 +602164,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Sema2b", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -602619,8 +602193,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:10735", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10735", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -602628,11 +602203,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SEMA4G", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0011260", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0011260.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -602642,8 +602217,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Sema2a", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -602672,8 +602246,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:10735", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10735", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -602681,11 +602256,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SEMA4G", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0264273", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0264273.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -602695,8 +602270,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Sema2b", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -602725,8 +602299,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10736", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10736", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -602734,11 +602309,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SEMA5A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0284221", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0284221.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -602748,8 +602323,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Sema5c", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -602777,8 +602351,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10737", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10737", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -602786,11 +602361,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SEMA5B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0284221", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0284221.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -602800,8 +602375,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Sema5c", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -602829,8 +602403,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10738", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10738", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -602838,11 +602413,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SEMA6A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0011259", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0011259.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -602852,8 +602427,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Sema1a", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -602882,8 +602456,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10738", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10738", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -602891,11 +602466,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SEMA6A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0016059", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0016059.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -602905,8 +602480,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Sema1b", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -602935,8 +602509,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10739", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10739", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -602944,11 +602519,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SEMA6B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0016059", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0016059.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -602958,8 +602533,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Sema1b", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -602988,8 +602562,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:10740", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10740", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -602997,11 +602572,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SEMA6C", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0011259", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0011259.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -603011,8 +602586,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Sema1a", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -603041,8 +602615,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10740", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10740", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -603050,11 +602625,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SEMA6C", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0016059", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0016059.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -603064,8 +602639,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Sema1b", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -603094,8 +602668,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:16770", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16770", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -603103,11 +602678,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SEMA6D", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0011259", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0011259.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -603117,8 +602692,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Sema1a", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -603147,8 +602721,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16770", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16770", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -603156,11 +602731,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SEMA6D", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0016059", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0016059.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -603170,8 +602745,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Sema1b", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -603200,8 +602774,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:17927", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17927", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -603209,11 +602784,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SENP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052110", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052110.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -603223,8 +602798,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG32110", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -603253,8 +602827,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:17927", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17927", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -603262,11 +602837,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SENP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031208", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031208.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -603276,8 +602851,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CR11023", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -603306,8 +602880,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23116", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23116", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -603315,11 +602890,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SENP2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052110", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052110.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -603329,8 +602904,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG32110", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -603359,8 +602933,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23116", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23116", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -603368,11 +602943,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SENP2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031208", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031208.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -603382,8 +602957,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CR11023", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -603412,8 +602986,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23116", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23116", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -603421,11 +602996,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SENP2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027603", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027603.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -603435,8 +603010,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ulp1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -603465,8 +603039,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:17862", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17862", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -603474,11 +603049,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SENP3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052110", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052110.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -603488,8 +603063,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG32110", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -603518,8 +603092,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:17862", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17862", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -603527,11 +603102,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SENP3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031208", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031208.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -603541,8 +603116,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CR11023", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -603571,8 +603145,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:28407", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28407", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -603580,11 +603155,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SENP5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052110", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052110.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -603594,8 +603169,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG32110", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -603624,8 +603198,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:28407", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28407", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -603633,11 +603208,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SENP5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031208", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031208.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -603647,8 +603222,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CR11023", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -603677,8 +603251,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:28407", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28407", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -603686,11 +603261,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SENP5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027603", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027603.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -603700,8 +603275,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ulp1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -603730,8 +603304,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20944", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20944", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -603739,11 +603314,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SENP6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030420", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030420.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -603752,9 +603327,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG12717", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "pira", + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -603783,8 +603357,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20944", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20944", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -603792,11 +603367,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SENP6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035713", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035713.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -603806,8 +603381,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "velo", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -603836,8 +603410,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30402", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30402", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -603845,11 +603420,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SENP7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030420", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030420.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -603858,9 +603433,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG12717", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "pira", + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -603889,8 +603463,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:22992", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:22992", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -603898,11 +603473,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SENP8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031157", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031157.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -603912,8 +603487,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG1503", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -603942,8 +603516,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:22992", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:22992", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -603951,11 +603526,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SENP8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033716", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033716.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -603965,8 +603540,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Den1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -603995,8 +603569,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19685", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19685", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -604004,11 +603579,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SEPHS1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261270", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261270.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -604018,8 +603593,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Sps1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -604047,8 +603621,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19685", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19685", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -604056,11 +603631,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SEPHS1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032224", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032224.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -604070,8 +603645,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Sps2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -604100,8 +603674,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19686", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19686", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -604109,11 +603684,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SEPHS2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261270", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261270.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -604123,8 +603698,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Sps1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -604152,8 +603726,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19686", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19686", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -604161,11 +603736,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SEPHS2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032224", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032224.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -604175,8 +603750,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Sps2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -604205,8 +603779,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30605", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30605", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -604214,11 +603789,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SEPSECS", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037347", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037347.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -604228,8 +603803,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "SecS", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -604257,8 +603831,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:2879", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2879", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -604266,11 +603841,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SEPTIN1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0259923", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0259923.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -604279,9 +603854,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "Sep4", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Septin4", + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -604310,8 +603884,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:14349", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14349", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -604319,11 +603894,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SEPTIN10", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0014029", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0014029.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -604332,9 +603907,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "Sep2", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Septin2", + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -604363,8 +603937,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14349", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14349", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -604372,11 +603947,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SEPTIN10", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0026361", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026361.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -604385,9 +603960,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "Sep5", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Septin5", + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -604416,8 +603990,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25589", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25589", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -604425,11 +604000,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SEPTIN11", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0014029", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0014029.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -604438,9 +604013,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "Sep2", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Septin2", + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -604468,8 +604042,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:33280", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:33280", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -604477,11 +604052,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SEPTIN14", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0014029", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0014029.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -604490,9 +604065,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "Sep2", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Septin2", + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -604521,8 +604095,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7729", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7729", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -604530,11 +604105,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SEPTIN2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0011710", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0011710.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -604543,9 +604118,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "Sep1", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Septin1", + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -604574,8 +604148,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:10750", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10750", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -604583,11 +604158,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SEPTIN3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0011710", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0011710.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -604596,9 +604171,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "Sep1", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Septin1", + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -604627,8 +604201,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:10750", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10750", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -604636,11 +604211,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SEPTIN3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0259923", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0259923.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -604649,9 +604224,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "Sep4", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Septin4", + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -604680,8 +604254,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9165", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9165", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -604689,11 +604264,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SEPTIN4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0259923", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0259923.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -604702,9 +604277,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "Sep4", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Septin4", + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -604733,8 +604307,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9164", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9164", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -604742,11 +604317,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SEPTIN5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0259923", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0259923.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -604755,9 +604330,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "Sep4", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Septin4", + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -604786,8 +604360,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:15848", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15848", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -604795,11 +604370,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SEPTIN6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0014029", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0014029.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -604808,9 +604383,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "Sep2", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Septin2", + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -604839,8 +604413,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1717", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1717", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -604848,11 +604423,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SEPTIN7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0013726", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0013726.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -604862,8 +604437,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "pnut", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -604891,8 +604465,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16511", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16511", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -604900,11 +604475,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SEPTIN8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0014029", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0014029.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -604913,9 +604488,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "Sep2", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Septin2", + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -604943,8 +604517,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21061", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21061", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -604952,11 +604527,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SERAC1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032699", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032699.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -604966,8 +604541,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10383", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -604996,8 +604570,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21061", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21061", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -605005,11 +604580,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SERAC1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039430", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039430.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -605019,8 +604594,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5455", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -605049,8 +604623,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17860", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17860", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -605058,11 +604633,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SERBP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0265047", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0265047.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -605072,8 +604647,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "FDY", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -605102,8 +604676,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17860", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17860", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -605111,11 +604686,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SERBP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0024183", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0024183.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -605125,8 +604700,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "vig", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -605154,8 +604728,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17860", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17860", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -605163,11 +604738,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SERBP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0046214", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0046214.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -605177,8 +604752,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "vig2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -605206,8 +604780,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:10756", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10756", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -605215,11 +604790,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SERF1B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038421", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038421.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -605229,8 +604804,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG17931", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -605259,8 +604833,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10757", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10757", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -605268,11 +604843,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SERF2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038421", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038421.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -605282,8 +604857,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG17931", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -605312,8 +604886,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17499", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17499", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -605321,11 +604896,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SERGEF", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031344", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031344.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -605335,8 +604910,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7420", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -605364,8 +604938,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:14408", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14408", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -605373,11 +604948,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SERHL", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037070", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037070.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -605387,8 +604962,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG11309", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -605417,8 +604991,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:14408", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14408", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -605426,11 +605001,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SERHL", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035309", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035309.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -605440,8 +605015,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG15879", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -605470,8 +605044,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:14408", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14408", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -605479,11 +605054,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SERHL", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0020545", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0020545.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -605493,8 +605068,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "kraken", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -605523,8 +605097,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29446", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29446", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -605532,11 +605107,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SERHL2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037070", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037070.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -605546,8 +605121,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG11309", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -605576,8 +605150,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29446", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29446", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -605585,11 +605160,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SERHL2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035312", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035312.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -605599,8 +605174,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG15820", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -605629,8 +605203,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29446", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29446", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -605638,11 +605213,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SERHL2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035309", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035309.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -605652,8 +605227,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG15879", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -605682,8 +605256,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29446", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29446", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -605691,11 +605266,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SERHL2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0026570", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026570.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -605705,8 +605280,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5704", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -605735,8 +605309,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29446", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29446", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -605744,11 +605319,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SERHL2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0026593", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026593.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -605758,8 +605333,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5707", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -605788,8 +605362,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29446", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29446", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -605797,11 +605372,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SERHL2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037071", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037071.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -605811,8 +605386,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7632", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -605841,8 +605415,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29446", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29446", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -605850,11 +605425,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SERHL2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0020545", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0020545.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -605864,8 +605439,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "kraken", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -605894,8 +605468,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:13464", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13464", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -605903,11 +605478,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SERINC1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028399", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028399.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -605917,8 +605492,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Serinc", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -605947,8 +605521,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:23231", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23231", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -605956,11 +605531,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SERINC2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028399", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028399.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -605970,8 +605545,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Serinc", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -606000,8 +605574,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11699", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11699", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -606009,11 +605584,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SERINC3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028399", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028399.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -606023,8 +605598,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Serinc", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -606052,8 +605626,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10759", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10759", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -606061,11 +605636,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SERP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0047135", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0047135.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -606075,8 +605650,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG32276", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -606104,8 +605678,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20607", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20607", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -606113,11 +605688,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SERP2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0047135", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0047135.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -606127,8 +605702,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG32276", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -606156,8 +605730,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8941", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8941", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -606165,11 +605740,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SERPINA1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031973", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031973.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -606179,8 +605754,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Spn28Dc", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -606209,8 +605783,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:8941", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8941", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -606218,11 +605793,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SERPINA1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033115", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033115.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -606232,8 +605807,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Spn42De", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -606262,8 +605836,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:15996", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15996", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -606271,11 +605846,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SERPINA10", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032178", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032178.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -606285,8 +605860,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Spn31A", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -606315,8 +605889,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19193", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19193", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -606324,11 +605899,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SERPINA11", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031973", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031973.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -606338,8 +605913,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Spn28Dc", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -606368,8 +605942,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:19193", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19193", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -606377,11 +605952,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SERPINA11", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033115", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033115.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -606391,8 +605966,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Spn42De", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -606421,8 +605995,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:19193", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19193", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -606430,11 +606005,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SERPINA11", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028983", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028983.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -606444,8 +606019,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Spn55B", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -606474,8 +606048,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18359", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18359", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -606483,11 +606058,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SERPINA12", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031973", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031973.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -606497,8 +606072,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Spn28Dc", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -606527,8 +606101,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:18359", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18359", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -606536,11 +606111,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SERPINA12", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033115", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033115.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -606550,8 +606125,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Spn42De", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -606580,8 +606154,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -606589,11 +606164,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SERPINA3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031973", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031973.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -606603,8 +606178,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Spn28Dc", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -606633,8 +606207,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:16", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -606642,11 +606217,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SERPINA3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033115", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033115.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -606656,8 +606231,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Spn42De", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -606686,8 +606260,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:8948", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8948", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -606695,11 +606270,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SERPINA4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0083141", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0083141.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -606709,8 +606284,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Spn28B", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -606739,8 +606313,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8948", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8948", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -606748,11 +606323,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SERPINA4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031973", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031973.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -606762,8 +606337,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Spn28Dc", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -606792,8 +606366,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:8948", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8948", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -606801,11 +606376,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SERPINA4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0265137", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0265137.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -606815,8 +606390,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Spn42Da", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -606845,8 +606419,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:8948", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8948", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -606854,11 +606429,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SERPINA4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033115", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033115.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -606868,8 +606443,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Spn42De", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -606898,8 +606472,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8723", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8723", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -606907,11 +606482,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SERPINA5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031973", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031973.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -606921,8 +606496,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Spn28Dc", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -606951,8 +606525,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:8723", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8723", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -606960,11 +606535,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SERPINA5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033115", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033115.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -606974,8 +606549,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Spn42De", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -607004,8 +606578,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:8723", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8723", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -607013,11 +606588,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SERPINA5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0024293", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0024293.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -607027,8 +606602,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Spn43Ab", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -607057,8 +606631,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1540", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1540", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -607066,11 +606641,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SERPINA6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031973", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031973.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -607080,8 +606655,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Spn28Dc", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -607110,8 +606684,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:1540", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1540", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -607119,11 +606694,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SERPINA6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033115", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033115.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -607133,8 +606708,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Spn42De", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -607163,8 +606737,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:1540", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1540", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -607172,11 +606747,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SERPINA6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0024293", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0024293.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -607186,8 +606761,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Spn43Ab", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -607216,8 +606790,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:1540", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1540", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -607225,11 +606800,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SERPINA6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028983", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028983.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -607239,8 +606814,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Spn55B", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -607269,8 +606843,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11583", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11583", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -607278,11 +606853,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SERPINA7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031973", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031973.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -607292,8 +606867,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Spn28Dc", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -607322,8 +606896,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:11583", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11583", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -607331,11 +606906,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SERPINA7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0265137", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0265137.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -607345,8 +606920,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Spn42Da", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -607375,8 +606949,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:11583", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11583", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -607384,11 +606959,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SERPINA7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033112", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033112.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -607398,8 +606973,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Spn42Db", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -607428,8 +607002,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:11583", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11583", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -607437,11 +607012,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SERPINA7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033115", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033115.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -607451,8 +607026,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Spn42De", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -607481,8 +607055,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:11583", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11583", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -607490,11 +607065,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SERPINA7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034195", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034195.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -607504,8 +607079,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Spn53F", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -607534,8 +607108,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:11583", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11583", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -607543,11 +607118,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SERPINA7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028983", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028983.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -607557,8 +607132,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Spn55B", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -607587,8 +607161,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15995", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15995", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -607596,11 +607171,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SERPINA9", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031973", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031973.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -607610,8 +607185,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Spn28Dc", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -607640,8 +607214,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:15995", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15995", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -607649,11 +607224,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SERPINA9", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033112", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033112.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -607663,8 +607238,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Spn42Db", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -607693,8 +607267,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:15995", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15995", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -607702,11 +607277,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SERPINA9", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033113", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033113.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -607716,8 +607291,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Spn42Dc", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -607746,8 +607320,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:15995", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15995", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -607755,11 +607330,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SERPINA9", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033115", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033115.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -607769,8 +607344,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Spn42De", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -607799,8 +607373,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:15995", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15995", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -607808,11 +607383,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SERPINA9", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0024293", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0024293.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -607822,8 +607397,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Spn43Ab", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -607852,8 +607426,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:15995", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15995", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -607861,11 +607436,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SERPINA9", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028983", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028983.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -607875,8 +607450,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Spn55B", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -607905,8 +607479,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3311", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3311", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -607914,11 +607489,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SERPINB1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028986", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028986.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -607928,8 +607503,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Spn38F", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -607958,8 +607532,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3311", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3311", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -607967,11 +607542,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SERPINB1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033113", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033113.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -607981,8 +607556,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Spn42Dc", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -608011,8 +607585,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3311", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3311", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -608020,11 +607595,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SERPINB1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0024294", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0024294.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -608034,8 +607609,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Spn43Aa", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -608064,8 +607638,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3311", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3311", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -608073,11 +607648,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SERPINB1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028983", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028983.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -608087,8 +607662,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Spn55B", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -608117,8 +607691,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3311", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3311", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -608126,11 +607701,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SERPINB1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028984", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028984.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -608140,8 +607715,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Spn88Ea", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -608170,8 +607744,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3311", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3311", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -608179,11 +607754,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SERPINB1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038299", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038299.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -608193,8 +607768,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Spn88Eb", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -608223,8 +607797,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:8942", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8942", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -608232,11 +607807,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SERPINB10", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028983", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028983.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -608246,8 +607821,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Spn55B", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -608276,8 +607850,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:14221", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14221", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -608285,11 +607860,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SERPINB11", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028983", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028983.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -608299,8 +607874,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Spn55B", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -608329,8 +607903,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:14220", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14220", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -608338,11 +607913,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SERPINB12", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028986", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028986.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -608352,8 +607927,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Spn38F", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -608382,8 +607956,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:14220", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14220", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -608391,11 +607966,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SERPINB12", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028988", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028988.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -608405,8 +607980,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Spn42Dd", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -608435,8 +608009,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:8944", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8944", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -608444,11 +608019,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SERPINB13", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028986", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028986.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -608458,8 +608033,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Spn38F", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -608488,8 +608062,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:8944", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8944", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -608497,11 +608072,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SERPINB13", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028988", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028988.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -608511,8 +608086,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Spn42Dd", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -608541,8 +608115,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:8944", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8944", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -608550,11 +608125,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SERPINB13", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028983", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028983.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -608564,8 +608139,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Spn55B", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -608594,8 +608168,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:8584", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8584", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -608603,11 +608178,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SERPINB2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028983", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028983.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -608617,8 +608192,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Spn55B", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -608647,8 +608221,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10569", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10569", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -608656,11 +608231,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SERPINB3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028986", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028986.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -608670,8 +608245,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Spn38F", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -608700,8 +608274,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:10569", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10569", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -608709,11 +608284,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SERPINB3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028983", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028983.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -608723,8 +608298,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Spn55B", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -608753,8 +608327,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:10570", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10570", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -608762,11 +608337,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SERPINB4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028986", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028986.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -608776,8 +608351,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Spn38F", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -608806,8 +608380,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:10570", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10570", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -608815,11 +608390,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SERPINB4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028988", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028988.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -608829,8 +608404,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Spn42Dd", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -608859,8 +608433,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:10570", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10570", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -608868,11 +608443,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SERPINB4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028983", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028983.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -608882,8 +608457,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Spn55B", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -608912,8 +608486,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:8949", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8949", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -608921,11 +608496,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SERPINB5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028983", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028983.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -608935,8 +608510,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Spn55B", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -608965,8 +608539,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:8950", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8950", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -608974,11 +608549,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SERPINB6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028983", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028983.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -608988,8 +608563,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Spn55B", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -609018,8 +608592,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:13902", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13902", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -609027,11 +608602,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SERPINB7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028986", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028986.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -609041,8 +608616,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Spn38F", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -609071,8 +608645,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:13902", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13902", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -609080,11 +608655,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SERPINB7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028988", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028988.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -609094,8 +608669,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Spn42Dd", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -609124,8 +608698,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:8952", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8952", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -609133,11 +608708,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SERPINB8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028983", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028983.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -609147,8 +608722,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Spn55B", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -609177,8 +608751,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:8955", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8955", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -609186,11 +608761,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SERPINB9", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028983", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028983.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -609200,8 +608775,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Spn55B", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -609230,8 +608804,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:775", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:775", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -609239,11 +608814,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SERPINC1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0083141", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0083141.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -609253,8 +608828,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Spn28B", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -609283,8 +608857,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:775", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:775", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -609292,11 +608867,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SERPINC1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028987", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028987.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -609306,8 +608881,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Spn28F", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -609336,8 +608910,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:775", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:775", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -609345,11 +608920,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SERPINC1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028986", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028986.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -609359,8 +608934,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Spn38F", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -609389,8 +608963,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:775", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:775", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -609398,11 +608973,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SERPINC1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028988", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028988.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -609412,8 +608987,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Spn42Dd", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -609442,8 +609016,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:775", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:775", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -609451,11 +609026,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SERPINC1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0024294", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0024294.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -609465,8 +609040,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Spn43Aa", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -609495,8 +609069,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:775", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:775", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -609504,11 +609079,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SERPINC1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028984", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028984.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -609518,8 +609093,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Spn88Ea", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -609548,8 +609122,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:775", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:775", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -609557,11 +609132,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SERPINC1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038299", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038299.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -609571,8 +609146,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Spn88Eb", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -609601,8 +609175,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:4838", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4838", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -609610,11 +609185,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SERPIND1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033115", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033115.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -609624,8 +609199,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Spn42De", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -609654,8 +609228,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:8583", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8583", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -609663,11 +609238,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SERPINE1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0002930", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0002930.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -609677,8 +609252,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "nec", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -609707,8 +609281,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:8583", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8583", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -609716,11 +609291,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SERPINE1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0083141", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0083141.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -609730,8 +609305,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Spn28B", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -609760,8 +609334,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:8583", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8583", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -609769,11 +609344,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SERPINE1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051902", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051902.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -609783,8 +609358,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Spn28Da", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -609813,8 +609387,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:8583", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8583", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -609822,11 +609397,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SERPINE1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028987", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028987.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -609836,8 +609411,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Spn28F", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -609866,8 +609440,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:8583", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8583", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -609875,11 +609450,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SERPINE1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0265137", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0265137.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -609889,8 +609464,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Spn42Da", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -609919,8 +609493,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:8583", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8583", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -609928,11 +609503,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SERPINE1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033112", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033112.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -609942,8 +609517,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Spn42Db", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -609972,8 +609546,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:8583", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8583", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -609981,11 +609556,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SERPINE1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033113", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033113.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -609995,8 +609570,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Spn42Dc", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -610025,8 +609599,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:8583", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8583", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -610034,11 +609609,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SERPINE1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028988", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028988.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -610048,8 +609623,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Spn42Dd", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -610078,8 +609652,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:8583", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8583", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -610087,11 +609662,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SERPINE1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033115", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033115.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -610101,8 +609676,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Spn42De", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -610131,8 +609705,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:8583", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8583", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -610140,11 +609715,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SERPINE1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0024293", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0024293.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -610154,8 +609729,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Spn43Ab", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -610184,8 +609758,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:8583", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8583", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -610193,11 +609768,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SERPINE1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033574", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033574.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -610207,8 +609782,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Spn47C", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -610237,8 +609811,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:8583", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8583", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -610246,11 +609821,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SERPINE1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034195", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034195.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -610260,8 +609835,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Spn53F", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -610290,8 +609864,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:8583", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8583", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -610299,11 +609874,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SERPINE1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028983", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028983.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -610313,8 +609888,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Spn55B", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -610343,8 +609917,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8583", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8583", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -610352,11 +609927,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SERPINE1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028984", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028984.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -610366,8 +609941,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Spn88Ea", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -610396,8 +609970,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8583", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8583", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -610405,11 +609980,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SERPINE1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038299", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038299.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -610419,8 +609994,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Spn88Eb", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -610449,8 +610023,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:8951", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8951", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -610458,11 +610033,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SERPINE2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0265137", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0265137.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -610472,8 +610047,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Spn42Da", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -610502,8 +610076,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:8951", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8951", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -610511,11 +610086,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SERPINE2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028988", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028988.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -610525,8 +610100,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Spn42Dd", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -610555,8 +610129,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:8951", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8951", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -610564,11 +610139,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SERPINE2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033115", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033115.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -610578,8 +610153,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Spn42De", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -610608,8 +610182,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:8951", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8951", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -610617,11 +610192,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SERPINE2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028983", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028983.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -610631,8 +610206,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Spn55B", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -610661,8 +610235,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8951", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8951", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -610670,11 +610245,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SERPINE2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028984", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028984.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -610684,8 +610259,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Spn88Ea", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -610714,8 +610288,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8951", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8951", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -610723,11 +610298,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SERPINE2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038299", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038299.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -610737,8 +610312,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Spn88Eb", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -610767,8 +610341,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:24774", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24774", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -610776,11 +610351,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SERPINE3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0002930", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0002930.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -610790,8 +610365,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "nec", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -610820,8 +610394,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:24774", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24774", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -610829,11 +610404,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SERPINE3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028987", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028987.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -610843,8 +610418,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Spn28F", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -610873,8 +610447,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:24774", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24774", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -610882,11 +610457,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SERPINE3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0265137", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0265137.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -610896,8 +610471,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Spn42Da", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -610926,8 +610500,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:24774", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24774", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -610935,11 +610510,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SERPINE3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033112", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033112.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -610949,8 +610524,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Spn42Db", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -610979,8 +610553,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:24774", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24774", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -610988,11 +610563,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SERPINE3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033113", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033113.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -611002,8 +610577,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Spn42Dc", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -611032,8 +610606,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:24774", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24774", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -611041,11 +610616,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SERPINE3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028988", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028988.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -611055,8 +610630,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Spn42Dd", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -611085,8 +610659,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:24774", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24774", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -611094,11 +610669,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SERPINE3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033115", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033115.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -611108,8 +610683,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Spn42De", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -611138,8 +610712,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:24774", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24774", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -611147,11 +610722,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SERPINE3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028983", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028983.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -611161,8 +610736,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Spn55B", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -611191,8 +610765,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:8824", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8824", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -611200,11 +610775,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SERPINF1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033115", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033115.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -611214,8 +610789,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Spn42De", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -611244,8 +610818,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9075", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9075", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -611253,11 +610828,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SERPINF2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052203", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052203.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -611267,8 +610842,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Spn75F", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -611297,8 +610871,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1228", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1228", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -611306,11 +610881,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SERPING1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0263109", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0263109.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -611320,8 +610895,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG43366", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -611350,8 +610924,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1228", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1228", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -611359,11 +610934,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SERPING1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039795", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039795.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -611373,8 +610948,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Spn100A", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -611403,8 +610977,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1228", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1228", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -611412,11 +610987,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SERPING1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037772", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037772.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -611426,8 +611001,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Spn85F", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -611456,8 +611030,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:1546", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1546", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -611465,11 +611040,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SERPINH1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032178", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032178.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -611479,8 +611054,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Spn31A", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -611509,8 +611083,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:1546", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1546", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -611518,11 +611093,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SERPINH1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033113", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033113.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -611532,8 +611107,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Spn42Dc", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -611562,8 +611136,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8943", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8943", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -611571,11 +611146,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SERPINI1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0002930", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0002930.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -611585,8 +611160,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "nec", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -611615,8 +611189,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8943", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8943", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -611624,11 +611199,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SERPINI1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028990", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028990.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -611638,8 +611213,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Spn27A", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -611668,8 +611242,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8943", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8943", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -611677,11 +611252,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SERPINI1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0083141", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0083141.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -611691,8 +611266,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Spn28B", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -611721,8 +611295,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8943", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8943", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -611730,11 +611305,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SERPINI1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051902", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051902.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -611744,8 +611319,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Spn28Da", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -611774,8 +611348,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8943", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8943", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -611783,11 +611358,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SERPINI1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0053121", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0053121.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -611797,8 +611372,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Spn28Db", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -611827,8 +611401,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8943", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8943", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -611836,11 +611411,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SERPINI1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028987", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028987.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -611850,8 +611425,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Spn28F", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -611880,8 +611454,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8943", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8943", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -611889,11 +611464,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SERPINI1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032178", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032178.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -611903,8 +611478,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Spn31A", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -611933,8 +611507,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8943", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8943", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -611942,11 +611517,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SERPINI1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0265137", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0265137.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -611956,8 +611531,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Spn42Da", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -611986,8 +611560,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8943", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8943", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -611995,11 +611570,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SERPINI1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033112", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033112.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -612009,8 +611584,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Spn42Db", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -612039,8 +611613,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8943", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8943", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -612048,11 +611623,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SERPINI1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033113", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033113.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -612062,8 +611637,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Spn42Dc", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -612092,8 +611666,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8943", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8943", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -612101,11 +611676,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SERPINI1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028988", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028988.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -612115,8 +611690,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Spn42Dd", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -612145,8 +611719,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8943", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8943", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -612154,11 +611729,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SERPINI1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033115", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033115.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -612168,8 +611743,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Spn42De", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -612198,8 +611772,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8943", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8943", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -612207,11 +611782,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SERPINI1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0024294", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0024294.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -612221,8 +611796,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Spn43Aa", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -612251,8 +611825,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8943", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8943", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -612260,11 +611835,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SERPINI1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0024293", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0024293.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -612274,8 +611849,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Spn43Ab", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -612304,8 +611878,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8943", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8943", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -612313,11 +611888,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SERPINI1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0044011", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0044011.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -612327,8 +611902,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Spn43Ad", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -612357,8 +611931,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8943", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8943", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -612366,11 +611941,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SERPINI1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033574", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033574.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -612380,8 +611955,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Spn47C", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -612410,8 +611984,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8943", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8943", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -612419,11 +611994,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SERPINI1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034195", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034195.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -612433,8 +612008,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Spn53F", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -612463,8 +612037,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8943", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8943", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -612472,11 +612047,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SERPINI1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052203", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052203.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -612486,8 +612061,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Spn75F", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -612516,8 +612090,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8943", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8943", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -612525,11 +612100,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SERPINI1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0262057", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0262057.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -612539,8 +612114,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Spn77Ba", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -612569,8 +612143,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8943", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8943", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -612578,11 +612153,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SERPINI1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036969", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036969.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -612592,8 +612167,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Spn77Bb", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -612622,8 +612196,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8943", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8943", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -612631,11 +612206,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SERPINI1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036970", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036970.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -612645,8 +612220,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Spn77Bc", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -612675,8 +612249,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8943", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8943", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -612684,11 +612259,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SERPINI1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028984", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028984.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -612698,8 +612273,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Spn88Ea", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -612728,8 +612302,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8943", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8943", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -612737,11 +612312,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SERPINI1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038299", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038299.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -612751,8 +612326,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Spn88Eb", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -612781,8 +612355,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:8945", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8945", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -612790,11 +612365,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SERPINI2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0265137", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0265137.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -612804,8 +612379,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Spn42Da", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -612834,8 +612408,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:8945", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8945", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -612843,11 +612418,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SERPINI2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033115", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033115.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -612857,8 +612432,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Spn42De", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -612887,8 +612461,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30784", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30784", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -612896,11 +612471,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SERTAD2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040071", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040071.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -612910,8 +612485,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "tara", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -612940,8 +612514,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21595", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21595", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -612949,11 +612524,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SESN1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034897", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034897.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -612963,8 +612538,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Sesn", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -612992,8 +612566,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20746", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20746", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -613001,11 +612576,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SESN2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034897", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034897.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -613015,8 +612590,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Sesn", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -613044,8 +612618,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23060", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23060", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -613053,11 +612628,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SESN3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034897", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034897.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -613067,8 +612642,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Sesn", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -613096,8 +612670,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18379", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18379", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -613105,11 +612680,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SESTD1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035308", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035308.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -613119,8 +612694,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG15822", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -613149,8 +612723,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10760", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10760", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -613158,11 +612733,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SET", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0014879", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0014879.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -613172,8 +612747,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Set", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -613202,8 +612776,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29010", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29010", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -613211,11 +612786,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SETD1A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040022", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040022.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -613225,8 +612800,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Set1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -613255,8 +612829,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29187", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29187", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -613264,11 +612839,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SETD1B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040022", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040022.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -613278,8 +612853,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Set1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -613308,8 +612882,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18420", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18420", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -613317,11 +612892,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SETD2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030486", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030486.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -613331,8 +612906,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Set2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -613361,8 +612935,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20493", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20493", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -613370,11 +612945,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SETD3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052732", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052732.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -613384,8 +612959,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Setd3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -613413,8 +612987,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1258", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1258", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -613422,11 +612997,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SETD4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0053230", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0053230.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -613436,8 +613011,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG33230", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -613465,8 +613039,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25566", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25566", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -613474,11 +613049,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SETD5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036398", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036398.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -613488,8 +613063,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "upSET", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -613518,8 +613092,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10761", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10761", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -613527,11 +613102,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SETDB1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0086908", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0086908.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -613541,8 +613116,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "egg", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -613571,8 +613145,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:20263", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20263", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -613580,11 +613155,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SETDB2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0086908", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0086908.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -613594,8 +613169,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "egg", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -613624,8 +613198,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10762", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10762", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -613633,11 +613208,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SETMAR", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037841", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037841.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -613647,8 +613222,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG4565", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -613677,8 +613251,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:42937", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:42937", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -613686,11 +613261,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SETSIP", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0014879", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0014879.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -613700,8 +613275,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Set", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -613730,8 +613304,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:445", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:445", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -613739,11 +613314,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SETX", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035842", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035842.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -613752,9 +613327,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG7504", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Setx", + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -613783,8 +613357,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12950", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12950", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -613792,11 +613367,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SF1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0025571", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0025571.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -613806,8 +613381,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "SF1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -613836,8 +613410,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10765", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10765", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -613845,11 +613420,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SF3A1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0266917", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0266917.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -613859,8 +613434,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Sf3a1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -613888,8 +613462,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10766", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10766", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -613897,11 +613472,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SF3A2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036314", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036314.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -613911,8 +613486,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Sf3a2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -613941,8 +613515,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10767", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10767", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -613950,11 +613525,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SF3A3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0014366", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0014366.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -613964,8 +613539,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "noi", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -613993,8 +613567,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10768", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10768", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -614002,11 +613577,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SF3B1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031266", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031266.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -614016,8 +613591,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Sf3b1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -614045,8 +613619,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10769", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10769", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -614054,11 +613629,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SF3B2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031493", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031493.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -614068,8 +613643,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Sf3b2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -614098,8 +613672,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10770", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10770", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -614107,11 +613682,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SF3B3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035162", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035162.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -614121,8 +613696,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Sf3b3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -614150,8 +613724,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10771", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10771", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -614159,11 +613734,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SF3B4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015818", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015818.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -614173,8 +613748,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Spx", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -614203,8 +613777,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21083", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21083", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -614212,11 +613787,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SF3B5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040534", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040534.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -614226,8 +613801,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Sf3b5", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -614255,8 +613829,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30096", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30096", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -614264,11 +613839,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SF3B6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035692", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035692.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -614278,8 +613853,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Sf3b6", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -614308,8 +613882,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:10773", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10773", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -614317,11 +613892,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SFN", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004907", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004907.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -614331,8 +613906,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "14-3-3\u03b6", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -614361,8 +613935,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10774", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10774", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -614370,11 +613945,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SFPQ", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004227", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004227.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -614384,8 +613959,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "nonA", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -614414,8 +613988,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10774", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10774", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -614423,11 +613998,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SFPQ", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015520", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015520.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -614437,8 +614012,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "nonA-l", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -614467,8 +614041,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10776", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10776", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -614476,11 +614051,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SFRP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027343", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027343.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -614490,8 +614065,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "fz3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -614520,8 +614094,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10777", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10777", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -614529,11 +614104,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SFRP2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027343", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027343.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -614543,8 +614118,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "fz3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -614573,8 +614147,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10778", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10778", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -614582,11 +614157,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SFRP4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027343", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027343.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -614596,8 +614171,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "fz3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -614626,8 +614200,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10779", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10779", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -614635,11 +614210,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SFRP5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027343", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027343.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -614649,8 +614224,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "fz3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -614679,8 +614253,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10790", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10790", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -614688,11 +614263,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SFSWAP", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003638", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003638.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -614702,8 +614277,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "su(wa)", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -614732,8 +614306,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21102", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21102", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -614741,11 +614316,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SFT2D1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037009", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037009.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -614755,8 +614330,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5104", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -614784,8 +614358,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25140", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25140", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -614793,11 +614368,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SFT2D2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037009", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037009.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -614807,8 +614382,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5104", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -614836,8 +614410,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28767", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28767", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -614845,11 +614420,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SFT2D3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0053635", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0053635.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -614859,8 +614434,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG33635", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -614889,8 +614463,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:10798", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10798", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -614898,11 +614473,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SFTPA1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0259230", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0259230.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -614912,8 +614487,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "lectin-22C", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -614942,8 +614516,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10798", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10798", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -614951,11 +614526,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SFTPA1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040104", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040104.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -614965,8 +614540,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "lectin-24A", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -614995,8 +614569,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:10798", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10798", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -615004,11 +614579,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SFTPA1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040099", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040099.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -615018,8 +614593,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "lectin-28C", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -615048,8 +614622,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10799", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10799", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -615057,11 +614632,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SFTPA2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031373", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031373.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -615071,8 +614646,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG15358", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -615101,8 +614675,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:10799", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10799", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -615110,11 +614685,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SFTPA2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0259230", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0259230.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -615124,8 +614699,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "lectin-22C", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -615154,8 +614728,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10799", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10799", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -615163,11 +614738,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SFTPA2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040104", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040104.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -615177,8 +614752,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "lectin-24A", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -615207,8 +614781,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:10799", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10799", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -615216,11 +614791,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SFTPA2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040099", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040099.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -615230,8 +614805,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "lectin-28C", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -615260,8 +614834,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:10801", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10801", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -615269,11 +614844,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SFTPB", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000416", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000416.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -615283,8 +614858,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Sap-r", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -615313,8 +614887,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10803", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10803", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -615322,11 +614897,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SFTPD", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031373", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031373.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -615336,8 +614911,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG15358", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -615366,8 +614940,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10803", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10803", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -615375,11 +614950,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SFTPD", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040104", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040104.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -615389,8 +614964,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "lectin-24A", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -615419,8 +614993,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10803", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10803", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -615428,11 +615003,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SFTPD", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040099", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040099.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -615442,8 +615017,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "lectin-28C", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -615472,8 +615046,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16085", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16085", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -615481,11 +615056,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SFXN1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037239", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037239.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -615495,8 +615070,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Sfxn1-3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -615524,8 +615098,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16086", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16086", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -615533,11 +615108,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SFXN2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036843", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036843.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -615547,8 +615122,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Sfxn2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -615576,8 +615150,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16087", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16087", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -615585,11 +615160,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SFXN3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037239", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037239.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -615599,8 +615174,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Sfxn1-3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -615628,8 +615202,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:10805", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10805", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -615637,11 +615212,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SGCA", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032013", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032013.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -615651,8 +615226,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Scg\u03b1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -615681,8 +615255,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10806", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10806", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -615690,11 +615265,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SGCB", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038042", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038042.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -615704,8 +615279,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Scg\u03b2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -615733,8 +615307,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10807", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10807", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -615742,11 +615317,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SGCD", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0025391", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0025391.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -615756,8 +615331,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Scg\u03b4", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -615785,8 +615359,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10808", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10808", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -615794,11 +615369,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SGCE", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032013", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032013.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -615808,8 +615383,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Scg\u03b1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -615837,8 +615411,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10809", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10809", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -615846,11 +615421,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SGCG", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0025391", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0025391.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -615860,8 +615435,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Scg\u03b4", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -615889,8 +615463,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14075", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14075", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -615898,11 +615473,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SGCZ", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0025391", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0025391.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -615912,8 +615487,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Scg\u03b4", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -615941,8 +615515,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25156", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25156", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -615950,11 +615525,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SGF29", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0050390", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0050390.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -615964,8 +615539,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Sgf29", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -615993,8 +615567,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:25412", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25412", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -616002,11 +615577,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SGIP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037702", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037702.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -616016,8 +615591,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8176", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -616046,8 +615620,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10817", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10817", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -616055,11 +615630,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SGPL1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010591", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010591.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -616069,8 +615644,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Sply", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -616098,8 +615672,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10818", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10818", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -616107,11 +615682,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SGSH", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038660", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038660.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -616121,8 +615696,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Sgsh", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -616150,8 +615724,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29410", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29410", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -616159,11 +615734,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SGSM1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031116", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031116.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -616173,8 +615748,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG1695", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -616202,8 +615776,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29410", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29410", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -616211,11 +615786,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SGSM1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052506", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052506.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -616225,8 +615800,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "tbc", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -616254,8 +615828,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:29026", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29026", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -616263,11 +615838,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SGSM2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031116", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031116.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -616277,8 +615852,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG1695", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -616307,8 +615881,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:29026", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29026", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -616316,11 +615891,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SGSM2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052506", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052506.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -616330,8 +615905,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "tbc", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -616360,8 +615934,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25228", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25228", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -616369,11 +615944,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SGSM3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038304", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038304.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -616383,8 +615958,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG12241", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -616412,8 +615986,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10819", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10819", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -616421,11 +615996,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SGTA", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032640", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032640.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -616435,8 +616010,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Sgt", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -616464,8 +616038,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23567", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23567", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -616473,11 +616048,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SGTB", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032640", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032640.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -616487,8 +616062,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Sgt", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -616516,8 +616090,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:30417", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30417", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -616525,11 +616100,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SH2B1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028717", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028717.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -616539,8 +616114,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Lnk", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -616569,8 +616143,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17381", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17381", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -616578,11 +616153,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SH2B2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028717", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028717.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -616592,8 +616167,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Lnk", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -616622,8 +616196,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:29605", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29605", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -616631,11 +616206,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SH2B3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028717", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028717.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -616645,8 +616220,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Lnk", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -616675,8 +616249,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:16885", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16885", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -616684,11 +616259,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SH2D3A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031762", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031762.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -616698,8 +616273,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG9098", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -616728,8 +616302,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16884", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16884", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -616737,11 +616312,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SH2D3C", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031762", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031762.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -616751,8 +616326,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG9098", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -616780,8 +616354,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30439", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30439", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -616789,11 +616364,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SH2D6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039748", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039748.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -616803,8 +616378,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG15529", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -616833,8 +616407,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10822", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10822", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -616842,11 +616417,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SH3BGR", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035772", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035772.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -616856,8 +616431,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Sh3\u03b2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -616886,8 +616460,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10823", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10823", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -616895,11 +616470,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SH3BGRL", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035772", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035772.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -616909,8 +616484,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Sh3\u03b2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -616939,8 +616513,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15567", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15567", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -616948,11 +616523,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SH3BGRL2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035772", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035772.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -616962,8 +616537,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Sh3\u03b2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -616992,8 +616566,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:15568", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15568", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -617001,11 +616576,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SH3BGRL3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035772", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035772.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -617015,8 +616590,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Sh3\u03b2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -617045,8 +616619,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10824", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10824", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -617054,11 +616629,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SH3BP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038747", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038747.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -617068,8 +616643,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "RhoGAP92B", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -617098,8 +616672,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10827", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10827", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -617107,11 +616682,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SH3BP5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033988", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033988.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -617121,8 +616696,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "pcs", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -617151,8 +616725,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29360", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29360", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -617160,11 +616735,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SH3BP5L", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030581", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030581.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -617174,8 +616749,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG14408", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -617204,8 +616778,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30418", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30418", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -617213,11 +616788,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SH3D19", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010877", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010877.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -617227,8 +616802,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "l(3)05822", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -617257,8 +616831,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:10830", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10830", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -617266,11 +616841,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SH3GL1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038659", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038659.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -617280,8 +616855,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "EndoA", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -617310,8 +616884,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:10831", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10831", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -617319,11 +616894,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SH3GL2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038659", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038659.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -617333,8 +616908,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "EndoA", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -617363,8 +616937,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10832", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10832", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -617372,11 +616947,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SH3GL3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038659", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038659.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -617386,8 +616961,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "EndoA", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -617415,8 +616989,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:10833", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10833", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -617424,11 +616999,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SH3GLB1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034433", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034433.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -617438,8 +617013,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "EndoB", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -617468,8 +617042,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10834", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10834", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -617477,11 +617052,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SH3GLB2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034433", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034433.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -617491,8 +617066,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "EndoB", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -617520,8 +617094,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13867", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13867", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -617529,11 +617104,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SH3KBP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027598", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027598.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -617543,8 +617118,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "cindr", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -617573,8 +617147,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17650", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17650", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -617582,11 +617157,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SH3RF1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040294", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040294.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -617596,8 +617171,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "POSH", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -617626,8 +617200,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:26299", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26299", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -617635,11 +617210,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SH3RF2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040294", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040294.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -617649,8 +617224,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "POSH", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -617679,8 +617253,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24699", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24699", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -617688,11 +617263,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SH3RF3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040294", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040294.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -617702,8 +617277,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "POSH", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -617732,8 +617306,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15474", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15474", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -617741,11 +617316,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SHANK1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040752", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040752.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -617755,8 +617330,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Prosap", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -617785,8 +617359,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:14295", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14295", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -617794,11 +617369,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SHANK2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040752", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040752.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -617808,8 +617383,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Prosap", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -617838,8 +617412,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14294", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14294", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -617847,11 +617422,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SHANK3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040752", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040752.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -617861,8 +617436,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Prosap", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -617891,8 +617465,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:10838", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10838", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -617900,11 +617475,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SHB", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0264542", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0264542.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -617914,8 +617489,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "hwt", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -617944,8 +617518,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10840", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10840", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -617953,11 +617528,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SHC1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015296", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015296.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -617967,8 +617542,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Shc", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -617996,8 +617570,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:29869", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29869", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -618005,11 +617580,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SHC2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015296", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015296.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -618019,8 +617594,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Shc", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -618049,8 +617623,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:18181", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18181", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -618058,11 +617633,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SHC3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015296", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015296.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -618072,8 +617647,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Shc", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -618102,8 +617676,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:16743", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16743", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -618111,11 +617686,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SHC4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015296", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015296.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -618125,8 +617700,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Shc", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -618155,8 +617729,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29547", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29547", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -618164,11 +617739,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SHCBP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032848", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032848.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -618178,8 +617753,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "nesd", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -618207,8 +617781,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:16788", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16788", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -618216,11 +617791,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SHCBP1L", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032848", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032848.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -618230,8 +617805,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "nesd", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -618260,8 +617834,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:30633", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30633", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -618269,11 +617844,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SHD", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0264542", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0264542.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -618283,8 +617858,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "hwt", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -618313,8 +617887,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:27004", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:27004", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -618322,11 +617897,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SHE", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0264542", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0264542.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -618336,8 +617911,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "hwt", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -618366,8 +617940,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25116", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25116", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -618375,11 +617950,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SHF", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0264542", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0264542.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -618389,8 +617964,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "hwt", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -618419,8 +617993,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:10848", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10848", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -618428,11 +618003,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SHH", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004644", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004644.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -618442,8 +618017,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "hh", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -618472,8 +618046,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:19214", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19214", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -618481,11 +618056,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SHKBP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037758", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037758.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -618495,8 +618070,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG9467", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -618525,8 +618099,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10850", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10850", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -618534,11 +618109,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SHMT1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029823", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029823.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -618548,8 +618123,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Shmt", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -618577,8 +618151,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:10852", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10852", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -618586,11 +618161,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SHMT2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029823", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029823.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -618600,8 +618175,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Shmt", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -618630,8 +618204,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15454", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15454", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -618639,11 +618214,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SHOC2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038504", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038504.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -618653,8 +618228,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Sur-8", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -618683,8 +618257,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10853", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10853", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -618692,11 +618267,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SHOX", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0085396", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0085396.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -618706,8 +618281,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG34367", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -618736,8 +618310,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10854", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10854", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -618745,11 +618320,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SHOX2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0085396", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0085396.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -618759,8 +618334,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG34367", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -618789,8 +618363,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19336", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19336", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -618798,11 +618373,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SHPRH", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035689", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035689.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -618812,8 +618387,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7376", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -618842,8 +618416,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25543", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25543", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -618851,11 +618426,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SHQ1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037482", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037482.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -618865,8 +618440,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10055", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -618895,8 +618469,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:630", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:630", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -618904,11 +618479,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SHROOM2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0085408", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0085408.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -618918,8 +618493,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Shrm", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -618948,8 +618522,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30422", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30422", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -618957,11 +618532,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SHROOM3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0085408", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0085408.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -618971,8 +618546,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Shrm", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -619001,8 +618575,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:29215", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29215", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -619010,11 +618585,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SHROOM4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0085408", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0085408.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -619024,8 +618599,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Shrm", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -619054,8 +618628,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29319", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29319", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -619063,11 +618638,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SHTN1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0053111", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0053111.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -619077,8 +618652,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG33111", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -619107,8 +618681,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10857", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10857", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -619116,11 +618691,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SIAH1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0024997", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0024997.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -619130,8 +618705,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG2681", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -619160,8 +618734,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10857", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10857", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -619169,11 +618744,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SIAH1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003410", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003410.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -619183,8 +618758,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "sina", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -619213,8 +618787,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10857", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10857", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -619222,11 +618797,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SIAH1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0259794", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0259794.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -619236,8 +618811,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "sinah", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -619266,8 +618840,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:10858", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10858", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -619275,11 +618850,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SIAH2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003410", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003410.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -619289,8 +618864,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "sina", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -619319,8 +618893,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10858", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10858", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -619328,11 +618903,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SIAH2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0259794", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0259794.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -619342,8 +618917,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "sinah", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -619372,8 +618946,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30553", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30553", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -619381,11 +618956,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SIAH3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0024997", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0024997.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -619395,8 +618970,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG2681", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -619425,8 +618999,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:30553", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30553", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -619434,11 +619009,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SIAH3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003410", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003410.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -619448,8 +619023,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "sina", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -619478,8 +619052,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30553", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30553", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -619487,11 +619062,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SIAH3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0259794", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0259794.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -619501,8 +619076,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "sinah", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -619526,66 +619100,14 @@ "stringencyFilter": "stringent", "totalMethodCount": 10 }, - { - "best": "Yes", - "bestReverse": "No", - "gene": { - "id": "HGNC:52389", - "species": { - "commonNames": "['human']", - "dataProviderFullName": "Rat Genome Database", - "dataProviderShortName": "RGD", - "name": "Homo sapiens", - "shortName": "Hsa", - "taxonId": "NCBITaxon:9606" - }, - "symbol": "SIK1B", - "taxonId": "NCBITaxon:9606", - "url": null - }, - "homologGene": { - "id": "FB:FBgn0025625", - "species": { - "commonNames": "['fly', 'fruit fly', 'dme']", - "dataProviderFullName": "FlyBase", - "dataProviderShortName": "FB", - "name": "Drosophila melanogaster", - "shortName": "Dme", - "taxonId": "NCBITaxon:7227" - }, - "symbol": "Sik2", - "taxonId": "NCBITaxon:7227", - "url": null - }, - "methodCount": 5, - "predictionMethodsMatched": [ - "Hieranoid", - "InParanoid", - "OrthoFinder", - "OrthoInspector", - "PANTHER" - ], - "predictionMethodsNotCalled": [ - "HGNC", - "ZFIN" - ], - "predictionMethodsNotMatched": [ - "Ensembl Compara", - "OMA", - "PhylomeDB", - "Roundup", - "TreeFam" - ], - "stringencyFilter": "stringent", - "totalMethodCount": 10 - }, { "best": "Yes", "bestReverse": "Yes", "gene": { "id": "HGNC:21680", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21680", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -619593,11 +619115,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SIK2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0025625", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0025625.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -619607,8 +619129,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Sik2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -619637,8 +619158,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29165", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29165", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -619646,11 +619168,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SIK3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0262103", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0262103.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -619660,8 +619182,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Sik3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -619690,8 +619211,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26119", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26119", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -619699,11 +619221,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SIKE1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031871", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031871.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -619713,8 +619235,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Fgop2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -619743,8 +619264,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26119", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26119", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -619752,11 +619274,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SIKE1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038334", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038334.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -619766,8 +619288,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "h-cup", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -619796,8 +619317,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24624", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24624", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -619805,11 +619327,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SIL1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039296", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039296.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -619819,8 +619341,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Sil1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -619849,8 +619370,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10882", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10882", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -619858,11 +619380,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SIM1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004666", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004666.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -619872,8 +619394,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "sim", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -619902,8 +619423,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10883", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10883", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -619911,11 +619433,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SIM2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004666", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004666.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -619925,8 +619447,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "sim", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -619955,8 +619476,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19353", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19353", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -619964,11 +619486,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SIN3A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0022764", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0022764.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -619978,8 +619500,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Sin3A", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -620008,8 +619529,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19354", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19354", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -620017,11 +619539,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SIN3B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0022764", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0022764.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -620031,8 +619553,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Sin3A", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -620061,8 +619582,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30702", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30702", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -620070,11 +619592,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SINHCAF", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0266000", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0266000.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -620084,8 +619606,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG44774", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -620114,8 +619635,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14929", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14929", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -620123,11 +619645,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SIRT1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0024291", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0024291.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -620137,8 +619659,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Sirt1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -620167,8 +619688,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10886", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10886", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -620176,11 +619698,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SIRT2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038788", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038788.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -620190,8 +619712,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Sirt2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -620220,8 +619741,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14932", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14932", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -620229,11 +619751,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SIRT4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029783", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029783.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -620243,8 +619765,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Sirt4", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -620273,8 +619794,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14934", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14934", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -620282,11 +619804,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SIRT6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037802", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037802.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -620296,8 +619818,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Sirt6", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -620326,8 +619847,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14935", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14935", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -620335,11 +619857,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SIRT7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039631", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039631.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -620349,8 +619871,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Sirt7", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -620379,8 +619900,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17712", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17712", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -620388,11 +619910,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SIVA1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029522", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029522.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -620402,8 +619924,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG13373", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -620432,8 +619953,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10887", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10887", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -620441,11 +619963,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SIX1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003460", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003460.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -620455,8 +619977,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "so", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -620485,8 +620006,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10888", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10888", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -620494,11 +620016,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SIX2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003460", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003460.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -620508,8 +620030,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "so", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -620538,8 +620059,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10889", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10889", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -620547,11 +620069,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SIX3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0025360", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0025360.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -620561,8 +620083,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Optix", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -620591,8 +620112,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:10890", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10890", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -620600,11 +620122,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SIX4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027364", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027364.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -620614,8 +620136,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Six4", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -620644,8 +620165,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10891", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10891", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -620653,11 +620175,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SIX5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027364", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027364.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -620667,8 +620189,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Six4", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -620697,8 +620218,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10892", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10892", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -620706,11 +620228,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SIX6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0025360", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0025360.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -620720,8 +620242,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Optix", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -620750,8 +620271,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10896", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10896", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -620759,11 +620281,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SKI", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0085450", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0085450.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -620773,8 +620295,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Snoo", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -620803,8 +620324,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:10897", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10897", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -620812,11 +620334,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SKIL", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0085450", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0085450.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -620826,8 +620348,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Snoo", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -620856,8 +620377,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10898", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10898", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -620865,11 +620387,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SKIV2L", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039117", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039117.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -620879,8 +620401,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "tst", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -620909,8 +620430,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:21326", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21326", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -620918,11 +620440,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SKOR1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039932", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039932.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -620932,8 +620454,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "fuss", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -620962,8 +620483,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:32695", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:32695", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -620971,11 +620493,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SKOR2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039932", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039932.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -620985,8 +620507,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "fuss", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -621015,8 +620536,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10899", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10899", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -621024,11 +620546,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SKP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0025637", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0025637.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -621038,8 +620560,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "SkpA", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -621067,8 +620588,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10899", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10899", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -621076,11 +620598,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SKP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0026176", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026176.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -621090,8 +620612,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "SkpB", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -621120,8 +620641,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10899", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10899", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -621129,11 +620651,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SKP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0026175", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026175.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -621143,8 +620665,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "SkpC", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -621173,8 +620694,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10899", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10899", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -621182,11 +620704,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SKP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0026174", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026174.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -621196,8 +620718,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "SkpD", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -621226,8 +620747,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10899", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10899", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -621235,11 +620757,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SKP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031074", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031074.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -621249,8 +620771,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "SkpE", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -621279,8 +620800,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10899", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10899", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -621288,11 +620810,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SKP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034863", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034863.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -621302,8 +620824,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "SkpF", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -621332,8 +620853,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10901", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10901", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -621341,11 +620863,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SKP2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037236", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037236.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -621355,8 +620877,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Skp2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -621385,8 +620906,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10904", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10904", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -621394,11 +620916,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLBP", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0041186", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0041186.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -621408,8 +620930,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Slbp", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -621438,8 +620959,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:10905", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10905", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -621447,11 +620969,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC10A1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030638", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030638.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -621461,8 +620983,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG11655", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -621491,8 +621012,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:10905", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10905", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -621500,11 +621022,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC10A1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030756", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030756.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -621514,8 +621036,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG9903", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -621544,8 +621065,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:10906", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10906", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -621553,11 +621075,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC10A2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030756", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030756.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -621567,8 +621089,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG9903", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -621597,8 +621118,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:22979", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:22979", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -621606,11 +621128,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC10A3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030638", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030638.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -621620,8 +621142,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG11655", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -621650,8 +621171,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:22979", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:22979", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -621659,11 +621181,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC10A3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030756", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030756.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -621673,8 +621195,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG9903", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -621703,8 +621224,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:22980", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:22980", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -621712,11 +621234,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC10A4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030638", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030638.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -621726,8 +621248,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG11655", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -621756,8 +621277,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:22980", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:22980", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -621765,11 +621287,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC10A4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030756", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030756.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -621779,8 +621301,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG9903", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -621809,8 +621330,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:22981", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:22981", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -621818,11 +621340,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC10A5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030638", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030638.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -621832,8 +621354,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG11655", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -621862,8 +621383,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:22981", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:22981", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -621871,11 +621393,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC10A5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030756", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030756.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -621885,8 +621407,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG9903", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -621915,8 +621436,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:30603", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30603", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -621924,11 +621446,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC10A6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030638", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030638.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -621938,8 +621460,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG11655", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -621968,8 +621489,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:30603", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30603", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -621977,11 +621499,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC10A6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030756", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030756.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -621991,8 +621513,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG9903", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -622021,8 +621542,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10907", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10907", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -622030,11 +621552,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC11A1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0011672", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0011672.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -622044,8 +621566,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Mvl", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -622073,8 +621594,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10908", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10908", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -622082,11 +621604,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC11A2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0011672", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0011672.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -622096,8 +621618,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Mvl", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -622125,8 +621646,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10910", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10910", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -622134,11 +621656,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC12A1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036279", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036279.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -622148,8 +621670,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ncc69", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -622177,8 +621698,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10910", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10910", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -622186,11 +621708,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC12A1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051547", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051547.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -622200,8 +621722,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "NKCC", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -622230,8 +621751,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10911", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10911", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -622239,11 +621761,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC12A2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036279", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036279.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -622253,8 +621775,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ncc69", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -622282,8 +621803,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10911", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10911", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -622291,11 +621813,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC12A2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051547", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051547.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -622305,8 +621827,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "NKCC", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -622335,8 +621856,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:10912", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10912", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -622344,11 +621866,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC12A3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036279", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036279.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -622358,8 +621880,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ncc69", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -622388,8 +621909,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10912", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10912", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -622397,11 +621919,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC12A3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051547", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051547.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -622411,8 +621933,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "NKCC", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -622441,8 +621962,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10913", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10913", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -622450,11 +621972,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC12A4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261794", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261794.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -622464,8 +621986,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "kcc", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -622493,8 +622014,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:13818", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13818", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -622502,11 +622024,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC12A5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261794", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261794.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -622516,8 +622038,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "kcc", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -622546,8 +622067,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:10914", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10914", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -622555,11 +622077,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC12A6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261794", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261794.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -622569,8 +622091,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "kcc", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -622599,8 +622120,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:10915", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10915", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -622608,11 +622130,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC12A7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261794", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261794.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -622622,8 +622144,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "kcc", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -622652,8 +622173,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15595", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15595", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -622661,11 +622183,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC12A8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0024365", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0024365.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -622675,8 +622197,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG12773", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -622705,8 +622226,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17435", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17435", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -622714,11 +622236,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC12A9", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032689", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032689.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -622728,8 +622250,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10413", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -622757,8 +622278,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10916", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10916", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -622766,11 +622288,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC13A1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0064119", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0064119.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -622780,8 +622302,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG33934", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -622810,8 +622331,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10916", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10916", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -622819,11 +622341,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC13A1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032314", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032314.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -622833,8 +622355,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7309", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -622863,8 +622384,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10916", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10916", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -622872,11 +622394,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC13A1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036816", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036816.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -622886,8 +622408,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Indy", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -622916,8 +622437,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10916", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10916", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -622925,11 +622447,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC13A1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0260466", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0260466.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -622939,8 +622461,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Indy-2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -622969,8 +622490,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10917", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10917", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -622978,11 +622500,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC13A2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036816", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036816.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -622992,8 +622514,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Indy", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -623022,8 +622543,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:14430", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14430", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -623031,11 +622553,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC13A3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036816", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036816.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -623045,8 +622567,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Indy", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -623075,8 +622596,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15827", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15827", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -623084,11 +622606,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC13A4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032314", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032314.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -623098,8 +622620,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7309", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -623128,8 +622649,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15827", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15827", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -623137,11 +622659,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC13A4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036816", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036816.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -623151,8 +622673,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Indy", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -623181,8 +622702,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23089", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23089", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -623190,11 +622712,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC13A5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036816", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036816.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -623204,8 +622726,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Indy", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -623234,8 +622755,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10920", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10920", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -623243,11 +622765,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC15A1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028491", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028491.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -623257,8 +622779,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG2930", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -623286,8 +622807,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10920", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10920", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -623295,11 +622817,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC15A1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037730", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037730.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -623309,8 +622831,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG9444", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -623339,8 +622860,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10920", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10920", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -623348,11 +622870,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC15A1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0265575", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0265575.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -623362,8 +622884,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "yin", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -623392,8 +622913,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:10921", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10921", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -623401,11 +622923,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC15A2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028491", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028491.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -623415,8 +622937,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG2930", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -623445,8 +622966,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10921", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10921", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -623454,11 +622976,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC15A2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037730", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037730.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -623468,8 +622990,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG9444", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -623498,8 +623019,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10921", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10921", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -623507,11 +623029,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC15A2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0265575", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0265575.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -623521,8 +623043,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "yin", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -623551,8 +623072,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10922", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10922", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -623560,11 +623082,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC16A1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031002", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031002.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -623574,8 +623096,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG14196", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -623604,8 +623125,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10922", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10922", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -623613,11 +623135,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC16A1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031010", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031010.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -623627,8 +623149,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8028", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -623657,8 +623178,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10922", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10922", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -623666,11 +623188,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC16A1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031011", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031011.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -623680,8 +623202,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8034", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -623710,8 +623231,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10922", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10922", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -623719,11 +623241,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC16A1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031012", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031012.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -623733,8 +623255,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8051", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -623763,8 +623284,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:10922", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10922", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -623772,11 +623294,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC16A1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033028", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033028.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -623786,8 +623308,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "hrm", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -623816,8 +623337,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10922", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10922", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -623825,11 +623347,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC16A1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0259834", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0259834.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -623839,8 +623361,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "out", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -623869,8 +623390,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10922", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10922", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -623878,11 +623400,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC16A1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033657", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033657.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -623892,8 +623414,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Sln", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -623922,8 +623443,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17027", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17027", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -623931,11 +623453,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC16A10", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0001296", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0001296.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -623945,8 +623467,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "kar", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -623974,8 +623495,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:23093", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23093", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -623983,11 +623505,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC16A11", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035173", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035173.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -623997,8 +623519,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG13907", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -624027,8 +623548,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23094", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23094", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -624036,11 +623558,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC16A12", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031002", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031002.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -624050,8 +623572,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG14196", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -624080,8 +623601,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23094", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23094", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -624089,11 +623611,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC16A12", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031010", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031010.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -624103,8 +623625,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8028", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -624133,8 +623654,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23094", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23094", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -624142,11 +623664,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC16A12", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031011", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031011.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -624156,8 +623678,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8034", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -624186,8 +623707,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23094", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23094", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -624195,11 +623717,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC16A12", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031012", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031012.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -624209,8 +623731,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8051", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -624239,8 +623760,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23094", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23094", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -624248,11 +623770,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC16A12", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033028", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033028.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -624262,8 +623784,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "hrm", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -624292,8 +623813,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:23094", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23094", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -624301,11 +623823,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC16A12", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0023549", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0023549.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -624315,8 +623837,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Mct1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -624345,8 +623866,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23094", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23094", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -624354,11 +623876,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC16A12", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0259834", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0259834.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -624368,8 +623890,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "out", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -624398,8 +623919,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23094", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23094", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -624407,11 +623929,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC16A12", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033657", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033657.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -624421,8 +623943,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Sln", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -624451,8 +623972,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:31037", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:31037", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -624460,11 +623982,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC16A13", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035173", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035173.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -624474,8 +623996,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG13907", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -624504,8 +624025,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:31037", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:31037", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -624513,11 +624035,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC16A13", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033913", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033913.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -624527,8 +624049,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8468", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -624557,8 +624078,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:31037", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:31037", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -624566,11 +624088,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC16A13", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033095", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033095.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -624580,8 +624102,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "chk", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -624610,8 +624131,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:31037", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:31037", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -624619,11 +624141,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC16A13", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033028", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033028.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -624633,8 +624155,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "hrm", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -624663,8 +624184,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26417", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26417", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -624672,11 +624194,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC16A14", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035173", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035173.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -624686,8 +624208,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG13907", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -624716,8 +624237,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26417", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26417", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -624725,11 +624247,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC16A14", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033913", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033913.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -624739,8 +624261,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8468", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -624769,8 +624290,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26417", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26417", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -624778,11 +624300,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC16A14", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033095", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033095.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -624792,8 +624314,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "chk", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -624822,8 +624343,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26417", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26417", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -624831,11 +624353,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC16A14", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0023549", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0023549.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -624845,8 +624367,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Mct1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -624875,8 +624396,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:10923", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10923", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -624884,11 +624406,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC16A2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0001296", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0001296.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -624898,8 +624420,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "kar", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -624928,8 +624449,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10924", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10924", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -624937,11 +624459,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC16A3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031002", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031002.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -624951,8 +624473,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG14196", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -624981,8 +624502,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10924", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10924", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -624990,11 +624512,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC16A3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031010", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031010.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -625004,8 +624526,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8028", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -625034,8 +624555,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10924", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10924", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -625043,11 +624565,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC16A3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031011", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031011.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -625057,8 +624579,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8034", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -625087,8 +624608,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10924", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10924", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -625096,11 +624618,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC16A3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031012", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031012.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -625110,8 +624632,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8051", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -625140,8 +624661,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:10924", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10924", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -625149,11 +624671,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC16A3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033028", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033028.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -625163,8 +624685,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "hrm", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -625193,8 +624714,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10924", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10924", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -625202,11 +624724,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC16A3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0259834", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0259834.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -625216,8 +624738,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "out", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -625246,8 +624767,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10924", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10924", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -625255,11 +624777,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC16A3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033657", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033657.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -625269,8 +624791,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Sln", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -625299,8 +624820,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10925", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10925", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -625308,11 +624830,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC16A4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035173", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035173.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -625322,8 +624844,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG13907", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -625352,8 +624873,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10925", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10925", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -625361,11 +624883,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC16A4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033913", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033913.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -625375,8 +624897,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8468", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -625405,8 +624926,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10925", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10925", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -625414,11 +624936,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC16A4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033095", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033095.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -625428,8 +624950,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "chk", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -625458,8 +624979,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:10926", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10926", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -625467,11 +624989,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC16A5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033028", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033028.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -625481,8 +625003,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "hrm", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -625511,8 +625032,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10926", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10926", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -625520,11 +625042,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC16A5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033657", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033657.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -625534,8 +625056,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Sln", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -625564,8 +625085,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10927", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10927", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -625573,11 +625095,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC16A6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033095", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033095.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -625587,8 +625109,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "chk", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -625617,8 +625138,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:10927", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10927", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -625626,11 +625148,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC16A6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0023549", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0023549.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -625640,8 +625162,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Mct1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -625670,8 +625191,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10928", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10928", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -625679,11 +625201,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC16A7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031002", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031002.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -625693,8 +625215,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG14196", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -625723,8 +625244,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10928", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10928", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -625732,11 +625254,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC16A7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031010", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031010.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -625746,8 +625268,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8028", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -625776,8 +625297,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10928", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10928", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -625785,11 +625307,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC16A7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031011", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031011.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -625799,8 +625321,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8034", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -625829,8 +625350,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10928", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10928", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -625838,11 +625360,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC16A7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031012", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031012.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -625852,8 +625374,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8051", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -625882,8 +625403,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:10928", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10928", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -625891,11 +625413,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC16A7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033028", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033028.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -625905,8 +625427,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "hrm", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -625935,8 +625456,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10928", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10928", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -625944,11 +625466,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC16A7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0259834", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0259834.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -625958,8 +625480,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "out", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -625988,8 +625509,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10928", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10928", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -625997,11 +625519,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC16A7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033657", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033657.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -626011,8 +625533,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Sln", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -626041,8 +625562,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:16270", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16270", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -626050,11 +625572,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC16A8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033028", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033028.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -626064,8 +625586,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "hrm", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -626094,8 +625615,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16270", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16270", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -626103,11 +625625,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC16A8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033657", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033657.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -626117,8 +625639,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Sln", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -626147,8 +625668,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:23520", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23520", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -626156,11 +625678,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC16A9", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035173", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035173.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -626170,8 +625692,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG13907", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -626200,8 +625721,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:23520", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23520", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -626209,11 +625731,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC16A9", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033913", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033913.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -626223,8 +625745,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8468", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -626253,8 +625774,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:23520", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23520", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -626262,11 +625784,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC16A9", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033095", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033095.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -626276,8 +625798,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "chk", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -626306,8 +625827,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:23520", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23520", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -626315,11 +625837,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC16A9", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0023549", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0023549.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -626329,8 +625851,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Mct1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -626359,8 +625880,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10933", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10933", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -626368,11 +625890,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC17A5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030452", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030452.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -626382,8 +625904,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "MFS10", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -626412,8 +625933,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10933", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10933", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -626421,11 +625943,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC17A5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038799", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038799.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -626435,8 +625957,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "MFS9", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -626465,8 +625986,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:16703", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16703", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -626474,11 +625996,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC17A6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031424", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031424.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -626488,8 +626010,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "VGlut", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -626518,8 +626039,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16704", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16704", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -626527,11 +626049,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC17A7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031424", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031424.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -626541,8 +626063,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "VGlut", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -626571,8 +626092,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20151", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20151", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -626580,11 +626102,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC17A8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031424", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031424.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -626594,8 +626116,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "VGlut", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -626624,8 +626145,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16192", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16192", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -626633,11 +626155,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC17A9", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0025684", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0025684.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -626647,8 +626169,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "MFS18", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -626676,8 +626197,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10934", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10934", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -626685,11 +626207,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC18A1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0260964", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0260964.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -626699,8 +626221,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Vmat", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -626729,8 +626250,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10935", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10935", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -626738,11 +626260,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC18A2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0260964", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0260964.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -626752,8 +626274,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Vmat", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -626782,8 +626303,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10936", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10936", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -626791,11 +626313,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC18A3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0270928", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0270928.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -626805,8 +626327,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "VAChT", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -626834,8 +626355,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10937", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10937", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -626843,11 +626365,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC19A1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037845", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037845.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -626857,8 +626379,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG14694", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -626887,8 +626408,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10937", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10937", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -626896,11 +626418,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC19A1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032449", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032449.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -626910,8 +626432,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG17036", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -626939,8 +626460,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10937", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10937", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -626948,11 +626470,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC19A1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037846", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037846.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -626962,8 +626484,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6574", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -626991,8 +626512,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10938", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10938", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -627000,11 +626522,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC19A2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037845", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037845.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -627014,8 +626536,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG14694", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -627044,8 +626565,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10938", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10938", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -627053,11 +626575,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC19A2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032449", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032449.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -627067,8 +626589,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG17036", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -627096,8 +626617,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10938", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10938", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -627105,11 +626627,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC19A2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037846", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037846.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -627119,8 +626641,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6574", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -627148,8 +626669,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16266", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16266", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -627157,11 +626679,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC19A3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037845", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037845.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -627171,8 +626693,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG14694", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -627201,8 +626722,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16266", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16266", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -627210,11 +626732,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC19A3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032449", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032449.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -627224,8 +626746,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG17036", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -627253,8 +626774,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16266", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16266", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -627262,11 +626784,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC19A3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037846", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037846.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -627276,8 +626798,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6574", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -627305,8 +626826,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:10939", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10939", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -627314,11 +626836,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC1A1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0026439", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026439.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -627328,8 +626850,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Eaat1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -627358,8 +626879,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10940", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10940", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -627367,11 +626889,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC1A2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0026438", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026438.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -627381,8 +626903,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Eaat2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -627411,8 +626932,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10941", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10941", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -627420,11 +626942,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC1A3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0026439", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026439.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -627434,8 +626956,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Eaat1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -627464,8 +626985,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:10942", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10942", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -627473,11 +626995,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC1A4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0026439", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026439.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -627487,8 +627009,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Eaat1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -627517,8 +627038,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:10943", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10943", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -627526,11 +627048,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC1A5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0026439", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026439.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -627540,8 +627062,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Eaat1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -627570,8 +627091,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:10944", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10944", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -627579,11 +627101,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC1A6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0026439", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026439.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -627593,8 +627115,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Eaat1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -627623,8 +627144,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:10945", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10945", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -627632,11 +627154,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC1A7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0026439", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026439.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -627646,8 +627168,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Eaat1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -627676,8 +627197,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10946", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10946", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -627685,11 +627207,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC20A1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0260795", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0260795.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -627699,8 +627221,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "NaPi-III", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -627728,8 +627249,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10947", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10947", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -627737,11 +627259,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC20A2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0260795", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0260795.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -627751,8 +627273,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "NaPi-III", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -627780,8 +627301,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:10963", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10963", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -627789,11 +627311,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC22A1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038407", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038407.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -627803,8 +627325,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6126", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -627833,8 +627354,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18057", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18057", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -627842,11 +627364,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC22A10", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035647", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035647.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -627856,8 +627378,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10486", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -627886,8 +627407,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18057", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18057", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -627895,11 +627417,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC22A10", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038260", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038260.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -627909,8 +627431,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG14855", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -627939,8 +627460,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18057", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18057", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -627948,11 +627470,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC22A10", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038261", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038261.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -627962,8 +627484,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG14856", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -627992,8 +627513,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18057", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18057", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -628001,11 +627523,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC22A10", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038262", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038262.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -628015,8 +627537,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG14857", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -628045,8 +627566,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18057", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18057", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -628054,11 +627576,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC22A10", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038719", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038719.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -628068,8 +627590,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG16727", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -628098,8 +627619,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18057", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18057", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -628107,11 +627629,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC22A10", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038717", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038717.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -628121,8 +627643,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG17751", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -628151,8 +627672,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18057", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18057", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -628160,11 +627682,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC22A10", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038718", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038718.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -628174,8 +627696,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG17752", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -628204,8 +627725,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18057", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18057", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -628213,11 +627735,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC22A10", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0259164", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0259164.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -628227,8 +627749,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG42269", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -628257,8 +627778,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18057", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18057", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -628266,11 +627788,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC22A10", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035645", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035645.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -628280,8 +627802,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5592", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -628310,8 +627831,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18057", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18057", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -628319,11 +627841,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC22A10", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038720", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038720.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -628333,8 +627855,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6231", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -628363,8 +627884,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18057", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18057", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -628372,11 +627894,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC22A10", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038938", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038938.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -628386,8 +627908,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7084", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -628416,8 +627937,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18057", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18057", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -628425,11 +627947,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC22A10", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038715", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038715.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -628439,8 +627961,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7333", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -628469,8 +627990,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18057", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18057", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -628478,11 +628000,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC22A10", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038716", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038716.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -628492,8 +628014,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7342", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -628522,8 +628043,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18120", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18120", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -628531,11 +628053,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC22A11", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035647", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035647.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -628545,8 +628067,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10486", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -628575,8 +628096,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18120", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18120", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -628584,11 +628106,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC22A11", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038260", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038260.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -628598,8 +628120,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG14855", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -628628,8 +628149,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18120", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18120", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -628637,11 +628159,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC22A11", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038261", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038261.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -628651,8 +628173,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG14856", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -628681,8 +628202,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18120", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18120", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -628690,11 +628212,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC22A11", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038262", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038262.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -628704,8 +628226,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG14857", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -628734,8 +628255,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18120", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18120", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -628743,11 +628265,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC22A11", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038719", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038719.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -628757,8 +628279,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG16727", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -628787,8 +628308,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18120", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18120", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -628796,11 +628318,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC22A11", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038717", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038717.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -628810,8 +628332,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG17751", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -628840,8 +628361,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18120", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18120", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -628849,11 +628371,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC22A11", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038718", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038718.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -628863,8 +628385,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG17752", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -628893,8 +628414,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18120", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18120", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -628902,11 +628424,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC22A11", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0259164", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0259164.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -628916,8 +628438,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG42269", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -628946,8 +628467,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18120", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18120", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -628955,11 +628477,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC22A11", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035645", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035645.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -628969,8 +628491,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5592", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -628999,8 +628520,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18120", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18120", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -629008,11 +628530,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC22A11", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038720", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038720.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -629022,8 +628544,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6231", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -629052,8 +628573,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18120", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18120", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -629061,11 +628583,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC22A11", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038938", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038938.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -629075,8 +628597,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7084", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -629105,8 +628626,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18120", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18120", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -629114,11 +628636,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC22A11", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038715", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038715.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -629128,8 +628650,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7333", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -629158,8 +628679,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18120", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18120", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -629167,11 +628689,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC22A11", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038716", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038716.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -629181,8 +628703,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7342", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -629211,8 +628732,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:17989", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17989", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -629220,11 +628742,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC22A12", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038407", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038407.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -629234,8 +628756,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6126", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -629264,8 +628785,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17989", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17989", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -629273,11 +628795,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC22A12", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034479", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034479.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -629287,8 +628809,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8654", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -629317,8 +628838,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:17989", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17989", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -629326,11 +628848,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC22A12", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0019952", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0019952.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -629340,8 +628862,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Orct", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -629370,8 +628891,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:17989", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17989", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -629379,11 +628901,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC22A12", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0086365", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0086365.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -629393,8 +628915,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Orct2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -629423,8 +628944,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8494", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8494", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -629432,11 +628954,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC22A13", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034479", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034479.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -629446,8 +628968,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8654", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -629476,8 +628997,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8494", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8494", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -629485,11 +629007,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC22A13", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0019952", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0019952.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -629499,8 +629021,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Orct", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -629529,8 +629050,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8494", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8494", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -629538,11 +629060,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC22A13", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0086365", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0086365.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -629552,8 +629074,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Orct2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -629582,8 +629103,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8495", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8495", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -629591,11 +629113,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC22A14", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038448", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038448.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -629605,8 +629127,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG12783", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -629635,8 +629156,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8495", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8495", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -629644,11 +629166,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC22A14", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037829", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037829.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -629658,8 +629180,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG14691", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -629688,8 +629209,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8495", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8495", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -629697,11 +629219,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC22A14", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030331", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030331.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -629711,8 +629233,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG15221", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -629741,8 +629262,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8495", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8495", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -629750,11 +629272,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC22A14", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051103", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051103.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -629764,8 +629286,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG31103", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -629794,8 +629315,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8495", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8495", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -629803,11 +629325,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC22A14", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051106", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051106.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -629817,8 +629339,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG31106", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -629847,8 +629368,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8495", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8495", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -629856,11 +629378,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC22A14", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051272", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051272.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -629870,8 +629392,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG31272", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -629900,8 +629421,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8495", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8495", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -629909,11 +629431,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC22A14", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0053233", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0053233.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -629923,8 +629445,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG33233", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -629953,8 +629474,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8495", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8495", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -629962,11 +629484,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC22A14", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0053234", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0053234.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -629976,8 +629498,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG33234", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -630006,8 +629527,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8495", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8495", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -630015,11 +629537,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC22A14", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040350", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040350.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -630029,8 +629551,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG3690", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -630059,8 +629580,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20301", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20301", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -630068,11 +629590,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC22A15", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035647", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035647.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -630082,8 +629604,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10486", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -630112,8 +629633,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20301", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20301", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -630121,11 +629643,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC22A15", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038260", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038260.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -630135,8 +629657,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG14855", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -630165,8 +629686,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20301", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20301", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -630174,11 +629696,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC22A15", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038261", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038261.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -630188,8 +629710,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG14856", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -630218,8 +629739,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20301", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20301", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -630227,11 +629749,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC22A15", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038262", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038262.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -630241,8 +629763,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG14857", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -630271,8 +629792,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20301", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20301", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -630280,11 +629802,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC22A15", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038719", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038719.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -630294,8 +629816,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG16727", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -630324,8 +629845,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20301", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20301", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -630333,11 +629855,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC22A15", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038717", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038717.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -630347,8 +629869,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG17751", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -630377,8 +629898,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20301", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20301", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -630386,11 +629908,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC22A15", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038718", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038718.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -630400,8 +629922,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG17752", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -630430,8 +629951,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20301", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20301", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -630439,11 +629961,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC22A15", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0259164", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0259164.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -630453,8 +629975,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG42269", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -630483,8 +630004,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20301", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20301", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -630492,11 +630014,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC22A15", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035645", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035645.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -630506,8 +630028,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5592", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -630536,8 +630057,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20301", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20301", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -630545,11 +630067,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC22A15", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038720", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038720.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -630559,8 +630081,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6231", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -630589,8 +630110,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20301", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20301", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -630598,11 +630120,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC22A15", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038938", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038938.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -630612,8 +630134,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7084", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -630642,8 +630163,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20301", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20301", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -630651,11 +630173,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC22A15", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038715", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038715.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -630665,8 +630187,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7333", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -630695,8 +630216,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20301", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20301", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -630704,11 +630226,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC22A15", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038716", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038716.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -630718,8 +630240,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7342", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -630748,8 +630269,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20302", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20302", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -630757,11 +630279,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC22A16", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038407", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038407.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -630771,8 +630293,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6126", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -630801,8 +630322,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20302", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20302", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -630810,11 +630332,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC22A16", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039178", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039178.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -630824,8 +630346,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6356", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -630854,8 +630375,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20302", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20302", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -630863,11 +630385,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC22A16", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034479", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034479.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -630877,8 +630399,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8654", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -630907,8 +630428,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23095", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23095", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -630916,11 +630438,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC22A17", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035647", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035647.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -630930,8 +630452,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10486", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -630960,8 +630481,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23095", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23095", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -630969,11 +630491,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC22A17", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038260", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038260.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -630983,8 +630505,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG14855", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -631013,8 +630534,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23095", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23095", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -631022,11 +630544,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC22A17", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038261", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038261.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -631036,8 +630558,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG14856", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -631066,8 +630587,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23095", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23095", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -631075,11 +630597,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC22A17", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038262", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038262.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -631089,8 +630611,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG14857", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -631119,8 +630640,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23095", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23095", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -631128,11 +630650,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC22A17", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038719", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038719.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -631142,8 +630664,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG16727", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -631172,8 +630693,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23095", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23095", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -631181,11 +630703,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC22A17", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038717", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038717.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -631195,8 +630717,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG17751", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -631225,8 +630746,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23095", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23095", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -631234,11 +630756,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC22A17", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038718", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038718.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -631248,8 +630770,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG17752", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -631278,8 +630799,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23095", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23095", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -631287,11 +630809,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC22A17", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0259164", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0259164.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -631301,8 +630823,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG42269", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -631331,8 +630852,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23095", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23095", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -631340,11 +630862,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC22A17", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035645", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035645.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -631354,8 +630876,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5592", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -631384,8 +630905,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23095", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23095", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -631393,11 +630915,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC22A17", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038720", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038720.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -631407,8 +630929,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6231", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -631437,8 +630958,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23095", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23095", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -631446,11 +630968,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC22A17", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038938", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038938.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -631460,8 +630982,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7084", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -631490,8 +631011,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23095", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23095", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -631499,11 +631021,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC22A17", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038715", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038715.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -631513,8 +631035,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7333", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -631543,8 +631064,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23095", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23095", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -631552,11 +631074,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC22A17", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038716", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038716.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -631566,8 +631088,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7342", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -631596,8 +631117,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:10966", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10966", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -631605,11 +631127,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC22A2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038407", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038407.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -631619,8 +631141,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6126", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -631649,8 +631170,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21106", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21106", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -631658,11 +631180,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC22A23", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0264907", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0264907.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -631672,8 +631194,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG44098", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -631702,8 +631223,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21106", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21106", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -631711,11 +631233,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC22A23", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038753", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038753.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -631725,8 +631247,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG4459", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -631755,8 +631276,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21106", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21106", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -631764,11 +631286,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC22A23", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0063649", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0063649.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -631778,8 +631300,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6006", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -631808,8 +631329,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21106", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21106", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -631817,11 +631339,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC22A23", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038404", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038404.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -631831,8 +631353,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8925", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -631861,8 +631382,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:32935", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:32935", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -631870,11 +631392,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC22A25", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035647", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035647.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -631884,8 +631406,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10486", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -631914,8 +631435,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:32935", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:32935", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -631923,11 +631445,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC22A25", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038260", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038260.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -631937,8 +631459,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG14855", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -631967,8 +631488,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:32935", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:32935", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -631976,11 +631498,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC22A25", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038261", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038261.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -631990,8 +631512,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG14856", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -632020,8 +631541,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:32935", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:32935", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -632029,11 +631551,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC22A25", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038262", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038262.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -632043,8 +631565,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG14857", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -632073,8 +631594,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:32935", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:32935", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -632082,11 +631604,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC22A25", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038719", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038719.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -632096,8 +631618,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG16727", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -632126,8 +631647,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:32935", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:32935", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -632135,11 +631657,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC22A25", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038717", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038717.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -632149,8 +631671,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG17751", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -632179,8 +631700,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:32935", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:32935", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -632188,11 +631710,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC22A25", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038718", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038718.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -632202,8 +631724,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG17752", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -632232,8 +631753,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:32935", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:32935", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -632241,11 +631763,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC22A25", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0259164", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0259164.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -632255,8 +631777,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG42269", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -632285,8 +631806,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:32935", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:32935", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -632294,11 +631816,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC22A25", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035645", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035645.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -632308,8 +631830,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5592", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -632338,8 +631859,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:32935", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:32935", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -632347,11 +631869,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC22A25", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038720", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038720.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -632361,8 +631883,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6231", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -632391,8 +631912,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:32935", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:32935", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -632400,11 +631922,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC22A25", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038938", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038938.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -632414,8 +631936,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7084", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -632444,8 +631965,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:32935", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:32935", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -632453,11 +631975,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC22A25", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038715", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038715.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -632467,8 +631989,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7333", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -632497,8 +632018,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:32935", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:32935", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -632506,11 +632028,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC22A25", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038716", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038716.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -632520,8 +632042,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7342", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -632550,8 +632071,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:10967", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10967", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -632559,11 +632081,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC22A3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038407", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038407.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -632573,8 +632095,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6126", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -632603,8 +632124,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10968", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10968", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -632612,11 +632134,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC22A4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033778", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033778.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -632626,8 +632148,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Balat", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -632656,8 +632177,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10968", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10968", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -632665,11 +632187,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC22A4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034479", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034479.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -632679,8 +632201,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8654", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -632709,8 +632230,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:10968", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10968", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -632718,11 +632240,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC22A4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0019952", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0019952.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -632732,8 +632254,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Orct", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -632762,8 +632283,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10969", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10969", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -632771,11 +632293,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC22A5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033778", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033778.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -632785,8 +632307,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Balat", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -632815,8 +632336,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10969", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10969", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -632824,11 +632346,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC22A5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034479", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034479.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -632838,8 +632360,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8654", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -632868,8 +632389,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:10969", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10969", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -632877,11 +632399,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC22A5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0019952", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0019952.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -632891,8 +632413,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Orct", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -632921,8 +632442,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:10970", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10970", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -632930,11 +632452,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC22A6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038407", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038407.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -632944,8 +632466,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6126", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -632974,8 +632495,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10970", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10970", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -632983,11 +632505,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC22A6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034479", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034479.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -632997,8 +632519,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8654", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -633027,8 +632548,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:10970", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10970", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -633036,11 +632558,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC22A6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0019952", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0019952.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -633050,8 +632572,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Orct", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -633080,8 +632601,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:10970", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10970", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -633089,11 +632611,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC22A6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0086365", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0086365.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -633103,8 +632625,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Orct2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -633133,8 +632654,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:10971", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10971", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -633142,11 +632664,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC22A7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029896", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029896.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -633156,8 +632678,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG3168", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -633186,8 +632707,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:10972", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10972", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -633195,11 +632717,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC22A8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029896", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029896.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -633209,8 +632731,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG3168", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -633239,8 +632760,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16261", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16261", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -633248,11 +632770,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC22A9", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035647", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035647.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -633262,8 +632784,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10486", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -633292,8 +632813,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16261", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16261", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -633301,11 +632823,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC22A9", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038260", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038260.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -633315,8 +632837,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG14855", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -633345,8 +632866,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16261", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16261", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -633354,11 +632876,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC22A9", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038261", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038261.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -633368,8 +632890,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG14856", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -633398,8 +632919,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16261", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16261", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -633407,11 +632929,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC22A9", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038262", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038262.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -633421,8 +632943,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG14857", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -633451,8 +632972,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16261", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16261", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -633460,11 +632982,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC22A9", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038719", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038719.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -633474,8 +632996,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG16727", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -633504,8 +633025,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16261", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16261", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -633513,11 +633035,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC22A9", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038717", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038717.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -633527,8 +633049,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG17751", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -633557,8 +633078,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16261", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16261", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -633566,11 +633088,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC22A9", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038718", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038718.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -633580,8 +633102,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG17752", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -633610,8 +633131,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16261", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16261", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -633619,11 +633141,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC22A9", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0259164", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0259164.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -633633,8 +633155,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG42269", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -633663,8 +633184,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16261", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16261", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -633672,11 +633194,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC22A9", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035645", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035645.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -633686,8 +633208,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5592", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -633716,8 +633237,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16261", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16261", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -633725,11 +633247,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC22A9", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038720", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038720.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -633739,8 +633261,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6231", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -633769,8 +633290,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16261", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16261", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -633778,11 +633300,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC22A9", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038938", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038938.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -633792,8 +633314,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7084", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -633822,8 +633343,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16261", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16261", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -633831,11 +633353,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC22A9", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038715", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038715.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -633845,8 +633367,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7333", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -633875,8 +633396,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16261", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16261", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -633884,11 +633406,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC22A9", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038716", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038716.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -633898,8 +633420,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7342", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -633928,8 +633449,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10974", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10974", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -633937,11 +633459,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC23A1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037807", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037807.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -633951,8 +633473,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6293", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -633981,8 +633502,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10973", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10973", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -633990,11 +633512,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC23A2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037807", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037807.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -634004,8 +633526,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6293", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -634034,8 +633555,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:10975", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10975", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -634043,11 +633565,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC24A1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028704", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028704.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -634057,8 +633579,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Nckx30C", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -634087,8 +633608,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10976", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10976", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -634096,11 +633618,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC24A2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028704", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028704.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -634110,8 +633632,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Nckx30C", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -634139,8 +633660,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10977", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10977", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -634148,11 +633670,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC24A3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0265767", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0265767.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -634162,8 +633684,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "zyd", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -634192,8 +633713,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10978", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10978", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -634201,11 +633723,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC24A4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0265767", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0265767.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -634215,8 +633737,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "zyd", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -634245,8 +633766,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20611", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20611", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -634254,11 +633776,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC24A5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037238", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037238.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -634268,8 +633790,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG1090", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -634298,8 +633819,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20611", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20611", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -634307,11 +633829,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC24A5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040031", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040031.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -634321,8 +633843,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG12061", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -634351,8 +633872,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10979", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10979", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -634360,11 +633882,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC25A1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037912", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037912.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -634374,8 +633896,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "sea", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -634404,8 +633925,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10980", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10980", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -634413,11 +633935,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC25A10", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037668", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037668.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -634427,8 +633949,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG16736", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -634457,8 +633978,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10980", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10980", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -634466,11 +633988,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC25A10", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036807", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036807.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -634480,8 +634002,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6893", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -634510,8 +634031,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10980", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10980", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -634519,11 +634041,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC25A10", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027610", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027610.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -634533,8 +634055,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Dic1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -634562,8 +634083,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10980", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10980", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -634571,11 +634093,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC25A10", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038797", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038797.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -634585,8 +634107,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Dic2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -634615,8 +634136,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10980", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10980", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -634624,11 +634146,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC25A10", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033248", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033248.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -634638,8 +634160,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Dic3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -634668,8 +634189,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10980", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10980", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -634677,11 +634199,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC25A10", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036808", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036808.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -634691,8 +634213,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Dic4", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -634721,8 +634242,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10981", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10981", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -634730,11 +634252,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC25A11", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035568", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035568.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -634744,8 +634266,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG18418", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -634774,8 +634295,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10981", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10981", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -634783,11 +634305,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC25A11", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039674", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039674.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -634797,8 +634319,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG1907", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -634826,8 +634347,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10981", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10981", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -634835,11 +634357,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC25A11", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035567", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035567.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -634849,8 +634371,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7514", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -634879,8 +634400,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10982", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10982", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -634888,11 +634410,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC25A12", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028646", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028646.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -634902,8 +634424,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "aralar1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -634931,8 +634452,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:10983", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10983", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -634940,11 +634462,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC25A13", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028646", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028646.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -634954,8 +634476,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "aralar1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -634984,8 +634505,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10984", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10984", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -634993,11 +634515,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC25A14", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036199", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036199.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -635007,8 +634529,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Bmcp", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -635036,8 +634557,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10985", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10985", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -635045,11 +634567,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC25A15", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030218", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030218.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -635059,8 +634581,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG1628", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -635089,8 +634610,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10987", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10987", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -635098,11 +634620,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC25A17", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052250", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052250.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -635112,8 +634634,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "PMP34", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -635142,8 +634663,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10988", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10988", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -635151,11 +634673,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC25A18", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0260743", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0260743.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -635165,8 +634687,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "GC1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -635195,8 +634716,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10988", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10988", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -635204,11 +634726,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC25A18", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037970", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037970.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -635218,8 +634740,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "GC2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -635248,8 +634769,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14409", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14409", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -635257,11 +634779,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC25A19", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037852", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037852.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -635271,8 +634793,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Tpc1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -635300,8 +634821,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14409", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14409", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -635309,11 +634831,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC25A19", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035078", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035078.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -635323,8 +634845,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Tpc2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -635353,8 +634874,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:22921", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:22921", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -635362,11 +634884,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC25A2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030218", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030218.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -635376,8 +634898,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG1628", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -635406,8 +634927,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1421", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1421", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -635415,11 +634937,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC25A20", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0019830", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0019830.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -635429,8 +634951,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "colt", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -635459,8 +634980,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1421", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1421", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -635468,11 +634990,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC25A20", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031881", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031881.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -635482,8 +635004,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "MME1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -635512,8 +635033,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14411", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14411", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -635521,11 +635043,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC25A21", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040383", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040383.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -635535,8 +635057,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5254", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -635565,8 +635086,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14411", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14411", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -635574,11 +635096,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC25A21", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032090", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032090.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -635588,8 +635110,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG9582", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -635618,8 +635139,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19954", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19954", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -635627,11 +635149,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC25A22", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0260743", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0260743.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -635641,8 +635163,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "GC1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -635671,8 +635192,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19954", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19954", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -635680,11 +635202,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC25A22", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037970", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037970.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -635694,8 +635216,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "GC2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -635724,8 +635245,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19375", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19375", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -635733,11 +635255,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC25A23", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052103", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052103.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -635747,8 +635269,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "SCaMC", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -635776,8 +635297,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:20662", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20662", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -635785,11 +635307,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC25A24", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052103", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052103.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -635799,8 +635321,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "SCaMC", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -635829,8 +635350,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20663", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20663", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -635838,11 +635360,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC25A25", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052103", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052103.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -635852,8 +635374,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "SCaMC", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -635881,8 +635402,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20661", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20661", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -635890,11 +635412,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC25A26", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039357", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039357.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -635904,8 +635426,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG4743", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -635934,8 +635455,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21065", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21065", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -635943,11 +635465,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC25A27", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030872", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030872.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -635957,8 +635479,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ucp4A", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -635986,8 +635507,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21065", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21065", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -635995,11 +635517,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC25A27", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031758", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031758.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -636009,8 +635531,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ucp4B", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -636039,8 +635560,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21065", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21065", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -636048,11 +635570,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC25A27", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031757", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031757.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -636062,8 +635584,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ucp4C", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -636092,8 +635613,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23472", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23472", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -636101,11 +635623,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC25A28", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039561", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039561.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -636115,8 +635637,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mfrn", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -636144,8 +635665,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20116", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20116", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -636153,11 +635675,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC25A29", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032219", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032219.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -636167,8 +635689,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG4995", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -636197,8 +635718,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10989", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10989", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -636206,11 +635728,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC25A3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034497", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034497.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -636220,8 +635742,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Mpcp1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -636249,8 +635770,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10989", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10989", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -636258,11 +635780,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC25A3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0026409", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026409.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -636272,8 +635794,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Mpcp2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -636301,8 +635822,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:27371", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:27371", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -636310,11 +635832,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC25A30", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036199", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036199.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -636324,8 +635846,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Bmcp", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -636353,8 +635874,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:25319", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25319", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -636362,11 +635884,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC25A31", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0025111", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0025111.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -636376,8 +635898,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ant2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -636406,8 +635927,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:25319", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25319", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -636415,11 +635937,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC25A31", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003360", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003360.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -636429,8 +635951,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "sesB", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -636459,8 +635980,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29683", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29683", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -636468,11 +635990,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC25A32", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033391", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033391.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -636482,8 +636004,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8026", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -636512,8 +636033,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:29681", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29681", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -636521,11 +636043,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC25A33", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031359", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031359.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -636535,8 +636057,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rim2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -636565,8 +636086,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:27653", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:27653", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -636574,11 +636096,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC25A34", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033905", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033905.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -636588,8 +636110,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG18324", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -636618,8 +636139,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:27653", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:27653", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -636627,11 +636149,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC25A34", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033904", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033904.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -636641,8 +636163,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG18327", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -636671,8 +636192,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:27653", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:27653", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -636680,11 +636202,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC25A34", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033903", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033903.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -636694,8 +636216,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8323", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -636724,8 +636245,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:31921", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:31921", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -636733,11 +636255,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC25A35", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033905", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033905.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -636747,8 +636269,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG18324", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -636777,8 +636298,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:31921", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:31921", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -636786,11 +636308,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC25A35", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033904", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033904.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -636800,8 +636322,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG18327", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -636830,8 +636351,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:31921", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:31921", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -636839,11 +636361,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC25A35", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033903", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033903.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -636853,8 +636375,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8323", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -636883,8 +636404,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25554", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25554", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -636892,11 +636414,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC25A36", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031359", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031359.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -636906,8 +636428,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rim2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -636936,8 +636457,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29786", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29786", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -636945,11 +636467,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC25A37", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039561", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039561.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -636959,8 +636481,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mfrn", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -636988,8 +636509,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24279", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24279", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -636997,11 +636519,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC25A39", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037512", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037512.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -637011,8 +636533,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG2616", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -637041,8 +636562,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24279", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24279", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -637050,11 +636572,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC25A39", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031039", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031039.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -637064,8 +636586,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Shawn", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -637094,8 +636615,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24279", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24279", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -637103,11 +636625,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC25A39", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031038", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031038.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -637117,8 +636639,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Tyler", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -637147,8 +636668,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10990", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10990", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -637156,11 +636678,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC25A4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0025111", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0025111.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -637170,8 +636692,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ant2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -637200,8 +636721,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10990", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10990", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -637209,11 +636731,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC25A4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003360", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003360.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -637223,8 +636745,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "sesB", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -637253,8 +636774,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29680", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29680", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -637262,11 +636784,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC25A40", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037512", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037512.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -637276,8 +636798,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG2616", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -637306,8 +636827,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29680", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29680", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -637315,11 +636837,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC25A40", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031039", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031039.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -637329,8 +636851,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Shawn", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -637359,8 +636880,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29680", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29680", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -637368,11 +636890,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC25A40", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031038", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031038.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -637382,8 +636904,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Tyler", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -637412,8 +636933,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:28533", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28533", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -637421,11 +636943,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC25A41", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052103", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052103.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -637435,8 +636957,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "SCaMC", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -637465,8 +636986,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28380", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28380", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -637474,11 +636996,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC25A42", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0067783", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0067783.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -637488,8 +637010,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "DPCoAC", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -637518,8 +637039,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29036", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29036", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -637527,11 +637049,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC25A44", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039223", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039223.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -637541,8 +637063,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5805", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -637571,8 +637092,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:27442", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:27442", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -637580,11 +637102,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC25A45", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039525", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039525.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -637594,8 +637116,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5646", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -637624,8 +637145,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25198", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25198", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -637633,11 +637155,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC25A46", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030717", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030717.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -637647,8 +637169,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Slc25A46a", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -637676,8 +637197,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25198", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25198", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -637685,11 +637207,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC25A46", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032664", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032664.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -637699,8 +637221,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Slc25A46b", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -637728,8 +637249,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20115", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20115", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -637737,11 +637259,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC25A47", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039525", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039525.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -637751,8 +637273,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5646", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -637781,8 +637302,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30451", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30451", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -637790,11 +637312,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC25A48", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039525", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039525.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -637804,8 +637326,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5646", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -637834,8 +637355,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10991", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10991", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -637843,11 +637365,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC25A5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0025111", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0025111.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -637857,8 +637379,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ant2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -637887,8 +637408,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10991", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10991", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -637896,11 +637418,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC25A5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003360", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003360.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -637910,8 +637432,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "sesB", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -637940,8 +637461,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23323", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23323", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -637949,11 +637471,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC25A51", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039741", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039741.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -637963,8 +637485,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7943", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -637993,8 +637514,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23324", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23324", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -638002,11 +637524,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC25A52", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039741", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039741.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -638016,8 +637538,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7943", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -638046,8 +637567,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:31894", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:31894", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -638055,11 +637577,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC25A53", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039741", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039741.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -638069,8 +637591,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7943", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -638099,8 +637620,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:10992", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10992", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -638108,11 +637630,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC25A6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003360", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003360.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -638122,8 +637644,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "sesB", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -638152,8 +637673,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:10993", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10993", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -638161,11 +637683,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC26A1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036770", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036770.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -638175,8 +637697,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Prestin", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -638205,8 +637726,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:14470", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14470", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -638214,11 +637736,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC26A10", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036770", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036770.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -638228,8 +637750,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Prestin", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -638258,8 +637779,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14471", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14471", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -638267,11 +637789,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC26A11", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034275", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034275.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -638281,8 +637803,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5002", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -638310,8 +637831,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14471", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14471", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -638319,11 +637841,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC26A11", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038354", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038354.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -638333,8 +637855,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5404", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -638363,8 +637884,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14471", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14471", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -638372,11 +637894,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC26A11", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038337", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038337.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -638386,8 +637908,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6125", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -638416,8 +637937,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14471", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14471", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -638425,11 +637947,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC26A11", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036240", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036240.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -638439,8 +637961,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6928", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -638469,8 +637990,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14471", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14471", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -638478,11 +638000,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC26A11", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039736", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039736.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -638492,8 +638014,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7912", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -638521,8 +638042,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14471", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14471", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -638530,11 +638052,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC26A11", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039787", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039787.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -638544,8 +638066,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG9702", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -638574,8 +638095,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14471", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14471", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -638583,11 +638105,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC26A11", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039789", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039789.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -638597,8 +638119,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG9717", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -638627,8 +638148,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14471", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14471", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -638636,11 +638158,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC26A11", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0013953", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0013953.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -638650,8 +638172,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Esp", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -638680,8 +638201,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:10994", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10994", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -638689,11 +638211,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC26A2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036770", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036770.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -638703,8 +638225,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Prestin", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -638733,8 +638254,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:3018", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3018", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -638742,11 +638264,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC26A3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036770", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036770.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -638756,8 +638278,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Prestin", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -638786,8 +638307,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8818", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8818", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -638795,11 +638317,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC26A4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036770", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036770.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -638809,8 +638331,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Prestin", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -638839,8 +638360,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9359", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9359", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -638848,11 +638370,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC26A5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036770", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036770.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -638862,8 +638384,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Prestin", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -638892,8 +638413,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14472", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14472", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -638901,11 +638423,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC26A6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036770", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036770.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -638915,8 +638437,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Prestin", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -638945,8 +638466,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:14467", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14467", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -638954,11 +638476,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC26A7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036770", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036770.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -638968,8 +638490,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Prestin", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -638998,8 +638519,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:14468", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14468", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -639007,11 +638529,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC26A8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036770", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036770.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -639021,8 +638543,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Prestin", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -639051,8 +638572,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:14469", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14469", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -639060,11 +638582,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC26A9", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036770", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036770.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -639074,8 +638596,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Prestin", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -639104,8 +638625,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10995", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10995", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -639113,11 +638635,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC27A1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0267828", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0267828.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -639127,8 +638649,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Fatp1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -639157,8 +638678,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10995", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10995", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -639166,11 +638688,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC27A1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0265187", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0265187.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -639180,8 +638702,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Fatp2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -639209,8 +638730,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10995", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10995", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -639218,11 +638740,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC27A1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034999", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034999.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -639232,8 +638754,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Fatp3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -639262,8 +638783,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:10996", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10996", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -639271,11 +638793,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC27A2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0267828", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0267828.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -639285,8 +638807,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Fatp1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -639315,8 +638836,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:10996", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10996", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -639324,11 +638846,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC27A2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0265187", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0265187.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -639338,8 +638860,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Fatp2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -639368,8 +638889,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:10996", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10996", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -639377,11 +638899,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC27A2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034999", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034999.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -639391,8 +638913,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Fatp3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -639421,8 +638942,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:10997", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10997", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -639430,11 +638952,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC27A3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0267828", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0267828.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -639444,8 +638966,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Fatp1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -639474,8 +638995,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:10997", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10997", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -639483,11 +639005,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC27A3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0265187", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0265187.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -639497,8 +639019,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Fatp2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -639527,8 +639048,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:10997", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10997", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -639536,11 +639058,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC27A3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034999", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034999.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -639550,8 +639072,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Fatp3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -639580,8 +639101,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10998", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10998", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -639589,11 +639111,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC27A4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0267828", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0267828.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -639603,8 +639125,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Fatp1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -639633,8 +639154,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10998", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10998", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -639642,11 +639164,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC27A4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0265187", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0265187.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -639656,8 +639178,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Fatp2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -639685,8 +639206,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10998", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10998", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -639694,11 +639216,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC27A4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034999", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034999.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -639708,8 +639230,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Fatp3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -639738,8 +639259,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:10999", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10999", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -639747,11 +639269,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC27A5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0267828", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0267828.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -639761,8 +639283,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Fatp1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -639791,8 +639312,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:10999", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10999", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -639800,11 +639322,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC27A5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0265187", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0265187.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -639814,8 +639336,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Fatp2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -639844,8 +639365,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:10999", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10999", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -639853,11 +639375,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC27A5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034999", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034999.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -639867,8 +639389,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Fatp3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -639897,8 +639418,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:11000", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11000", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -639906,11 +639428,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC27A6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0267828", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0267828.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -639920,8 +639442,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Fatp1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -639950,8 +639471,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:11000", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11000", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -639959,11 +639481,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC27A6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0265187", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0265187.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -639973,8 +639495,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Fatp2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -640003,8 +639524,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:11000", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11000", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -640012,11 +639534,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC27A6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034999", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034999.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -640026,8 +639548,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Fatp3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -640056,8 +639577,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11001", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11001", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -640065,11 +639587,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC28A1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033371", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033371.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -640079,8 +639601,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CNT1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -640108,8 +639629,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11001", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11001", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -640117,11 +639639,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC28A1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0025709", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0025709.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -640131,8 +639653,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CNT2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -640160,8 +639681,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11002", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11002", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -640169,11 +639691,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC28A2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033371", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033371.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -640183,8 +639705,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CNT1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -640212,8 +639733,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11002", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11002", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -640221,11 +639743,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC28A2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0025709", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0025709.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -640235,8 +639757,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CNT2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -640264,8 +639785,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:16484", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16484", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -640273,11 +639795,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC28A3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033371", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033371.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -640287,8 +639809,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CNT1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -640317,8 +639838,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:16484", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16484", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -640326,11 +639848,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC28A3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0025709", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0025709.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -640340,8 +639862,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CNT2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -640370,8 +639891,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11003", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11003", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -640379,11 +639901,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC29A1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031250", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031250.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -640393,8 +639915,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ent1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -640423,8 +639944,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11003", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11003", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -640432,11 +639954,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC29A1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0263916", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0263916.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -640446,8 +639968,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ent2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -640476,8 +639997,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:11004", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11004", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -640485,11 +640007,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC29A2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031250", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031250.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -640499,8 +640021,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ent1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -640529,8 +640050,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11004", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11004", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -640538,11 +640060,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC29A2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0263916", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0263916.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -640552,8 +640074,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ent2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -640582,8 +640103,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23096", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23096", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -640591,11 +640113,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC29A3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031250", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031250.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -640605,8 +640127,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ent1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -640635,8 +640156,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23096", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23096", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -640644,11 +640166,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC29A3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0263916", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0263916.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -640658,8 +640180,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ent2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -640688,8 +640209,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23097", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23097", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -640697,11 +640219,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC29A4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036319", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036319.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -640711,8 +640233,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ent3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -640741,8 +640262,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11005", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11005", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -640750,11 +640272,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC2A1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033047", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033047.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -640764,8 +640286,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7882", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -640794,8 +640315,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11005", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11005", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -640803,11 +640325,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC2A1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0264574", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0264574.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -640817,8 +640339,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Glut1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -640847,8 +640368,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11005", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11005", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -640856,11 +640378,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC2A1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028563", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028563.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -640870,8 +640392,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "sut1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -640900,8 +640421,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11005", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11005", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -640909,11 +640431,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC2A1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028562", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028562.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -640923,8 +640445,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "sut2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -640953,8 +640474,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11005", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11005", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -640962,11 +640484,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC2A1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028561", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028561.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -640976,8 +640498,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "sut3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -641006,8 +640527,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18301", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18301", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -641015,11 +640537,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC2A14", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033047", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033047.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -641029,8 +640551,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7882", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -641059,8 +640580,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:18301", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18301", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -641068,11 +640590,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC2A14", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0264574", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0264574.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -641082,8 +640604,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Glut1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -641112,8 +640633,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18301", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18301", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -641121,11 +640643,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC2A14", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028563", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028563.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -641135,8 +640657,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "sut1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -641165,8 +640686,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18301", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18301", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -641174,11 +640696,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC2A14", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028562", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028562.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -641188,8 +640710,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "sut2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -641218,8 +640739,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18301", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18301", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -641227,11 +640749,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC2A14", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028561", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028561.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -641241,8 +640763,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "sut3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -641271,8 +640792,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11006", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11006", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -641280,11 +640802,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC2A2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033047", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033047.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -641294,8 +640816,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7882", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -641324,8 +640845,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:11006", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11006", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -641333,11 +640855,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC2A2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0264574", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0264574.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -641347,8 +640869,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Glut1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -641377,8 +640898,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11006", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11006", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -641386,11 +640908,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC2A2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028563", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028563.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -641400,8 +640922,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "sut1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -641430,8 +640951,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11006", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11006", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -641439,11 +640961,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC2A2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028562", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028562.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -641453,8 +640975,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "sut2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -641483,8 +641004,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11006", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11006", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -641492,11 +641014,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC2A2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028561", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028561.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -641506,8 +641028,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "sut3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -641536,8 +641057,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11007", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11007", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -641545,11 +641067,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC2A3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033047", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033047.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -641559,8 +641081,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7882", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -641589,8 +641110,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11007", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11007", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -641598,11 +641120,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC2A3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0264574", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0264574.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -641612,8 +641134,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Glut1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -641642,8 +641163,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11007", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11007", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -641651,11 +641173,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC2A3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028563", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028563.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -641665,8 +641187,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "sut1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -641695,8 +641216,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11007", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11007", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -641704,11 +641226,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC2A3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028562", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028562.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -641718,8 +641240,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "sut2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -641748,8 +641269,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11007", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11007", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -641757,11 +641279,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC2A3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028561", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028561.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -641771,8 +641293,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "sut3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -641801,8 +641322,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11009", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11009", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -641810,11 +641332,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC2A4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033047", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033047.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -641824,8 +641346,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7882", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -641854,8 +641375,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11009", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11009", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -641863,11 +641385,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC2A4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0264574", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0264574.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -641877,8 +641399,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Glut1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -641907,8 +641428,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11009", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11009", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -641916,11 +641438,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC2A4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028563", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028563.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -641930,8 +641452,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "sut1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -641960,8 +641481,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11009", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11009", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -641969,11 +641491,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC2A4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028562", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028562.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -641983,8 +641505,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "sut2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -642013,8 +641534,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11009", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11009", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -642022,11 +641544,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC2A4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028561", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028561.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -642036,8 +641558,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "sut3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -642066,8 +641587,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:15930", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15930", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -642075,11 +641597,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC2A4RG", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0267336", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0267336.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -642089,8 +641611,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Glut4EF", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -642119,8 +641640,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11010", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11010", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -642128,11 +641650,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC2A5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033047", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033047.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -642142,8 +641664,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7882", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -642172,8 +641693,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11010", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11010", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -642181,11 +641703,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC2A5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028563", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028563.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -642195,8 +641717,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "sut1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -642225,8 +641746,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11010", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11010", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -642234,11 +641756,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC2A5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028562", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028562.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -642248,8 +641770,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "sut2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -642278,8 +641799,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11010", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11010", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -642287,11 +641809,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC2A5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028561", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028561.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -642301,8 +641823,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "sut3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -642331,8 +641852,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11011", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11011", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -642340,11 +641862,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC2A6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037386", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037386.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -642354,8 +641876,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG1208", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -642384,8 +641905,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11011", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11011", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -642393,11 +641915,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC2A6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037387", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037387.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -642407,8 +641929,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG1213", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -642437,8 +641958,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11011", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11011", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -642446,11 +641968,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC2A6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037486", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037486.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -642460,8 +641982,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG14605", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -642490,8 +642011,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11011", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11011", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -642499,11 +642021,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC2A6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037485", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037485.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -642513,8 +642035,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG14606", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -642543,8 +642064,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11011", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11011", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -642552,11 +642074,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC2A6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031517", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031517.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -642566,8 +642088,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG15406", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -642596,8 +642117,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11011", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11011", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -642605,11 +642127,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC2A6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031523", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031523.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -642619,8 +642141,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG15408", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -642649,8 +642170,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11011", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11011", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -642658,11 +642180,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC2A6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051100", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051100.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -642672,8 +642194,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG31100", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -642702,8 +642223,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11011", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11011", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -642711,11 +642233,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC2A6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031522", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031522.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -642725,8 +642247,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG3285", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -642755,8 +642276,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11011", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11011", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -642764,11 +642286,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC2A6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0053281", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0053281.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -642778,8 +642300,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG33281", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -642808,8 +642329,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11011", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11011", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -642817,11 +642339,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC2A6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0053282", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0053282.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -642831,8 +642353,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG33282", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -642861,8 +642382,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11011", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11011", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -642870,11 +642392,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC2A6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029932", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029932.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -642884,61 +642406,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG4607", - "taxonId": "NCBITaxon:7227", - "url": null - }, - "methodCount": 3, - "predictionMethodsMatched": [ - "Ensembl Compara", - "PANTHER", - "PhylomeDB" - ], - "predictionMethodsNotCalled": [ - "HGNC", - "ZFIN" - ], - "predictionMethodsNotMatched": [ - "Hieranoid", - "InParanoid", - "OMA", - "OrthoFinder", - "OrthoInspector", - "Roundup", - "TreeFam" - ], - "stringencyFilter": "stringent", - "totalMethodCount": 10 - }, - { - "best": "No", - "bestReverse": "Yes", - "gene": { - "id": "HGNC:11011", - "species": { - "commonNames": "['human']", - "dataProviderFullName": "Rat Genome Database", - "dataProviderShortName": "RGD", - "name": "Homo sapiens", - "shortName": "Hsa", - "taxonId": "NCBITaxon:9606" - }, - "symbol": "SLC2A6", - "taxonId": "NCBITaxon:9606", - "url": null - }, - "homologGene": { - "id": "FB:FBgn0034909", - "species": { - "commonNames": "['fly', 'fruit fly', 'dme']", - "dataProviderFullName": "FlyBase", - "dataProviderShortName": "FB", - "name": "Drosophila melanogaster", - "shortName": "Dme", - "taxonId": "NCBITaxon:7227" - }, - "symbol": "CG4797", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -642967,8 +642435,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11011", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11011", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -642976,11 +642445,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC2A6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034247", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034247.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -642990,8 +642459,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6484", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -643020,8 +642488,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11011", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11011", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -643029,11 +642498,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC2A6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034045", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034045.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -643043,8 +642512,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8249", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -643073,8 +642541,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11011", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11011", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -643082,11 +642551,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC2A6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031520", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031520.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -643096,8 +642565,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8837", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -643126,8 +642594,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11011", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11011", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -643135,11 +642604,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC2A6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015230", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015230.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -643149,8 +642618,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Glut3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -643179,8 +642647,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11011", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11011", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -643188,11 +642657,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC2A6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0028560", + "id": "FB:FBgn0034909", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034909.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -643201,15 +642670,12 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "sut4", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "pippin", + "taxonId": "NCBITaxon:7227" }, - "methodCount": 5, + "methodCount": 3, "predictionMethodsMatched": [ "Ensembl Compara", - "OrthoFinder", - "OrthoInspector", "PANTHER", "PhylomeDB" ], @@ -643221,6 +642687,8 @@ "Hieranoid", "InParanoid", "OMA", + "OrthoFinder", + "OrthoInspector", "Roundup", "TreeFam" ], @@ -643228,12 +642696,13 @@ "totalMethodCount": 10 }, { - "best": "Yes", + "best": "No", "bestReverse": "Yes", "gene": { "id": "HGNC:11011", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11011", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -643241,11 +642710,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC2A6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0050035", + "id": "FB:FBgn0028560", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028560.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -643254,19 +642723,16 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "Tret1-1", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "sut4", + "taxonId": "NCBITaxon:7227" }, - "methodCount": 7, + "methodCount": 5, "predictionMethodsMatched": [ "Ensembl Compara", - "InParanoid", "OrthoFinder", "OrthoInspector", "PANTHER", - "PhylomeDB", - "TreeFam" + "PhylomeDB" ], "predictionMethodsNotCalled": [ "HGNC", @@ -643274,19 +642740,22 @@ ], "predictionMethodsNotMatched": [ "Hieranoid", + "InParanoid", "OMA", - "Roundup" + "Roundup", + "TreeFam" ], "stringencyFilter": "stringent", "totalMethodCount": 10 }, { "best": "Yes", - "bestReverse": "No", + "bestReverse": "Yes", "gene": { "id": "HGNC:11011", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11011", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -643294,11 +642763,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC2A6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0033644", + "id": "FB:FBgn0050035", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0050035.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -643307,9 +642776,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "Tret1-2", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Tret1-1", + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -643335,23 +642803,24 @@ }, { "best": "Yes", - "bestReverse": "Yes", + "bestReverse": "No", "gene": { - "id": "HGNC:13445", + "id": "HGNC:11011", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11011", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "SLC2A7", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "SLC2A6", + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0033047", + "id": "FB:FBgn0033644", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033644.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -643360,14 +642829,17 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG7882", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Tret1-2", + "taxonId": "NCBITaxon:7227" }, - "methodCount": 3, + "methodCount": 7, "predictionMethodsMatched": [ "Ensembl Compara", "InParanoid", + "OrthoFinder", + "OrthoInspector", + "PANTHER", + "PhylomeDB", "TreeFam" ], "predictionMethodsNotCalled": [ @@ -643377,10 +642849,6 @@ "predictionMethodsNotMatched": [ "Hieranoid", "OMA", - "OrthoFinder", - "OrthoInspector", - "PANTHER", - "PhylomeDB", "Roundup" ], "stringencyFilter": "stringent", @@ -643391,8 +642859,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13445", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13445", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -643400,11 +642869,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC2A7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0028563", + "id": "FB:FBgn0033047", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033047.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -643413,9 +642882,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "sut1", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "CG7882", + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -643444,8 +642912,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13445", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13445", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -643453,11 +642922,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC2A7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0028562", + "id": "FB:FBgn0028563", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028563.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -643466,9 +642935,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "sut2", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "sut1", + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -643497,8 +642965,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13445", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13445", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -643506,11 +642975,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC2A7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0028561", + "id": "FB:FBgn0028562", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028562.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -643519,9 +642988,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "sut3", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "sut2", + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -643546,24 +643014,25 @@ "totalMethodCount": 10 }, { - "best": "No", + "best": "Yes", "bestReverse": "Yes", "gene": { - "id": "HGNC:13812", + "id": "HGNC:13445", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13445", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "SLC2A8", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "SLC2A7", + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0036316", + "id": "FB:FBgn0028561", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028561.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -643572,28 +643041,27 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG10960", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "sut3", + "taxonId": "NCBITaxon:7227" }, - "methodCount": 7, + "methodCount": 3, "predictionMethodsMatched": [ "Ensembl Compara", - "Hieranoid", - "OrthoFinder", - "OrthoInspector", - "PANTHER", - "PhylomeDB", - "Roundup" + "InParanoid", + "TreeFam" ], "predictionMethodsNotCalled": [ "HGNC", "ZFIN" ], "predictionMethodsNotMatched": [ - "InParanoid", + "Hieranoid", "OMA", - "TreeFam" + "OrthoFinder", + "OrthoInspector", + "PANTHER", + "PhylomeDB", + "Roundup" ], "stringencyFilter": "stringent", "totalMethodCount": 10 @@ -643603,8 +643071,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13812", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13812", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -643612,11 +643081,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC2A8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037387", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037387.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -643626,8 +643095,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG1213", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -643656,8 +643124,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13812", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13812", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -643665,11 +643134,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC2A8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037486", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037486.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -643679,8 +643148,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG14605", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -643709,8 +643177,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13812", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13812", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -643718,11 +643187,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC2A8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037485", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037485.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -643732,8 +643201,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG14606", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -643762,8 +643230,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13812", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13812", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -643771,11 +643240,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC2A8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031517", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031517.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -643785,8 +643254,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG15406", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -643815,8 +643283,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13812", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13812", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -643824,11 +643293,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC2A8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031523", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031523.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -643838,8 +643307,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG15408", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -643868,8 +643336,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13812", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13812", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -643877,11 +643346,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC2A8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051100", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051100.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -643891,8 +643360,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG31100", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -643921,8 +643389,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13812", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13812", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -643930,11 +643399,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC2A8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031522", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031522.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -643944,8 +643413,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG3285", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -643974,8 +643442,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13812", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13812", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -643983,11 +643452,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC2A8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0053281", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0053281.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -643997,8 +643466,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG33281", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -644027,8 +643495,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13812", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13812", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -644036,11 +643505,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC2A8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0053282", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0053282.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -644050,8 +643519,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG33282", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -644080,8 +643548,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13812", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13812", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -644089,11 +643558,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC2A8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029932", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029932.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -644103,8 +643572,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG4607", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -644133,8 +643601,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13812", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13812", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -644142,11 +643611,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC2A8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0034909", + "id": "FB:FBgn0034247", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034247.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -644155,9 +643624,61 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG4797", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "CG6484", + "taxonId": "NCBITaxon:7227" + }, + "methodCount": 5, + "predictionMethodsMatched": [ + "Ensembl Compara", + "OrthoFinder", + "OrthoInspector", + "PANTHER", + "PhylomeDB" + ], + "predictionMethodsNotCalled": [ + "HGNC", + "ZFIN" + ], + "predictionMethodsNotMatched": [ + "Hieranoid", + "InParanoid", + "OMA", + "Roundup", + "TreeFam" + ], + "stringencyFilter": "stringent", + "totalMethodCount": 10 + }, + { + "best": "No", + "bestReverse": "Yes", + "gene": { + "id": "HGNC:13812", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13812", + "species": { + "commonNames": "['human', 'hsa']", + "dataProviderFullName": "Rat Genome Database", + "dataProviderShortName": "RGD", + "name": "Homo sapiens", + "shortName": "Hsa", + "taxonId": "NCBITaxon:9606" + }, + "symbol": "SLC2A8", + "taxonId": "NCBITaxon:9606" + }, + "homologGene": { + "id": "FB:FBgn0034045", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034045.html", + "species": { + "commonNames": "['fly', 'fruit fly', 'dme']", + "dataProviderFullName": "FlyBase", + "dataProviderShortName": "FB", + "name": "Drosophila melanogaster", + "shortName": "Dme", + "taxonId": "NCBITaxon:7227" + }, + "symbol": "CG8249", + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -644186,8 +643707,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13812", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13812", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -644195,11 +643717,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC2A8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0034247", + "id": "FB:FBgn0031520", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031520.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -644208,16 +643730,13 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG6484", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "CG8837", + "taxonId": "NCBITaxon:7227" }, - "methodCount": 5, + "methodCount": 3, "predictionMethodsMatched": [ "Ensembl Compara", "OrthoFinder", - "OrthoInspector", - "PANTHER", "PhylomeDB" ], "predictionMethodsNotCalled": [ @@ -644228,6 +643747,8 @@ "Hieranoid", "InParanoid", "OMA", + "OrthoInspector", + "PANTHER", "Roundup", "TreeFam" ], @@ -644239,8 +643760,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13812", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13812", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -644248,11 +643770,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC2A8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0034045", + "id": "FB:FBgn0015230", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015230.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -644261,9 +643783,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG8249", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Glut3", + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -644292,8 +643813,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13812", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13812", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -644301,11 +643823,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC2A8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0031520", + "id": "FB:FBgn0036316", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036316.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -644314,27 +643836,26 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG8837", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "nebu", + "taxonId": "NCBITaxon:7227" }, - "methodCount": 3, + "methodCount": 7, "predictionMethodsMatched": [ "Ensembl Compara", + "Hieranoid", "OrthoFinder", - "PhylomeDB" + "OrthoInspector", + "PANTHER", + "PhylomeDB", + "Roundup" ], "predictionMethodsNotCalled": [ "HGNC", "ZFIN" ], "predictionMethodsNotMatched": [ - "Hieranoid", "InParanoid", "OMA", - "OrthoInspector", - "PANTHER", - "Roundup", "TreeFam" ], "stringencyFilter": "stringent", @@ -644345,8 +643866,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13812", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13812", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -644354,11 +643876,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC2A8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0015230", + "id": "FB:FBgn0034909", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034909.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -644367,9 +643889,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "Glut3", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "pippin", + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -644398,8 +643919,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13812", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13812", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -644407,11 +643929,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC2A8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028560", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028560.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -644421,8 +643943,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "sut4", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -644451,8 +643972,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13812", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13812", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -644460,11 +643982,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC2A8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0050035", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0050035.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -644474,8 +643996,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Tret1-1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -644504,8 +644025,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13812", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13812", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -644513,11 +644035,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC2A8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033644", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033644.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -644527,8 +644049,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Tret1-2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -644557,8 +644078,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11012", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11012", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -644566,11 +644088,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC30A1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035432", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035432.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -644580,8 +644102,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ZnT63C", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -644610,8 +644131,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11012", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11012", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -644619,11 +644141,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC30A1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037000", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037000.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -644633,8 +644155,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ZnT77C", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -644663,8 +644184,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25355", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25355", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -644672,11 +644194,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC30A10", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035432", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035432.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -644686,8 +644208,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ZnT63C", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -644716,8 +644237,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11013", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11013", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -644725,11 +644247,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC30A2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051860", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051860.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -644739,8 +644261,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ZnT33D", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -644769,8 +644290,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11013", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11013", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -644778,11 +644300,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC30A2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028516", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028516.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -644792,8 +644314,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ZnT35C", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -644822,8 +644343,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11014", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11014", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -644831,11 +644353,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC30A3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051860", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051860.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -644845,8 +644367,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ZnT33D", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -644875,8 +644396,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:11014", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11014", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -644884,11 +644406,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC30A3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028516", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028516.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -644898,8 +644420,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ZnT35C", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -644928,8 +644449,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19306", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19306", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -644937,11 +644459,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC30A7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037875", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037875.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -644951,8 +644473,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ZnT86D", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -644980,8 +644501,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20303", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20303", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -644989,11 +644511,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC30A8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051860", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051860.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -645003,8 +644525,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ZnT33D", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -645033,8 +644554,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20303", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20303", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -645042,11 +644564,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC30A8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028516", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028516.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -645056,8 +644578,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ZnT35C", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -645086,8 +644607,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1329", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1329", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -645095,11 +644617,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC30A9", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033762", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033762.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -645109,8 +644631,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ZnT49B", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -645138,8 +644659,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11016", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11016", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -645147,11 +644669,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC31A1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0062413", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0062413.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -645161,8 +644683,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ctr1A", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -645191,8 +644712,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11016", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11016", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -645200,11 +644722,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC31A1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0062412", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0062412.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -645214,8 +644736,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ctr1B", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -645244,8 +644765,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11016", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11016", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -645253,11 +644775,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC31A1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0062411", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0062411.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -645267,8 +644789,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ctr1C", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -645297,8 +644818,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:11017", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11017", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -645306,11 +644828,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC31A2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0062413", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0062413.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -645320,8 +644842,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ctr1A", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -645350,8 +644871,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11017", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11017", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -645359,11 +644881,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC31A2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0062412", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0062412.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -645373,8 +644895,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ctr1B", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -645403,8 +644924,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11017", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11017", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -645412,11 +644934,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC31A2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0062411", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0062411.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -645426,8 +644948,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ctr1C", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -645456,8 +644977,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11018", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11018", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -645465,11 +644987,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC32A1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033911", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033911.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -645479,8 +645001,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "VGAT", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -645508,8 +645029,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:95", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:95", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -645517,11 +645039,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC33A1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036662", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036662.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -645531,8 +645053,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG9706", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -645560,8 +645081,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:11021", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11021", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -645569,11 +645091,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC35A1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0024994", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0024994.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -645583,8 +645105,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugalt", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -645613,8 +645134,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11022", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11022", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -645622,11 +645144,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC35A2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0024994", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0024994.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -645636,8 +645158,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugalt", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -645665,8 +645186,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:11023", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11023", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -645674,11 +645196,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC35A3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0024994", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0024994.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -645688,8 +645210,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugalt", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -645718,8 +645239,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20798", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20798", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -645727,11 +645249,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC35B1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0250820", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0250820.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -645741,8 +645263,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "meigo", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -645770,8 +645291,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16872", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16872", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -645779,11 +645301,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC35B2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038524", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038524.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -645793,8 +645315,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "sll", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -645823,8 +645344,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21601", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21601", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -645832,11 +645354,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC35B3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036695", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036695.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -645846,8 +645368,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Papst2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -645875,8 +645396,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20584", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20584", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -645884,11 +645406,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC35B4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039641", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039641.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -645898,8 +645420,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG14511", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -645928,8 +645449,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20584", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20584", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -645937,11 +645459,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC35B4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029849", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029849.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -645951,8 +645473,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Efr", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -645980,8 +645501,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20197", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20197", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -645989,11 +645511,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC35C1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0265351", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0265351.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -646003,8 +645525,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "nac", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -646032,8 +645553,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17117", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17117", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -646041,11 +645563,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC35C2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035449", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035449.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -646055,8 +645577,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG14971", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -646084,8 +645605,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20800", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20800", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -646093,11 +645615,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC35D1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0042641", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0042641.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -646107,8 +645629,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "frc", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -646136,8 +645657,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:20799", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20799", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -646145,11 +645667,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC35D2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0042641", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0042641.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -646159,8 +645681,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "frc", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -646189,8 +645710,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20803", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20803", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -646198,11 +645720,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC35E1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031183", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031183.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -646212,8 +645734,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG14621", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -646242,8 +645763,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23616", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23616", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -646251,11 +645773,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC35F3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0259222", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0259222.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -646265,8 +645787,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG42322", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -646295,8 +645816,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19845", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19845", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -646304,11 +645826,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC35F4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0259222", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0259222.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -646318,8 +645840,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG42322", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -646348,8 +645869,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23617", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23617", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -646357,11 +645879,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC35F5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034032", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034032.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -646371,8 +645893,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8195", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -646400,8 +645921,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26055", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26055", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -646409,11 +645931,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC35F6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0260744", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0260744.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -646423,8 +645945,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Tango9", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -646452,8 +645973,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26607", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26607", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -646461,11 +645983,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC35G1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037902", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037902.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -646475,8 +645997,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5281", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -646504,8 +646025,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18761", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18761", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -646513,11 +646035,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC36A1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035300", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035300.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -646527,8 +646049,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG1139", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -646557,8 +646078,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18761", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18761", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -646566,11 +646088,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC36A1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032036", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032036.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -646580,8 +646102,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG13384", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -646609,8 +646130,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18761", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18761", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -646618,11 +646140,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC36A1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030816", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030816.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -646632,8 +646154,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG16700", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -646662,8 +646183,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18761", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18761", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -646671,11 +646193,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC36A1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052079", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052079.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -646685,8 +646207,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG32079", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -646715,8 +646236,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18761", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18761", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -646724,11 +646246,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC36A1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052081", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052081.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -646738,8 +646260,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG32081", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -646768,8 +646289,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18761", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18761", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -646777,11 +646299,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC36A1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0263776", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0263776.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -646791,8 +646313,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG43693", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -646821,8 +646342,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18761", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18761", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -646830,11 +646352,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC36A1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030817", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030817.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -646844,8 +646366,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG4991", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -646874,8 +646395,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18761", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18761", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -646883,11 +646405,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC36A1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036116", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036116.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -646897,8 +646419,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7888", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -646927,8 +646448,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18761", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18761", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -646936,11 +646458,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC36A1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033760", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033760.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -646950,8 +646472,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8785", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -646980,8 +646501,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18761", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18761", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -646989,11 +646511,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC36A1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036007", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036007.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -647003,8 +646525,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "path", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -647033,8 +646554,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18761", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18761", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -647042,11 +646564,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC36A1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033572", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033572.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -647056,8 +646578,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "polyph", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -647086,8 +646607,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18762", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18762", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -647095,11 +646617,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC36A2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035300", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035300.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -647109,8 +646631,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG1139", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -647139,8 +646660,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:18762", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18762", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -647148,11 +646670,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC36A2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032036", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032036.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -647162,8 +646684,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG13384", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -647192,8 +646713,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18762", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18762", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -647201,11 +646723,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC36A2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052079", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052079.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -647215,8 +646737,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG32079", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -647245,8 +646766,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18762", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18762", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -647254,11 +646776,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC36A2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052081", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052081.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -647268,8 +646790,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG32081", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -647298,8 +646819,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18762", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18762", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -647307,11 +646829,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC36A2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030817", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030817.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -647321,8 +646843,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG4991", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -647351,8 +646872,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18762", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18762", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -647360,11 +646882,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC36A2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036116", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036116.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -647374,8 +646896,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7888", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -647404,8 +646925,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18762", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18762", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -647413,11 +646935,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC36A2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033760", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033760.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -647427,8 +646949,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8785", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -647457,8 +646978,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18762", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18762", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -647466,11 +646988,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC36A2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036007", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036007.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -647480,8 +647002,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "path", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -647510,8 +647031,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18762", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18762", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -647519,11 +647041,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC36A2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033572", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033572.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -647533,8 +647055,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "polyph", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -647563,8 +647084,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19659", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19659", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -647572,11 +647094,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC36A3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035300", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035300.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -647586,8 +647108,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG1139", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -647616,8 +647137,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:19659", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19659", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -647625,11 +647147,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC36A3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032036", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032036.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -647639,8 +647161,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG13384", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -647669,8 +647190,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19659", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19659", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -647678,11 +647200,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC36A3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052079", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052079.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -647692,8 +647214,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG32079", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -647722,8 +647243,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19659", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19659", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -647731,11 +647253,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC36A3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052081", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052081.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -647745,8 +647267,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG32081", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -647775,8 +647296,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19659", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19659", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -647784,11 +647306,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC36A3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030817", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030817.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -647798,8 +647320,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG4991", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -647828,8 +647349,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19659", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19659", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -647837,11 +647359,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC36A3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036116", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036116.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -647851,8 +647373,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7888", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -647881,8 +647402,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19659", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19659", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -647890,11 +647412,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC36A3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033760", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033760.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -647904,8 +647426,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8785", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -647934,8 +647455,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19659", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19659", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -647943,11 +647465,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC36A3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036007", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036007.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -647957,8 +647479,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "path", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -647987,8 +647508,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19659", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19659", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -647996,11 +647518,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC36A3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033572", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033572.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -648010,8 +647532,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "polyph", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -648040,8 +647561,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19660", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19660", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -648049,11 +647571,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC36A4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035300", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035300.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -648063,8 +647585,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG1139", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -648093,8 +647614,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19660", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19660", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -648102,11 +647624,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC36A4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032036", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032036.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -648116,8 +647638,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG13384", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -648145,8 +647666,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19660", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19660", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -648154,11 +647676,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC36A4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030816", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030816.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -648168,8 +647690,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG16700", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -648198,8 +647719,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19660", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19660", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -648207,11 +647729,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC36A4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052079", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052079.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -648221,8 +647743,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG32079", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -648251,8 +647772,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19660", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19660", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -648260,11 +647782,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC36A4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052081", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052081.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -648274,8 +647796,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG32081", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -648304,8 +647825,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19660", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19660", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -648313,11 +647835,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC36A4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0263776", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0263776.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -648327,8 +647849,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG43693", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -648357,8 +647878,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19660", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19660", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -648366,11 +647888,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC36A4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030817", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030817.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -648380,8 +647902,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG4991", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -648410,8 +647931,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19660", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19660", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -648419,11 +647941,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC36A4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036116", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036116.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -648433,8 +647955,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7888", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -648463,8 +647984,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19660", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19660", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -648472,11 +647994,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC36A4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033760", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033760.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -648486,8 +648008,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8785", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -648516,8 +648037,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19660", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19660", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -648525,11 +648047,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC36A4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036007", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036007.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -648539,8 +648061,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "path", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -648569,8 +648090,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19660", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19660", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -648578,11 +648100,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC36A4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033572", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033572.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -648592,8 +648114,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "polyph", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -648622,8 +648143,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:11024", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11024", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -648631,11 +648153,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC37A1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034611", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034611.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -648645,8 +648167,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "MFS16", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -648675,8 +648196,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20644", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20644", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -648684,11 +648206,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC37A2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034611", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034611.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -648698,8 +648220,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "MFS16", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -648727,8 +648248,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13447", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13447", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -648736,11 +648258,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC38A1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0285912", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0285912.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -648750,8 +648272,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mah", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -648780,8 +648301,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28237", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28237", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -648789,11 +648311,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC38A10", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0050394", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0050394.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -648803,8 +648325,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG30394", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -648833,8 +648354,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26836", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26836", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -648842,11 +648364,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC38A11", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033368", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033368.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -648856,8 +648378,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG13743", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -648885,8 +648406,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13448", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13448", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -648894,11 +648416,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC38A2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0285912", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0285912.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -648908,8 +648430,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mah", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -648938,8 +648459,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18070", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18070", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -648947,11 +648469,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC38A5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0285912", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0285912.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -648961,8 +648483,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mah", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -648991,8 +648512,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25582", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25582", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -649000,11 +648522,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC38A7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0285912", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0285912.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -649014,8 +648536,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mah", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -649044,8 +648565,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:32434", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:32434", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -649053,11 +648575,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC38A8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0285912", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0285912.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -649067,8 +648589,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mah", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -649097,8 +648618,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12876", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12876", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -649106,11 +648628,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC39A1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033096", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033096.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -649120,8 +648642,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Zip42C.1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -649150,8 +648671,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12876", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12876", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -649159,11 +648681,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC39A1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033097", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033097.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -649173,8 +648695,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Zip42C.2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -649203,8 +648724,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12876", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12876", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -649212,11 +648734,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC39A1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038312", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038312.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -649226,8 +648748,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Zip88E", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -649256,8 +648777,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20861", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20861", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -649265,11 +648787,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC39A10", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0024236", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0024236.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -649279,8 +648801,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "foi", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -649309,8 +648830,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20861", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20861", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -649318,11 +648840,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC39A10", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036461", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036461.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -649332,8 +648854,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Zip71B", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -649362,8 +648883,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14463", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14463", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -649371,11 +648893,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC39A11", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033665", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033665.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -649385,8 +648907,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Zip48C", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -649414,8 +648935,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20859", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20859", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -649423,11 +648945,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC39A13", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039714", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039714.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -649437,8 +648959,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Zip99C", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -649466,8 +648987,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:20858", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20858", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -649475,11 +648997,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC39A14", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036461", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036461.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -649489,8 +649011,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Zip71B", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -649519,8 +649040,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17127", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17127", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -649528,11 +649050,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC39A2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038312", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038312.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -649542,8 +649064,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Zip88E", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -649572,8 +649093,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17127", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17127", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -649581,11 +649103,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC39A2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038412", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038412.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -649595,8 +649117,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Zip89B", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -649625,8 +649146,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17128", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17128", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -649634,11 +649156,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC39A3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033096", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033096.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -649648,8 +649170,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Zip42C.1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -649678,8 +649199,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17128", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17128", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -649687,11 +649209,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC39A3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033097", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033097.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -649701,8 +649223,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Zip42C.2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -649731,8 +649252,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17128", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17128", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -649740,11 +649262,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC39A3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038312", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038312.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -649754,8 +649276,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Zip88E", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -649784,8 +649305,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:20502", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20502", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -649793,11 +649315,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC39A5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0024236", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0024236.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -649807,8 +649329,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "foi", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -649837,8 +649358,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:20502", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20502", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -649846,11 +649368,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC39A5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036461", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036461.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -649860,8 +649382,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Zip71B", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -649890,8 +649411,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18607", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18607", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -649899,11 +649421,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC39A6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0024236", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0024236.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -649913,8 +649435,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "foi", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -649943,8 +649464,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18607", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18607", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -649952,11 +649474,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC39A6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036461", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036461.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -649966,8 +649488,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Zip71B", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -649996,8 +649517,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4927", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4927", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -650005,11 +649527,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC39A7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0002022", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0002022.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -650019,8 +649541,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Catsup", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -650048,8 +649569,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:20862", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20862", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -650057,11 +649579,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC39A8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036461", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036461.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -650071,8 +649593,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Zip71B", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -650101,8 +649622,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20182", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20182", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -650110,11 +649632,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC39A9", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039902", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039902.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -650124,8 +649646,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Zip102B", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -650153,8 +649674,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11025", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11025", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -650162,11 +649684,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC3A1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0002570", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0002570.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -650176,8 +649698,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Mal-A1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -650206,8 +649727,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11025", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11025", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -650215,11 +649737,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC3A1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0002569", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0002569.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -650229,8 +649751,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Mal-A2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -650259,8 +649780,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11025", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11025", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -650268,11 +649790,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC3A1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0002571", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0002571.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -650282,8 +649804,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Mal-A3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -650312,8 +649833,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11025", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11025", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -650321,11 +649843,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC3A1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033294", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033294.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -650335,8 +649857,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Mal-A4", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -650365,8 +649886,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11025", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11025", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -650374,11 +649896,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC3A1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0050359", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0050359.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -650388,8 +649910,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Mal-A5", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -650418,8 +649939,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11025", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11025", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -650427,11 +649949,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC3A1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0050360", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0050360.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -650441,8 +649963,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Mal-A6", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -650471,8 +649992,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11025", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11025", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -650480,11 +650002,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC3A1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033296", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033296.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -650494,8 +650016,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Mal-A7", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -650524,8 +650045,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11025", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11025", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -650533,11 +650055,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC3A1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033297", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033297.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -650547,8 +650069,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Mal-A8", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -650577,8 +650098,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11025", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11025", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -650586,11 +650108,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC3A1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032381", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032381.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -650600,8 +650122,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Mal-B1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -650630,8 +650151,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11025", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11025", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -650639,11 +650161,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC3A1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032382", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032382.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -650653,8 +650175,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Mal-B2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -650683,8 +650204,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11026", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11026", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -650692,11 +650214,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC3A2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037533", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037533.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -650706,8 +650228,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CD98hc", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -650736,8 +650257,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19429", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19429", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -650745,11 +650267,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC41A1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0053181", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0053181.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -650759,8 +650281,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG33181", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -650789,8 +650310,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:31045", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:31045", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -650798,11 +650320,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC41A2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0053181", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0053181.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -650812,8 +650334,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG33181", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -650842,8 +650363,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:31046", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:31046", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -650851,11 +650373,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC41A3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0053181", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0053181.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -650865,8 +650387,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG33181", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -650895,8 +650416,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18798", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18798", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -650904,11 +650426,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC44A1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035523", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035523.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -650918,8 +650440,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ctl1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -650948,8 +650469,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17292", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17292", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -650957,11 +650479,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC44A2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039637", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039637.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -650971,8 +650493,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ctl2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -651000,8 +650521,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28689", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28689", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -651009,11 +650531,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC44A3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035523", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035523.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -651023,8 +650545,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ctl1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -651053,8 +650574,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:13941", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13941", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -651062,11 +650584,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC44A4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039637", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039637.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -651076,8 +650598,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ctl2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -651106,8 +650627,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28524", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28524", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -651115,11 +650637,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC44A5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039637", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039637.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -651129,8 +650651,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ctl2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -651158,8 +650679,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17939", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17939", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -651167,11 +650689,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC45A1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0267429", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0267429.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -651181,8 +650703,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "lovit", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -651211,8 +650732,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17939", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17939", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -651220,11 +650742,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC45A1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035968", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035968.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -651234,8 +650756,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Slc45-1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -651264,8 +650785,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16472", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16472", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -651273,11 +650795,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC45A2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0267429", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0267429.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -651287,8 +650809,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "lovit", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -651317,8 +650838,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16472", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16472", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -651326,11 +650848,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC45A2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035968", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035968.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -651340,8 +650862,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Slc45-1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -651370,8 +650891,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:8642", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8642", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -651379,11 +650901,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC45A3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035968", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035968.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -651393,8 +650915,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Slc45-1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -651423,8 +650944,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:29196", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29196", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -651432,11 +650954,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC45A4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035968", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035968.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -651446,8 +650968,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Slc45-1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -651476,8 +650997,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30521", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30521", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -651485,11 +651007,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC46A1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039817", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039817.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -651499,8 +651021,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG15553", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -651529,8 +651050,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30521", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30521", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -651538,11 +651060,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC46A1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030576", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030576.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -651552,8 +651074,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG15890", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -651582,8 +651103,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30521", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30521", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -651591,11 +651113,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC46A1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0050344", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0050344.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -651605,8 +651127,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG30344", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -651635,8 +651156,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30521", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30521", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -651644,11 +651166,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC46A1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0050345", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0050345.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -651658,8 +651180,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG30345", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -651688,8 +651209,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30521", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30521", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -651697,11 +651219,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC46A1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0260388", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0260388.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -651711,8 +651233,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG42514", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -651741,8 +651262,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30521", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30521", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -651750,11 +651272,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC46A1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033387", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033387.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -651764,8 +651286,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8008", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -651794,8 +651315,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30521", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30521", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -651803,11 +651325,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC46A1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033388", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033388.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -651817,8 +651339,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8046", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -651847,8 +651368,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:16055", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16055", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -651856,11 +651378,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC46A2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0050345", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0050345.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -651870,8 +651392,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG30345", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -651900,8 +651421,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:27501", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:27501", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -651909,11 +651431,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC46A3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039817", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039817.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -651923,8 +651445,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG15553", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -651953,8 +651474,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:27501", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:27501", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -651962,11 +651484,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC46A3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030576", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030576.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -651976,8 +651498,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG15890", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -652006,8 +651527,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:27501", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:27501", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -652015,11 +651537,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC46A3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0050345", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0050345.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -652029,8 +651551,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG30345", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -652059,8 +651580,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:27501", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:27501", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -652068,11 +651590,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC46A3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0260388", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0260388.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -652082,8 +651604,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG42514", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -652112,8 +651633,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:27501", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:27501", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -652121,11 +651643,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC46A3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033387", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033387.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -652135,8 +651657,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8008", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -652165,8 +651686,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:27501", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:27501", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -652174,11 +651696,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC46A3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033388", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033388.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -652188,8 +651710,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8046", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -652218,8 +651739,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11027", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11027", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -652227,11 +651749,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC4A1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036043", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036043.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -652241,8 +651763,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ae2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -652270,8 +651791,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13811", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13811", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -652279,11 +651801,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC4A10", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0259111", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0259111.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -652293,8 +651815,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ndae1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -652323,8 +651844,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13813", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13813", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -652332,11 +651854,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC4A1AP", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038640", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038640.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -652346,8 +651868,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7706", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -652376,8 +651897,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11028", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11028", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -652385,11 +651907,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC4A2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036043", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036043.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -652399,8 +651921,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ae2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -652428,8 +651949,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11029", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11029", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -652437,11 +651959,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC4A3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036043", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036043.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -652451,8 +651973,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ae2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -652480,8 +652001,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:11030", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11030", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -652489,11 +652011,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC4A4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0259111", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0259111.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -652503,8 +652025,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ndae1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -652533,8 +652054,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:18168", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18168", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -652542,11 +652064,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC4A5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0259111", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0259111.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -652556,8 +652078,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ndae1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -652586,8 +652107,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:11033", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11033", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -652595,11 +652117,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC4A7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0259111", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0259111.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -652609,8 +652131,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ndae1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -652639,8 +652160,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11034", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11034", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -652648,11 +652170,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC4A8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0259111", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0259111.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -652662,8 +652184,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ndae1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -652692,8 +652213,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:11035", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11035", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -652701,11 +652223,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC4A9", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0259111", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0259111.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -652715,8 +652237,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ndae1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -652745,8 +652266,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30657", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30657", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -652754,11 +652276,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC50A1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036501", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036501.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -652768,8 +652290,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7272", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -652798,8 +652319,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30657", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30657", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -652807,11 +652329,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC50A1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0025469", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0025469.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -652821,8 +652343,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "slv", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -652851,8 +652372,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29955", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29955", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -652860,11 +652382,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC51A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036834", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036834.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -652874,8 +652396,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6836", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -652904,8 +652425,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:30225", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30225", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -652913,11 +652435,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC52A1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039882", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039882.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -652927,8 +652449,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rift", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -652957,8 +652478,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:30224", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30224", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -652966,11 +652488,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC52A2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039882", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039882.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -652980,8 +652502,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rift", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -653010,8 +652531,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16187", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16187", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -653019,11 +652541,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC52A3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039882", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039882.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -653033,8 +652555,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rift", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -653062,8 +652583,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:28750", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28750", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -653071,11 +652593,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC5A12", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034494", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034494.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -653085,8 +652607,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10444", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -653115,8 +652636,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28750", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28750", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -653124,11 +652646,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC5A12", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0017448", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0017448.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -653138,8 +652660,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG2187", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -653168,8 +652689,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28750", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28750", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -653177,11 +652699,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC5A12", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051262", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051262.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -653191,8 +652713,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG31262", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -653221,8 +652742,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28750", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28750", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -653230,11 +652752,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC5A12", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051668", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051668.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -653244,8 +652766,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG31668", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -653274,8 +652795,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:28750", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28750", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -653283,11 +652805,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC5A12", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052669", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052669.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -653297,8 +652819,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG32669", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -653327,8 +652848,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28750", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28750", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -653336,11 +652858,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC5A12", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0053124", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0053124.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -653350,8 +652872,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG33124", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -653380,8 +652901,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28750", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28750", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -653389,11 +652911,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC5A12", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0250757", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0250757.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -653403,8 +652925,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG42235", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -653433,8 +652954,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28750", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28750", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -653442,11 +652964,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC5A12", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035293", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035293.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -653456,8 +652978,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5687", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -653486,8 +653007,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28750", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28750", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -653495,11 +653017,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC5A12", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037895", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037895.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -653509,8 +653031,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6723", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -653539,8 +653060,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28750", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28750", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -653548,11 +653070,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC5A12", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029950", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029950.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -653562,8 +653084,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG9657", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -653592,8 +653113,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28750", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28750", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -653601,11 +653123,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC5A12", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039872", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039872.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -653615,8 +653137,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "salt", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -653645,8 +653166,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28750", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28750", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -653654,11 +653176,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC5A12", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031998", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031998.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -653668,8 +653190,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "SLC5A11", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -653698,8 +653219,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28750", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28750", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -653707,11 +653229,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC5A12", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039873", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039873.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -653721,8 +653243,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Smvt", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -653751,8 +653272,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:11040", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11040", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -653760,11 +653282,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC5A5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034494", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034494.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -653774,8 +653296,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10444", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -653804,8 +653325,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:11040", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11040", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -653813,11 +653335,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC5A5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052669", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052669.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -653827,8 +653349,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG32669", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -653857,8 +653378,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11040", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11040", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -653866,11 +653388,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC5A5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035293", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035293.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -653880,8 +653402,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5687", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -653910,8 +653431,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11041", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11041", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -653919,11 +653441,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC5A6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034494", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034494.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -653933,8 +653455,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10444", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -653963,8 +653484,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11041", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11041", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -653972,11 +653494,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC5A6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052669", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052669.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -653986,8 +653508,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG32669", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -654016,8 +653537,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14025", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14025", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -654025,11 +653547,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC5A7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038641", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038641.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -654039,8 +653561,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ChT", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -654068,8 +653589,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:19119", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19119", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -654077,11 +653599,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC5A8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034494", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034494.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -654091,8 +653613,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10444", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -654121,8 +653642,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19119", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19119", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -654130,11 +653652,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC5A8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0017448", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0017448.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -654144,8 +653666,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG2187", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -654174,8 +653695,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19119", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19119", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -654183,11 +653705,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC5A8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051262", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051262.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -654197,8 +653719,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG31262", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -654227,8 +653748,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19119", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19119", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -654236,11 +653758,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC5A8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051668", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051668.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -654250,8 +653772,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG31668", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -654280,8 +653801,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:19119", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19119", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -654289,11 +653811,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC5A8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052669", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052669.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -654303,8 +653825,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG32669", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -654333,8 +653854,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19119", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19119", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -654342,11 +653864,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC5A8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0053124", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0053124.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -654356,8 +653878,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG33124", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -654386,8 +653907,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19119", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19119", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -654395,11 +653917,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC5A8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0250757", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0250757.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -654409,8 +653931,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG42235", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -654439,8 +653960,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19119", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19119", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -654448,11 +653970,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC5A8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035293", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035293.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -654462,8 +653984,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5687", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -654492,8 +654013,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19119", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19119", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -654501,11 +654023,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC5A8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037895", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037895.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -654515,8 +654037,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6723", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -654545,8 +654066,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19119", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19119", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -654554,11 +654076,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC5A8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029950", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029950.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -654568,8 +654090,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG9657", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -654598,8 +654119,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19119", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19119", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -654607,11 +654129,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC5A8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039872", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039872.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -654621,8 +654143,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "salt", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -654651,8 +654172,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19119", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19119", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -654660,11 +654182,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC5A8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031998", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031998.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -654674,8 +654196,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "SLC5A11", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -654704,8 +654225,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19119", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19119", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -654713,11 +654235,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC5A8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039873", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039873.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -654727,8 +654249,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Smvt", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -654757,8 +654278,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26188", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26188", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -654766,11 +654288,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC66A2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031897", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031897.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -654780,8 +654302,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG13784", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -654810,8 +654331,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28503", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28503", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -654819,11 +654341,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC66A3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035517", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035517.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -654833,8 +654355,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG1265", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -654862,8 +654383,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11042", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11042", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -654871,11 +654393,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC6A1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039915", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039915.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -654885,8 +654407,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Gat", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -654915,8 +654436,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:11047", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11047", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -654924,11 +654446,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC6A14", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034911", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034911.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -654938,8 +654460,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "GlyT", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -654968,8 +654489,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13621", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13621", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -654977,11 +654499,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC6A15", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029663", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029663.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -654991,8 +654513,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10804", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -655021,8 +654542,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13621", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13621", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -655030,11 +654552,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC6A15", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0262476", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0262476.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -655044,8 +654566,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG43066", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -655074,8 +654595,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:13622", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13622", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -655083,11 +654605,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC6A16", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0262476", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0262476.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -655097,8 +654619,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG43066", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -655127,8 +654648,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:31399", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:31399", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -655136,11 +654658,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC6A17", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0262476", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0262476.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -655150,8 +654672,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG43066", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -655180,8 +654701,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26441", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26441", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -655189,11 +654711,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC6A18", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029663", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029663.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -655203,8 +654725,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10804", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -655233,8 +654754,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:26441", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26441", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -655242,11 +654764,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC6A18", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0262476", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0262476.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -655256,8 +654778,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG43066", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -655286,8 +654807,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:27960", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:27960", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -655295,11 +654817,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC6A19", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029663", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029663.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -655309,8 +654831,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10804", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -655339,8 +654860,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:27960", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:27960", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -655348,11 +654870,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC6A19", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0262476", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0262476.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -655362,8 +654884,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG43066", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -655392,8 +654913,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11048", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11048", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -655401,11 +654923,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC6A2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034136", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034136.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -655415,8 +654937,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "DAT", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -655445,8 +654966,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:30927", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30927", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -655454,11 +654976,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC6A20", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0262476", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0262476.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -655468,8 +654990,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG43066", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -655498,8 +655019,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:11049", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11049", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -655507,11 +655029,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC6A3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034136", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034136.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -655521,8 +655043,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "DAT", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -655551,8 +655072,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11050", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11050", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -655560,11 +655082,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC6A4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010414", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010414.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -655574,8 +655096,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "SerT", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -655604,8 +655125,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11051", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11051", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -655613,11 +655135,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC6A5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034911", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034911.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -655627,8 +655149,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "GlyT", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -655657,8 +655178,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11054", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11054", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -655666,11 +655188,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC6A7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028886", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028886.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -655680,8 +655202,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG15279", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -655710,8 +655231,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11054", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11054", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -655719,11 +655241,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC6A7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033443", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033443.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -655733,8 +655255,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG1698", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -655763,8 +655284,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11054", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11054", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -655772,11 +655294,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC6A7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035969", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035969.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -655786,8 +655308,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG4476", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -655816,8 +655337,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11054", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11054", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -655825,11 +655347,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC6A7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033708", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033708.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -655839,8 +655361,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8850", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -655869,8 +655390,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11054", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11054", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -655878,11 +655400,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC6A7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034381", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034381.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -655892,8 +655414,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "List", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -655922,8 +655443,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11054", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11054", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -655931,11 +655453,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC6A7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029762", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029762.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -655945,8 +655467,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "NAAT1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -655975,8 +655496,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11054", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11054", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -655984,11 +655506,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC6A7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0267326", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0267326.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -655998,8 +655520,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ntl", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -656028,8 +655549,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11056", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11056", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -656037,11 +655559,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC6A9", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028886", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028886.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -656051,8 +655573,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG15279", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -656081,8 +655602,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11056", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11056", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -656090,11 +655612,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC6A9", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033443", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033443.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -656104,8 +655626,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG1698", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -656134,8 +655655,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11056", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11056", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -656143,11 +655665,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC6A9", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035969", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035969.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -656157,8 +655679,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG4476", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -656187,8 +655708,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11056", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11056", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -656196,11 +655718,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC6A9", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033708", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033708.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -656210,8 +655732,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8850", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -656240,8 +655761,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:11056", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11056", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -656249,11 +655771,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC6A9", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034911", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034911.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -656263,8 +655785,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "GlyT", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -656293,8 +655814,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11056", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11056", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -656302,11 +655824,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC6A9", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034381", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034381.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -656316,8 +655838,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "List", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -656346,8 +655867,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11056", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11056", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -656355,11 +655877,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC6A9", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029762", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029762.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -656369,8 +655891,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "NAAT1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -656399,8 +655920,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11057", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11057", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -656408,11 +655930,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC7A1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036764", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036764.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -656422,8 +655944,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5535", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -656452,8 +655973,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11057", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11057", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -656461,11 +655983,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC7A1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036493", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036493.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -656475,8 +655997,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7255", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -656505,8 +656026,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11057", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11057", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -656514,11 +656036,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC7A1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037203", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037203.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -656528,8 +656050,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "slif", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -656558,8 +656079,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:11058", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11058", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -656567,11 +656089,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC7A10", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039844", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039844.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -656581,8 +656103,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG1607", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -656611,8 +656132,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:11058", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11058", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -656620,11 +656142,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC7A10", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028425", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028425.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -656634,8 +656156,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "JhI-21", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -656664,8 +656185,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:11059", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11059", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -656673,11 +656195,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC7A11", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028425", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028425.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -656687,8 +656209,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "JhI-21", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -656717,8 +656238,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:23092", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23092", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -656726,11 +656248,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC7A13", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030574", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030574.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -656740,8 +656262,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "sbm", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -656770,8 +656291,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29326", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29326", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -656779,11 +656301,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC7A14", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031064", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031064.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -656793,8 +656315,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG12531", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -656823,8 +656344,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11060", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11060", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -656832,11 +656354,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC7A2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036764", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036764.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -656846,8 +656368,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5535", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -656876,8 +656397,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11060", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11060", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -656885,11 +656407,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC7A2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036493", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036493.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -656899,8 +656421,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7255", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -656929,8 +656450,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11060", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11060", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -656938,11 +656460,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC7A2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037203", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037203.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -656952,8 +656474,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "slif", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -656982,8 +656503,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11061", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11061", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -656991,11 +656513,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC7A3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036764", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036764.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -657005,8 +656527,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5535", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -657035,8 +656556,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11061", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11061", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -657044,11 +656566,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC7A3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036493", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036493.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -657058,8 +656580,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7255", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -657088,8 +656609,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11061", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11061", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -657097,11 +656619,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC7A3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037203", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037203.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -657111,8 +656633,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "slif", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -657141,8 +656662,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11062", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11062", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -657150,11 +656672,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC7A4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036984", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036984.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -657164,8 +656686,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG13248", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -657194,8 +656715,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11063", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11063", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -657203,11 +656725,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC7A5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028425", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028425.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -657217,8 +656739,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "JhI-21", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -657247,8 +656768,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:11064", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11064", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -657256,11 +656778,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC7A6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039844", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039844.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -657270,8 +656792,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG1607", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -657300,8 +656821,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11064", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11064", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -657309,11 +656831,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC7A6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039487", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039487.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -657323,8 +656845,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "gb", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -657353,8 +656874,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:11064", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11064", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -657362,11 +656884,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC7A6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028425", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028425.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -657376,8 +656898,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "JhI-21", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -657406,8 +656927,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11064", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11064", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -657415,11 +656937,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC7A6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0002778", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0002778.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -657429,8 +656951,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mnd", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -657459,8 +656980,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25807", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25807", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -657468,11 +656990,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC7A6OS", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004811", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004811.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -657482,8 +657004,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "fs(2)ltoPP43", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -657512,8 +657033,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:11065", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11065", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -657521,11 +657043,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC7A7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039844", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039844.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -657535,8 +657057,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG1607", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -657565,8 +657086,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11065", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11065", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -657574,11 +657096,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC7A7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039487", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039487.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -657588,8 +657110,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "gb", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -657618,8 +657139,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:11065", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11065", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -657627,11 +657149,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC7A7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028425", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028425.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -657641,8 +657163,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "JhI-21", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -657671,8 +657192,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11065", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11065", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -657680,11 +657202,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC7A7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0002778", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0002778.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -657694,8 +657216,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mnd", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -657724,8 +657245,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11066", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11066", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -657733,11 +657255,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC7A8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039844", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039844.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -657747,8 +657269,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG1607", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -657777,8 +657298,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11066", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11066", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -657786,11 +657308,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC7A8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028425", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028425.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -657800,8 +657322,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "JhI-21", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -657830,8 +657351,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11067", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11067", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -657839,11 +657361,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC7A9", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030574", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030574.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -657853,8 +657375,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "sbm", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -657883,8 +657404,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11068", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11068", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -657892,11 +657414,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC8A1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0013995", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0013995.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -657906,8 +657428,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Calx", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -657936,8 +657457,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11069", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11069", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -657945,11 +657467,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC8A2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0013995", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0013995.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -657959,8 +657481,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Calx", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -657989,8 +657510,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11070", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11070", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -657998,11 +657520,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC8A3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0013995", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0013995.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -658012,8 +657534,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Calx", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -658042,8 +657563,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26175", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26175", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -658051,11 +657573,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC8B1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033323", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033323.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -658065,8 +657587,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG12376", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -658094,8 +657615,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26175", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26175", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -658103,11 +657625,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC8B1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033599", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033599.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -658117,8 +657639,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG13223", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -658147,8 +657668,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26175", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26175", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -658156,11 +657678,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC8B1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033326", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033326.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -658170,8 +657692,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG14743", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -658200,8 +657721,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26175", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26175", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -658209,11 +657731,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC8B1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033324", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033324.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -658223,8 +657745,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG14744", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -658252,8 +657773,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26175", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26175", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -658261,11 +657783,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC8B1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034156", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034156.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -658275,8 +657797,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5348", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -658305,8 +657826,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:11071", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11071", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -658314,11 +657836,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC9A1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040297", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040297.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -658328,8 +657850,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Nhe2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -658358,8 +657879,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:11072", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11072", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -658367,11 +657889,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC9A2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040297", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040297.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -658381,8 +657903,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Nhe2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -658411,8 +657932,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11073", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11073", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -658420,11 +657942,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC9A3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040297", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040297.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -658434,8 +657956,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Nhe2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -658464,8 +657985,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11075", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11075", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -658473,11 +657995,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC9A3R1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010620", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010620.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -658487,8 +658009,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10939", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -658517,8 +658038,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11076", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11076", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -658526,11 +658048,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC9A3R2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010620", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010620.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -658540,8 +658062,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10939", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -658570,8 +658091,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:11077", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11077", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -658579,11 +658101,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC9A4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040297", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040297.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -658593,8 +658115,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Nhe2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -658623,8 +658144,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11078", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11078", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -658632,11 +658154,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC9A5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040297", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040297.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -658646,8 +658168,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Nhe2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -658676,8 +658197,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:11079", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11079", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -658685,11 +658207,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC9A6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028703", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028703.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -658699,8 +658221,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Nhe3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -658729,8 +658250,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:17123", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17123", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -658738,11 +658260,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC9A7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028703", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028703.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -658752,8 +658274,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Nhe3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -658782,8 +658303,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20728", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20728", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -658791,11 +658313,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC9A8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0026787", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026787.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -658805,8 +658327,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Nhe1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -658834,8 +658355,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20653", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20653", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -658843,11 +658365,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC9A9", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028703", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028703.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -658857,8 +658379,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Nhe3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -658886,8 +658407,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24244", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24244", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -658895,11 +658417,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC9B1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031865", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031865.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -658909,8 +658431,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Nha1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -658938,8 +658459,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24244", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24244", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -658947,11 +658469,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC9B1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0263390", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0263390.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -658961,8 +658483,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Nha2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -658991,8 +658512,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:37492", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:37492", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -659000,11 +658522,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC9B1P1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031865", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031865.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -659014,8 +658536,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Nha1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -659044,8 +658565,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25143", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25143", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -659053,11 +658575,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC9B2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031865", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031865.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -659067,8 +658589,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Nha1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -659096,8 +658617,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25143", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25143", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -659105,11 +658627,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLC9B2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0263390", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0263390.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -659119,8 +658641,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Nha2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -659149,8 +658670,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10956", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10956", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -659158,11 +658680,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLCO1A2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032433", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032433.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -659172,8 +658694,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Oatp33Ea", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -659202,8 +658723,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10956", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10956", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -659211,11 +658733,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLCO1A2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0050277", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0050277.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -659225,8 +658747,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Oatp58Da", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -659255,8 +658776,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10956", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10956", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -659264,11 +658786,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLCO1A2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034715", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034715.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -659278,8 +658800,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Oatp58Db", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -659308,8 +658829,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10956", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10956", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -659317,11 +658839,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLCO1A2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034716", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034716.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -659331,8 +658853,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Oatp58Dc", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -659361,8 +658882,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10956", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10956", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -659370,11 +658892,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLCO1A2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036732", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036732.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -659384,8 +658906,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Oatp74D", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -659414,8 +658935,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10959", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10959", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -659423,11 +658945,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLCO1B1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032433", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032433.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -659437,8 +658959,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Oatp33Ea", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -659467,8 +658988,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10959", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10959", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -659476,11 +658998,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLCO1B1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0050277", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0050277.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -659490,8 +659012,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Oatp58Da", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -659520,8 +659041,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10959", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10959", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -659529,11 +659051,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLCO1B1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034715", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034715.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -659543,8 +659065,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Oatp58Db", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -659573,8 +659094,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10959", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10959", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -659582,11 +659104,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLCO1B1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034716", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034716.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -659596,8 +659118,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Oatp58Dc", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -659626,8 +659147,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10959", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10959", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -659635,11 +659157,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLCO1B1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036732", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036732.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -659649,8 +659171,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Oatp74D", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -659679,8 +659200,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10961", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10961", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -659688,11 +659210,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLCO1B3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032433", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032433.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -659702,8 +659224,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Oatp33Ea", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -659732,8 +659253,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10961", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10961", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -659741,11 +659263,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLCO1B3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0050277", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0050277.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -659755,8 +659277,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Oatp58Da", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -659785,8 +659306,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10961", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10961", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -659794,11 +659316,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLCO1B3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034715", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034715.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -659808,8 +659330,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Oatp58Db", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -659838,8 +659359,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10961", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10961", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -659847,11 +659369,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLCO1B3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034716", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034716.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -659861,8 +659383,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Oatp58Dc", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -659891,8 +659412,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10961", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10961", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -659900,11 +659422,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLCO1B3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036732", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036732.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -659914,8 +659436,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Oatp74D", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -659944,8 +659465,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:32934", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:32934", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -659953,11 +659475,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLCO1B7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032433", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032433.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -659967,8 +659489,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Oatp33Ea", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -659997,8 +659518,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:32934", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:32934", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -660006,11 +659528,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLCO1B7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0050277", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0050277.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -660020,8 +659542,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Oatp58Da", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -660050,8 +659571,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:32934", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:32934", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -660059,11 +659581,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLCO1B7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034715", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034715.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -660073,8 +659595,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Oatp58Db", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -660103,8 +659624,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:32934", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:32934", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -660112,11 +659634,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLCO1B7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034716", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034716.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -660126,8 +659648,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Oatp58Dc", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -660156,8 +659677,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:32934", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:32934", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -660165,11 +659687,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLCO1B7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036732", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036732.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -660179,8 +659701,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Oatp74D", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -660209,8 +659730,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13819", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13819", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -660218,11 +659740,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLCO1C1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032433", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032433.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -660232,8 +659754,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Oatp33Ea", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -660262,8 +659783,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13819", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13819", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -660271,11 +659793,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLCO1C1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0050277", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0050277.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -660285,8 +659807,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Oatp58Da", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -660315,8 +659836,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13819", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13819", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -660324,11 +659846,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLCO1C1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034715", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034715.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -660338,8 +659860,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Oatp58Db", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -660368,8 +659889,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13819", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13819", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -660377,11 +659899,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLCO1C1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034716", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034716.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -660391,8 +659913,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Oatp58Dc", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -660421,8 +659942,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13819", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13819", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -660430,11 +659952,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLCO1C1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036732", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036732.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -660444,8 +659966,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Oatp74D", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -660474,8 +659995,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10955", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10955", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -660483,11 +660005,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLCO2A1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032433", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032433.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -660497,8 +660019,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Oatp33Ea", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -660527,8 +660048,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10955", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10955", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -660536,11 +660058,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLCO2A1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0050277", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0050277.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -660550,8 +660072,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Oatp58Da", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -660580,8 +660101,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10955", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10955", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -660589,11 +660111,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLCO2A1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034715", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034715.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -660603,8 +660125,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Oatp58Db", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -660633,8 +660154,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10955", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10955", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -660642,11 +660164,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLCO2A1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034716", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034716.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -660656,8 +660178,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Oatp58Dc", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -660686,8 +660207,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10955", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10955", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -660695,11 +660217,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLCO2A1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036732", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036732.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -660709,8 +660231,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Oatp74D", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -660739,8 +660260,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10962", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10962", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -660748,11 +660270,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLCO2B1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032433", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032433.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -660762,8 +660284,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Oatp33Ea", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -660792,8 +660313,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10962", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10962", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -660801,11 +660323,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLCO2B1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0050277", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0050277.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -660815,8 +660337,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Oatp58Da", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -660845,8 +660366,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10962", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10962", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -660854,11 +660376,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLCO2B1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034715", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034715.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -660868,8 +660390,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Oatp58Db", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -660898,8 +660419,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10962", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10962", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -660907,11 +660429,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLCO2B1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034716", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034716.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -660921,8 +660443,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Oatp58Dc", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -660951,8 +660472,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10962", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10962", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -660960,11 +660482,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLCO2B1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036732", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036732.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -660974,8 +660496,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Oatp74D", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -661004,8 +660525,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:10952", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10952", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -661013,11 +660535,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLCO3A1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032123", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032123.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -661027,8 +660549,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Oatp30B", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -661057,8 +660578,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10952", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10952", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -661066,11 +660588,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLCO3A1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032433", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032433.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -661080,8 +660602,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Oatp33Ea", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -661110,8 +660631,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10952", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10952", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -661119,11 +660641,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLCO3A1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0050277", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0050277.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -661133,8 +660655,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Oatp58Da", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -661163,8 +660684,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10952", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10952", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -661172,11 +660694,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLCO3A1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034715", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034715.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -661186,8 +660708,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Oatp58Db", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -661216,8 +660737,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10952", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10952", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -661225,11 +660747,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLCO3A1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034716", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034716.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -661239,8 +660761,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Oatp58Dc", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -661269,8 +660790,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10952", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10952", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -661278,11 +660800,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLCO3A1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036732", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036732.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -661292,8 +660814,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Oatp74D", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -661322,8 +660843,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10953", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10953", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -661331,11 +660853,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLCO4A1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051634", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051634.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -661345,8 +660867,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Oatp26F", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -661374,8 +660895,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19046", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19046", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -661383,11 +660905,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLCO5A1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032123", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032123.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -661397,8 +660919,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Oatp30B", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -661427,8 +660948,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20495", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20495", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -661436,11 +660958,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLIRP", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0064117", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0064117.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -661450,8 +660972,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "SLIRP1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -661480,8 +661001,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20495", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20495", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -661489,11 +661011,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLIRP", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037602", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037602.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -661503,8 +661025,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "SLIRP2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -661533,8 +661054,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11085", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11085", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -661542,11 +661064,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLIT1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0264089", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0264089.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -661556,8 +661078,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "sli", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -661585,8 +661106,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11086", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11086", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -661594,11 +661116,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLIT2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0264089", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0264089.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -661608,8 +661130,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "sli", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -661637,8 +661158,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11087", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11087", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -661646,11 +661168,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLIT3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0264089", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0264089.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -661660,8 +661182,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "sli", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -661689,8 +661210,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23501", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23501", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -661698,11 +661220,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLITRK3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031016", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031016.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -661712,8 +661234,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "kek5", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -661742,8 +661263,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20295", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20295", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -661751,11 +661273,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLITRK5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032484", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032484.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -661765,8 +661287,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "kek4", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -661795,8 +661316,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11088", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11088", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -661804,11 +661326,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLK", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035001", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035001.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -661818,8 +661340,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Slik", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -661848,8 +661369,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16643", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16643", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -661857,11 +661379,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLMAP", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040011", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040011.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -661871,8 +661393,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Slmap", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -661901,8 +661422,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11092", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11092", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -661910,11 +661432,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLPI", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039527", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039527.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -661924,8 +661446,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5639", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -661954,8 +661475,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:20709", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20709", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -661963,11 +661485,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLTM", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039229", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039229.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -661977,8 +661499,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Saf-B", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -662007,8 +661528,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16939", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16939", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -662016,11 +661538,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLU7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039626", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039626.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -662030,8 +661552,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Slu7", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -662059,8 +661580,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20922", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20922", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -662068,11 +661590,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLX1A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037263", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037263.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -662082,8 +661604,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "slx1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -662112,8 +661633,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23845", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23845", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -662121,11 +661643,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SLX4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0002909", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0002909.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -662135,8 +661657,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mus312", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -662160,13 +661681,67 @@ "stringencyFilter": "stringent", "totalMethodCount": 10 }, + { + "best": "Yes", + "bestReverse": "Yes", + "gene": { + "id": "HGNC:15811", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15811", + "species": { + "commonNames": "['human', 'hsa']", + "dataProviderFullName": "Rat Genome Database", + "dataProviderShortName": "RGD", + "name": "Homo sapiens", + "shortName": "Hsa", + "taxonId": "NCBITaxon:9606" + }, + "symbol": "SLX9", + "taxonId": "NCBITaxon:9606" + }, + "homologGene": { + "id": "FB:FBgn0035393", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035393.html", + "species": { + "commonNames": "['fly', 'fruit fly', 'dme']", + "dataProviderFullName": "FlyBase", + "dataProviderShortName": "FB", + "name": "Drosophila melanogaster", + "shortName": "Dme", + "taxonId": "NCBITaxon:7227" + }, + "symbol": "CG16753", + "taxonId": "NCBITaxon:7227" + }, + "methodCount": 4, + "predictionMethodsMatched": [ + "OrthoFinder", + "PANTHER", + "Roundup", + "TreeFam" + ], + "predictionMethodsNotCalled": [ + "HGNC", + "ZFIN" + ], + "predictionMethodsNotMatched": [ + "Ensembl Compara", + "Hieranoid", + "InParanoid", + "OMA", + "OrthoInspector", + "PhylomeDB" + ], + "stringencyFilter": "stringent", + "totalMethodCount": 10 + }, { "best": "Yes", "bestReverse": "No", "gene": { "id": "HGNC:6767", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6767", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -662174,11 +661749,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SMAD1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0011648", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0011648.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -662188,8 +661763,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Mad", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -662218,8 +661792,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:6768", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6768", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -662227,11 +661802,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SMAD2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0025800", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0025800.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -662241,8 +661816,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Smox", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -662271,8 +661845,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6769", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6769", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -662280,11 +661855,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SMAD3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0025800", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0025800.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -662294,8 +661869,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Smox", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -662324,8 +661898,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6770", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6770", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -662333,11 +661908,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SMAD4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0011655", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0011655.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -662347,8 +661922,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Med", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -662377,8 +661951,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:6771", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6771", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -662386,11 +661961,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SMAD5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0011648", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0011648.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -662400,8 +661975,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Mad", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -662430,8 +662004,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6772", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6772", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -662439,11 +662014,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SMAD6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0020493", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0020493.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -662453,8 +662028,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Dad", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -662483,8 +662057,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6773", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6773", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -662492,11 +662067,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SMAD7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0020493", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0020493.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -662506,8 +662081,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Dad", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -662536,8 +662110,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6774", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6774", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -662545,11 +662120,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SMAD9", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0011648", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0011648.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -662559,8 +662134,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Mad", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -662589,8 +662163,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:19651", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19651", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -662598,11 +662173,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SMAP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033349", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033349.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -662612,8 +662187,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8243", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -662642,8 +662216,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25082", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25082", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -662651,11 +662226,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SMAP2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033349", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033349.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -662665,8 +662240,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8243", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -662695,8 +662269,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11097", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11097", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -662704,11 +662279,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SMARCA1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0011604", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0011604.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -662718,8 +662293,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Iswi", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -662747,8 +662321,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11098", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11098", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -662756,11 +662331,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SMARCA2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000212", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000212.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -662770,8 +662345,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "brm", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -662799,8 +662373,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:11100", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11100", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -662808,11 +662383,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SMARCA4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000212", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000212.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -662822,8 +662397,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "brm", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -662852,8 +662426,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:11101", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11101", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -662861,11 +662436,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SMARCA5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0011604", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0011604.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -662875,8 +662450,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Iswi", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -662905,8 +662479,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18398", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18398", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -662914,11 +662489,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SMARCAD1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032157", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032157.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -662928,8 +662503,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Etl1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -662958,8 +662532,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11102", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11102", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -662967,11 +662542,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SMARCAL1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031655", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031655.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -662981,8 +662556,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Marcal1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -663011,8 +662585,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11103", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11103", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -663020,11 +662595,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SMARCB1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0011715", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0011715.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -663034,8 +662609,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Snr1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -663063,8 +662637,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11104", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11104", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -663072,11 +662647,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SMARCC1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0002783", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0002783.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -663086,8 +662661,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mor", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -663115,8 +662689,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11105", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11105", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -663124,11 +662699,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SMARCC2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0002783", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0002783.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -663138,8 +662713,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mor", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -663167,8 +662741,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11106", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11106", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -663176,11 +662751,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SMARCD1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0025463", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0025463.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -663190,8 +662765,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Bap60", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -663219,8 +662793,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:11107", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11107", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -663228,11 +662803,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SMARCD2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0025463", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0025463.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -663242,8 +662817,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Bap60", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -663272,8 +662846,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:11108", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11108", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -663281,11 +662856,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SMARCD3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0025463", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0025463.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -663295,8 +662870,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Bap60", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -663325,8 +662899,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11109", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11109", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -663334,11 +662909,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SMARCE1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030093", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030093.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -663348,8 +662923,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Bap111", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -663378,8 +662952,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11111", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11111", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -663387,11 +662962,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SMC1A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040283", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040283.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -663401,8 +662976,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "SMC1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -663431,8 +663005,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11112", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11112", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -663440,11 +663015,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SMC1B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040283", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040283.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -663454,8 +663029,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "SMC1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -663484,8 +663058,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14011", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14011", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -663493,11 +663068,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SMC2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027783", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027783.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -663507,8 +663082,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "SMC2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -663536,8 +663110,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2468", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2468", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -663545,11 +663120,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SMC3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015615", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015615.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -663559,8 +663134,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "SMC3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -663589,8 +663163,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14013", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14013", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -663598,11 +663173,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SMC4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015391", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015391.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -663612,8 +663187,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "glu", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -663641,8 +663215,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20465", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20465", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -663650,11 +663225,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SMC5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052438", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052438.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -663664,8 +663239,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "SMC5", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -663694,8 +663268,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20466", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20466", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -663703,11 +663278,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SMC6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0266282", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0266282.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -663717,8 +663292,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "jnj", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -663746,8 +663320,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24810", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24810", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -663755,11 +663330,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SMCO4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0053169", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0053169.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -663769,8 +663344,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG33169", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -663799,8 +663373,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25055", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25055", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -663808,11 +663383,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SMDT1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0062440", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0062440.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -663822,8 +663397,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "EMRE", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -663852,8 +663426,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30045", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30045", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -663861,11 +663436,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SMG1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0263968", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0263968.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -663875,8 +663450,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "nonC", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -663905,8 +663479,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24644", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24644", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -663914,11 +663489,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SMG5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0019890", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0019890.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -663928,8 +663503,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Smg5", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -663957,8 +663531,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17809", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17809", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -663966,11 +663541,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SMG6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039260", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039260.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -663980,8 +663555,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Smg6", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -664010,8 +663584,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25551", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25551", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -664019,11 +663594,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SMG8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032296", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032296.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -664033,8 +663608,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6729", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -664063,8 +663637,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25763", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25763", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -664072,11 +663647,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SMG9", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0023520", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0023520.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -664086,8 +663661,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG3857", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -664116,8 +663690,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25154", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25154", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -664125,11 +663700,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SMIM12", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0085257", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0085257.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -664139,8 +663714,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG34228", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -664169,8 +663743,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:27356", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:27356", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -664178,11 +663753,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SMIM13", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0259932", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0259932.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -664192,8 +663767,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG42455", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -664222,8 +663796,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:27321", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:27321", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -664231,11 +663806,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SMIM14", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035020", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035020.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -664245,8 +663820,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG13585", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -664274,8 +663848,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:37260", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:37260", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -664283,11 +663858,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SMIM20", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0085271", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0085271.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -664297,8 +663872,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG34242", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -664327,8 +663901,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:37257", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:37257", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -664336,11 +663911,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SMIM4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052736", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052736.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -664350,8 +663925,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG32736", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -664379,8 +663953,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21401", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21401", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -664388,11 +663963,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SMIM8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052448", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052448.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -664402,8 +663977,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG32448", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -664432,8 +664006,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:43561", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:43561", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -664441,11 +664016,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SMKR1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0266615", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0266615.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -664455,8 +664030,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG45122", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -664485,8 +664059,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11118", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11118", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -664494,11 +664069,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SMN2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036641", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036641.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -664508,8 +664083,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Smn", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -664537,8 +664111,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16900", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16900", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -664546,11 +664121,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SMNDC1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039977", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039977.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -664559,9 +664134,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG17454", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Spf30", + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -664589,8 +664163,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11119", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11119", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -664598,11 +664173,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SMO", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003444", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003444.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -664612,8 +664187,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "smo", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -664642,8 +664216,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20318", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20318", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -664651,11 +664226,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SMOC1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0262169", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0262169.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -664665,8 +664240,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "magu", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -664695,8 +664269,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20323", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20323", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -664704,11 +664279,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SMOC2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0262169", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0262169.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -664718,8 +664293,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "magu", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -664748,8 +664322,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15862", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15862", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -664757,11 +664332,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SMOX", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0002036", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0002036.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -664771,8 +664346,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10561", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -664801,8 +664375,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15862", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15862", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -664810,11 +664385,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SMOX", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035943", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035943.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -664824,8 +664399,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5653", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -664854,8 +664428,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15862", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15862", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -664863,11 +664438,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SMOX", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036750", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036750.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -664877,8 +664452,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6034", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -664907,8 +664481,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15862", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15862", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -664916,11 +664491,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SMOX", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036749", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036749.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -664930,8 +664505,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7460", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -664960,8 +664534,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15862", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15862", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -664969,11 +664544,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SMOX", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033584", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033584.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -664983,8 +664558,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7737", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -665013,8 +664587,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:15862", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15862", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -665022,11 +664597,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SMOX", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037606", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037606.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -665036,8 +664611,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8032", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -665066,8 +664640,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11120", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11120", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -665075,11 +664650,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SMPD1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039768", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039768.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -665089,8 +664664,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG15533", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -665119,8 +664693,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11120", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11120", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -665128,11 +664703,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SMPD1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039769", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039769.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -665142,8 +664717,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG15534", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -665172,8 +664746,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11120", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11120", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -665181,11 +664756,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SMPD1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034997", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034997.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -665195,8 +664770,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG3376", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -665224,8 +664798,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11121", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11121", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -665233,11 +664808,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SMPD2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035421", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035421.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -665247,8 +664822,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "nSMase", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -665277,8 +664851,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:32949", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:32949", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -665286,11 +664861,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SMPD4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037958", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037958.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -665300,8 +664875,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6962", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -665329,8 +664903,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17389", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17389", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -665338,11 +664913,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SMPDL3A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0044328", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0044328.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -665352,8 +664927,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG32052", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -665381,8 +664955,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21416", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21416", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -665390,11 +664965,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SMPDL3B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0044328", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0044328.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -665404,8 +664979,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG32052", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -665433,8 +665007,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11123", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11123", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -665442,11 +665017,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SMS", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036272", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036272.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -665456,8 +665031,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Sms", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -665485,8 +665059,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:11126", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11126", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -665494,11 +665069,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SMTN", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0025633", + "id": "FB:FBgn0085446", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0085446.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -665507,15 +665082,14 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG13366", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "CG34417", + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ + "OrthoInspector", "PANTHER", - "PhylomeDB", - "TreeFam" + "Roundup" ], "predictionMethodsNotCalled": [ "HGNC", @@ -665527,8 +665101,8 @@ "InParanoid", "OMA", "OrthoFinder", - "OrthoInspector", - "Roundup" + "PhylomeDB", + "TreeFam" ], "stringencyFilter": "stringent", "totalMethodCount": 10 @@ -665538,8 +665112,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:11126", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11126", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -665547,11 +665122,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SMTN", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0085446", + "id": "FB:FBgn0025633", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0025633.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -665560,15 +665135,14 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG34417", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "spdi", + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ - "OrthoInspector", "PANTHER", - "Roundup" + "PhylomeDB", + "TreeFam" ], "predictionMethodsNotCalled": [ "HGNC", @@ -665580,8 +665154,8 @@ "InParanoid", "OMA", "OrthoFinder", - "PhylomeDB", - "TreeFam" + "OrthoInspector", + "Roundup" ], "stringencyFilter": "stringent", "totalMethodCount": 10 @@ -665591,8 +665165,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:32394", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:32394", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -665600,11 +665175,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SMTNL1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0085446", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0085446.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -665614,8 +665189,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG34417", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -665644,8 +665218,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:24764", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24764", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -665653,11 +665228,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SMTNL2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0085446", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0085446.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -665667,8 +665242,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG34417", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -665697,8 +665271,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18247", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18247", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -665706,11 +665281,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SMU1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038666", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038666.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -665720,8 +665295,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Smu1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -665749,8 +665323,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17148", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17148", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -665758,11 +665333,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SMUG1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038490", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038490.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -665771,9 +665346,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG5285", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Smug", + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -665801,8 +665375,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:16807", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16807", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -665810,11 +665385,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SMURF1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029006", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029006.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -665824,8 +665399,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Smurf", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -665854,8 +665428,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16809", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16809", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -665863,11 +665438,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SMURF2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029006", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029006.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -665877,8 +665452,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Smurf", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -665906,8 +665480,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:20986", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20986", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -665915,11 +665490,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SMYD1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0011566", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0011566.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -665929,8 +665504,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Smyd3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -665959,8 +665533,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:20982", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20982", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -665968,11 +665543,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SMYD2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0011566", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0011566.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -665982,8 +665557,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Smyd3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -666012,8 +665586,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15513", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15513", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -666021,11 +665596,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SMYD3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0011566", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0011566.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -666035,8 +665610,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Smyd3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -666065,8 +665639,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21067", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21067", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -666074,11 +665649,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SMYD4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028862", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028862.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -666088,8 +665663,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "dao", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -666118,8 +665692,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21067", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21067", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -666127,11 +665702,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SMYD4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033427", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033427.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -666141,8 +665716,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Smyd4-1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -666171,8 +665745,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21067", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21067", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -666180,11 +665755,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SMYD4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036282", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036282.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -666194,8 +665769,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Smyd4-2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -666224,8 +665798,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21067", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21067", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -666233,11 +665808,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SMYD4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033633", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033633.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -666247,8 +665822,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Smyd4-3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -666277,8 +665851,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21067", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21067", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -666286,11 +665861,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SMYD4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027495", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027495.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -666300,8 +665875,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Smyd4-4", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -666330,8 +665904,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16258", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16258", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -666339,11 +665914,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SMYD5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038869", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038869.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -666353,8 +665928,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Smyd5", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -666382,8 +665956,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:11128", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11128", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -666391,11 +665966,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SNAI1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003448", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003448.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -666405,8 +665980,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "sna", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -666435,61 +666009,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11094", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11094", "species": { - "commonNames": "['human']", - "dataProviderFullName": "Rat Genome Database", - "dataProviderShortName": "RGD", - "name": "Homo sapiens", - "shortName": "Hsa", - "taxonId": "NCBITaxon:9606" - }, - "symbol": "SNAI2", - "taxonId": "NCBITaxon:9606", - "url": null - }, - "homologGene": { - "id": "FB:FBgn0001981", - "species": { - "commonNames": "['fly', 'fruit fly', 'dme']", - "dataProviderFullName": "FlyBase", - "dataProviderShortName": "FB", - "name": "Drosophila melanogaster", - "shortName": "Dme", - "taxonId": "NCBITaxon:7227" - }, - "symbol": "esg", - "taxonId": "NCBITaxon:7227", - "url": null - }, - "methodCount": 5, - "predictionMethodsMatched": [ - "Hieranoid", - "OrthoInspector", - "PhylomeDB", - "Roundup", - "TreeFam" - ], - "predictionMethodsNotCalled": [ - "HGNC", - "ZFIN" - ], - "predictionMethodsNotMatched": [ - "Ensembl Compara", - "InParanoid", - "OMA", - "OrthoFinder", - "PANTHER" - ], - "stringencyFilter": "stringent", - "totalMethodCount": 10 - }, - { - "best": "Yes", - "bestReverse": "Yes", - "gene": { - "id": "HGNC:11094", - "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -666497,11 +666019,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SNAI2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003448", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003448.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -666511,8 +666033,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "sna", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -666541,8 +666062,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11094", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11094", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -666550,11 +666072,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SNAI2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0001983", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0001983.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -666564,8 +666086,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "wor", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -666594,8 +666115,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:18411", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18411", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -666603,11 +666125,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SNAI3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003448", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003448.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -666617,8 +666139,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "sna", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -666647,8 +666168,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:11131", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11131", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -666656,11 +666178,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SNAP23", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0266720", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0266720.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -666670,8 +666192,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Snap24", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -666700,8 +666221,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:11131", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11131", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -666709,11 +666231,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SNAP23", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0011288", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0011288.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -666723,8 +666245,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Snap25", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -666753,8 +666274,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11132", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11132", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -666762,11 +666284,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SNAP25", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0266720", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0266720.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -666776,8 +666298,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Snap24", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -666805,8 +666326,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11132", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11132", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -666814,11 +666336,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SNAP25", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0011288", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0011288.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -666828,8 +666350,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Snap25", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -666857,8 +666378,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11133", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11133", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -666866,11 +666388,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SNAP29", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034913", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034913.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -666880,8 +666402,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Snap29", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -666909,8 +666430,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14986", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14986", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -666918,11 +666440,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SNAP91", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0086372", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0086372.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -666932,8 +666454,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "lap", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -666962,8 +666483,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11134", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11134", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -666971,11 +666493,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SNAPC1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038371", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038371.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -666985,8 +666507,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pbp45", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -667015,8 +666536,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11136", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11136", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -667024,11 +666546,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SNAPC3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0260398", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0260398.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -667038,8 +666560,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pbp49", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -667068,8 +666589,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11137", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11137", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -667077,11 +666599,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SNAPC4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037540", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037540.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -667091,8 +666613,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pbp95", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -667121,8 +666642,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17145", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17145", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -667130,11 +666652,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SNAPIN", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031455", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031455.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -667144,8 +666666,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Snapin", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -667173,8 +666694,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30646", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30646", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -667182,11 +666704,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SND1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035121", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035121.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -667196,8 +666718,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Tudor-SN", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -667226,8 +666747,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17028", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17028", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -667235,11 +666757,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SNF8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0260940", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0260940.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -667249,8 +666771,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "lsn", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -667278,8 +666799,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30587", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30587", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -667287,11 +666809,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SNIP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039943", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039943.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -667301,8 +666823,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG17168", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -667331,8 +666852,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30598", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30598", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -667340,11 +666862,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SNRK", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033915", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033915.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -667354,8 +666876,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8485", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -667384,8 +666905,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30859", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30859", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -667393,11 +666915,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SNRNP200", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0263599", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0263599.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -667406,9 +666928,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "l(3)72Ab", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Brr2", + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -667436,8 +666957,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14161", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14161", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -667445,11 +666967,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SNRNP25", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0085342", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0085342.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -667459,8 +666981,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG34313", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -667489,8 +667010,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30240", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30240", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -667498,11 +667020,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SNRNP27", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0021895", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0021895.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -667512,8 +667034,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ytr", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -667542,8 +667063,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30857", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30857", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -667551,11 +667073,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SNRNP40", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031229", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031229.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -667565,8 +667087,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG3436", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -667594,8 +667115,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11150", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11150", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -667603,11 +667125,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SNRNP70", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0016978", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0016978.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -667617,8 +667139,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "snRNP-U1-70K", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -667647,8 +667168,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:11151", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11151", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -667656,11 +667178,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SNRPA", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003449", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003449.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -667670,8 +667192,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "snf", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -667700,8 +667221,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11152", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11152", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -667709,11 +667231,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SNRPA1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033210", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033210.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -667723,8 +667245,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "U2A", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -667752,8 +667273,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11153", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11153", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -667761,11 +667283,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SNRPB", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0262601", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0262601.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -667775,8 +667297,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "SmB", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -667804,8 +667325,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11155", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11155", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -667813,11 +667335,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SNRPB2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003449", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003449.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -667827,8 +667349,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "snf", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -667857,8 +667378,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11157", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11157", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -667866,11 +667388,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SNRPC", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261792", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261792.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -667880,8 +667402,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "snRNP-U1-C", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -667910,8 +667431,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11158", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11158", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -667919,11 +667441,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SNRPD1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261933", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261933.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -667933,8 +667455,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "SmD1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -667962,8 +667483,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11159", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11159", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -667971,11 +667493,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SNRPD2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261789", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261789.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -667985,8 +667507,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "SmD2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -668014,8 +667535,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11160", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11160", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -668023,11 +667545,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SNRPD3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0023167", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0023167.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -668037,8 +667559,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "SmD3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -668066,8 +667587,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11161", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11161", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -668075,11 +667597,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SNRPE", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261790", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261790.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -668089,8 +667611,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "SmE", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -668118,8 +667639,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11162", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11162", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -668127,11 +667649,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SNRPF", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000426", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000426.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -668141,8 +667663,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "SmF", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -668170,8 +667691,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11163", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11163", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -668179,11 +667701,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SNRPG", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261791", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261791.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -668193,8 +667715,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "SNRPG", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -668223,8 +667744,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:49371", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:49371", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -668232,11 +667754,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SNRPGP15", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261791", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261791.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -668246,8 +667768,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "SNRPG", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -668276,8 +667797,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:11167", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11167", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -668285,11 +667807,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SNTA1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037130", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037130.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -668299,8 +667821,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Syn1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -668329,8 +667850,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11168", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11168", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -668338,11 +667860,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SNTB1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037130", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037130.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -668352,8 +667874,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Syn1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -668381,8 +667902,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11169", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11169", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -668390,11 +667912,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SNTB2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037130", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037130.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -668404,8 +667926,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Syn1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -668433,8 +667954,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13740", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13740", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -668442,11 +667964,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SNTG1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034135", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034135.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -668456,8 +667978,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Syn2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -668485,8 +668006,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13741", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13741", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -668494,11 +668016,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SNTG2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034135", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034135.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -668508,8 +668030,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Syn2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -668537,8 +668058,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7819", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7819", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -668546,11 +668068,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SNU13", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0286786", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0286786.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -668560,8 +668082,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "hoip", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -668589,8 +668110,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14245", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14245", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -668598,11 +668120,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SNUPN", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0259199", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0259199.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -668612,8 +668134,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Snup", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -668642,8 +668163,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:11171", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11171", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -668651,11 +668173,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SNURF", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0262601", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0262601.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -668665,8 +668187,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "SmB", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -668695,8 +668216,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16696", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16696", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -668704,11 +668226,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SNW1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004856", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004856.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -668718,8 +668240,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Bx42", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -668748,8 +668269,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11172", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11172", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -668757,11 +668279,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SNX1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031534", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031534.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -668771,8 +668293,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Snx1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -668801,8 +668322,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14976", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14976", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -668810,11 +668332,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SNX12", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038065", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038065.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -668824,8 +668346,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Snx3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -668853,8 +668374,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:14978", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14978", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -668862,11 +668384,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SNX15", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038588", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038588.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -668876,8 +668398,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7156", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -668906,8 +668427,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14980", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14980", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -668915,11 +668437,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SNX16", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034265", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034265.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -668929,8 +668451,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Snx16", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -668959,8 +668480,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14979", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14979", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -668968,11 +668490,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SNX17", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032191", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032191.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -668982,8 +668504,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Snx17", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -669011,8 +668532,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:19245", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19245", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -669020,11 +668542,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SNX18", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040475", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040475.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -669034,8 +668556,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "SH3PX1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -669064,8 +668585,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11173", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11173", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -669073,11 +668595,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SNX2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031534", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031534.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -669087,8 +668609,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Snx1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -669117,8 +668638,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:30390", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30390", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -669126,11 +668648,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SNX20", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031457", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031457.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -669140,8 +668662,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Snx21", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -669170,8 +668691,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16154", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16154", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -669179,11 +668701,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SNX21", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031457", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031457.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -669193,8 +668715,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Snx21", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -669223,8 +668744,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21883", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21883", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -669232,11 +668754,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SNX25", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029976", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029976.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -669246,8 +668768,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "snz", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -669276,8 +668797,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20073", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20073", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -669285,11 +668807,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SNX27", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052758", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052758.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -669299,8 +668821,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Snx27", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -669328,8 +668849,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30542", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30542", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -669337,11 +668859,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SNX29", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032476", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032476.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -669351,8 +668873,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5439", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -669381,8 +668902,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11174", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11174", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -669390,11 +668912,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SNX3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038065", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038065.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -669404,8 +668926,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Snx3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -669433,8 +668954,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:28605", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28605", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -669442,11 +668964,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SNX31", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032191", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032191.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -669456,8 +668978,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Snx17", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -669486,8 +669007,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26423", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26423", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -669495,11 +669017,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SNX32", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032005", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032005.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -669509,8 +669031,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Snx6", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -669538,8 +669059,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28468", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28468", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -669547,11 +669069,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SNX33", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040475", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040475.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -669561,8 +669083,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "SH3PX1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -669591,8 +669112,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:14969", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14969", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -669600,11 +669122,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SNX5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032005", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032005.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -669614,8 +669136,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Snx6", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -669644,8 +669165,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14970", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14970", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -669653,11 +669175,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SNX6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032005", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032005.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -669667,8 +669189,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Snx6", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -669696,8 +669217,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:14973", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14973", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -669705,11 +669227,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SNX9", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040475", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040475.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -669719,8 +669241,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "SH3PX1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -669749,8 +669270,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11177", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11177", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -669758,11 +669280,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SOAT1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037612", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037612.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -669772,8 +669294,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8112", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -669801,8 +669322,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:11178", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11178", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -669810,11 +669332,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SOAT2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037612", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037612.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -669824,8 +669346,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8112", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -669854,8 +669375,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29256", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29256", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -669863,11 +669385,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SOBP", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033654", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033654.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -669877,8 +669399,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Sobp", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -669907,8 +669428,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:19383", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19383", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -669916,11 +669438,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SOCS1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033266", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033266.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -669930,8 +669452,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Socs44A", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -669960,8 +669481,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19382", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19382", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -669969,11 +669491,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SOCS2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033266", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033266.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -669983,8 +669505,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Socs44A", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -670013,8 +669534,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:19391", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19391", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -670022,11 +669544,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SOCS3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033266", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033266.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -670036,8 +669558,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Socs44A", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -670066,8 +669587,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19392", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19392", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -670075,11 +669597,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SOCS4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0041184", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0041184.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -670089,8 +669611,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Socs36E", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -670119,8 +669640,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:16852", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16852", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -670128,11 +669650,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SOCS5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0041184", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0041184.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -670142,8 +669664,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Socs36E", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -670172,8 +669693,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29846", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29846", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -670181,11 +669703,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SOCS7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030869", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030869.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -670195,8 +669717,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Socs16D", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -670225,8 +669746,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11179", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11179", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -670234,11 +669756,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SOD1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003462", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003462.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -670248,8 +669770,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Sod1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -670278,8 +669799,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11179", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11179", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -670287,11 +669809,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SOD1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033631", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033631.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -670301,8 +669823,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Sod3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -670331,8 +669852,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11180", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11180", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -670340,11 +669862,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SOD2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010213", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010213.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -670354,8 +669876,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Sod2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -670384,8 +669905,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11181", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11181", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -670393,11 +669915,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SOD3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039386", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039386.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -670407,8 +669929,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5948", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -670437,8 +669958,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11181", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11181", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -670446,11 +669968,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SOD3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033631", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033631.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -670460,8 +669982,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Sod3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -670490,8 +670011,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:16111", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16111", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -670499,11 +670021,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SOGA1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031869", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031869.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -670513,8 +670035,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG18304", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -670543,8 +670064,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21494", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21494", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -670552,11 +670074,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SOGA3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031869", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031869.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -670566,8 +670088,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG18304", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -670596,8 +670117,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11183", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11183", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -670605,11 +670127,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SON", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037716", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037716.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -670619,8 +670141,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Son", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -670649,8 +670170,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:14565", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14565", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -670658,11 +670180,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SORBS1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033504", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033504.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -670672,8 +670194,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CAP", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -670702,8 +670223,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24098", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24098", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -670711,11 +670233,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SORBS2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033504", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033504.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -670725,8 +670247,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CAP", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -670755,8 +670276,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30907", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30907", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -670764,11 +670286,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SORBS3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033504", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033504.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -670778,8 +670300,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CAP", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -670808,8 +670329,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11184", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11184", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -670817,11 +670339,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SORD", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0024289", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0024289.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -670831,8 +670353,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Sodh-1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -670860,8 +670381,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11184", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11184", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -670869,11 +670391,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SORD", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0022359", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0022359.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -670883,8 +670405,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Sodh-2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -670912,8 +670433,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11187", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11187", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -670921,11 +670443,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SOS1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0001965", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0001965.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -670935,8 +670457,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Sos", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -670964,8 +670485,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:11188", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11188", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -670973,11 +670495,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SOS2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0001965", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0001965.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -670987,8 +670509,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Sos", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -671017,8 +670538,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:27033", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:27033", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -671026,11 +670548,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SOWAHA", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036302", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036302.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -671040,8 +670562,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "sowah", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -671070,8 +670591,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:32958", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:32958", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -671079,11 +670601,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SOWAHB", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036302", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036302.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -671093,8 +670615,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "sowah", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -671123,8 +670644,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26149", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26149", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -671132,11 +670654,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SOWAHC", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036302", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036302.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -671146,8 +670668,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "sowah", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -671176,8 +670697,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:32960", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:32960", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -671185,11 +670707,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SOWAHD", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036302", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036302.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -671199,8 +670721,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "sowah", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -671229,8 +670750,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:11189", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11189", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -671238,11 +670760,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SOX1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000411", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000411.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -671252,8 +670774,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "D", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -671282,8 +670803,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11189", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11189", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -671291,11 +670813,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SOX1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029123", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029123.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -671305,8 +670827,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "SoxN", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -671335,8 +670856,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11190", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11190", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -671344,11 +670866,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SOX10", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0024288", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0024288.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -671358,8 +670880,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Sox100B", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -671388,8 +670909,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11198", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11198", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -671397,11 +670919,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SOX12", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0005612", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0005612.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -671411,8 +670933,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Sox14", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -671441,8 +670962,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:11192", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11192", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -671450,11 +670972,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SOX13", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039938", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039938.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -671464,8 +670986,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Sox102F", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -671494,8 +671015,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11193", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11193", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -671503,11 +671025,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SOX14", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000411", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000411.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -671517,8 +671039,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "D", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -671547,8 +671068,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11193", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11193", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -671556,11 +671078,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SOX14", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036411", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036411.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -671570,8 +671092,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Sox21a", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -671600,8 +671121,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:11193", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11193", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -671609,11 +671131,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SOX14", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0042630", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0042630.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -671623,8 +671145,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Sox21b", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -671653,8 +671174,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:18122", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18122", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -671662,11 +671184,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SOX17", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0005613", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0005613.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -671676,8 +671198,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Sox15", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -671706,8 +671227,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11194", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11194", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -671715,11 +671237,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SOX18", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0005613", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0005613.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -671729,8 +671251,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Sox15", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -671759,8 +671280,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:11195", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11195", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -671768,11 +671290,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SOX2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036411", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036411.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -671782,8 +671304,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Sox21a", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -671812,8 +671333,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11195", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11195", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -671821,11 +671343,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SOX2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029123", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029123.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -671835,8 +671357,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "SoxN", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -671865,8 +671386,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11197", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11197", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -671874,11 +671396,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SOX21", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000411", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000411.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -671888,8 +671410,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "D", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -671918,8 +671439,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11197", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11197", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -671927,11 +671449,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SOX21", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0042630", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0042630.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -671941,8 +671463,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Sox21b", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -671971,8 +671492,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11199", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11199", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -671980,11 +671502,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SOX3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000411", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000411.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -671994,8 +671516,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "D", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -672024,8 +671545,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:11200", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11200", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -672033,11 +671555,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SOX4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0005612", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0005612.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -672047,8 +671569,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Sox14", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -672077,8 +671598,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11201", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11201", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -672086,11 +671608,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SOX5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039938", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039938.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -672100,8 +671622,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Sox102F", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -672130,8 +671651,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16421", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16421", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -672139,11 +671661,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SOX6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039938", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039938.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -672153,8 +671675,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Sox102F", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -672183,8 +671704,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18196", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18196", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -672192,11 +671714,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SOX7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0005613", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0005613.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -672206,8 +671728,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Sox15", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -672236,8 +671757,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:11203", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11203", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -672245,11 +671767,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SOX8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0024288", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0024288.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -672259,8 +671781,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Sox100B", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -672289,8 +671810,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:11204", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11204", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -672298,11 +671820,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SOX9", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0024288", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0024288.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -672312,8 +671834,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Sox100B", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -672342,8 +671863,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:11205", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11205", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -672351,11 +671873,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039169", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039169.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -672365,8 +671887,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Spps", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -672395,8 +671916,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11208", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11208", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -672404,11 +671926,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SP3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039169", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039169.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -672418,8 +671940,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Spps", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -672448,8 +671969,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:11209", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11209", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -672457,11 +671979,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SP4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039169", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039169.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -672471,8 +671993,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Spps", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -672501,8 +672022,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:14529", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14529", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -672510,11 +672032,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SP5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039169", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039169.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -672524,8 +672046,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Spps", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -672554,8 +672075,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:14530", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14530", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -672563,11 +672085,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SP6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0020378", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0020378.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -672577,8 +672099,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Sp1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -672607,8 +672128,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:17321", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17321", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -672616,11 +672138,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SP7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0020378", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0020378.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -672630,8 +672152,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Sp1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -672660,8 +672181,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:19196", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19196", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -672669,11 +672191,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SP8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0020378", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0020378.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -672683,8 +672205,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Sp1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -672713,8 +672234,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30690", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30690", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -672722,11 +672244,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SP9", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0020378", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0020378.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -672736,8 +672258,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Sp1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -672766,8 +672287,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11210", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11210", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -672775,11 +672297,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SPA17", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0013467", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0013467.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -672789,8 +672311,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "igl", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -672819,8 +672340,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16260", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16260", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -672828,11 +672350,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SPACA3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034539", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034539.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -672842,8 +672364,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG11159", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -672872,8 +672393,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16260", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16260", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -672881,11 +672403,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SPACA3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029765", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029765.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -672895,8 +672417,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG16756", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -672925,8 +672446,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16260", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16260", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -672934,11 +672456,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SPACA3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034538", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034538.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -672948,8 +672470,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG16799", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -672978,8 +672499,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16260", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16260", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -672987,11 +672509,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SPACA3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0050062", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0050062.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -673001,8 +672523,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG30062", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -673031,8 +672552,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16260", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16260", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -673040,11 +672562,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SPACA3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035813", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035813.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -673054,8 +672576,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8492", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -673084,8 +672605,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19142", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19142", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -673093,11 +672615,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SPACA5B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034539", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034539.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -673107,8 +672629,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG11159", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -673137,8 +672658,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19142", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19142", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -673146,11 +672668,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SPACA5B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029765", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029765.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -673160,8 +672682,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG16756", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -673190,8 +672711,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19142", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19142", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -673199,11 +672721,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SPACA5B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034538", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034538.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -673213,8 +672735,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG16799", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -673243,8 +672764,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19142", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19142", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -673252,11 +672774,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SPACA5B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0050062", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0050062.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -673266,8 +672788,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG30062", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -673296,8 +672817,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19142", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19142", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -673305,11 +672827,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SPACA5B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035813", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035813.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -673319,8 +672841,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8492", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -673349,8 +672870,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11212", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11212", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -673358,11 +672880,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SPAG1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039463", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039463.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -673372,8 +672894,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Spag1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -673402,8 +672923,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11214", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11214", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -673411,11 +672933,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SPAG4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032368", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032368.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -673425,8 +672947,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "spag4", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -673455,8 +672976,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11216", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11216", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -673464,11 +672986,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SPAG7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032870", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032870.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -673478,8 +673000,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG2608", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -673507,8 +673028,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14524", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14524", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -673516,11 +673038,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SPAG9", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0024187", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0024187.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -673530,8 +673052,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "syd", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -673559,8 +673080,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11219", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11219", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -673568,11 +673090,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SPARC", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0026562", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026562.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -673582,8 +673104,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "SPARC", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -673611,8 +673132,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:11220", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11220", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -673620,11 +673142,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SPARCL1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0026562", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026562.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -673634,8 +673156,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "SPARC", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -673664,8 +673185,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18514", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18514", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -673673,11 +673195,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SPART", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037265", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037265.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -673687,8 +673209,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "spartin", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -673717,8 +673238,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11233", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11233", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -673726,11 +673248,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SPAST", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039141", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039141.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -673740,8 +673262,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "spas", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -673770,8 +673291,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23222", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23222", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -673779,11 +673301,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SPATA13", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0264707", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0264707.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -673793,8 +673315,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "RhoGEF3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -673823,8 +673344,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25184", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25184", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -673832,11 +673354,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SPATA17", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028857", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028857.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -673846,8 +673368,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG12448", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -673876,8 +673397,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25184", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25184", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -673885,11 +673407,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SPATA17", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034826", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034826.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -673899,8 +673421,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG13544", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -673929,8 +673450,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25184", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25184", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -673938,11 +673460,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SPATA17", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028856", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028856.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -673952,8 +673474,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG18063", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -673982,8 +673503,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25184", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25184", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -673991,11 +673513,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SPATA17", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051735", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051735.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -674005,8 +673527,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG31735", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -674035,8 +673556,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14681", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14681", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -674044,11 +673566,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SPATA2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0041582", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0041582.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -674058,8 +673580,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "tamo", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -674088,8 +673609,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26125", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26125", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -674097,11 +673619,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SPATA20", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033924", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033924.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -674111,8 +673633,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8613", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -674140,8 +673661,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:28393", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28393", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -674149,11 +673671,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SPATA2L", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0041582", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0041582.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -674163,8 +673685,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "tamo", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -674193,8 +673714,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18119", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18119", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -674202,11 +673724,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SPATA5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032450", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032450.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -674216,8 +673738,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5776", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -674246,8 +673767,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28762", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28762", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -674255,11 +673777,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SPATA5L1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035443", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035443.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -674269,8 +673791,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG12010", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -674299,8 +673820,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:18309", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18309", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -674308,11 +673830,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SPATA6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036849", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036849.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -674322,8 +673844,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG14079", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -674352,8 +673873,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25472", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25472", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -674361,11 +673883,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SPATA6L", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036849", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036849.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -674375,8 +673897,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG14079", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -674405,8 +673926,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23401", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23401", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -674414,11 +673936,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SPCS1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040623", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040623.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -674428,8 +673950,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Spase12", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -674458,8 +673979,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28962", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28962", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -674467,11 +673989,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SPCS2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030306", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030306.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -674481,8 +674003,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Spase25", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -674510,8 +674031,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26212", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26212", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -674519,11 +674041,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SPCS3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039172", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039172.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -674533,8 +674055,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Spase22-23", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -674562,8 +674083,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17257", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17257", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -674571,11 +674093,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SPDEF", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0005659", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0005659.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -674585,8 +674107,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ets98B", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -674615,8 +674136,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26010", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26010", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -674624,11 +674146,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SPDL1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031549", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031549.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -674638,8 +674160,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Spindly", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -674668,8 +674189,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:30615", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30615", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -674677,11 +674199,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SPECC1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0025633", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0025633.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -674690,9 +674212,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG13366", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "spdi", + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -674721,8 +674242,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29022", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29022", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -674730,11 +674252,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SPECC1L", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0025633", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0025633.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -674743,9 +674265,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG13366", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "spdi", + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -674774,8 +674295,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15874", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15874", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -674783,11 +674305,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SPEF1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030722", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030722.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -674797,8 +674319,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG12395", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -674827,8 +674348,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15874", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15874", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -674836,11 +674358,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SPEF1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036029", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036029.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -674850,8 +674372,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG16719", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -674880,8 +674401,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16901", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16901", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -674889,11 +674411,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SPEG", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0053519", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0053519.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -674903,8 +674425,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Unc-89", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -674933,8 +674454,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17575", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17575", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -674942,11 +674464,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SPEN", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0016977", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0016977.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -674956,8 +674478,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "spen", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -674986,8 +674507,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11226", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11226", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -674995,11 +674517,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SPG11", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034786", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034786.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -675009,8 +674531,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG13531", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -675039,8 +674560,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11237", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11237", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -675048,11 +674570,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SPG7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0024992", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0024992.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -675062,8 +674584,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Spg7", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -675092,8 +674613,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:11240", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11240", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -675101,11 +674623,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SPHK1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030300", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030300.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -675115,8 +674637,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Sk1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -675145,8 +674666,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:11240", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11240", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -675154,11 +674676,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SPHK1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052484", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052484.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -675168,8 +674690,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Sk2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -675198,8 +674719,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18859", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18859", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -675207,11 +674729,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SPHK2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030300", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030300.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -675221,8 +674743,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Sk1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -675251,8 +674772,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18859", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18859", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -675260,11 +674782,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SPHK2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052484", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052484.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -675274,8 +674796,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Sk2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -675304,8 +674825,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:11244", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11244", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -675313,11 +674835,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SPINK1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051704", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051704.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -675327,8 +674849,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG31704", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -675357,8 +674878,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11245", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11245", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -675366,11 +674888,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SPINK2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051704", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051704.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -675380,8 +674902,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG31704", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -675410,8 +674931,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:24643", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24643", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -675419,11 +674941,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SPINK7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051704", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051704.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -675433,8 +674955,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG31704", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -675463,8 +674984,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24643", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24643", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -675472,11 +674994,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SPINK7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0264750", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0264750.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -675486,8 +675008,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG44008", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -675516,8 +675037,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:32951", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:32951", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -675525,11 +675047,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SPINK9", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051704", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051704.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -675539,8 +675061,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG31704", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -675569,8 +675090,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11247", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11247", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -675578,11 +675100,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SPINT2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033355", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033355.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -675592,8 +675114,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG13748", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -675622,8 +675143,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11248", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11248", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -675631,11 +675153,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SPINT3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031559", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031559.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -675645,8 +675167,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG3513", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -675675,8 +675196,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30622", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30622", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -675684,11 +675206,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SPIRE1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003475", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003475.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -675698,8 +675220,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "spir", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -675728,8 +675249,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30623", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30623", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -675737,11 +675259,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SPIRE2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003475", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003475.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -675751,8 +675273,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "spir", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -675781,8 +675302,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30621", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30621", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -675790,11 +675312,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SPNS1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0086676", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0086676.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -675804,8 +675326,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "spin", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -675833,8 +675354,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:26992", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26992", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -675842,11 +675364,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SPNS2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0086676", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0086676.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -675856,8 +675378,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "spin", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -675886,8 +675407,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:28433", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28433", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -675895,11 +675417,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SPNS3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0086676", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0086676.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -675909,8 +675431,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "spin", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -675939,8 +675460,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11250", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11250", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -675948,11 +675470,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SPO11", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0002716", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0002716.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -675962,8 +675484,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mei-W68", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -675991,8 +675512,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:26338", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26338", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -676000,11 +675522,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SPOCD1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0082831", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0082831.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -676014,8 +675536,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "pps", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -676044,8 +675565,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:11251", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11251", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -676053,11 +675575,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SPOCK1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039054", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039054.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -676067,8 +675589,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cow", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -676097,8 +675618,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13564", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13564", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -676106,11 +675628,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SPOCK2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039054", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039054.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -676120,8 +675642,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cow", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -676150,8 +675671,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13565", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13565", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -676159,11 +675681,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SPOCK3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039054", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039054.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -676173,8 +675695,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cow", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -676203,8 +675724,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11252", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11252", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -676212,11 +675734,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SPON1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033710", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033710.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -676226,8 +675748,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG17739", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -676256,8 +675777,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11252", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11252", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -676265,11 +675787,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SPON1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0050046", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0050046.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -676279,8 +675801,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG30046", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -676309,8 +675830,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11252", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11252", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -676318,11 +675840,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SPON1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0050203", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0050203.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -676332,8 +675854,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG30203", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -676362,8 +675883,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11252", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11252", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -676371,11 +675893,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SPON1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0026721", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026721.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -676385,8 +675907,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "fat-spondin", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -676415,8 +675936,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11253", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11253", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -676424,11 +675946,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SPON2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0020269", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0020269.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -676438,8 +675960,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mspo", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -676468,8 +675989,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11254", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11254", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -676477,11 +675999,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SPOP", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0264493", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0264493.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -676491,8 +676013,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "rdx", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -676521,8 +676042,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:27934", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:27934", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -676530,11 +676052,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SPOPL", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0264493", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0264493.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -676544,8 +676066,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "rdx", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -676574,8 +676095,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26933", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26933", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -676583,11 +676105,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SPOUT1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033473", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033473.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -676597,8 +676119,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG12128", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -676627,8 +676148,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30424", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30424", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -676636,11 +676158,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SPPL3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039381", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039381.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -676650,8 +676172,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "SppL", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -676679,8 +676200,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11257", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11257", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -676688,11 +676210,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SPR", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030041", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030041.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -676702,8 +676224,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG12116", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -676732,8 +676253,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11257", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11257", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -676741,11 +676263,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SPR", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0014032", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0014032.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -676755,8 +676277,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Sptr", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -676784,8 +676305,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:20249", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20249", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -676793,11 +676315,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SPRED1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0020767", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0020767.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -676807,8 +676329,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Spred", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -676837,8 +676358,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17722", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17722", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -676846,11 +676368,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SPRED2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0020767", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0020767.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -676860,8 +676382,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Spred", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -676889,8 +676410,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:31041", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:31041", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -676898,11 +676420,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SPRED3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0020767", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0020767.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -676912,8 +676434,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Spred", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -676942,8 +676463,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26128", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26128", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -676951,11 +676473,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SPRING1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030654", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030654.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -676965,8 +676487,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG15643", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -676995,8 +676516,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25356", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25356", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -677004,11 +676526,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SPRTN", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0267977", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0267977.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -677018,8 +676540,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mh", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -677048,8 +676569,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:11269", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11269", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -677057,11 +676579,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SPRY1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0014388", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0014388.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -677071,8 +676593,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "sty", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -677101,8 +676622,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11270", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11270", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -677110,11 +676632,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SPRY2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0014388", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0014388.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -677124,8 +676646,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "sty", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -677154,8 +676675,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:11271", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11271", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -677163,11 +676685,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SPRY3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0014388", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0014388.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -677177,8 +676699,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "sty", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -677207,8 +676728,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15533", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15533", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -677216,11 +676738,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SPRY4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0014388", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0014388.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -677230,8 +676752,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "sty", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -677260,8 +676781,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14297", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14297", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -677269,11 +676791,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SPRYD7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038564", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038564.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -677283,8 +676805,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7785", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -677312,8 +676833,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30628", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30628", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -677321,11 +676843,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SPSB1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0026238", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026238.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -677335,8 +676857,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "gus", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -677364,8 +676885,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30629", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30629", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -677373,11 +676895,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SPSB3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036549", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036549.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -677387,8 +676909,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10516", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -677417,8 +676938,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30630", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30630", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -677426,11 +676948,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SPSB4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0026238", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026238.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -677440,8 +676962,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "gus", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -677469,8 +676990,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:11272", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11272", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -677478,11 +677000,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SPTA1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0250789", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0250789.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -677492,8 +677014,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "\u03b1-Spec", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -677522,8 +677043,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11273", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11273", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -677531,11 +677053,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SPTAN1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0250789", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0250789.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -677545,8 +677067,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "\u03b1-Spec", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -677574,8 +677095,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:11274", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11274", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -677583,11 +677105,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SPTB", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0250788", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0250788.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -677597,8 +677119,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "\u03b2-Spec", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -677627,8 +677148,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11275", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11275", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -677636,11 +677158,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SPTBN1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0250788", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0250788.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -677650,8 +677172,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "\u03b2-Spec", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -677679,8 +677200,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:11276", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11276", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -677688,11 +677210,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SPTBN2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0250788", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0250788.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -677702,8 +677224,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "\u03b2-Spec", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -677732,8 +677253,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:14896", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14896", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -677741,11 +677263,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SPTBN4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0250788", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0250788.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -677755,8 +677277,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "\u03b2-Spec", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -677785,8 +677306,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15680", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15680", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -677794,11 +677316,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SPTBN5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004167", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004167.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -677808,8 +677330,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "kst", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -677838,8 +677359,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11277", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11277", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -677847,11 +677369,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SPTLC1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0086532", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0086532.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -677861,8 +677383,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Spt-I", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -677890,8 +677411,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11278", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11278", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -677899,11 +677421,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SPTLC2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0002524", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0002524.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -677913,8 +677435,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "lace", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -677942,8 +677463,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:16253", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16253", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -677951,11 +677473,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SPTLC3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0002524", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0002524.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -677965,8 +677487,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "lace", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -677995,8 +677516,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20361", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20361", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -678004,11 +677526,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SPTSSA", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0085322", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0085322.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -678018,8 +677540,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG34293", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -678048,8 +677569,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24045", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24045", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -678057,11 +677579,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SPTSSB", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0085223", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0085223.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -678071,8 +677593,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG34194", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -678101,8 +677622,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26818", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26818", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -678110,11 +677632,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SPTY2D1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027574", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027574.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -678124,8 +677646,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5815", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -678154,8 +677675,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20390", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20390", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -678163,11 +677685,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SQOR", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035515", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035515.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -678177,8 +677699,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG14997", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -678206,8 +677727,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11280", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11280", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -678215,11 +677737,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SQSTM1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003231", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003231.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -678229,8 +677751,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ref(2)P", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -678259,8 +677780,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25521", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25521", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -678268,11 +677790,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SRBD1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051156", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051156.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -678282,8 +677804,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG31156", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -678311,8 +677832,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:11283", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11283", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -678320,11 +677842,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SRC", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0264959", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0264959.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -678334,8 +677856,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Src42A", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -678364,8 +677885,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11283", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11283", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -678373,11 +677895,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SRC", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0262733", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0262733.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -678387,8 +677909,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Src64B", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -678417,8 +677938,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16974", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16974", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -678426,11 +677948,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SRCAP", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0020306", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0020306.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -678440,8 +677962,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "dom", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -678470,8 +677991,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:29506", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29506", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -678479,11 +678001,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SRCIN1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0023531", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0023531.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -678493,8 +678015,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG32809", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -678523,8 +678044,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25812", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25812", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -678532,11 +678054,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SRD5A3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032014", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032014.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -678546,8 +678068,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7840", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -678575,8 +678096,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:11289", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11289", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -678584,11 +678106,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SREBF1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261283", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261283.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -678598,8 +678120,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "SREBP", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -678628,8 +678149,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11290", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11290", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -678637,11 +678159,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SREBF2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261283", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261283.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -678651,8 +678173,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "SREBP", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -678680,8 +678201,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:17882", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17882", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -678689,11 +678211,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SREK1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0024285", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0024285.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -678703,8 +678225,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Srp54", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -678733,8 +678254,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26716", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26716", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -678742,11 +678264,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SREK1IP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029873", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029873.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -678756,8 +678278,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG3918", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -678786,8 +678307,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11291", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11291", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -678795,11 +678317,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SRF", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004101", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004101.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -678809,8 +678331,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "bs", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -678839,8 +678360,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26333", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26333", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -678848,11 +678370,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SRFBP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0014022", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0014022.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -678862,8 +678384,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rlb1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -678892,8 +678413,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:11292", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11292", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -678901,11 +678423,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SRI", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033529", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033529.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -678915,8 +678437,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG17765", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -678945,8 +678466,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11295", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11295", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -678954,11 +678476,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SRL", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038181", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038181.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -678968,8 +678490,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG9297", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -678998,8 +678519,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11296", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11296", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -679007,11 +678529,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SRM", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037723", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037723.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -679021,8 +678543,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "SpdS", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -679051,8 +678572,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11299", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11299", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -679060,11 +678582,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SRP14", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038808", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038808.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -679074,8 +678596,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Srp14", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -679104,8 +678625,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11300", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11300", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -679113,11 +678635,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SRP19", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015298", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015298.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -679127,8 +678649,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Srp19", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -679156,8 +678677,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11301", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11301", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -679165,11 +678687,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SRP54", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010747", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010747.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -679179,8 +678701,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Srp54k", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -679209,8 +678730,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11302", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11302", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -679218,11 +678740,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SRP68", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035947", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035947.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -679232,8 +678754,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Srp68", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -679261,8 +678782,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11303", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11303", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -679270,11 +678792,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SRP72", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038810", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038810.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -679284,8 +678806,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Srp72", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -679313,8 +678834,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11304", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11304", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -679322,11 +678844,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SRP9", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035827", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035827.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -679336,8 +678858,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Srp9", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -679365,8 +678886,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:11305", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11305", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -679374,11 +678896,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SRPK1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0286813", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0286813.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -679388,8 +678910,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "SRPK", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -679418,8 +678939,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11305", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11305", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -679427,11 +678949,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SRPK1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0025702", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0025702.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -679441,8 +678963,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Srpk79D", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -679471,8 +678992,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11306", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11306", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -679480,11 +679002,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SRPK2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030697", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030697.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -679494,8 +679016,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8565", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -679524,8 +679045,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11306", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11306", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -679533,11 +679055,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SRPK2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0286813", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0286813.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -679547,8 +679069,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "SRPK", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -679577,8 +679098,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11306", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11306", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -679586,11 +679108,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SRPK2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0025702", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0025702.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -679600,8 +679122,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Srpk79D", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -679630,8 +679151,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:11402", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11402", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -679639,11 +679161,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SRPK3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0286813", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0286813.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -679653,8 +679175,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "SRPK", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -679683,8 +679204,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11402", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11402", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -679692,11 +679214,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SRPK3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0025702", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0025702.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -679706,8 +679228,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Srpk79D", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -679736,8 +679257,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11307", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11307", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -679745,11 +679267,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SRPRA", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010391", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010391.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -679759,8 +679281,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "SrpR\u03b1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -679788,8 +679309,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24085", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24085", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -679797,11 +679319,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SRPRB", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0011509", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0011509.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -679811,8 +679333,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "SrpR\u03b2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -679841,8 +679362,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14398", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14398", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -679850,11 +679372,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SRR", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037684", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037684.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -679864,8 +679386,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Srr", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -679894,8 +679415,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:33910", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:33910", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -679903,11 +679425,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SRRD", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038582", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038582.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -679917,8 +679439,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7988", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -679947,8 +679468,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16638", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16638", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -679956,11 +679478,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SRRM1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036340", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036340.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -679970,8 +679492,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Srrm1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -680000,8 +679521,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16639", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16639", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -680009,11 +679531,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SRRM2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035253", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035253.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -680023,8 +679545,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Srrm234", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -680053,8 +679574,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:26729", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26729", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -680062,11 +679584,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SRRM3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035253", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035253.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -680076,8 +679598,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Srrm234", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -680106,8 +679627,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24101", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24101", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -680115,11 +679637,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SRRT", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033062", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033062.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -680129,8 +679651,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ars2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -680158,8 +679679,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10780", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10780", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -680167,11 +679689,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SRSF1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0283477", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0283477.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -680181,8 +679703,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "SF2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -680211,8 +679732,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10782", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10782", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -680220,11 +679742,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SRSF11", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0024285", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0024285.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -680234,8 +679756,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Srp54", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -680264,8 +679785,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10783", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10783", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -680273,11 +679795,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SRSF2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0265298", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0265298.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -680287,8 +679809,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "SC35", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -680317,8 +679838,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10785", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10785", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -680326,11 +679848,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SRSF3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0260944", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0260944.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -680340,8 +679862,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rbp1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -680370,8 +679891,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10785", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10785", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -680379,11 +679901,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SRSF3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030479", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030479.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -680393,8 +679915,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rbp1-like", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -680423,8 +679944,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:10785", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10785", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -680432,11 +679954,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SRSF3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028554", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028554.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -680446,8 +679968,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "x16", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -680476,8 +679997,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10786", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10786", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -680485,11 +680007,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SRSF4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004587", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004587.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -680499,8 +680021,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "B52", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -680529,8 +680050,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:10787", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10787", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -680538,11 +680060,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SRSF5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004587", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004587.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -680552,8 +680074,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "B52", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -680582,8 +680103,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10788", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10788", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -680591,11 +680113,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SRSF6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004587", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004587.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -680605,8 +680127,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "B52", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -680635,8 +680156,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10789", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10789", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -680644,11 +680166,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SRSF7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030479", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030479.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -680658,8 +680180,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rbp1-like", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -680688,8 +680209,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10789", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10789", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -680697,11 +680219,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SRSF7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028554", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028554.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -680711,8 +680233,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "x16", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -680741,8 +680262,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:16988", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16988", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -680750,11 +680272,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SRSF8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0265298", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0265298.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -680764,8 +680286,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "SC35", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -680794,8 +680315,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:10791", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10791", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -680803,11 +680325,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SRSF9", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0283477", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0283477.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -680817,8 +680339,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "SF2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -680847,8 +680368,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16132", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16132", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -680856,11 +680378,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SRXN1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030876", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030876.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -680870,8 +680392,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6762", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -680899,8 +680420,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11340", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11340", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -680908,11 +680430,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SS18", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030034", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030034.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -680922,8 +680444,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10555", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -680952,8 +680473,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:15592", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15592", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -680961,11 +680483,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SS18L1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030034", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030034.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -680975,8 +680497,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10555", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -681005,8 +680526,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:15593", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15593", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -681014,11 +680536,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SS18L2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030034", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030034.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -681028,8 +680550,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10555", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -681058,8 +680579,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11316", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11316", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -681067,11 +680589,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SSB", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0011638", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0011638.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -681081,8 +680603,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "La", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -681110,8 +680631,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11317", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11317", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -681119,11 +680641,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SSBP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010438", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010438.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -681133,8 +680655,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mtSSB", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -681162,8 +680683,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15831", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15831", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -681171,11 +680693,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SSBP2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0011481", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0011481.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -681185,8 +680707,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ssdp", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -681215,8 +680736,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:15674", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15674", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -681224,11 +680746,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SSBP3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0011481", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0011481.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -681238,8 +680760,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ssdp", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -681268,8 +680789,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:15676", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15676", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -681277,11 +680799,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SSBP4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0011481", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0011481.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -681291,8 +680813,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ssdp", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -681321,8 +680842,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:30579", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30579", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -681330,11 +680852,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SSH1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029157", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029157.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -681344,8 +680866,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ssh", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -681374,8 +680895,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30580", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30580", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -681383,11 +680905,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SSH2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029157", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029157.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -681397,8 +680919,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ssh", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -681427,8 +680948,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:30581", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30581", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -681436,11 +680958,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SSH3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029157", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029157.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -681450,8 +680972,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ssh", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -681480,8 +681001,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11322", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11322", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -681489,11 +681011,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SSPN", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030360", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030360.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -681503,8 +681025,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG1806", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -681533,8 +681054,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21998", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21998", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -681542,11 +681064,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SSPOP", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029167", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029167.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -681556,8 +681078,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Hml", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -681586,8 +681107,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11323", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11323", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -681595,11 +681117,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SSR1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028327", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028327.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -681609,8 +681131,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "l(1)G0320", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -681638,8 +681159,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11324", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11324", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -681647,11 +681169,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SSR2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0011016", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0011016.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -681661,8 +681183,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "SsR\u03b2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -681690,8 +681211,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11325", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11325", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -681699,11 +681221,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SSR3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0025700", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0025700.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -681713,8 +681235,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5885", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -681742,8 +681263,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11326", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11326", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -681751,11 +681273,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SSR4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0021795", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0021795.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -681765,8 +681287,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Tap\u03b4", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -681794,8 +681315,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11327", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11327", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -681803,11 +681325,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SSRP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010278", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010278.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -681817,8 +681339,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ssrp", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -681847,8 +681368,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11330", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11330", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -681856,11 +681378,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SSTR1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036790", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036790.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -681870,8 +681392,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "AstC-R1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -681900,8 +681421,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11331", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11331", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -681909,11 +681431,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SSTR2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036790", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036790.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -681923,8 +681445,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "AstC-R1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -681953,8 +681474,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11331", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11331", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -681962,11 +681484,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SSTR2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036789", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036789.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -681976,8 +681498,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "AstC-R2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -682006,8 +681527,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11332", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11332", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -682015,11 +681537,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SSTR3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036790", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036790.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -682029,8 +681551,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "AstC-R1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -682059,8 +681580,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11333", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11333", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -682068,11 +681590,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SSTR4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036790", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036790.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -682082,8 +681604,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "AstC-R1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -682112,8 +681633,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11334", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11334", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -682121,11 +681643,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SSTR5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036790", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036790.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -682135,8 +681657,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "AstC-R1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -682165,8 +681686,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25016", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25016", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -682174,11 +681696,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SSU72", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031054", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031054.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -682188,8 +681710,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ssu72", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -682217,8 +681738,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11343", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11343", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -682226,11 +681748,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ST13", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0260484", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0260484.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -682240,8 +681762,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "HIP", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -682270,8 +681791,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:18487", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18487", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -682279,11 +681801,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ST13P4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0260484", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0260484.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -682293,8 +681815,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "HIP", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -682323,8 +681844,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:18556", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18556", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -682332,11 +681854,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ST13P5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0260484", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0260484.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -682346,8 +681868,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "HIP", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -682376,8 +681897,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18695", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18695", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -682385,11 +681907,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ST18", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0263772", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0263772.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -682399,8 +681921,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG43689", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -682429,8 +681950,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:44655", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:44655", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -682438,11 +681960,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ST20-MTHFS", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0085453", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0085453.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -682452,8 +681974,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Mthfs", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -682481,8 +682002,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10860", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10860", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -682490,11 +682012,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ST6GAL1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035050", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035050.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -682504,8 +682026,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "SiaT", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -682534,8 +682055,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:10861", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10861", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -682543,11 +682065,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ST6GAL2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035050", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035050.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -682557,8 +682079,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "SiaT", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -682587,8 +682108,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:19342", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19342", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -682596,11 +682118,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ST6GALNAC5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035050", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035050.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -682610,8 +682132,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "SiaT", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -682640,8 +682161,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:23364", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23364", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -682649,11 +682171,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ST6GALNAC6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035050", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035050.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -682663,8 +682185,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "SiaT", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -682693,8 +682214,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11351", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11351", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -682702,11 +682224,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ST7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037026", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037026.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -682716,8 +682238,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG3634", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -682745,8 +682266,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:18441", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18441", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -682754,11 +682276,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ST7L", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037026", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037026.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -682768,8 +682290,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG3634", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -682798,8 +682319,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28423", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28423", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -682807,11 +682329,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "STAC3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0263980", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0263980.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -682821,8 +682343,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Stacl", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -682851,8 +682372,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11354", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11354", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -682860,11 +682382,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "STAG1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0020616", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0020616.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -682874,8 +682396,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "SA", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -682903,8 +682424,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11354", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11354", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -682912,11 +682434,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "STAG1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0043865", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0043865.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -682926,8 +682448,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "SA-2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -682956,8 +682477,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:11355", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11355", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -682965,11 +682487,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "STAG2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0020616", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0020616.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -682979,8 +682501,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "SA", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -683009,8 +682530,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11355", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11355", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -683018,11 +682540,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "STAG2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0043865", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0043865.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -683032,8 +682554,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "SA-2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -683062,8 +682583,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11356", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11356", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -683071,11 +682593,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "STAG3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0020616", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0020616.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -683085,8 +682607,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "SA", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -683114,8 +682635,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11356", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11356", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -683123,11 +682645,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "STAG3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0043865", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0043865.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -683137,8 +682659,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "SA-2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -683167,8 +682688,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11357", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11357", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -683176,11 +682698,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "STAM", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027363", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027363.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -683190,8 +682712,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Stam", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -683219,8 +682740,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11358", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11358", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -683228,11 +682750,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "STAM2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027363", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027363.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -683242,8 +682764,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Stam", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -683271,8 +682792,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16950", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16950", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -683280,11 +682802,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "STAMBP", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039773", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039773.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -683294,8 +682816,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG2224", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -683323,8 +682844,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24105", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24105", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -683332,11 +682854,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "STAMBPL1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039773", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039773.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -683346,8 +682868,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG2224", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -683375,8 +682896,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:11359", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11359", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -683384,11 +682906,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "STAR", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035028", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035028.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -683398,8 +682920,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Start1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -683428,8 +682949,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19164", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19164", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -683437,11 +682959,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "STARD13", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0285955", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0285955.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -683451,8 +682973,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "cv-c", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -683481,8 +683002,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17579", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17579", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -683490,11 +683012,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "STARD3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035028", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035028.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -683504,8 +683026,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Start1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -683534,8 +683055,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:19169", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19169", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -683543,11 +683065,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "STARD3NL", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035028", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035028.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -683557,8 +683079,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Start1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -683587,8 +683108,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18063", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18063", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -683596,11 +683118,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "STARD7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032513", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032513.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -683610,8 +683132,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6565", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -683640,8 +683161,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:19161", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19161", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -683649,11 +683171,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "STARD8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0285955", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0285955.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -683663,8 +683185,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "cv-c", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -683693,8 +683214,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11366", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11366", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -683702,11 +683224,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "STAT5A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0016917", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0016917.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -683716,8 +683238,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Stat92E", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -683746,8 +683267,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11367", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11367", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -683755,11 +683277,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "STAT5B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0016917", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0016917.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -683769,8 +683291,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Stat92E", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -683799,8 +683320,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:11368", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11368", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -683808,11 +683330,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "STAT6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0016917", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0016917.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -683822,8 +683344,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Stat92E", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -683852,8 +683373,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11370", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11370", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -683861,11 +683383,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "STAU1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003520", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003520.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -683875,8 +683397,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "stau", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -683905,8 +683426,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11371", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11371", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -683914,11 +683436,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "STAU2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003520", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003520.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -683928,8 +683450,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "stau", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -683953,13 +683474,66 @@ "stringencyFilter": "stringent", "totalMethodCount": 10 }, + { + "best": "Yes", + "bestReverse": "Yes", + "gene": { + "id": "HGNC:26239", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26239", + "species": { + "commonNames": "['human', 'hsa']", + "dataProviderFullName": "Rat Genome Database", + "dataProviderShortName": "RGD", + "name": "Homo sapiens", + "shortName": "Hsa", + "taxonId": "NCBITaxon:9606" + }, + "symbol": "STEEP1", + "taxonId": "NCBITaxon:9606" + }, + "homologGene": { + "id": "FB:FBgn0028919", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028919.html", + "species": { + "commonNames": "['fly', 'fruit fly', 'dme']", + "dataProviderFullName": "FlyBase", + "dataProviderShortName": "FB", + "name": "Drosophila melanogaster", + "shortName": "Dme", + "taxonId": "NCBITaxon:7227" + }, + "symbol": "CG16865", + "taxonId": "NCBITaxon:7227" + }, + "methodCount": 10, + "predictionMethodsMatched": [ + "Ensembl Compara", + "Hieranoid", + "InParanoid", + "OMA", + "OrthoFinder", + "OrthoInspector", + "PANTHER", + "PhylomeDB", + "Roundup", + "TreeFam" + ], + "predictionMethodsNotCalled": [ + "HGNC", + "ZFIN" + ], + "predictionMethodsNotMatched": [], + "stringencyFilter": "stringent", + "totalMethodCount": 10 + }, { "best": "Yes", "bestReverse": "Yes", "gene": { "id": "HGNC:11386", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11386", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -683967,11 +683541,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "STIM1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0045073", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0045073.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -683981,8 +683555,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Stim", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -684011,8 +683584,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:19205", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19205", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -684020,11 +683594,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "STIM2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0045073", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0045073.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -684034,8 +683608,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Stim", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -684064,8 +683637,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:27962", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:27962", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -684073,11 +683647,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "STING1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033453", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033453.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -684087,8 +683661,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Sting", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -684117,8 +683690,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11387", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11387", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -684126,11 +683700,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "STIP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0024352", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0024352.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -684140,8 +683714,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Stip1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -684170,8 +683743,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11388", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11388", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -684179,11 +683753,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "STK10", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035001", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035001.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -684193,8 +683767,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Slik", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -684223,8 +683796,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11389", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11389", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -684232,11 +683806,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "STK11", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038167", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038167.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -684246,8 +683820,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Lkb1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -684276,8 +683849,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19184", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19184", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -684285,11 +683859,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "STK11IP", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031752", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031752.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -684299,8 +683873,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG9044", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -684329,8 +683902,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11394", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11394", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -684338,11 +683912,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "STK16", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037491", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037491.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -684352,8 +683926,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG1227", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -684382,8 +683955,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11395", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11395", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -684391,11 +683965,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "STK17A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052666", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052666.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -684405,8 +683979,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Drak", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -684435,8 +684008,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11396", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11396", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -684444,11 +684018,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "STK17B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052666", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052666.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -684458,8 +684032,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Drak", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -684488,8 +684061,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11403", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11403", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -684497,11 +684071,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "STK24", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0266465", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0266465.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -684511,8 +684085,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "GckIII", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -684541,8 +684114,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11404", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11404", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -684550,11 +684124,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "STK25", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0266465", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0266465.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -684564,8 +684138,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "GckIII", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -684594,8 +684167,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:18174", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18174", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -684603,11 +684177,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "STK26", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0266465", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0266465.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -684617,8 +684191,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "GckIII", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -684647,8 +684220,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11406", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11406", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -684656,11 +684230,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "STK3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261456", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261456.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -684670,8 +684244,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "hpo", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -684700,8 +684273,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28317", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28317", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -684709,11 +684283,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "STK32A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052944", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052944.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -684723,8 +684297,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG32944", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -684753,8 +684326,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14217", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14217", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -684762,11 +684336,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "STK32B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052944", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052944.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -684776,8 +684350,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG32944", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -684806,8 +684379,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:21332", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21332", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -684815,11 +684389,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "STK32C", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052944", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052944.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -684829,8 +684403,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG32944", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -684859,8 +684432,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17209", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17209", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -684868,11 +684442,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "STK36", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0001079", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0001079.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -684882,8 +684456,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "fu", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -684912,8 +684485,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17847", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17847", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -684921,11 +684495,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "STK38", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003744", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003744.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -684935,8 +684509,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "trc", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -684965,8 +684538,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17848", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17848", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -684974,11 +684548,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "STK38L", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003744", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003744.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -684988,8 +684562,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "trc", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -685018,8 +684591,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17717", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17717", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -685027,11 +684601,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "STK39", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0023083", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0023083.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -685041,8 +684615,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "fray", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -685070,8 +684643,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:11408", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11408", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -685079,11 +684653,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "STK4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261456", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261456.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -685093,8 +684667,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "hpo", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -685123,8 +684696,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:6510", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6510", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -685132,11 +684706,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "STMN1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0266521", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0266521.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -685146,8 +684720,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "stai", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -685176,8 +684749,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:10577", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10577", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -685185,11 +684759,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "STMN2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0266521", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0266521.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -685199,8 +684773,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "stai", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -685229,8 +684802,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15926", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15926", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -685238,11 +684812,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "STMN3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0266521", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0266521.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -685252,8 +684826,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "stai", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -685282,8 +684855,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16078", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16078", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -685291,11 +684865,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "STMN4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0266521", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0266521.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -685305,8 +684879,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "stai", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -685335,8 +684908,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3383", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3383", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -685344,11 +684918,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "STOM", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0260657", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0260657.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -685358,8 +684932,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG42540", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -685388,8 +684961,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3383", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3383", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -685397,11 +684971,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "STOM", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030993", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030993.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -685411,8 +684985,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Mec2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -685441,8 +685014,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14560", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14560", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -685450,11 +685024,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "STOML1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030992", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030992.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -685464,8 +685038,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG33253", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -685494,8 +685067,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14559", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14559", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -685503,11 +685077,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "STOML2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034936", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034936.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -685517,8 +685091,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Stoml2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -685547,8 +685120,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:19420", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19420", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -685556,11 +685130,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "STOML3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0260657", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0260657.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -685570,8 +685144,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG42540", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -685600,8 +685173,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19420", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19420", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -685609,11 +685183,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "STOML3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030993", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030993.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -685623,8 +685197,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Mec2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -685653,8 +685226,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:30651", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30651", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -685662,11 +685236,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "STON1-GTF2A1L", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0016975", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0016975.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -685676,8 +685250,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "stnB", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -685706,8 +685279,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:30651", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30651", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -685715,11 +685289,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "STON1-GTF2A1L", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0011289", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0011289.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -685729,8 +685303,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "TfIIA-L", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -685759,8 +685332,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30652", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30652", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -685768,11 +685342,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "STON2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0016975", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0016975.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -685782,8 +685356,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "stnB", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -685812,8 +685385,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23508", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23508", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -685821,11 +685395,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "STOX1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0020294", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0020294.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -685835,8 +685409,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ko", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -685865,8 +685438,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25450", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25450", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -685874,11 +685448,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "STOX2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0020294", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0020294.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -685888,8 +685462,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ko", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -685918,8 +685491,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30172", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30172", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -685927,11 +685501,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "STRADA", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0046692", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0046692.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -685941,8 +685515,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Stlk", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -685971,8 +685544,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:13205", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13205", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -685980,11 +685554,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "STRADB", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0046692", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0046692.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -685994,8 +685568,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Stlk", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -686024,8 +685597,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30796", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30796", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -686033,11 +685607,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "STRAP", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034876", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034876.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -686047,8 +685621,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "wmd", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -686077,8 +685650,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:16462", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16462", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -686086,11 +685660,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "STRBP", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0263603", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0263603.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -686100,8 +685674,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Zn72D", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -686130,8 +685703,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25916", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25916", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -686139,11 +685713,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "STRIP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035437", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035437.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -686153,8 +685727,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Strip", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -686182,8 +685755,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:22209", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:22209", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -686191,11 +685765,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "STRIP2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035437", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035437.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -686205,8 +685779,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Strip", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -686234,8 +685807,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11424", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11424", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -686243,11 +685817,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "STRN", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0044323", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0044323.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -686257,8 +685831,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cka", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -686286,8 +685859,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15720", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15720", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -686295,11 +685869,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "STRN3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0044323", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0044323.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -686309,8 +685883,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cka", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -686338,8 +685911,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:15721", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15721", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -686347,11 +685921,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "STRN4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0044323", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0044323.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -686361,8 +685935,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cka", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -686391,8 +685964,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6172", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6172", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -686400,11 +685974,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "STT3A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031149", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031149.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -686414,8 +685988,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Stt3A", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -686443,8 +686016,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30611", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30611", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -686452,11 +686026,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "STT3B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0011336", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0011336.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -686466,8 +686040,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Stt3B", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -686496,8 +686069,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11427", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11427", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -686505,11 +686079,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "STUB1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027052", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027052.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -686519,8 +686093,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "STUB1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -686548,8 +686121,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30491", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30491", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -686557,11 +686131,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "STUM", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0050263", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0050263.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -686571,8 +686145,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "stum", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -686601,8 +686174,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11428", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11428", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -686610,11 +686184,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "STX10", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037084", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037084.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -686624,8 +686198,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Syx6", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -686654,8 +686227,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11429", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11429", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -686663,11 +686237,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "STX11", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0024980", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0024980.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -686677,8 +686251,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Syx4", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -686707,8 +686280,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11430", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11430", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -686716,11 +686290,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "STX12", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0267849", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0267849.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -686730,8 +686304,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Syx7", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -686759,8 +686332,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11431", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11431", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -686768,11 +686342,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "STX16", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031106", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031106.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -686782,8 +686356,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Syx16", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -686812,8 +686385,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11432", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11432", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -686821,11 +686395,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "STX17", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035540", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035540.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -686835,8 +686409,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Syx17", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -686865,8 +686438,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15942", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15942", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -686874,11 +686448,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "STX18", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039212", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039212.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -686888,8 +686462,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Syx18", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -686917,8 +686490,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19300", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19300", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -686926,11 +686500,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "STX19", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0024980", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0024980.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -686940,8 +686514,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Syx4", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -686970,8 +686543,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11433", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11433", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -686979,11 +686553,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "STX1A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0013343", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0013343.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -686993,8 +686567,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Syx1A", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -687023,8 +686596,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11433", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11433", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -687032,11 +686606,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "STX1A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0024980", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0024980.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -687046,8 +686620,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Syx4", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -687076,8 +686649,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:18539", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18539", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -687085,11 +686659,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "STX1B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0013343", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0013343.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -687099,8 +686673,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Syx1A", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -687129,8 +686702,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:3403", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3403", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -687138,11 +686712,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "STX2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0013343", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0013343.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -687152,8 +686726,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Syx1A", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -687182,8 +686755,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3403", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3403", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -687191,11 +686765,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "STX2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0024980", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0024980.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -687205,8 +686779,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Syx4", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -687235,8 +686808,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:11438", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11438", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -687244,11 +686818,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "STX3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0013343", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0013343.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -687258,8 +686832,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Syx1A", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -687288,8 +686861,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11438", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11438", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -687297,11 +686871,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "STX3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0024980", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0024980.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -687311,8 +686885,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Syx4", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -687341,8 +686914,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:11439", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11439", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -687350,11 +686924,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "STX4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0013343", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0013343.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -687364,8 +686938,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Syx1A", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -687394,8 +686967,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11439", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11439", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -687403,11 +686977,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "STX4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0024980", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0024980.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -687417,8 +686991,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Syx4", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -687447,8 +687020,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11440", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11440", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -687456,11 +687030,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "STX5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0011708", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0011708.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -687470,8 +687044,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Syx5", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -687499,8 +687072,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:11441", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11441", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -687508,11 +687082,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "STX6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037084", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037084.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -687522,8 +687096,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Syx6", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -687552,8 +687125,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11442", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11442", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -687561,11 +687135,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "STX7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0267849", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0267849.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -687575,8 +687149,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Syx7", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -687604,8 +687177,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11443", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11443", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -687613,11 +687187,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "STX8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036643", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036643.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -687627,8 +687201,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Syx8", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -687657,8 +687230,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11444", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11444", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -687666,11 +687240,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "STXBP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004574", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004574.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -687680,8 +687254,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rop", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -687709,8 +687282,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:11445", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11445", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -687718,11 +687292,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "STXBP2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004574", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004574.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -687732,8 +687306,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rop", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -687762,8 +687335,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:11446", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11446", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -687771,11 +687345,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "STXBP3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004574", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004574.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -687785,8 +687359,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rop", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -687815,8 +687388,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19665", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19665", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -687824,11 +687398,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "STXBP5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030412", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030412.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -687838,8 +687412,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Tomosyn", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -687868,8 +687441,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30757", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30757", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -687877,11 +687451,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "STXBP5L", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030412", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030412.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -687891,8 +687465,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Tomosyn", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -687921,8 +687494,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18889", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18889", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -687930,11 +687504,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "STYK1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0046685", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0046685.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -687944,8 +687518,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Wsck", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -687974,8 +687547,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:25034", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25034", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -687983,11 +687557,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "STYXL2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030976", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030976.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -687997,8 +687571,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7378", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -688027,8 +687600,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19985", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19985", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -688036,11 +687610,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SUB1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015299", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015299.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -688050,8 +687624,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ssb-c31a", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -688080,8 +687653,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11448", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11448", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -688089,11 +687663,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SUCLA2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037643", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037643.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -688103,8 +687677,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Scs\u03b2A", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -688133,8 +687706,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11449", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11449", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -688142,11 +687716,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SUCLG1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004888", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004888.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -688156,8 +687730,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Scs\u03b11", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -688185,8 +687758,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11449", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11449", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -688194,11 +687768,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SUCLG1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038708", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038708.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -688208,8 +687782,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Scs\u03b12", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -688238,8 +687811,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11450", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11450", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -688247,11 +687821,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SUCLG2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029118", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029118.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -688261,8 +687835,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Scs\u03b2G", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -688290,8 +687863,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1240", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1240", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -688299,11 +687873,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SUCO", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051678", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051678.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -688313,8 +687887,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG31678", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -688343,8 +687916,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29545", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29545", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -688352,11 +687926,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SUDS3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031036", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031036.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -688366,8 +687940,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG14220", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -688395,8 +687968,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16466", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16466", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -688404,11 +687978,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SUFU", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0005355", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0005355.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -688418,8 +687992,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Su(fu)", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -688447,8 +688020,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16001", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16001", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -688456,11 +688030,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SUGCT", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038804", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038804.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -688470,8 +688044,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10877", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -688500,8 +688073,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18643", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18643", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -688509,11 +688083,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SUGP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051550", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051550.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -688523,8 +688097,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG31550", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -688553,8 +688126,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16987", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16987", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -688562,11 +688136,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SUGT1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0265101", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0265101.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -688576,8 +688150,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Sgt1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -688606,8 +688179,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20391", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20391", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -688615,11 +688189,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SULF1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040271", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040271.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -688629,8 +688203,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Sulf1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -688658,8 +688231,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20392", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20392", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -688667,11 +688241,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SULF2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040271", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040271.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -688681,8 +688255,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Sulf1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -688710,8 +688283,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11453", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11453", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -688719,11 +688293,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SULT1A1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034887", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034887.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -688733,8 +688307,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "St1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -688763,8 +688336,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11453", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11453", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -688772,11 +688346,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SULT1A1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0265052", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0265052.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -688786,8 +688360,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "St3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -688816,8 +688389,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:11454", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11454", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -688825,11 +688399,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SULT1A2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034887", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034887.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -688839,8 +688413,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "St1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -688869,8 +688442,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:11454", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11454", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -688878,11 +688452,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SULT1A2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037665", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037665.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -688892,8 +688466,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "St2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -688922,8 +688495,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11454", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11454", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -688931,11 +688505,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SULT1A2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0265052", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0265052.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -688945,8 +688519,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "St3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -688975,8 +688548,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:11454", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11454", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -688984,11 +688558,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SULT1A2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033887", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033887.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -688998,8 +688572,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "St4", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -689028,8 +688601,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:30004", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30004", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -689037,11 +688611,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SULT1A4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034887", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034887.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -689051,8 +688625,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "St1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -689081,8 +688654,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:30004", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30004", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -689090,11 +688664,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SULT1A4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037665", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037665.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -689104,8 +688678,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "St2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -689134,8 +688707,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30004", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30004", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -689143,11 +688717,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SULT1A4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0265052", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0265052.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -689157,8 +688731,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "St3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -689187,8 +688760,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:30004", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30004", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -689196,11 +688770,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SULT1A4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033887", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033887.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -689210,8 +688784,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "St4", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -689240,8 +688813,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:17845", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17845", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -689249,11 +688823,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SULT1B1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037665", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037665.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -689263,8 +688837,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "St2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -689293,8 +688866,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17845", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17845", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -689302,11 +688876,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SULT1B1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0265052", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0265052.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -689316,8 +688890,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "St3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -689346,8 +688919,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:11456", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11456", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -689355,11 +688929,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SULT1C2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037665", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037665.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -689369,8 +688943,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "St2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -689399,8 +688972,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:33543", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:33543", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -689408,11 +688982,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SULT1C3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034887", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034887.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -689422,8 +688996,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "St1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -689452,8 +689025,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:33543", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:33543", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -689461,11 +689035,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SULT1C3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037665", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037665.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -689475,8 +689049,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "St2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -689505,8 +689078,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:33543", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:33543", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -689514,11 +689088,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SULT1C3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0265052", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0265052.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -689528,8 +689102,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "St3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -689558,8 +689131,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:33543", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:33543", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -689567,11 +689141,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SULT1C3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033887", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033887.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -689581,8 +689155,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "St4", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -689611,8 +689184,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:11457", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11457", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -689620,11 +689194,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SULT1C4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037665", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037665.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -689634,8 +689208,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "St2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -689664,8 +689237,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11377", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11377", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -689673,11 +689247,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SULT1E1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034887", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034887.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -689687,8 +689261,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "St1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -689717,8 +689290,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11377", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11377", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -689726,11 +689300,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SULT1E1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0265052", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0265052.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -689740,8 +689314,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "St3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -689770,8 +689343,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:11458", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11458", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -689779,11 +689353,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SULT2A1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037665", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037665.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -689793,8 +689367,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "St2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -689823,8 +689396,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:11459", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11459", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -689832,11 +689406,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SULT2B1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037665", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037665.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -689846,8 +689420,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "St2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -689876,8 +689449,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14903", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14903", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -689885,11 +689459,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SULT4A1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034887", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034887.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -689899,8 +689473,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "St1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -689929,8 +689502,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14903", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14903", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -689938,11 +689512,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SULT4A1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037665", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037665.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -689952,8 +689526,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "St2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -689982,8 +689555,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14903", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14903", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -689991,11 +689565,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SULT4A1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0265052", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0265052.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -690005,8 +689579,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "St3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -690035,8 +689608,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14903", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14903", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -690044,11 +689618,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SULT4A1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033887", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033887.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -690058,8 +689632,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "St4", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -690088,8 +689661,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:33433", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:33433", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -690097,11 +689671,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SULT6B1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037665", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037665.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -690111,8 +689685,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "St2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -690136,13 +689709,66 @@ "stringencyFilter": "stringent", "totalMethodCount": 10 }, + { + "best": "Yes", + "bestReverse": "Yes", + "gene": { + "id": "HGNC:20376", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20376", + "species": { + "commonNames": "['human', 'hsa']", + "dataProviderFullName": "Rat Genome Database", + "dataProviderShortName": "RGD", + "name": "Homo sapiens", + "shortName": "Hsa", + "taxonId": "NCBITaxon:9606" + }, + "symbol": "SUMF1", + "taxonId": "NCBITaxon:9606" + }, + "homologGene": { + "id": "FB:FBgn0035102", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035102.html", + "species": { + "commonNames": "['fly', 'fruit fly', 'dme']", + "dataProviderFullName": "FlyBase", + "dataProviderShortName": "FB", + "name": "Drosophila melanogaster", + "shortName": "Dme", + "taxonId": "NCBITaxon:7227" + }, + "symbol": "CG7049", + "taxonId": "NCBITaxon:7227" + }, + "methodCount": 10, + "predictionMethodsMatched": [ + "Ensembl Compara", + "Hieranoid", + "InParanoid", + "OMA", + "OrthoFinder", + "OrthoInspector", + "PANTHER", + "PhylomeDB", + "Roundup", + "TreeFam" + ], + "predictionMethodsNotCalled": [ + "HGNC", + "ZFIN" + ], + "predictionMethodsNotMatched": [], + "stringencyFilter": "stringent", + "totalMethodCount": 10 + }, { "best": "Yes", "bestReverse": "No", "gene": { "id": "HGNC:11125", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11125", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -690150,11 +689776,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SUMO2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0264922", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0264922.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -690163,9 +689789,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "smt3", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Sumo", + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -690194,8 +689819,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11124", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11124", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -690203,11 +689829,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SUMO3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0264922", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0264922.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -690216,9 +689842,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "smt3", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Sumo", + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -690246,8 +689871,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:21181", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21181", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -690255,11 +689881,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SUMO4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0264922", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0264922.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -690268,9 +689894,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "smt3", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Sumo", + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -690299,8 +689924,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18587", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18587", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -690308,11 +689934,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SUN1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0265003", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0265003.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -690322,8 +689948,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "koi", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -690352,8 +689977,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:14210", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14210", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -690361,11 +689987,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SUN2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0265003", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0265003.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -690375,8 +690001,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "koi", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -690405,8 +690030,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:22429", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:22429", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -690414,11 +690040,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SUN3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032368", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032368.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -690428,8 +690054,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "spag4", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -690458,8 +690083,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16252", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16252", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -690467,11 +690093,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SUN5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032368", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032368.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -690481,8 +690107,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "spag4", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -690511,8 +690136,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11460", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11460", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -690520,11 +690146,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SUOX", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030966", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030966.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -690534,8 +690160,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "shop", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -690563,8 +690188,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11465", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11465", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -690572,11 +690198,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SUPT16H", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0002183", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0002183.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -690586,8 +690212,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "dre4", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -690615,8 +690240,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20596", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20596", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -690624,11 +690250,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SUPT20H", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036374", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036374.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -690638,8 +690264,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Spt20", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -690668,8 +690293,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:30773", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30773", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -690677,11 +690303,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SUPT20HL1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036374", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036374.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -690691,8 +690317,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Spt20", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -690721,8 +690346,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:31797", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:31797", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -690730,11 +690356,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SUPT20HL2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036374", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036374.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -690744,8 +690370,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Spt20", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -690774,8 +690399,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11466", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11466", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -690783,11 +690409,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SUPT3H", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037981", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037981.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -690797,8 +690423,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Spt3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -690827,8 +690452,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11467", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11467", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -690836,11 +690462,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SUPT4H1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028683", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028683.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -690850,8 +690476,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "spt4", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -690879,8 +690504,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11469", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11469", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -690888,11 +690514,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SUPT5H", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040273", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040273.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -690902,8 +690528,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Spt5", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -690931,8 +690556,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11470", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11470", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -690940,11 +690566,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SUPT6H", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028982", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028982.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -690954,8 +690580,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Spt6", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -690983,8 +690608,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30632", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30632", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -690992,11 +690618,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SUPT7L", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030874", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030874.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -691006,8 +690632,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Spt7", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -691036,8 +690661,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11471", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11471", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -691045,11 +690671,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SUPV3L1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037232", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037232.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -691059,8 +690685,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Suv3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -691088,8 +690713,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11474", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11474", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -691097,11 +690723,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SURF1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029117", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029117.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -691111,8 +690737,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Surf1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -691140,8 +690765,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11476", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11476", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -691149,11 +690775,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SURF4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0019925", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0019925.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -691163,8 +690789,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Surf4", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -691192,8 +690817,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11478", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11478", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -691201,11 +690827,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SURF6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038746", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038746.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -691215,8 +690841,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Surf6", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -691245,8 +690870,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30667", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30667", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -691254,11 +690880,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SUSD2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051004", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051004.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -691268,8 +690894,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mesh", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -691298,8 +690923,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:11479", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11479", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -691307,11 +690933,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SUV39H1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0263740", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0263740.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -691321,8 +690947,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "eIF2\u03b3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -691351,8 +690976,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:17287", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17287", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -691360,11 +690986,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SUV39H2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0263740", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0263740.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -691374,8 +691000,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "eIF2\u03b3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -691404,8 +691029,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17101", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17101", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -691413,11 +691039,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SUZ12", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0020887", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0020887.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -691427,8 +691053,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Su(z)12", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -691456,8 +691081,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20566", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20566", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -691465,11 +691091,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SV2A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029896", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029896.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -691479,8 +691105,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG3168", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -691509,8 +691134,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:16874", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16874", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -691518,11 +691144,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SV2B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029896", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029896.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -691532,8 +691158,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG3168", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -691562,8 +691187,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:30670", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30670", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -691571,11 +691197,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SV2C", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029896", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029896.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -691585,8 +691211,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG3168", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -691615,8 +691240,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15985", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15985", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -691624,11 +691250,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SVEP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0001083", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0001083.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -691638,8 +691264,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "fw", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -691668,8 +691293,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11480", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11480", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -691677,11 +691303,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SVIL", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0266696", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0266696.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -691691,8 +691317,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Svil", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -691721,8 +691346,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25238", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25238", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -691730,11 +691356,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SVIP", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052039", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052039.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -691743,9 +691369,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG32039", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Svip", + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -691774,8 +691399,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25417", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25417", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -691783,11 +691409,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SVOP", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034956", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034956.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -691797,8 +691423,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG4324", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -691827,8 +691452,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16785", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16785", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -691836,11 +691462,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SWT1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030892", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030892.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -691849,9 +691475,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG7206", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Swt1", + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -691880,8 +691505,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16273", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16273", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -691889,11 +691515,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SYAP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0013334", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0013334.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -691903,8 +691529,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Sap47", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -691933,8 +691558,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25824", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25824", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -691942,11 +691568,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SYDE1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039883", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039883.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -691956,8 +691582,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "RhoGAP100F", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -691986,8 +691611,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25841", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25841", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -691995,11 +691621,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SYDE2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039883", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039883.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -692009,8 +691635,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "RhoGAP100F", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -692039,8 +691664,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19824", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19824", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -692048,11 +691674,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SYF2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033556", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033556.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -692062,8 +691688,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG12343", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -692091,8 +691716,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:22935", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:22935", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -692100,11 +691726,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SYMPK", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037371", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037371.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -692114,8 +691740,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Sym", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -692143,8 +691768,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11494", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11494", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -692152,11 +691778,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SYN1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004575", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004575.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -692166,8 +691792,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Syn", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -692196,8 +691821,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:11495", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11495", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -692205,11 +691831,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SYN2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004575", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004575.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -692219,8 +691845,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Syn", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -692249,8 +691874,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11496", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11496", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -692258,11 +691884,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SYN3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004575", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004575.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -692272,8 +691898,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Syn", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -692302,8 +691927,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16918", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16918", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -692311,11 +691937,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SYNCRIP", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038826", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038826.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -692325,8 +691951,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Syp", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -692355,8 +691980,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17089", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17089", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -692364,11 +691990,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SYNE1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261836", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261836.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -692378,8 +692004,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Msp300", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -692408,8 +692033,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11497", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11497", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -692417,11 +692043,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SYNGAP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261570", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261570.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -692431,8 +692057,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "raskol", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -692461,8 +692086,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11498", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11498", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -692470,11 +692096,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SYNGR1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033876", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033876.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -692484,8 +692110,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Syngr", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -692513,8 +692138,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:11499", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11499", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -692522,11 +692148,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SYNGR2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033876", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033876.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -692536,8 +692162,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Syngr", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -692566,8 +692191,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11501", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11501", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -692575,11 +692201,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SYNGR3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033876", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033876.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -692589,8 +692215,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Syngr", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -692618,8 +692243,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:11502", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11502", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -692627,11 +692253,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SYNGR4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033876", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033876.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -692641,8 +692267,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Syngr", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -692671,8 +692296,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11503", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11503", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -692680,11 +692306,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SYNJ1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034691", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034691.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -692694,8 +692320,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Synj", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -692723,8 +692348,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:11504", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11504", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -692732,11 +692358,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SYNJ2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034691", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034691.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -692746,8 +692372,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Synj", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -692776,8 +692401,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30672", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30672", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -692785,11 +692411,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SYNPO", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039897", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039897.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -692799,8 +692425,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG1674", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -692829,8 +692454,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16162", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16162", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -692838,11 +692464,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SYS1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037603", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037603.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -692851,9 +692477,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG11753", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Sys1", + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -692881,8 +692506,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:11509", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11509", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -692890,11 +692516,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SYT1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004242", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004242.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -692904,8 +692530,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Syt1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -692934,8 +692559,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19266", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19266", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -692943,11 +692569,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SYT10", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261089", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261089.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -692957,8 +692583,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Syt\u03b1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -692987,8 +692612,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19239", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19239", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -692996,11 +692622,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SYT11", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028400", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028400.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -693010,8 +692636,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Syt4", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -693040,8 +692665,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18381", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18381", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -693049,11 +692675,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SYT12", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261085", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261085.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -693063,8 +692689,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Syt12", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -693093,8 +692718,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14962", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14962", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -693102,11 +692728,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SYT13", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261090", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261090.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -693116,8 +692742,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Syt\u03b2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -693146,8 +692771,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23143", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23143", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -693155,11 +692781,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SYT14", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261086", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261086.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -693169,8 +692795,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Syt14", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -693199,8 +692824,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23142", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23142", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -693208,11 +692834,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SYT16", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261086", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261086.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -693222,8 +692848,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Syt14", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -693252,8 +692877,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11510", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11510", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -693261,11 +692887,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SYT2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004242", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004242.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -693275,8 +692901,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Syt1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -693304,8 +692929,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11511", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11511", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -693313,11 +692939,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SYT3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261089", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261089.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -693327,8 +692953,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Syt\u03b1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -693357,8 +692982,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11512", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11512", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -693366,11 +692992,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SYT4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028400", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028400.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -693380,8 +693006,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Syt4", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -693410,8 +693035,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:11513", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11513", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -693419,11 +693045,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SYT5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004242", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004242.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -693433,8 +693059,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Syt1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -693463,8 +693088,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11514", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11514", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -693472,11 +693098,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SYT7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039900", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039900.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -693486,8 +693112,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Syt7", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -693516,8 +693141,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:19264", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19264", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -693525,11 +693151,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SYT8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004242", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004242.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -693539,8 +693165,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Syt1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -693569,8 +693194,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19265", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19265", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -693578,11 +693204,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SYT9", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261089", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261089.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -693592,8 +693218,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Syt\u03b1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -693622,8 +693247,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:15584", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15584", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -693631,11 +693257,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SYTL1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0266756", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0266756.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -693645,8 +693271,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "btsz", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -693675,8 +693300,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15588", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15588", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -693684,11 +693310,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SYTL4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0266756", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0266756.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -693698,8 +693324,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "btsz", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -693728,8 +693353,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15589", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15589", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -693737,11 +693363,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SYTL5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0266756", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0266756.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -693751,8 +693377,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "btsz", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -693781,8 +693406,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20738", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20738", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -693790,11 +693416,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SYVN1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039875", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039875.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -693804,8 +693430,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "sip3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -693834,8 +693459,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30232", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30232", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -693843,11 +693469,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "SZRD1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051908", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051908.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -693857,8 +693483,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG31908", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -693887,8 +693512,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17075", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17075", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -693896,11 +693522,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TAB2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0086358", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0086358.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -693910,8 +693536,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Tab2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -693940,8 +693565,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30681", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30681", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -693949,11 +693575,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TAB3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0086358", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0086358.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -693963,8 +693589,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Tab2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -693993,8 +693618,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11522", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11522", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -694002,11 +693628,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TACC1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0026620", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026620.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -694016,8 +693642,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "tacc", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -694046,8 +693671,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11523", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11523", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -694055,11 +693681,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TACC2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0026620", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026620.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -694069,8 +693695,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "tacc", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -694099,8 +693724,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:11524", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11524", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -694108,11 +693734,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TACC3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0026620", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026620.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -694122,8 +693748,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "tacc", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -694152,8 +693777,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24316", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24316", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -694161,11 +693787,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TACO1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051244", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051244.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -694175,8 +693801,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG31244", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -694205,8 +693830,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24316", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24316", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -694214,11 +693840,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TACO1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032205", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032205.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -694228,8 +693854,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG4957", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -694258,8 +693883,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:11526", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11526", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -694267,11 +693893,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TACR1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004622", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004622.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -694281,8 +693907,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "TkR99D", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -694311,8 +693936,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11527", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11527", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -694320,11 +693946,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TACR2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004841", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004841.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -694334,8 +693960,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "TkR86C", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -694364,8 +693989,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11527", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11527", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -694373,11 +693999,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TACR2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004622", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004622.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -694387,8 +694013,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "TkR99D", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -694417,8 +694042,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:11528", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11528", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -694426,11 +694052,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TACR3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004622", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004622.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -694440,8 +694066,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "TkR99D", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -694470,8 +694095,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30631", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30631", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -694479,11 +694105,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TADA1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051865", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051865.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -694493,8 +694119,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ada1-1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -694523,8 +694148,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30631", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30631", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -694532,11 +694158,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TADA1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051866", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051866.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -694546,8 +694172,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ada1-2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -694575,8 +694200,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11531", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11531", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -694584,11 +694210,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TADA2A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0263738", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0263738.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -694598,8 +694224,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ada2a", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -694628,8 +694253,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30781", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30781", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -694637,11 +694263,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TADA2B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037555", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037555.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -694651,8 +694277,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ada2b", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -694681,8 +694306,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19422", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19422", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -694690,11 +694316,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TADA3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030891", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030891.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -694704,8 +694330,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ada3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -694733,8 +694358,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11535", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11535", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -694742,11 +694368,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TAF1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010355", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010355.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -694756,8 +694382,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Taf1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -694785,8 +694410,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11543", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11543", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -694794,11 +694420,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TAF10", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028398", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028398.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -694808,8 +694434,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Taf10", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -694838,8 +694463,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11543", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11543", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -694847,11 +694473,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TAF10", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0026324", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026324.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -694861,8 +694487,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Taf10b", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -694891,8 +694516,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11544", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11544", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -694900,11 +694526,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TAF11", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0011291", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0011291.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -694914,8 +694540,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Taf11", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -694944,8 +694569,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:53845", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:53845", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -694953,11 +694579,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TAF11L2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0011291", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0011291.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -694967,8 +694593,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Taf11", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -694997,8 +694622,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11545", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11545", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -695006,11 +694632,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TAF12", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0011290", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0011290.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -695020,8 +694646,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Taf12", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -695050,8 +694675,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11546", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11546", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -695059,11 +694685,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TAF13", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032847", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032847.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -695073,8 +694699,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Taf13", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -695102,8 +694727,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:11547", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11547", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -695111,11 +694737,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TAF15", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0285954", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0285954.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -695125,8 +694751,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "caz", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -695155,8 +694780,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11547", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11547", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -695164,11 +694790,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TAF15", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037939", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037939.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -695178,8 +694804,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG14718", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -695208,8 +694833,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11533", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11533", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -695217,11 +694843,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TAF1B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037792", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037792.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -695231,8 +694857,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "TAF1B", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -695261,8 +694886,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18056", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18056", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -695270,11 +694896,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TAF1L", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010355", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010355.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -695284,8 +694910,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Taf1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -695313,8 +694938,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11536", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11536", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -695322,11 +694948,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TAF2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0011836", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0011836.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -695336,8 +694962,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Taf2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -695365,8 +694990,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17303", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17303", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -695374,11 +695000,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TAF3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0026262", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026262.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -695387,9 +695013,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "bip2", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Taf3", + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -695418,8 +695043,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:11537", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11537", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -695427,11 +695053,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TAF4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010280", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010280.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -695441,8 +695067,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Taf4", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -695471,8 +695096,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11538", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11538", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -695480,11 +695106,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TAF4B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010280", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010280.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -695494,8 +695120,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Taf4", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -695524,8 +695149,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11539", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11539", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -695533,11 +695159,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TAF5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0011569", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0011569.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -695547,8 +695173,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "can", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -695577,8 +695202,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11539", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11539", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -695586,11 +695212,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TAF5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010356", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010356.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -695600,8 +695226,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Taf5", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -695629,8 +695254,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17304", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17304", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -695638,11 +695264,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TAF5L", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039067", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039067.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -695652,8 +695278,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "wda", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -695682,8 +695307,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11540", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11540", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -695691,11 +695317,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TAF6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0014342", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0014342.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -695705,8 +695331,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mia", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -695735,8 +695360,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11540", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11540", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -695744,11 +695370,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TAF6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010417", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010417.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -695758,8 +695384,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Taf6", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -695787,8 +695412,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11541", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11541", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -695796,11 +695422,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TAF7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0024909", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0024909.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -695810,8 +695436,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Taf7", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -695840,8 +695465,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:11548", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11548", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -695849,11 +695475,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TAF7L", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0024909", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0024909.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -695863,8 +695489,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Taf7", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -695893,8 +695518,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17300", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17300", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -695902,11 +695528,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TAF8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0022724", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0022724.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -695916,8 +695542,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Taf8", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -695945,8 +695570,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11542", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11542", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -695954,11 +695580,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TAF9", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033754", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033754.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -695968,8 +695594,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ak6", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -695998,8 +695623,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11542", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11542", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -696007,11 +695633,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TAF9", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000617", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000617.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -696020,9 +695646,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "e(y)1", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Taf9", + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -696051,8 +695676,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17306", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17306", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -696060,11 +695686,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TAF9B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000617", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000617.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -696073,9 +695699,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "e(y)1", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Taf9", + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -696099,13 +695724,66 @@ "stringencyFilter": "stringent", "totalMethodCount": 10 }, + { + "best": "Yes", + "bestReverse": "Yes", + "gene": { + "id": "HGNC:11577", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11577", + "species": { + "commonNames": "['human', 'hsa']", + "dataProviderFullName": "Rat Genome Database", + "dataProviderShortName": "RGD", + "name": "Homo sapiens", + "shortName": "Hsa", + "taxonId": "NCBITaxon:9606" + }, + "symbol": "TAFAZZIN", + "taxonId": "NCBITaxon:9606" + }, + "homologGene": { + "id": "FB:FBgn0026619", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026619.html", + "species": { + "commonNames": "['fly', 'fruit fly', 'dme']", + "dataProviderFullName": "FlyBase", + "dataProviderShortName": "FB", + "name": "Drosophila melanogaster", + "shortName": "Dme", + "taxonId": "NCBITaxon:7227" + }, + "symbol": "Taz", + "taxonId": "NCBITaxon:7227" + }, + "methodCount": 10, + "predictionMethodsMatched": [ + "Ensembl Compara", + "Hieranoid", + "InParanoid", + "OMA", + "OrthoFinder", + "OrthoInspector", + "PANTHER", + "PhylomeDB", + "Roundup", + "TreeFam" + ], + "predictionMethodsNotCalled": [ + "HGNC", + "ZFIN" + ], + "predictionMethodsNotMatched": [], + "stringencyFilter": "stringent", + "totalMethodCount": 10 + }, { "best": "Yes", "bestReverse": "Yes", "gene": { "id": "HGNC:11553", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11553", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -696113,11 +695791,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TAGLN", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038774", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038774.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -696127,8 +695805,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5023", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -696157,8 +695834,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11553", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11553", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -696166,11 +695844,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TAGLN", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035499", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035499.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -696180,8 +695858,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Chd64", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -696210,8 +695887,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11553", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11553", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -696219,11 +695897,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TAGLN", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0002789", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0002789.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -696233,8 +695911,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Mp20", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -696263,8 +695940,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11554", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11554", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -696272,11 +695950,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TAGLN2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038774", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038774.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -696286,8 +695964,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5023", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -696316,8 +695993,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11554", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11554", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -696325,11 +696003,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TAGLN2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035499", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035499.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -696339,8 +696017,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Chd64", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -696369,8 +696046,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11554", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11554", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -696378,11 +696056,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TAGLN2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0002789", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0002789.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -696392,8 +696070,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Mp20", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -696422,8 +696099,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29868", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29868", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -696431,11 +696109,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TAGLN3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038774", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038774.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -696445,8 +696123,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5023", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -696475,8 +696152,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29868", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29868", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -696484,11 +696162,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TAGLN3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035499", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035499.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -696498,8 +696176,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Chd64", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -696528,8 +696205,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29868", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29868", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -696537,11 +696215,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TAGLN3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0002789", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0002789.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -696551,8 +696229,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Mp20", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -696581,8 +696258,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:11556", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11556", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -696590,11 +696268,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TAL1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0011276", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0011276.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -696604,8 +696282,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "HLH3B", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -696634,8 +696311,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11557", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11557", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -696643,11 +696321,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TAL2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0011276", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0011276.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -696657,8 +696335,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "HLH3B", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -696687,8 +696364,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11559", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11559", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -696696,11 +696374,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TALDO1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0023477", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0023477.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -696710,8 +696388,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Taldo", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -696739,8 +696416,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18707", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18707", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -696748,11 +696426,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TAMALIN", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035676", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035676.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -696762,8 +696440,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ssp6", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -696792,8 +696469,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25187", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25187", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -696801,11 +696479,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TAMM41", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0067628", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0067628.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -696815,8 +696493,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG33331", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -696844,8 +696521,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:29364", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29364", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -696853,11 +696531,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TANC1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0041096", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0041096.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -696867,8 +696545,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "rols", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -696897,8 +696574,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30212", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30212", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -696906,11 +696584,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TANC2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0041096", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0041096.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -696920,8 +696598,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "rols", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -696950,8 +696627,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25439", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25439", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -696959,11 +696637,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TANGO2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030503", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030503.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -696973,8 +696651,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Tango2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -697003,8 +696680,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25749", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25749", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -697012,11 +696690,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TANGO6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032728", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032728.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -697026,8 +696704,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Tango6", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -697056,8 +696733,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29259", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29259", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -697065,11 +696743,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TAOK1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031030", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031030.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -697079,8 +696757,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Tao", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -697109,8 +696786,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16835", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16835", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -697118,11 +696796,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TAOK2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031030", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031030.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -697132,8 +696810,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Tao", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -697162,8 +696839,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18133", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18133", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -697171,11 +696849,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TAOK3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031030", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031030.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -697185,8 +696863,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Tao", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -697215,8 +696892,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26887", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26887", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -697224,11 +696902,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TAPT1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038569", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038569.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -697238,8 +696916,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7218", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -697268,8 +696945,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11568", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11568", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -697277,11 +696955,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TARBP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038953", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038953.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -697291,8 +696969,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG18596", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -697321,8 +696998,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:11569", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11569", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -697330,11 +697008,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TARBP2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032515", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032515.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -697344,8 +697022,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "loqs", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -697374,8 +697051,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11569", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11569", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -697383,11 +697061,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TARBP2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031951", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031951.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -697397,8 +697075,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "r2d2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -697427,8 +697104,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11571", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11571", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -697436,11 +697114,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TARDBP", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036496", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036496.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -697450,8 +697128,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "cocoon", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -697480,8 +697157,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11571", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11571", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -697489,11 +697167,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TARDBP", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0025790", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0025790.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -697503,8 +697181,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "TBPH", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -697533,8 +697210,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:11572", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11572", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -697542,11 +697220,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TARS1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027081", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027081.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -697556,8 +697234,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ThrRS", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -697586,8 +697263,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:30740", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30740", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -697595,11 +697273,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TARS2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027081", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027081.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -697609,8 +697287,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ThrRS", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -697639,8 +697316,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24728", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24728", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -697648,11 +697326,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TARS3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027081", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027081.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -697662,8 +697340,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ThrRS", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -697691,8 +697368,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15859", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15859", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -697700,11 +697378,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TASP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0263602", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0263602.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -697714,8 +697392,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Tasp1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -697744,8 +697421,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11573", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11573", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -697753,11 +697431,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TAT", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030558", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030558.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -697766,9 +697444,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG1461", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Tat", + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -697796,8 +697473,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24220", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24220", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -697805,11 +697483,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TATDN1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033117", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033117.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -697819,8 +697497,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG3358", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -697849,8 +697526,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28988", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28988", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -697858,11 +697536,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TATDN2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038877", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038877.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -697872,8 +697550,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG3308", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -697902,8 +697579,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30684", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30684", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -697911,11 +697589,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TAX1BP3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035148", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035148.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -697925,8 +697603,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG3402", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -697950,65 +697627,14 @@ "stringencyFilter": "stringent", "totalMethodCount": 10 }, - { - "best": "Yes", - "bestReverse": "Yes", - "gene": { - "id": "HGNC:11577", - "species": { - "commonNames": "['human']", - "dataProviderFullName": "Rat Genome Database", - "dataProviderShortName": "RGD", - "name": "Homo sapiens", - "shortName": "Hsa", - "taxonId": "NCBITaxon:9606" - }, - "symbol": "TAZ", - "taxonId": "NCBITaxon:9606", - "url": null - }, - "homologGene": { - "id": "FB:FBgn0026619", - "species": { - "commonNames": "['fly', 'fruit fly', 'dme']", - "dataProviderFullName": "FlyBase", - "dataProviderShortName": "FB", - "name": "Drosophila melanogaster", - "shortName": "Dme", - "taxonId": "NCBITaxon:7227" - }, - "symbol": "Taz", - "taxonId": "NCBITaxon:7227", - "url": null - }, - "methodCount": 10, - "predictionMethodsMatched": [ - "Ensembl Compara", - "Hieranoid", - "InParanoid", - "OMA", - "OrthoFinder", - "OrthoInspector", - "PANTHER", - "PhylomeDB", - "Roundup", - "TreeFam" - ], - "predictionMethodsNotCalled": [ - "HGNC", - "ZFIN" - ], - "predictionMethodsNotMatched": [], - "stringencyFilter": "stringent", - "totalMethodCount": 10 - }, { "best": "Yes", "bestReverse": "Yes", "gene": { "id": "HGNC:11578", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11578", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -698016,11 +697642,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TBC1D1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261261", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261261.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -698030,8 +697656,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "plx", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -698060,8 +697685,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23609", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23609", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -698069,11 +697695,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TBC1D10A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037917", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037917.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -698083,8 +697709,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "wkd", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -698112,8 +697737,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:24510", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24510", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -698121,11 +697747,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TBC1D10B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037917", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037917.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -698135,8 +697761,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "wkd", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -698165,8 +697790,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:24702", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24702", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -698174,11 +697800,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TBC1D10C", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037917", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037917.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -698188,8 +697814,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "wkd", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -698218,8 +697843,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25571", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25571", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -698227,11 +697853,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TBC1D13", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035916", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035916.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -698241,8 +697867,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "GAPsec", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -698271,8 +697896,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25694", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25694", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -698280,11 +697906,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TBC1D15", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031233", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031233.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -698294,8 +697920,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Tbc1d15-17", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -698324,8 +697949,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28356", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28356", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -698333,11 +697959,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TBC1D16", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032249", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032249.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -698347,8 +697973,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "TBC1D16", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -698377,8 +698002,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25699", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25699", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -698386,11 +698012,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TBC1D17", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031233", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031233.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -698400,8 +698026,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Tbc1d15-17", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -698430,8 +698055,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25624", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25624", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -698439,11 +698065,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TBC1D19", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031690", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031690.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -698453,8 +698079,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7742", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -698482,8 +698107,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16133", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16133", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -698491,11 +698117,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TBC1D20", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040005", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040005.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -698505,8 +698131,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG17883", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -698534,8 +698159,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1309", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1309", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -698543,11 +698169,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TBC1D22A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038855", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038855.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -698556,9 +698182,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG5745", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Tbc1d22", + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -698586,8 +698211,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21602", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21602", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -698595,11 +698221,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TBC1D22B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038855", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038855.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -698608,9 +698234,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG5745", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Tbc1d22", + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -698638,8 +698263,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25622", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25622", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -698647,11 +698273,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TBC1D23", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031304", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031304.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -698661,8 +698287,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "TBC1D23", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -698690,8 +698315,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29203", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29203", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -698699,11 +698325,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TBC1D24", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032901", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032901.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -698713,8 +698339,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "sky", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -698742,8 +698367,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8092", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8092", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -698751,11 +698377,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TBC1D25", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034009", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034009.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -698765,8 +698391,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8155", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -698795,8 +698420,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:28745", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28745", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -698804,11 +698430,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TBC1D26", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0020620", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0020620.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -698818,8 +698444,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "RN-tre", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -698848,8 +698473,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:26858", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26858", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -698857,11 +698483,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TBC1D28", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0020620", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0020620.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -698871,8 +698497,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "RN-tre", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -698901,8 +698526,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:19031", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19031", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -698910,11 +698536,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TBC1D3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0020620", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0020620.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -698924,8 +698550,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "RN-tre", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -698954,8 +698579,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29164", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29164", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -698963,11 +698589,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TBC1D30", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261928", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261928.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -698977,8 +698603,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG42795", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -699007,8 +698632,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30888", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30888", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -699016,11 +698642,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TBC1D31", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035073", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035073.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -699030,8 +698656,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG16896", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -699060,8 +698685,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:27011", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:27011", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -699069,11 +698695,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TBC1D3B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0020620", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0020620.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -699083,8 +698709,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "RN-tre", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -699113,8 +698738,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:28944", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28944", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -699122,11 +698748,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TBC1D3D", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0020620", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0020620.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -699136,8 +698762,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "RN-tre", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -699166,8 +698791,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:27071", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:27071", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -699175,11 +698801,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TBC1D3E", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0020620", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0020620.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -699189,8 +698815,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "RN-tre", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -699219,8 +698844,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18257", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18257", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -699228,11 +698854,117 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TBC1D3F", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" + }, + "homologGene": { + "id": "FB:FBgn0020620", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0020620.html", + "species": { + "commonNames": "['fly', 'fruit fly', 'dme']", + "dataProviderFullName": "FlyBase", + "dataProviderShortName": "FB", + "name": "Drosophila melanogaster", + "shortName": "Dme", + "taxonId": "NCBITaxon:7227" + }, + "symbol": "RN-tre", + "taxonId": "NCBITaxon:7227" + }, + "methodCount": 8, + "predictionMethodsMatched": [ + "Ensembl Compara", + "Hieranoid", + "InParanoid", + "OMA", + "OrthoFinder", + "PANTHER", + "PhylomeDB", + "TreeFam" + ], + "predictionMethodsNotCalled": [ + "HGNC", + "ZFIN" + ], + "predictionMethodsNotMatched": [ + "OrthoInspector", + "Roundup" + ], + "stringencyFilter": "stringent", + "totalMethodCount": 10 + }, + { + "best": "Yes", + "bestReverse": "No", + "gene": { + "id": "HGNC:29860", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29860", + "species": { + "commonNames": "['human', 'hsa']", + "dataProviderFullName": "Rat Genome Database", + "dataProviderShortName": "RGD", + "name": "Homo sapiens", + "shortName": "Hsa", + "taxonId": "NCBITaxon:9606" + }, + "symbol": "TBC1D3G", + "taxonId": "NCBITaxon:9606" + }, + "homologGene": { + "id": "FB:FBgn0020620", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0020620.html", + "species": { + "commonNames": "['fly', 'fruit fly', 'dme']", + "dataProviderFullName": "FlyBase", + "dataProviderShortName": "FB", + "name": "Drosophila melanogaster", + "shortName": "Dme", + "taxonId": "NCBITaxon:7227" + }, + "symbol": "RN-tre", + "taxonId": "NCBITaxon:7227" + }, + "methodCount": 3, + "predictionMethodsMatched": [ + "Ensembl Compara", + "OMA", + "TreeFam" + ], + "predictionMethodsNotCalled": [ + "HGNC", + "ZFIN" + ], + "predictionMethodsNotMatched": [ + "Hieranoid", + "InParanoid", + "OrthoFinder", + "OrthoInspector", + "PANTHER", + "PhylomeDB", + "Roundup" + ], + "stringencyFilter": "stringent", + "totalMethodCount": 10 + }, + { + "best": "Yes", + "bestReverse": "Yes", + "gene": { + "id": "HGNC:30708", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30708", + "species": { + "commonNames": "['human', 'hsa']", + "dataProviderFullName": "Rat Genome Database", + "dataProviderShortName": "RGD", + "name": "Homo sapiens", + "shortName": "Hsa", + "taxonId": "NCBITaxon:9606" + }, + "symbol": "TBC1D3H", + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0020620", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0020620.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -699242,8 +698974,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "RN-tre", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -699271,74 +699002,22 @@ "best": "Yes", "bestReverse": "No", "gene": { - "id": "HGNC:29860", - "species": { - "commonNames": "['human']", - "dataProviderFullName": "Rat Genome Database", - "dataProviderShortName": "RGD", - "name": "Homo sapiens", - "shortName": "Hsa", - "taxonId": "NCBITaxon:9606" - }, - "symbol": "TBC1D3G", - "taxonId": "NCBITaxon:9606", - "url": null - }, - "homologGene": { - "id": "FB:FBgn0020620", - "species": { - "commonNames": "['fly', 'fruit fly', 'dme']", - "dataProviderFullName": "FlyBase", - "dataProviderShortName": "FB", - "name": "Drosophila melanogaster", - "shortName": "Dme", - "taxonId": "NCBITaxon:7227" - }, - "symbol": "RN-tre", - "taxonId": "NCBITaxon:7227", - "url": null - }, - "methodCount": 3, - "predictionMethodsMatched": [ - "Ensembl Compara", - "OMA", - "TreeFam" - ], - "predictionMethodsNotCalled": [ - "HGNC", - "ZFIN" - ], - "predictionMethodsNotMatched": [ - "Hieranoid", - "InParanoid", - "OrthoFinder", - "OrthoInspector", - "PANTHER", - "PhylomeDB", - "Roundup" - ], - "stringencyFilter": "stringent", - "totalMethodCount": 10 - }, - { - "best": "Yes", - "bestReverse": "Yes", - "gene": { - "id": "HGNC:30708", + "id": "HGNC:32709", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:32709", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "TBC1D3H", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "TBC1D3I", + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0020620", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0020620.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -699348,19 +699027,16 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "RN-tre", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, - "methodCount": 8, + "methodCount": 6, "predictionMethodsMatched": [ "Ensembl Compara", "Hieranoid", "InParanoid", "OMA", "OrthoFinder", - "PANTHER", - "PhylomeDB", - "TreeFam" + "PANTHER" ], "predictionMethodsNotCalled": [ "HGNC", @@ -699368,7 +699044,9 @@ ], "predictionMethodsNotMatched": [ "OrthoInspector", - "Roundup" + "PhylomeDB", + "Roundup", + "TreeFam" ], "stringencyFilter": "stringent", "totalMethodCount": 10 @@ -699377,21 +699055,22 @@ "best": "Yes", "bestReverse": "No", "gene": { - "id": "HGNC:32709", + "id": "HGNC:51245", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:51245", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "TBC1D3I", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "TBC1D3K", + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0020620", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0020620.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -699401,8 +699080,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "RN-tre", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -699428,23 +699106,24 @@ }, { "best": "Yes", - "bestReverse": "No", + "bestReverse": "Yes", "gene": { - "id": "HGNC:51245", + "id": "HGNC:19165", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19165", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "TBC1D3K", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "TBC1D4", + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0020620", + "id": "FB:FBgn0261261", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261261.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -699453,28 +699132,27 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "RN-tre", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "plx", + "taxonId": "NCBITaxon:7227" }, - "methodCount": 6, + "methodCount": 8, "predictionMethodsMatched": [ "Ensembl Compara", "Hieranoid", "InParanoid", - "OMA", "OrthoFinder", - "PANTHER" + "OrthoInspector", + "PhylomeDB", + "Roundup", + "TreeFam" ], "predictionMethodsNotCalled": [ "HGNC", "ZFIN" ], "predictionMethodsNotMatched": [ - "OrthoInspector", - "PhylomeDB", - "Roundup", - "TreeFam" + "OMA", + "PANTHER" ], "stringencyFilter": "stringent", "totalMethodCount": 10 @@ -699483,21 +699161,22 @@ "best": "Yes", "bestReverse": "Yes", "gene": { - "id": "HGNC:19165", + "id": "HGNC:19166", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19166", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "TBC1D4", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "TBC1D5", + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0261261", + "id": "FB:FBgn0038129", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038129.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -699506,19 +699185,15 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "plx", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "TBC1D5", + "taxonId": "NCBITaxon:7227" }, - "methodCount": 8, + "methodCount": 5, "predictionMethodsMatched": [ "Ensembl Compara", - "Hieranoid", - "InParanoid", "OrthoFinder", "OrthoInspector", "PhylomeDB", - "Roundup", "TreeFam" ], "predictionMethodsNotCalled": [ @@ -699526,31 +699201,35 @@ "ZFIN" ], "predictionMethodsNotMatched": [ + "Hieranoid", + "InParanoid", "OMA", - "PANTHER" + "PANTHER", + "Roundup" ], "stringencyFilter": "stringent", "totalMethodCount": 10 }, { "best": "Yes", - "bestReverse": "Yes", + "bestReverse": "No", "gene": { - "id": "HGNC:19166", + "id": "HGNC:21066", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21066", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "TBC1D5", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "TBC1D7", + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0038129", + "id": "FB:FBgn0039158", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039158.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -699559,16 +699238,14 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "TBC1D5", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "TBC1d7", + "taxonId": "NCBITaxon:7227" }, - "methodCount": 5, + "methodCount": 4, "predictionMethodsMatched": [ "Ensembl Compara", - "OrthoFinder", - "OrthoInspector", - "PhylomeDB", + "OMA", + "Roundup", "TreeFam" ], "predictionMethodsNotCalled": [ @@ -699578,9 +699255,10 @@ "predictionMethodsNotMatched": [ "Hieranoid", "InParanoid", - "OMA", + "OrthoFinder", + "OrthoInspector", "PANTHER", - "Roundup" + "PhylomeDB" ], "stringencyFilter": "stringent", "totalMethodCount": 10 @@ -699590,8 +699268,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:17791", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17791", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -699599,11 +699278,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TBC1D8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037074", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037074.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -699613,8 +699292,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Tbc1d8-9", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -699643,8 +699321,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:24715", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24715", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -699652,11 +699331,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TBC1D8B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037074", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037074.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -699666,8 +699345,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Tbc1d8-9", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -699696,8 +699374,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21710", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21710", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -699705,11 +699384,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TBC1D9", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037074", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037074.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -699719,8 +699398,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Tbc1d8-9", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -699748,8 +699426,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29097", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29097", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -699757,11 +699436,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TBC1D9B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037074", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037074.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -699771,8 +699450,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Tbc1d8-9", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -699800,8 +699478,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11579", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11579", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -699809,11 +699488,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TBCA", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039869", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039869.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -699823,8 +699502,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG1890", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -699852,8 +699530,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11579", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11579", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -699861,11 +699540,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TBCA", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030614", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030614.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -699875,8 +699554,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG9072", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -699905,8 +699583,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1989", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1989", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -699914,11 +699593,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TBCB", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034451", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034451.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -699928,8 +699607,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "TBCB", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -699958,8 +699636,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11580", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11580", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -699967,11 +699646,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TBCC", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051961", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051961.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -699981,8 +699660,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "TBCC", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -700010,8 +699688,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11581", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11581", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -700019,11 +699698,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TBCD", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027509", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027509.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -700033,8 +699712,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "TBCD", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -700062,8 +699740,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11582", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11582", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -700071,11 +699750,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TBCE", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033055", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033055.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -700085,8 +699764,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Tbce", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -700114,8 +699792,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28115", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28115", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -700123,11 +699802,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TBCEL", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0265512", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0265512.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -700137,8 +699816,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mlt", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -700166,8 +699844,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28261", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28261", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -700175,11 +699854,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TBCK", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029736", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029736.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -700189,8 +699868,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG4041", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -700218,8 +699896,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11584", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11584", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -700227,11 +699906,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TBK1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0086657", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0086657.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -700241,8 +699920,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "IKK\u03b5", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -700271,8 +699949,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11585", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11585", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -700280,11 +699959,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TBL1X", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0263933", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0263933.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -700294,8 +699973,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ebi", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -700323,8 +700001,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29529", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29529", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -700332,11 +700011,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TBL1XR1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0263933", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0263933.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -700346,8 +700025,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ebi", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -700375,8 +700053,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:18502", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18502", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -700384,11 +700063,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TBL1Y", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0263933", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0263933.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -700398,8 +700077,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ebi", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -700428,8 +700106,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11587", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11587", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -700437,11 +700116,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TBL3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033454", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033454.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -700451,8 +700130,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG1671", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -700480,8 +700158,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11588", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11588", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -700489,11 +700168,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TBP", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003687", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003687.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -700503,8 +700182,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Tbp", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -700533,8 +700211,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11589", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11589", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -700542,11 +700221,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TBPL1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261793", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261793.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -700556,8 +700235,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Trf2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -700586,8 +700264,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11589", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11589", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -700595,11 +700274,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TBPL1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031446", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031446.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -700609,8 +700288,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Trf5", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -700639,8 +700317,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:19841", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19841", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -700648,11 +700327,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TBPL2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003687", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003687.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -700662,8 +700341,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Tbp", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -700692,8 +700370,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29551", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29551", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -700701,11 +700380,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TBRG1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051111", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051111.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -700715,8 +700394,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG31111", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -700745,8 +700423,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17443", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17443", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -700754,11 +700433,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TBRG4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038961", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038961.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -700768,8 +700447,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG13850", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -700798,8 +700476,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11592", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11592", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -700807,11 +700486,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TBX1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0021767", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0021767.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -700821,8 +700500,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "org-1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -700851,8 +700529,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:11593", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11593", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -700860,11 +700539,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TBX10", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0021767", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0021767.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -700874,8 +700553,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "org-1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -700904,8 +700582,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:11594", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11594", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -700913,11 +700592,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TBX15", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028789", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028789.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -700927,8 +700606,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Doc1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -700957,8 +700635,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11596", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11596", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -700966,11 +700645,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TBX19", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0011723", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0011723.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -700980,8 +700659,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "byn", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -701010,8 +700688,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11597", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11597", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -701019,11 +700698,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TBX2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000179", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000179.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -701033,8 +700712,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "bi", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -701063,8 +700741,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11598", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11598", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -701072,11 +700751,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TBX20", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0016660", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0016660.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -701086,8 +700765,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "H15", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -701116,8 +700794,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11598", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11598", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -701125,11 +700804,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TBX20", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261963", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261963.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -701139,8 +700818,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mid", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -701169,8 +700847,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11602", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11602", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -701178,11 +700857,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TBX3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000179", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000179.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -701192,8 +700871,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "bi", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -701222,8 +700900,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11605", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11605", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -701231,11 +700910,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TBX6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028789", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028789.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -701245,8 +700924,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Doc1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -701275,8 +700953,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11605", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11605", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -701284,11 +700963,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TBX6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035956", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035956.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -701298,8 +700977,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Doc2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -701328,8 +701006,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11605", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11605", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -701337,11 +701016,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TBX6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035954", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035954.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -701351,8 +701030,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Doc3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -701381,8 +701059,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:11608", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11608", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -701390,11 +701069,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TBXA2R", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036742", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036742.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -701404,8 +701083,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7497", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -701434,8 +701112,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:11609", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11609", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -701443,11 +701122,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TBXAS1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015040", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015040.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -701457,8 +701136,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cyp9c1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -701487,8 +701165,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:11609", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11609", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -701496,11 +701175,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TBXAS1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038037", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038037.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -701510,8 +701189,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cyp9f2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -701540,8 +701218,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:11515", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11515", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -701549,11 +701228,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TBXT", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0011723", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0011723.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -701563,8 +701242,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "byn", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -701593,8 +701271,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25241", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25241", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -701602,11 +701281,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TCAIM", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035674", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035674.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -701616,8 +701295,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG13295", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -701645,8 +701323,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25241", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25241", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -701654,11 +701333,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TCAIM", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040391", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040391.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -701668,8 +701347,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG2854", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -701698,8 +701376,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11612", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11612", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -701707,11 +701386,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TCEA1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030663", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030663.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -701721,8 +701400,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8117", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -701751,8 +701429,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11612", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11612", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -701760,11 +701439,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TCEA1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010422", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010422.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -701774,8 +701453,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "TfIIS", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -701803,8 +701481,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11614", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11614", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -701812,11 +701491,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TCEA2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030663", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030663.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -701826,8 +701505,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8117", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -701856,8 +701534,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11614", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11614", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -701865,11 +701544,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TCEA2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010422", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010422.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -701879,8 +701558,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "TfIIS", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -701908,8 +701586,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11615", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11615", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -701917,11 +701596,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TCEA3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030663", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030663.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -701931,8 +701610,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8117", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -701961,8 +701639,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:11615", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11615", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -701970,11 +701649,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TCEA3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010422", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010422.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -701984,8 +701663,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "TfIIS", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -702014,8 +701692,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:28277", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28277", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -702023,11 +701702,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TCEANC", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010422", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010422.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -702037,8 +701716,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "TfIIS", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -702067,8 +701745,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15630", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15630", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -702076,11 +701755,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TCERG1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261641", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261641.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -702090,8 +701769,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG42724", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -702120,8 +701798,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:23533", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23533", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -702129,11 +701808,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TCERG1L", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261641", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261641.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -702143,8 +701822,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG42724", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -702173,8 +701851,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11623", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11623", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -702182,11 +701861,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TCF12", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0267821", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0267821.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -702196,8 +701875,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "da", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -702226,8 +701904,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:11627", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11627", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -702235,11 +701914,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TCF15", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0053557", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0053557.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -702249,8 +701928,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG33557", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -702279,8 +701957,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11631", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11631", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -702288,11 +701967,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TCF20", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034300", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034300.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -702302,8 +701981,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5098", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -702332,8 +702010,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:11632", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11632", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -702341,11 +702020,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TCF21", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0022740", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0022740.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -702355,8 +702034,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "HLH54F", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -702385,8 +702063,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29181", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29181", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -702394,11 +702073,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TCF25", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027549", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027549.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -702408,8 +702087,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Nulp1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -702438,8 +702116,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11633", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11633", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -702447,11 +702126,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TCF3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0267821", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0267821.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -702461,8 +702140,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "da", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -702491,8 +702169,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11634", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11634", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -702500,11 +702179,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TCF4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0267821", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0267821.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -702514,8 +702193,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "da", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -702544,8 +702222,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:11639", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11639", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -702553,11 +702232,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TCF7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0085432", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0085432.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -702567,8 +702246,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "pan", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -702597,8 +702275,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:11640", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11640", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -702606,11 +702285,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TCF7L1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0085432", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0085432.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -702620,8 +702299,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "pan", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -702650,8 +702328,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11641", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11641", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -702659,11 +702338,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TCF7L2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0085432", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0085432.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -702673,8 +702352,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "pan", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -702703,8 +702381,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28135", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28135", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -702712,11 +702391,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TCHP", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0046225", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0046225.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -702726,8 +702405,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG17230", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -702756,8 +702434,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:11647", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11647", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -702765,11 +702444,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TCIRG1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028671", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028671.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -702779,8 +702458,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Vha100-1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -702809,8 +702487,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:11647", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11647", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -702818,11 +702497,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TCIRG1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028670", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028670.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -702832,8 +702511,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Vha100-2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -702862,8 +702540,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:11647", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11647", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -702871,11 +702550,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TCIRG1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038613", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038613.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -702885,8 +702564,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Vha100-4", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -702915,8 +702593,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:11647", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11647", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -702924,11 +702603,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TCIRG1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032373", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032373.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -702938,8 +702617,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Vha100-5", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -702968,8 +702646,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11652", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11652", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -702977,11 +702656,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TCN1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029708", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029708.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -702991,8 +702670,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG3556", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -703021,8 +702699,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:11653", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11653", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -703030,11 +702709,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TCN2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029708", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029708.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -703044,8 +702723,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG3556", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -703074,8 +702752,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11655", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11655", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -703083,11 +702762,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TCP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003676", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003676.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -703097,164 +702776,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CCT1", - "taxonId": "NCBITaxon:7227", - "url": null - }, - "methodCount": 10, - "predictionMethodsMatched": [ - "Ensembl Compara", - "Hieranoid", - "InParanoid", - "OMA", - "OrthoFinder", - "OrthoInspector", - "PANTHER", - "PhylomeDB", - "Roundup", - "TreeFam" - ], - "predictionMethodsNotCalled": [ - "HGNC", - "ZFIN" - ], - "predictionMethodsNotMatched": [], - "stringencyFilter": "stringent", - "totalMethodCount": 10 - }, - { - "best": "Yes", - "bestReverse": "Yes", - "gene": { - "id": "HGNC:11658", - "species": { - "commonNames": "['human']", - "dataProviderFullName": "Rat Genome Database", - "dataProviderShortName": "RGD", - "name": "Homo sapiens", - "shortName": "Hsa", - "taxonId": "NCBITaxon:9606" - }, - "symbol": "TCP11", - "taxonId": "NCBITaxon:9606", - "url": null - }, - "homologGene": { - "id": "FB:FBgn0029820", - "species": { - "commonNames": "['fly', 'fruit fly', 'dme']", - "dataProviderFullName": "FlyBase", - "dataProviderShortName": "FB", - "name": "Drosophila melanogaster", - "shortName": "Dme", - "taxonId": "NCBITaxon:7227" - }, - "symbol": "CG16721", - "taxonId": "NCBITaxon:7227", - "url": null - }, - "methodCount": 10, - "predictionMethodsMatched": [ - "Ensembl Compara", - "Hieranoid", - "InParanoid", - "OMA", - "OrthoFinder", - "OrthoInspector", - "PANTHER", - "PhylomeDB", - "Roundup", - "TreeFam" - ], - "predictionMethodsNotCalled": [ - "HGNC", - "ZFIN" - ], - "predictionMethodsNotMatched": [], - "stringencyFilter": "stringent", - "totalMethodCount": 10 - }, - { - "best": "Yes", - "bestReverse": "Yes", - "gene": { - "id": "HGNC:25655", - "species": { - "commonNames": "['human']", - "dataProviderFullName": "Rat Genome Database", - "dataProviderShortName": "RGD", - "name": "Homo sapiens", - "shortName": "Hsa", - "taxonId": "NCBITaxon:9606" - }, - "symbol": "TCP11L1", - "taxonId": "NCBITaxon:9606", - "url": null - }, - "homologGene": { - "id": "FB:FBgn0029820", - "species": { - "commonNames": "['fly', 'fruit fly', 'dme']", - "dataProviderFullName": "FlyBase", - "dataProviderShortName": "FB", - "name": "Drosophila melanogaster", - "shortName": "Dme", - "taxonId": "NCBITaxon:7227" - }, - "symbol": "CG16721", - "taxonId": "NCBITaxon:7227", - "url": null - }, - "methodCount": 10, - "predictionMethodsMatched": [ - "Ensembl Compara", - "Hieranoid", - "InParanoid", - "OMA", - "OrthoFinder", - "OrthoInspector", - "PANTHER", - "PhylomeDB", - "Roundup", - "TreeFam" - ], - "predictionMethodsNotCalled": [ - "HGNC", - "ZFIN" - ], - "predictionMethodsNotMatched": [], - "stringencyFilter": "stringent", - "totalMethodCount": 10 - }, - { - "best": "Yes", - "bestReverse": "Yes", - "gene": { - "id": "HGNC:28627", - "species": { - "commonNames": "['human']", - "dataProviderFullName": "Rat Genome Database", - "dataProviderShortName": "RGD", - "name": "Homo sapiens", - "shortName": "Hsa", - "taxonId": "NCBITaxon:9606" - }, - "symbol": "TCP11L2", - "taxonId": "NCBITaxon:9606", - "url": null - }, - "homologGene": { - "id": "FB:FBgn0029820", - "species": { - "commonNames": "['fly', 'fruit fly', 'dme']", - "dataProviderFullName": "FlyBase", - "dataProviderShortName": "FB", - "name": "Drosophila melanogaster", - "shortName": "Dme", - "taxonId": "NCBITaxon:7227" - }, - "symbol": "CG16721", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -703279,23 +702801,24 @@ }, { "best": "Yes", - "bestReverse": "No", + "bestReverse": "Yes", "gene": { - "id": "HGNC:48335", + "id": "HGNC:11658", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11658", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "TCP11X2", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "TCP11", + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029820", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029820.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -703305,28 +702828,26 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG16721", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, - "methodCount": 5, + "methodCount": 10, "predictionMethodsMatched": [ "Ensembl Compara", + "Hieranoid", + "InParanoid", "OMA", "OrthoFinder", + "OrthoInspector", + "PANTHER", "PhylomeDB", + "Roundup", "TreeFam" ], "predictionMethodsNotCalled": [ "HGNC", "ZFIN" ], - "predictionMethodsNotMatched": [ - "Hieranoid", - "InParanoid", - "OrthoInspector", - "PANTHER", - "Roundup" - ], + "predictionMethodsNotMatched": [], "stringencyFilter": "stringent", "totalMethodCount": 10 }, @@ -703334,21 +702855,22 @@ "best": "Yes", "bestReverse": "Yes", "gene": { - "id": "HGNC:11693", + "id": "HGNC:25655", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25655", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "TCTE1", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "TCP11L1", + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0038531", + "id": "FB:FBgn0029820", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029820.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -703357,17 +702879,18 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG14325", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "CG16721", + "taxonId": "NCBITaxon:7227" }, - "methodCount": 8, + "methodCount": 10, "predictionMethodsMatched": [ "Ensembl Compara", "Hieranoid", "InParanoid", "OMA", + "OrthoFinder", "OrthoInspector", + "PANTHER", "PhylomeDB", "Roundup", "TreeFam" @@ -703376,10 +702899,7 @@ "HGNC", "ZFIN" ], - "predictionMethodsNotMatched": [ - "OrthoFinder", - "PANTHER" - ], + "predictionMethodsNotMatched": [], "stringencyFilter": "stringent", "totalMethodCount": 10 }, @@ -703387,21 +702907,22 @@ "best": "Yes", "bestReverse": "Yes", "gene": { - "id": "HGNC:11695", + "id": "HGNC:28627", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28627", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "TCTE3", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "TCP11L2", + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0033243", + "id": "FB:FBgn0029820", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029820.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -703410,51 +702931,50 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG14763", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "CG16721", + "taxonId": "NCBITaxon:7227" }, - "methodCount": 3, + "methodCount": 10, "predictionMethodsMatched": [ + "Ensembl Compara", "Hieranoid", + "InParanoid", + "OMA", + "OrthoFinder", + "OrthoInspector", + "PANTHER", "PhylomeDB", + "Roundup", "TreeFam" ], "predictionMethodsNotCalled": [ "HGNC", "ZFIN" ], - "predictionMethodsNotMatched": [ - "Ensembl Compara", - "InParanoid", - "OMA", - "OrthoFinder", - "OrthoInspector", - "PANTHER", - "Roundup" - ], + "predictionMethodsNotMatched": [], "stringencyFilter": "stringent", "totalMethodCount": 10 }, { - "best": "No", - "bestReverse": "Yes", + "best": "Yes", + "bestReverse": "No", "gene": { - "id": "HGNC:28482", + "id": "HGNC:48335", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:48335", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "TCTEX1D2", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "TCP11X2", + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0033243", + "id": "FB:FBgn0029820", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029820.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -703463,15 +702983,16 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG14763", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "CG16721", + "taxonId": "NCBITaxon:7227" }, - "methodCount": 3, + "methodCount": 5, "predictionMethodsMatched": [ "Ensembl Compara", "OMA", - "PANTHER" + "OrthoFinder", + "PhylomeDB", + "TreeFam" ], "predictionMethodsNotCalled": [ "HGNC", @@ -703480,65 +703001,10 @@ "predictionMethodsNotMatched": [ "Hieranoid", "InParanoid", - "OrthoFinder", - "OrthoInspector", - "PhylomeDB", - "Roundup", - "TreeFam" - ], - "stringencyFilter": "stringent", - "totalMethodCount": 10 - }, - { - "best": "Yes", - "bestReverse": "Yes", - "gene": { - "id": "HGNC:28482", - "species": { - "commonNames": "['human']", - "dataProviderFullName": "Rat Genome Database", - "dataProviderShortName": "RGD", - "name": "Homo sapiens", - "shortName": "Hsa", - "taxonId": "NCBITaxon:9606" - }, - "symbol": "TCTEX1D2", - "taxonId": "NCBITaxon:9606", - "url": null - }, - "homologGene": { - "id": "FB:FBgn0037773", - "species": { - "commonNames": "['fly', 'fruit fly', 'dme']", - "dataProviderFullName": "FlyBase", - "dataProviderShortName": "FB", - "name": "Drosophila melanogaster", - "shortName": "Dme", - "taxonId": "NCBITaxon:7227" - }, - "symbol": "CG5359", - "taxonId": "NCBITaxon:7227", - "url": null - }, - "methodCount": 6, - "predictionMethodsMatched": [ - "Hieranoid", - "InParanoid", - "OMA", "OrthoInspector", "PANTHER", "Roundup" ], - "predictionMethodsNotCalled": [ - "HGNC", - "ZFIN" - ], - "predictionMethodsNotMatched": [ - "Ensembl Compara", - "OrthoFinder", - "PhylomeDB", - "TreeFam" - ], "stringencyFilter": "stringent", "totalMethodCount": 10 }, @@ -703546,21 +703012,22 @@ "best": "Yes", "bestReverse": "Yes", "gene": { - "id": "HGNC:28482", + "id": "HGNC:11693", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11693", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "TCTEX1D2", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "TCTE1", + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0036499", + "id": "FB:FBgn0038531", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038531.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -703569,28 +703036,27 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG7276", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "CG14325", + "taxonId": "NCBITaxon:7227" }, - "methodCount": 6, + "methodCount": 8, "predictionMethodsMatched": [ + "Ensembl Compara", "Hieranoid", "InParanoid", "OMA", "OrthoInspector", - "PANTHER", - "Roundup" + "PhylomeDB", + "Roundup", + "TreeFam" ], "predictionMethodsNotCalled": [ "HGNC", "ZFIN" ], "predictionMethodsNotMatched": [ - "Ensembl Compara", "OrthoFinder", - "PhylomeDB", - "TreeFam" + "PANTHER" ], "stringencyFilter": "stringent", "totalMethodCount": 10 @@ -703600,8 +703066,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:26113", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26113", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -703609,11 +703076,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TCTN1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261697", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261697.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -703623,8 +703090,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "tctn", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -703653,8 +703119,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24519", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24519", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -703662,11 +703129,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TCTN3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261697", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261697.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -703676,8 +703143,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "tctn", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -703706,8 +703172,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11700", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11700", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -703715,11 +703182,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TDG", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0026869", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026869.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -703728,9 +703195,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "Thd1", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Tdg", + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -703759,8 +703225,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15547", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15547", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -703768,11 +703235,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TDH", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036997", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036997.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -703782,8 +703249,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5955", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -703812,8 +703278,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11708", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11708", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -703821,11 +703288,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TDO2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003965", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003965.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -703835,8 +703302,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "v", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -703864,8 +703330,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18884", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18884", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -703873,11 +703340,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TDP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0260817", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0260817.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -703887,8 +703354,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "gkt", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -703916,8 +703382,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11712", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11712", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -703925,11 +703392,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TDRD1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034098", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034098.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -703939,8 +703406,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "krimp", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -703969,8 +703435,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25316", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25316", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -703978,11 +703445,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TDRD10", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034098", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034098.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -703992,8 +703459,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "krimp", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -704022,8 +703488,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25044", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25044", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -704031,11 +703498,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TDRD12", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037205", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037205.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -704045,8 +703512,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "BoYb", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -704075,8 +703541,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25044", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25044", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -704084,11 +703551,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TDRD12", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000928", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000928.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -704098,8 +703565,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "fs(1)Yb", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -704128,8 +703594,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25044", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25044", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -704137,11 +703604,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TDRD12", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051755", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051755.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -704151,8 +703618,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "SoYb", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -704181,8 +703647,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:45037", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:45037", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -704190,11 +703657,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TDRD15", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003891", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003891.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -704204,8 +703671,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "tud", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -704234,8 +703700,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20612", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20612", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -704243,11 +703710,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TDRD3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036450", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036450.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -704257,8 +703724,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Tdrd3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -704287,8 +703753,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20614", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20614", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -704296,11 +703763,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TDRD5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033921", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033921.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -704310,8 +703777,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "tej", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -704340,8 +703806,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21339", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21339", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -704349,11 +703816,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TDRD6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003891", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003891.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -704363,8 +703830,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "tud", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -704393,8 +703859,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30831", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30831", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -704402,11 +703869,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TDRD7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027529", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027529.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -704416,8 +703883,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "tapas", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -704446,8 +703912,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20122", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20122", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -704455,11 +703922,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TDRD9", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003483", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003483.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -704469,8 +703936,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "spn-E", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -704498,8 +703964,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11713", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11713", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -704507,11 +703974,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TDRKH", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031401", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031401.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -704521,8 +703988,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "papi", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -704551,8 +704017,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:11714", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11714", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -704560,11 +704027,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TEAD1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003345", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003345.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -704574,8 +704041,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "sd", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -704604,8 +704070,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:11715", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11715", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -704613,11 +704080,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TEAD2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003345", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003345.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -704627,8 +704094,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "sd", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -704657,8 +704123,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11716", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11716", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -704666,11 +704133,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TEAD3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003345", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003345.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -704680,8 +704147,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "sd", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -704709,8 +704175,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:11717", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11717", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -704718,11 +704185,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TEAD4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003345", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003345.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -704732,8 +704199,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "sd", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -704762,8 +704228,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11719", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11719", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -704771,11 +704238,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TEC", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003502", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003502.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -704785,8 +704252,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Btk29A", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -704810,65 +704276,14 @@ "stringencyFilter": "stringent", "totalMethodCount": 10 }, - { - "best": "Yes", - "bestReverse": "Yes", - "gene": { - "id": "HGNC:22214", - "species": { - "commonNames": "['human']", - "dataProviderFullName": "Rat Genome Database", - "dataProviderShortName": "RGD", - "name": "Homo sapiens", - "shortName": "Hsa", - "taxonId": "NCBITaxon:9606" - }, - "symbol": "TECPR1", - "taxonId": "NCBITaxon:9606", - "url": null - }, - "homologGene": { - "id": "FB:FBgn0052226", - "species": { - "commonNames": "['fly', 'fruit fly', 'dme']", - "dataProviderFullName": "FlyBase", - "dataProviderShortName": "FB", - "name": "Drosophila melanogaster", - "shortName": "Dme", - "taxonId": "NCBITaxon:7227" - }, - "symbol": "Pex23", - "taxonId": "NCBITaxon:7227", - "url": null - }, - "methodCount": 10, - "predictionMethodsMatched": [ - "Ensembl Compara", - "Hieranoid", - "InParanoid", - "OMA", - "OrthoFinder", - "OrthoInspector", - "PANTHER", - "PhylomeDB", - "Roundup", - "TreeFam" - ], - "predictionMethodsNotCalled": [ - "HGNC", - "ZFIN" - ], - "predictionMethodsNotMatched": [], - "stringencyFilter": "stringent", - "totalMethodCount": 10 - }, { "best": "Yes", "bestReverse": "Yes", "gene": { "id": "HGNC:19957", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19957", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -704876,11 +704291,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TECPR2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033177", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033177.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -704890,8 +704305,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG11141", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -704920,8 +704334,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4551", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4551", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -704929,11 +704344,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TECR", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035471", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035471.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -704943,8 +704358,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Sc2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -704973,8 +704387,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:27365", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:27365", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -704982,11 +704397,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TECRL", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035471", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035471.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -704996,8 +704411,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Sc2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -705026,8 +704440,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11722", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11722", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -705035,11 +704450,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TEF", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034096", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034096.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -705049,8 +704464,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7786", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -705079,8 +704493,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:11722", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11722", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -705088,11 +704503,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TEF", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0016694", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0016694.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -705102,8 +704517,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pdp1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -705132,8 +704546,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26223", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26223", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -705141,11 +704556,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TEFM", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037184", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037184.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -705155,8 +704570,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG14450", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -705185,8 +704599,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11724", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11724", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -705194,11 +704609,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TEK", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003733", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003733.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -705208,8 +704623,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "tor", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -705238,8 +704652,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15534", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15534", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -705247,11 +704662,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TEKT1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035638", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035638.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -705261,8 +704676,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Tektin-C", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -705291,8 +704705,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11725", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11725", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -705300,11 +704715,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TEKT2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034816", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034816.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -705314,8 +704729,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG3085", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -705344,8 +704758,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14293", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14293", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -705353,11 +704768,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TEKT3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040028", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040028.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -705367,8 +704782,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG17450", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -705397,8 +704811,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14293", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14293", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -705406,11 +704821,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TEKT3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052819", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052819.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -705420,8 +704835,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG32819", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -705450,8 +704864,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14293", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14293", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -705459,11 +704874,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TEKT3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052820", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052820.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -705473,8 +704888,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG32820", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -705503,8 +704917,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:31012", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:31012", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -705512,11 +704927,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TEKT4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028902", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028902.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -705526,8 +704941,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Tektin-A", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -705556,8 +704970,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:26554", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26554", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -705565,11 +704980,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TEKT5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052819", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052819.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -705579,8 +704994,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG32819", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -705609,8 +705023,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26554", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26554", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -705618,11 +705033,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TEKT5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052820", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052820.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -705632,8 +705047,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG32820", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -705662,8 +705076,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:29099", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29099", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -705671,11 +705086,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TELO2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261279", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261279.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -705685,8 +705100,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "lqfR", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -705715,8 +705129,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:8117", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8117", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -705724,11 +705139,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TENM1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004449", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004449.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -705738,8 +705153,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ten-m", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -705768,8 +705182,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29943", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29943", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -705777,11 +705192,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TENM2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0267001", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0267001.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -705791,8 +705206,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ten-a", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -705821,8 +705235,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29943", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29943", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -705830,11 +705245,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TENM2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004449", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004449.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -705844,8 +705259,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ten-m", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -705873,8 +705287,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29944", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29944", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -705882,11 +705297,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TENM3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0267001", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0267001.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -705896,8 +705311,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ten-a", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -705926,8 +705340,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29944", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29944", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -705935,11 +705350,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TENM3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004449", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004449.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -705949,8 +705364,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ten-m", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -705978,8 +705392,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:29945", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29945", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -705987,11 +705402,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TENM4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004449", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004449.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -706001,8 +705416,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ten-m", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -706031,8 +705445,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26776", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26776", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -706040,11 +705455,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TENT2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038934", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038934.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -706054,8 +705469,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Gld2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -706084,8 +705498,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26776", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26776", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -706093,11 +705508,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TENT2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0260780", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0260780.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -706107,8 +705522,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "wisp", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -706137,8 +705551,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16705", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16705", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -706146,11 +705561,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TENT4A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030049", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030049.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -706160,8 +705575,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Trf4-1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -706190,8 +705604,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16705", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16705", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -706199,11 +705614,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TENT4A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039251", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039251.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -706213,8 +705628,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Trf4-2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -706243,8 +705657,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30758", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30758", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -706252,11 +705667,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TENT4B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030049", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030049.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -706266,8 +705681,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Trf4-1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -706296,8 +705710,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30758", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30758", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -706305,11 +705720,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TENT4B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039251", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039251.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -706319,8 +705734,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Trf4-2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -706349,8 +705763,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18345", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18345", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -706358,11 +705773,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TENT5A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0286778", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0286778.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -706372,8 +705787,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG46385", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -706402,8 +705816,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28273", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28273", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -706411,11 +705826,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TENT5B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0286778", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0286778.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -706425,8 +705840,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG46385", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -706455,8 +705869,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24712", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24712", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -706464,11 +705879,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TENT5C", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0286778", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0286778.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -706478,8 +705893,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG46385", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -706508,8 +705922,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28399", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28399", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -706517,11 +705932,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TENT5D", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0286778", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0286778.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -706531,8 +705946,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG46385", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -706561,8 +705975,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14620", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14620", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -706570,11 +705985,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TES", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034223", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034223.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -706584,8 +705999,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Tes", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -706614,8 +706028,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26065", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26065", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -706623,11 +706038,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TESC", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038186", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038186.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -706637,8 +706052,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG14362", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -706667,8 +706081,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:11731", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11731", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -706676,11 +706091,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TESK1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004876", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004876.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -706690,8 +706105,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "cdi", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -706720,8 +706134,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11732", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11732", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -706729,11 +706144,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TESK2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004876", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004876.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -706743,8 +706158,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "cdi", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -706773,8 +706187,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:7446", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7446", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -706782,11 +706197,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TESMIN", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033846", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033846.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -706796,8 +706211,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mip120", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -706826,8 +706240,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29484", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29484", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -706835,11 +706250,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TET1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0263392", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0263392.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -706849,8 +706264,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Tet", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -706879,8 +706293,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:25941", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25941", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -706888,11 +706303,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TET2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0263392", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0263392.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -706902,8 +706317,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Tet", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -706932,8 +706346,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:28313", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28313", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -706941,11 +706356,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TET3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0263392", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0263392.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -706955,8 +706370,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Tet", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -706985,8 +706399,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25988", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25988", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -706994,11 +706409,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TEX10", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029999", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029999.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -707008,8 +706423,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG1575", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -707038,8 +706452,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30884", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30884", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -707047,11 +706462,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TEX2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0264305", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0264305.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -707061,8 +706476,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG43783", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -707091,8 +706505,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30712", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30712", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -707100,11 +706515,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TEX261", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034849", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034849.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -707114,8 +706529,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG3500", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -707143,8 +706557,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:2563", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2563", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -707152,11 +706567,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TEX28", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037443", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037443.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -707166,8 +706581,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Dmtn", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -707196,8 +706610,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29585", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29585", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -707205,11 +706620,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TEX9", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0069913", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0069913.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -707219,8 +706634,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG4681", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -707249,8 +706663,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11740", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11740", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -707258,11 +706673,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TF", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0022355", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0022355.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -707272,8 +706687,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Tsf1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -707302,8 +706716,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:11740", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11740", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -707311,11 +706726,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TF", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036299", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036299.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -707325,8 +706740,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Tsf2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -707355,8 +706769,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11740", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11740", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -707364,11 +706779,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TF", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034094", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034094.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -707378,8 +706793,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Tsf3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -707408,8 +706822,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11741", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11741", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -707417,11 +706832,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TFAM", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038805", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038805.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -707431,8 +706846,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "TFAM", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -707461,8 +706875,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11742", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11742", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -707470,11 +706885,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TFAP2A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261953", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261953.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -707484,8 +706899,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "TfAP-2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -707514,8 +706928,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:11743", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11743", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -707523,11 +706938,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TFAP2B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261953", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261953.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -707537,8 +706952,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "TfAP-2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -707567,8 +706981,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11744", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11744", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -707576,11 +706991,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TFAP2C", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261953", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261953.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -707590,8 +707005,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "TfAP-2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -707620,8 +707034,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:15581", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15581", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -707629,11 +707044,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TFAP2D", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261953", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261953.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -707643,8 +707058,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "TfAP-2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -707673,8 +707087,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30774", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30774", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -707682,11 +707097,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TFAP2E", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261953", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261953.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -707696,8 +707111,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "TfAP-2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -707726,8 +707140,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11745", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11745", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -707735,11 +707150,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TFAP4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0001994", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0001994.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -707749,8 +707164,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "crp", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -707779,8 +707193,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17037", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17037", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -707788,11 +707203,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TFB1M", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261381", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261381.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -707802,8 +707217,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mtTFB1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -707831,8 +707245,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18559", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18559", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -707840,11 +707255,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TFB2M", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037778", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037778.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -707854,8 +707269,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mtTFB2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -707884,8 +707298,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11748", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11748", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -707893,11 +707308,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TFCP2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0050011", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0050011.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -707907,8 +707322,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "gem", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -707937,8 +707351,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17925", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17925", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -707946,11 +707361,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TFCP2L1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0050011", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0050011.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -707960,8 +707375,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "gem", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -707990,8 +707404,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11749", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11749", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -707999,11 +707414,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TFDP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0011763", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0011763.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -708013,8 +707428,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Dp", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -708043,8 +707457,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11751", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11751", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -708052,11 +707467,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TFDP2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0011763", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0011763.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -708066,8 +707481,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Dp", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -708096,8 +707510,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:24603", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24603", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -708105,11 +707520,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TFDP3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0011763", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0011763.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -708119,8 +707534,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Dp", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -708149,8 +707563,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:11752", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11752", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -708158,11 +707573,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TFE3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0263112", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0263112.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -708172,8 +707587,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Mitf", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -708202,8 +707616,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11753", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11753", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -708211,11 +707626,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TFEB", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0263112", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0263112.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -708225,8 +707640,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Mitf", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -708255,8 +707669,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:11754", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11754", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -708264,11 +707679,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TFEC", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0263112", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0263112.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -708278,8 +707693,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Mitf", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -708308,8 +707722,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17165", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17165", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -708317,11 +707732,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TFIP11", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0024191", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0024191.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -708331,8 +707746,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "sip1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -708360,8 +707774,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13630", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13630", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -708369,11 +707784,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TFPT", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052202", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052202.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -708383,8 +707798,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG32202", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -708413,8 +707827,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11766", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11766", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -708422,11 +707837,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TGFB1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031461", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031461.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -708436,8 +707851,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "daw", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -708466,8 +707880,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:11767", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11767", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -708475,11 +707890,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TGFB1I1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0041789", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0041789.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -708489,8 +707904,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pax", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -708519,8 +707933,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11768", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11768", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -708528,11 +707943,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TGFB2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031461", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031461.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -708542,8 +707957,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "daw", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -708572,8 +707986,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11771", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11771", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -708581,11 +707996,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TGFBI", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0260745", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0260745.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -708595,8 +708010,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mfas", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -708625,8 +708039,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11772", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11772", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -708634,11 +708049,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TGFBR1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0011300", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0011300.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -708648,8 +708063,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "babo", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -708677,8 +708091,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11776", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11776", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -708686,11 +708101,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TGIF1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033749", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033749.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -708700,8 +708115,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "achi", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -708730,8 +708144,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11776", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11776", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -708739,11 +708154,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TGIF1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033748", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033748.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -708753,8 +708168,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "vis", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -708783,8 +708197,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:44664", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:44664", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -708792,11 +708207,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TGIF2-RAB5IF", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033209", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033209.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -708806,8 +708221,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG12107", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -708836,8 +708250,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:18570", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18570", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -708845,11 +708260,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TGIF2LX", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033749", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033749.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -708859,8 +708274,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "achi", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -708889,8 +708303,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:18570", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18570", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -708898,11 +708313,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TGIF2LX", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033748", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033748.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -708912,8 +708327,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "vis", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -708942,8 +708356,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:18569", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18569", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -708951,11 +708366,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TGIF2LY", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033749", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033749.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -708965,8 +708380,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "achi", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -708995,8 +708409,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:18569", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18569", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -709004,11 +708419,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TGIF2LY", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033748", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033748.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -709018,8 +708433,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "vis", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -709048,8 +708462,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11777", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11777", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -709057,11 +708472,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TGM1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031975", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031975.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -709071,8 +708486,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Tg", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -709101,8 +708515,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:11778", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11778", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -709110,11 +708525,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TGM2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031975", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031975.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -709124,8 +708539,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Tg", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -709154,8 +708568,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:11779", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11779", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -709163,11 +708578,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TGM3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031975", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031975.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -709177,8 +708592,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Tg", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -709207,8 +708621,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:11780", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11780", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -709216,11 +708631,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TGM4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031975", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031975.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -709230,8 +708645,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Tg", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -709260,8 +708674,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:11781", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11781", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -709269,11 +708684,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TGM5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031975", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031975.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -709283,8 +708698,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Tg", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -709313,8 +708727,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:16255", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16255", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -709322,11 +708737,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TGM6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031975", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031975.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -709336,8 +708751,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Tg", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -709366,8 +708780,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:30790", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30790", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -709375,11 +708790,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TGM7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031975", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031975.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -709389,8 +708804,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Tg", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -709419,8 +708833,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17843", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17843", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -709428,11 +708843,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TGS1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0266195", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0266195.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -709442,8 +708857,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Tgs1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -709472,8 +708886,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11782", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11782", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -709481,11 +708896,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TH", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0005626", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0005626.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -709495,8 +708910,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ple", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -709525,8 +708939,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19217", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19217", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -709534,11 +708949,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "THADA", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031077", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031077.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -709548,8 +708963,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "THADA", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -709578,8 +708992,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23189", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23189", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -709587,11 +709002,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "THAP6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032730", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032730.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -709601,8 +709016,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10431", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -709631,8 +709045,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23191", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23191", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -709640,11 +709055,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "THAP8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035414", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035414.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -709654,8 +709069,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG14965", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -709684,8 +709098,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11784", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11784", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -709693,11 +709108,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "THBD", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0001321", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0001321.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -709707,8 +709122,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "knk", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -709737,8 +709151,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:11785", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11785", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -709746,11 +709161,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "THBS1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031850", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031850.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -709760,8 +709175,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Tsp", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -709790,8 +709204,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11787", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11787", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -709799,11 +709214,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "THBS3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031850", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031850.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -709813,8 +709228,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Tsp", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -709842,8 +709256,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11788", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11788", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -709851,11 +709266,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "THBS4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031850", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031850.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -709865,8 +709280,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Tsp", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -709894,8 +709308,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13706", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13706", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -709903,11 +709318,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "THEG", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038921", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038921.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -709917,8 +709332,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Theg", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -709947,8 +709361,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29656", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29656", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -709956,11 +709371,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "THEM6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029839", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029839.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -709970,8 +709385,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG4660", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -710000,8 +709414,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29656", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29656", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -710009,11 +709424,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "THEM6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029838", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029838.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -710023,8 +709438,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG4666", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -710053,8 +709467,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26053", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26053", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -710062,11 +709477,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "THG1L", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0283659", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0283659.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -710076,8 +709491,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "THG", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -710105,8 +709519,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19070", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19070", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -710114,11 +709529,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "THOC1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037382", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037382.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -710128,8 +709543,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Hpr1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -710157,8 +709571,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19073", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19073", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -710166,11 +709581,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "THOC2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031390", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031390.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -710180,8 +709595,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "tho2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -710209,8 +709623,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19072", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19072", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -710218,11 +709633,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "THOC3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037569", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037569.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -710232,8 +709647,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "tex", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -710261,8 +709675,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19074", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19074", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -710270,11 +709685,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "THOC5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034939", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034939.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -710284,8 +709699,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "thoc5", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -710313,8 +709727,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28369", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28369", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -710322,11 +709737,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "THOC6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036263", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036263.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -710336,8 +709751,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "thoc6", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -710366,8 +709780,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29874", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29874", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -710375,11 +709790,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "THOC7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035110", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035110.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -710389,8 +709804,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "thoc7", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -710418,8 +709832,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11793", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11793", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -710427,11 +709842,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "THOP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039252", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039252.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -710441,8 +709856,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG11771", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -710471,8 +709885,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:11800", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11800", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -710480,11 +709895,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "THRSP", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035087", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035087.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -710494,8 +709909,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG2765", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -710524,8 +709938,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25835", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25835", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -710533,11 +709948,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "THSD4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032252", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032252.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -710547,8 +709962,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "loh", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -710577,8 +709991,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23807", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23807", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -710586,11 +710001,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "THUMPD1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035532", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035532.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -710600,8 +710015,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG15014", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -710629,8 +710043,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11802", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11802", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -710638,11 +710053,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TIA1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0085383", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0085383.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -710652,8 +710067,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG34354", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -710682,8 +710096,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11802", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11802", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -710691,11 +710106,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TIA1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0005649", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0005649.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -710705,8 +710120,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rox8", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -710734,8 +710148,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11802", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11802", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -710743,11 +710158,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TIA1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0085391", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0085391.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -710757,8 +710172,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "trv", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -710787,8 +710201,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11804", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11804", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -710796,11 +710211,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TIAL1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0085383", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0085383.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -710810,8 +710225,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG34354", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -710840,8 +710254,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11804", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11804", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -710849,11 +710264,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TIAL1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0005649", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0005649.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -710863,8 +710278,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rox8", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -710892,8 +710306,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11804", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11804", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -710901,11 +710316,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TIAL1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0085391", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0085391.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -710915,8 +710330,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "trv", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -710945,8 +710359,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11805", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11805", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -710954,11 +710369,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TIAM1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0085447", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0085447.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -710968,8 +710383,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "sif", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -710998,8 +710412,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:11806", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11806", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -711007,11 +710422,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TIAM2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0085447", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0085447.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -711021,8 +710436,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "sif", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -711051,8 +710465,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18334", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18334", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -711060,11 +710475,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TIGD3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0017414", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0017414.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -711074,8 +710489,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "cag", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -711104,8 +710518,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18335", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18335", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -711113,11 +710528,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TIGD4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0017414", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0017414.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -711127,8 +710542,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "cag", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -711157,8 +710571,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18336", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18336", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -711166,11 +710581,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TIGD5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039283", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039283.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -711180,8 +710595,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "danr", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -711210,8 +710624,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18332", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18332", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -711219,11 +710634,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TIGD6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0017414", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0017414.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -711233,8 +710648,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "cag", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -711263,8 +710677,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11813", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11813", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -711272,11 +710687,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TIMELESS", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0014396", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0014396.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -711286,8 +710701,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "tim", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -711316,8 +710730,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11813", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11813", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -711325,11 +710740,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TIMELESS", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038118", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038118.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -711339,8 +710754,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "timeout", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -711369,8 +710783,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11814", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11814", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -711378,11 +710793,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TIMM10", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027360", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027360.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -711392,8 +710807,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Tim10", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -711421,8 +710835,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4022", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4022", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -711430,11 +710845,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TIMM10B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027358", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027358.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -711444,8 +710859,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Tim9b", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -711474,8 +710888,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11816", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11816", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -711483,11 +710898,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TIMM13", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0083968", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0083968.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -711497,8 +710912,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG34132", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -711527,8 +710941,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11816", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11816", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -711536,11 +710951,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TIMM13", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0259198", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0259198.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -711550,8 +710965,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG42302", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -711580,8 +710994,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11816", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11816", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -711589,11 +711004,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TIMM13", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036204", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036204.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -711603,8 +711018,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Tim13", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -711633,8 +711047,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17315", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17315", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -711642,11 +711057,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TIMM17A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031164", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031164.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -711656,8 +711071,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG1724", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -711686,8 +711100,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17315", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17315", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -711695,11 +711110,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TIMM17A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038018", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038018.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -711709,8 +711124,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Tim17a1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -711739,8 +711153,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17315", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17315", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -711748,11 +711163,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TIMM17A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037307", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037307.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -711762,8 +711177,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Tim17a2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -711792,8 +711206,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17315", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17315", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -711801,11 +711216,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TIMM17A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0263977", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0263977.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -711815,8 +711230,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Tim17b", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -711844,8 +711258,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17315", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17315", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -711853,11 +711268,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TIMM17A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037310", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037310.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -711867,8 +711282,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Tim17b1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -711897,8 +711311,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17315", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17315", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -711906,11 +711321,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TIMM17A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0020371", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0020371.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -711920,8 +711335,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Tim17b2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -711950,8 +711364,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17310", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17310", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -711959,11 +711374,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TIMM17B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031164", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031164.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -711973,8 +711388,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG1724", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -712003,8 +711417,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17310", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17310", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -712012,11 +711427,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TIMM17B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038018", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038018.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -712026,8 +711441,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Tim17a1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -712056,8 +711470,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17310", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17310", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -712065,11 +711480,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TIMM17B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037307", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037307.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -712079,8 +711494,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Tim17a2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -712109,8 +711523,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17310", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17310", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -712118,11 +711533,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TIMM17B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0263977", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0263977.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -712132,8 +711547,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Tim17b", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -712161,8 +711575,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17310", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17310", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -712170,11 +711585,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TIMM17B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037310", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037310.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -712184,8 +711599,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Tim17b1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -712214,8 +711628,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17310", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17310", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -712223,11 +711638,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TIMM17B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0020371", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0020371.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -712237,8 +711652,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Tim17b2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -712267,8 +711681,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25010", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25010", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -712276,11 +711691,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TIMM21", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031708", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031708.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -712290,8 +711705,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7382", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -712320,8 +711734,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17317", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17317", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -712329,11 +711744,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TIMM22", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051229", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051229.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -712343,8 +711758,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG31229", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -712372,8 +711786,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17312", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17312", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -712381,11 +711796,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TIMM23", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0267976", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0267976.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -712395,8 +711810,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Tim23", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -712424,8 +711838,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:23581", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23581", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -712433,11 +711848,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TIMM23B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0267976", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0267976.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -712447,8 +711862,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Tim23", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -712477,8 +711891,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25152", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25152", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -712486,11 +711901,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TIMM29", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029665", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029665.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -712500,8 +711915,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG14270", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -712529,8 +711943,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17316", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17316", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -712538,11 +711953,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TIMM44", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038683", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038683.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -712552,8 +711967,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG11779", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -712582,8 +711996,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23656", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23656", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -712591,11 +712006,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TIMM50", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035124", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035124.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -712605,8 +712020,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ttm2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -712635,8 +712049,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23656", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23656", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -712644,11 +712059,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TIMM50", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032971", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032971.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -712658,8 +712073,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ttm3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -712688,8 +712102,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23656", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23656", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -712697,11 +712112,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TIMM50", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0250874", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0250874.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -712711,8 +712126,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ttm50", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -712741,8 +712155,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:11817", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11817", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -712750,11 +712165,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TIMM8A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027359", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027359.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -712764,8 +712179,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Tim8", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -712794,8 +712208,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11818", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11818", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -712803,11 +712218,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TIMM8B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027359", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027359.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -712817,8 +712232,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Tim8", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -712846,8 +712260,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11819", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11819", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -712855,11 +712270,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TIMM9", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030480", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030480.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -712869,8 +712284,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Tim9a", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -712898,8 +712312,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1321", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1321", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -712907,11 +712322,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TIMMDC1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010340", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010340.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -712921,8 +712336,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "140up", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -712951,8 +712365,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11820", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11820", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -712960,11 +712375,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TIMP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0025879", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0025879.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -712974,8 +712389,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Timp", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -713003,8 +712417,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11821", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11821", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -713012,11 +712427,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TIMP2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0025879", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0025879.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -713026,8 +712441,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Timp", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -713055,8 +712469,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11822", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11822", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -713064,11 +712479,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TIMP3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0025879", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0025879.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -713078,8 +712493,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Timp", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -713107,8 +712521,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:11823", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11823", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -713116,11 +712531,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TIMP4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0025879", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0025879.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -713130,8 +712545,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Timp", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -713160,8 +712574,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:14599", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14599", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -713169,11 +712584,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TINAG", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034709", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034709.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -713183,8 +712598,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Swim", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -713213,8 +712627,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19168", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19168", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -713222,11 +712637,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TINAGL1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034709", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034709.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -713236,8 +712651,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Swim", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -713265,8 +712679,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30750", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30750", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -713274,11 +712689,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TIPIN", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032698", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032698.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -713288,8 +712703,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10336", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -713318,8 +712732,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30231", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30231", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -713327,11 +712742,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TIPRL", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031094", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031094.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -713341,8 +712756,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG9578", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -713370,8 +712784,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17949", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17949", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -713379,11 +712794,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TJAP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0259224", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0259224.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -713393,8 +712808,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG42324", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -713423,8 +712837,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:11827", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11827", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -713432,11 +712847,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TJP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0262614", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0262614.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -713446,8 +712861,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "pyd", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -713476,8 +712890,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11828", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11828", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -713485,11 +712900,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TJP2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0262614", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0262614.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -713499,8 +712914,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "pyd", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -713529,8 +712943,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:11829", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11829", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -713538,11 +712953,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TJP3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0262614", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0262614.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -713552,8 +712967,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "pyd", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -713582,8 +712996,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11831", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11831", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -713591,11 +713006,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TK2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0022338", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0022338.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -713605,8 +713020,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "dnk", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -713634,8 +713048,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11834", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11834", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -713643,11 +713058,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TKT", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036784", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036784.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -713657,8 +713072,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5103", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -713686,8 +713100,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11834", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11834", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -713695,11 +713110,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TKT", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037607", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037607.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -713709,8 +713124,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8036", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -713738,8 +713152,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:11835", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11835", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -713747,11 +713162,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TKTL1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036784", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036784.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -713761,8 +713176,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5103", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -713791,8 +713205,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:11835", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11835", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -713800,11 +713215,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TKTL1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037607", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037607.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -713814,8 +713229,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8036", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -713844,8 +713258,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25313", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25313", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -713853,11 +713268,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TKTL2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036784", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036784.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -713867,8 +713282,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5103", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -713896,8 +713310,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25313", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25313", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -713905,11 +713320,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TKTL2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037607", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037607.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -713919,8 +713334,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8036", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -713948,8 +713362,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29646", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29646", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -713957,11 +713372,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TLCD3A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028480", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028480.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -713971,8 +713386,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG17841", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -714001,8 +713415,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25295", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25295", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -714010,11 +713425,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TLCD3B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028480", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028480.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -714024,8 +713439,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG17841", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -714054,8 +713468,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:16112", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16112", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -714063,11 +713478,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TLDC2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0013576", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0013576.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -714077,8 +713492,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mtd", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -714107,8 +713521,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:11837", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11837", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -714116,11 +713531,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TLE1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0001139", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0001139.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -714130,8 +713545,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "gro", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -714160,8 +713574,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:11838", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11838", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -714169,11 +713584,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TLE2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0001139", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0001139.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -714183,8 +713598,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "gro", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -714213,8 +713627,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11839", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11839", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -714222,11 +713637,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TLE3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0001139", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0001139.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -714236,8 +713651,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "gro", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -714265,8 +713679,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11840", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11840", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -714274,11 +713689,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TLE4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0001139", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0001139.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -714288,8 +713703,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "gro", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -714317,8 +713731,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:30788", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30788", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -714326,11 +713741,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TLE6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0001139", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0001139.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -714340,8 +713755,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "gro", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -714370,8 +713784,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:11841", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11841", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -714379,11 +713794,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TLK1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0283657", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0283657.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -714393,8 +713808,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Tlk", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -714423,8 +713837,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11842", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11842", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -714432,11 +713847,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TLK2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0283657", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0283657.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -714446,8 +713861,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Tlk", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -714476,8 +713890,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11843", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11843", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -714485,11 +713900,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TLL1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003719", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003719.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -714499,8 +713914,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "tld", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -714529,8 +713943,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11843", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11843", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -714538,11 +713953,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TLL1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004885", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004885.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -714552,8 +713967,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "tok", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -714582,8 +713996,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11844", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11844", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -714591,11 +714006,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TLL2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004885", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004885.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -714605,8 +714020,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "tok", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -714635,8 +714049,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:11845", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11845", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -714644,11 +714059,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TLN1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0260442", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0260442.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -714658,8 +714073,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "rhea", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -714688,8 +714102,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15447", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15447", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -714697,11 +714112,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TLN2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0260442", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0260442.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -714711,8 +714126,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "rhea", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -714741,8 +714155,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:11847", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11847", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -714750,11 +714165,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TLR1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036978", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036978.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -714764,8 +714179,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Toll-9", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -714794,8 +714208,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15634", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15634", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -714803,11 +714218,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TLR10", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036978", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036978.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -714817,8 +714232,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Toll-9", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -714847,8 +714261,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:11848", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11848", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -714856,11 +714271,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TLR2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036978", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036978.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -714870,8 +714285,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Toll-9", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -714900,8 +714314,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11849", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11849", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -714909,11 +714324,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TLR3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0085397", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0085397.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -714923,8 +714338,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Fili", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -714953,8 +714367,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11849", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11849", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -714962,11 +714377,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TLR3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034602", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034602.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -714976,8 +714391,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Lapsyn", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -715006,8 +714420,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11849", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11849", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -715015,11 +714430,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TLR3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0262473", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0262473.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -715029,8 +714444,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Tl", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -715059,8 +714473,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11849", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11849", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -715068,11 +714483,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TLR3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036494", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036494.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -715082,8 +714497,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Toll-6", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -715112,8 +714526,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11849", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11849", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -715121,11 +714536,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TLR3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034476", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034476.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -715135,8 +714550,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Toll-7", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -715165,8 +714579,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:16711", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16711", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -715174,11 +714589,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TLR6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036978", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036978.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -715188,8 +714603,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Toll-9", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -715218,8 +714632,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15631", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15631", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -715227,11 +714642,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TLR7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0262473", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0262473.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -715241,8 +714656,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Tl", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -715271,8 +714685,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15631", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15631", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -715280,11 +714695,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TLR7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036494", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036494.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -715294,8 +714709,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Toll-6", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -715324,8 +714738,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15631", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15631", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -715333,11 +714748,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TLR7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029114", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029114.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -715347,8 +714762,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Tollo", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -715377,8 +714791,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:5056", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:5056", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -715386,11 +714801,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TLX1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004863", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004863.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -715400,8 +714815,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "C15", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -715430,8 +714844,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:5057", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:5057", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -715439,11 +714854,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TLX2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004863", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004863.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -715453,8 +714868,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "C15", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -715483,8 +714897,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13532", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13532", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -715492,11 +714907,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TLX3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004863", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004863.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -715506,8 +714921,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "C15", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -715536,8 +714950,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24142", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24142", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -715545,11 +714960,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TM2D1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034626", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034626.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -715558,9 +714973,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG10795", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "bisc", + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -715588,8 +715002,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24127", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24127", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -715597,11 +715012,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TM2D2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030522", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030522.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -715610,9 +715025,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG11103", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "amrt", + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -715640,8 +715054,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24128", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24128", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -715649,11 +715064,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TM2D3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000077", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000077.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -715663,8 +715078,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "amx", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -715693,8 +715107,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11863", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11863", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -715702,11 +715117,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TM7SF2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034657", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034657.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -715716,8 +715131,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "LBR", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -715746,8 +715160,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11865", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11865", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -715755,11 +715170,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TM9SF2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032880", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032880.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -715769,8 +715184,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "TM9SF2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -715798,8 +715212,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21529", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21529", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -715807,11 +715222,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TM9SF3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035622", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035622.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -715821,8 +715236,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "TM9SF3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -715850,8 +715264,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30797", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30797", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -715859,11 +715274,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TM9SF4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028541", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028541.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -715873,8 +715288,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "TM9SF4", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -715902,8 +715316,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25638", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25638", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -715911,11 +715326,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TMA16", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030611", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030611.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -715925,8 +715340,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG15027", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -715955,8 +715369,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26932", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26932", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -715964,11 +715379,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TMA7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0026879", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026879.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -715978,8 +715393,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG13364", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -716008,8 +715422,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26932", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26932", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -716017,11 +715432,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TMA7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040973", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040973.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -716031,8 +715446,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG16824", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -716061,8 +715475,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:23410", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23410", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -716070,11 +715485,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TMBIM1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0050379", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0050379.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -716084,8 +715499,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG30379", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -716114,8 +715528,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11723", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11723", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -716123,11 +715538,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TMBIM6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035871", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035871.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -716137,8 +715552,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "BI-1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -716166,8 +715580,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:16513", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16513", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -716175,11 +715590,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TMC1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0267796", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0267796.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -716189,8 +715604,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Tmc", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -716219,8 +715633,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:16527", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16527", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -716228,11 +715643,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TMC2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0267796", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0267796.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -716242,8 +715657,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Tmc", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -716272,8 +715686,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:22995", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:22995", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -716281,11 +715696,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TMC3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0267796", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0267796.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -716295,8 +715710,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Tmc", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -716325,8 +715739,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29116", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29116", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -716334,11 +715749,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TMCC1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037443", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037443.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -716348,8 +715763,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Dmtn", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -716378,8 +715792,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24239", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24239", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -716387,11 +715802,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TMCC2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037443", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037443.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -716401,8 +715816,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Dmtn", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -716431,8 +715845,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29199", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29199", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -716440,11 +715855,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TMCC3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037443", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037443.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -716454,8 +715869,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Dmtn", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -716484,8 +715898,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18188", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18188", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -716493,11 +715908,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TMCO1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032746", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032746.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -716507,8 +715922,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10470", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -716536,8 +715950,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28814", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28814", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -716545,11 +715960,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TMCO6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031609", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031609.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -716559,8 +715974,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG15443", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -716589,8 +716003,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17291", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17291", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -716598,11 +716013,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TMED1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051787", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051787.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -716612,8 +716027,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG31787", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -716642,8 +716056,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17291", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17291", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -716651,11 +716066,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TMED1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0264389", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0264389.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -716665,8 +716080,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "opm", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -716695,8 +716109,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16998", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16998", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -716704,11 +716119,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TMED10", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0045866", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0045866.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -716718,8 +716133,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "bai", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -716747,8 +716161,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16996", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16996", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -716756,11 +716171,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TMED2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034681", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034681.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -716770,8 +716185,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG9308", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -716800,8 +716214,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16996", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16996", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -716809,11 +716224,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TMED2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029709", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029709.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -716823,8 +716238,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CHOp24", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -716852,8 +716266,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28889", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28889", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -716861,11 +716276,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TMED3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030341", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030341.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -716875,8 +716290,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "p24-1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -716905,8 +716319,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:22301", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:22301", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -716914,11 +716329,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TMED4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0069242", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0069242.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -716928,8 +716343,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "eca", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -716957,8 +716371,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:22301", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:22301", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -716966,11 +716381,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TMED4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0053105", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0053105.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -716980,8 +716395,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "p24-2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -717010,8 +716424,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24251", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24251", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -717019,11 +716434,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TMED5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051787", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051787.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -717033,8 +716448,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG31787", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -717063,8 +716477,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24251", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24251", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -717072,11 +716487,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TMED5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0264389", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0264389.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -717086,8 +716501,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "opm", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -717116,8 +716530,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28331", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28331", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -717125,11 +716540,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TMED6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0061492", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0061492.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -717139,8 +716554,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "loj", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -717169,8 +716583,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:33945", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:33945", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -717178,11 +716593,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TMED7-TICAM2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030341", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030341.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -717192,8 +716607,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "p24-1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -717222,8 +716636,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:18633", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18633", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -717231,11 +716646,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TMED8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031061", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031061.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -717245,8 +716660,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG14232", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -717275,8 +716689,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:24878", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24878", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -717284,11 +716699,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TMED9", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0069242", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0069242.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -717298,8 +716713,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "eca", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -717328,8 +716742,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25984", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25984", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -717337,11 +716752,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TMEM104", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036988", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036988.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -717351,8 +716766,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5262", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -717380,8 +716794,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16823", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16823", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -717389,11 +716804,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TMEM11", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0044419", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0044419.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -717403,8 +716818,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pmi", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -717432,8 +716846,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30055", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30055", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -717441,11 +716856,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TMEM115", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031818", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031818.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -717455,8 +716870,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG9536", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -717484,8 +716898,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:21697", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21697", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -717493,11 +716908,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TMEM120A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040384", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040384.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -717507,8 +716922,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG32795", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -717537,8 +716951,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:32008", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:32008", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -717546,11 +716961,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TMEM120B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040384", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040384.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -717560,8 +716975,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG32795", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -717589,8 +717003,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:30138", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30138", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -717598,11 +717013,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TMEM123", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0045823", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0045823.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -717612,8 +717027,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "vsg", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -717642,8 +717056,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25382", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25382", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -717651,11 +717066,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TMEM126A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032033", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032033.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -717665,8 +717080,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG13392", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -717695,8 +717109,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:30883", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30883", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -717704,11 +717119,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TMEM126B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032033", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032033.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -717718,8 +717133,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG13392", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -717748,8 +717162,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25137", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25137", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -717757,11 +717172,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TMEM129", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037241", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037241.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -717771,8 +717186,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG14646", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -717800,8 +717214,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30366", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30366", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -717809,11 +717224,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TMEM131", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034060", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034060.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -717823,8 +717238,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Tmem131", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -717853,8 +717267,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:29146", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29146", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -717862,11 +717277,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TMEM131L", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034060", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034060.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -717876,8 +717291,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Tmem131", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -717906,8 +717320,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:31092", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:31092", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -717915,11 +717330,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TMEM132A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0262730", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0262730.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -717929,8 +717344,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "dtn", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -717959,8 +717373,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:29397", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29397", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -717968,11 +717383,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TMEM132B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0262730", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0262730.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -717982,8 +717397,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "dtn", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -718012,8 +717426,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25436", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25436", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -718021,11 +717436,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TMEM132C", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0262730", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0262730.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -718035,8 +717450,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "dtn", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -718064,8 +717478,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29411", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29411", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -718073,11 +717488,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TMEM132D", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0262730", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0262730.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -718087,8 +717502,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "dtn", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -718116,8 +717530,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26991", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26991", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -718125,11 +717540,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TMEM132E", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0262730", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0262730.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -718139,8 +717554,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "dtn", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -718168,8 +717582,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26142", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26142", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -718177,11 +717592,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TMEM134", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035285", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035285.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -718191,8 +717606,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG12025", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -718221,8 +717635,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26167", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26167", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -718230,11 +717645,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TMEM135", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037592", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037592.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -718244,8 +717659,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG11737", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -718273,8 +717687,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26167", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26167", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -718282,11 +717697,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TMEM135", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051157", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051157.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -718296,8 +717711,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG31157", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -718326,8 +717740,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26167", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26167", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -718335,11 +717750,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TMEM135", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051259", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051259.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -718349,8 +717764,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG31259", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -718378,8 +717792,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26167", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26167", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -718387,11 +717802,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TMEM135", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051454", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051454.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -718401,8 +717816,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG31454", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -718431,8 +717845,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26944", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26944", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -718440,11 +717855,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TMEM138", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031753", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031753.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -718454,8 +717869,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG13999", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -718483,8 +717897,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28211", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28211", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -718492,11 +717907,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TMEM141", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0259991", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0259991.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -718506,8 +717921,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG42488", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -718536,8 +717950,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26912", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26912", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -718545,11 +717960,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TMEM145", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034674", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034674.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -718559,8 +717974,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG9304", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -718589,8 +718003,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30414", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30414", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -718598,11 +718013,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TMEM147", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015338", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015338.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -718612,8 +718027,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5861", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -718642,8 +718056,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:21076", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21076", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -718651,11 +718066,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TMEM14A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034902", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034902.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -718665,8 +718080,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5532", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -718695,8 +718109,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:21384", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21384", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -718704,11 +718119,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TMEM14B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034902", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034902.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -718718,8 +718133,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5532", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -718748,8 +718162,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20952", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20952", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -718757,11 +718172,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TMEM14C", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034902", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034902.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -718771,8 +718186,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5532", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -718800,8 +718214,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:15660", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15660", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -718809,11 +718224,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TMEM14DP", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034902", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034902.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -718823,8 +718238,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5532", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -718853,8 +718267,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:34386", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:34386", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -718862,11 +718277,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TMEM14EP", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034902", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034902.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -718876,8 +718291,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5532", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -718906,8 +718320,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:34415", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:34415", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -718915,11 +718330,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TMEM150B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0025624", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0025624.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -718929,8 +718344,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG4025", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -718959,8 +718373,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26020", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26020", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -718968,11 +718383,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TMEM161A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036133", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036133.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -718981,9 +718396,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG7638", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "emei", + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -719011,8 +718425,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28483", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28483", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -719020,11 +718435,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TMEM161B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036133", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036133.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -719033,9 +718448,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG7638", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "emei", + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -719063,8 +718477,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26217", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26217", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -719072,11 +718487,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TMEM164", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033054", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033054.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -719086,8 +718501,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG14591", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -719115,8 +718529,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30760", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30760", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -719124,11 +718539,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TMEM165", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0260659", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0260659.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -719138,8 +718553,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG42542", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -719168,8 +718582,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28330", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28330", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -719177,11 +718592,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TMEM167A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040890", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040890.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -719191,8 +718606,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ksh", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -719220,8 +718634,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25130", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25130", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -719229,11 +718644,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TMEM169", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037849", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037849.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -719243,8 +718658,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG4596", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -719273,8 +718687,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29577", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29577", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -719282,11 +718697,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TMEM170A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033550", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033550.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -719296,8 +718711,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG12341", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -719326,8 +718740,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:34244", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:34244", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -719335,11 +718750,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TMEM170B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033550", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033550.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -719349,8 +718764,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG12341", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -719379,8 +718793,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28143", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28143", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -719388,11 +718803,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TMEM177", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0053506", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0053506.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -719402,8 +718817,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG33506", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -719431,8 +718845,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20137", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20137", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -719440,11 +718855,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TMEM179", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039135", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039135.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -719454,8 +718869,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG13603", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -719483,8 +718897,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25257", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25257", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -719492,11 +718907,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TMEM18", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0050051", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0050051.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -719506,8 +718921,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Tmem18", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -719535,8 +718949,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20958", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20958", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -719544,11 +718959,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TMEM181", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038926", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038926.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -719558,8 +718973,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG13409", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -719587,8 +719001,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20173", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20173", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -719596,11 +719011,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TMEM183A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033813", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033813.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -719610,8 +719025,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "fsd", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -719640,20 +719054,21 @@ "bestReverse": "No", "gene": { "id": "HGNC:33205", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:33205", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "TMEM183B", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "TMEM183BP", + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033813", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033813.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -719663,8 +719078,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "fsd", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -719693,8 +719107,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28797", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28797", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -719702,11 +719117,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TMEM184A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035236", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035236.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -719716,8 +719131,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG12004", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -719745,8 +719159,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1310", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1310", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -719754,11 +719169,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TMEM184B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035236", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035236.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -719768,8 +719183,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG12004", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -719797,8 +719211,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25587", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25587", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -719806,11 +719221,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TMEM184C", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032172", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032172.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -719820,8 +719235,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5850", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -719850,8 +719264,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17125", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17125", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -719859,11 +719274,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TMEM185A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030996", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030996.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -719873,8 +719288,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG14194", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -719902,8 +719316,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:18896", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18896", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -719911,11 +719326,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TMEM185B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030996", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030996.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -719925,8 +719340,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG14194", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -719955,8 +719369,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24530", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24530", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -719964,11 +719379,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TMEM186", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033808", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033808.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -719978,8 +719393,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG4627", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -720007,8 +719421,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25605", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25605", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -720016,11 +719431,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TMEM19", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036353", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036353.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -720030,8 +719445,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10171", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -720060,8 +719474,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26775", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26775", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -720069,11 +719484,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TMEM192", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038533", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038533.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -720083,8 +719498,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7523", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -720112,8 +719526,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:33704", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:33704", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -720121,11 +719536,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TMEM198", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031065", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031065.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -720135,8 +719550,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG14234", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -720164,8 +719578,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18085", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18085", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -720173,11 +719588,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TMEM199", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0260467", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0260467.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -720187,8 +719602,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7071", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -720217,8 +719631,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21075", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21075", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -720226,11 +719641,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TMEM200A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035171", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035171.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -720240,8 +719655,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG12502", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -720270,8 +719684,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:33785", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:33785", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -720279,11 +719694,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TMEM200B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035171", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035171.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -720293,8 +719708,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG12502", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -720323,8 +719737,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:37208", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:37208", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -720332,11 +719747,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TMEM200C", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035171", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035171.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -720346,8 +719761,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG12502", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -720376,8 +719790,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:33719", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:33719", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -720385,11 +719800,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TMEM201", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034447", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034447.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -720399,8 +719814,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7744", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -720429,8 +719843,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28217", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28217", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -720438,11 +719853,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TMEM203", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0066303", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0066303.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -720452,8 +719867,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG33932", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -720481,8 +719895,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29631", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29631", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -720490,11 +719905,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TMEM205", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052512", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052512.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -720504,8 +719919,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG32512", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -720534,8 +719948,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25015", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25015", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -720543,11 +719958,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TMEM208", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034059", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034059.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -720557,8 +719972,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8320", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -720586,8 +720000,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21898", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21898", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -720595,11 +720010,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TMEM209", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036710", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036710.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -720609,8 +720024,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6479", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -720638,8 +720052,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25983", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25983", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -720647,11 +720062,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TMEM214", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0053129", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0053129.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -720661,8 +720076,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG33129", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -720691,8 +720105,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25018", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25018", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -720700,11 +720115,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TMEM216", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037615", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037615.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -720714,8 +720129,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG11760", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -720743,8 +720157,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25018", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25018", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -720752,11 +720167,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TMEM216", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037614", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037614.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -720766,8 +720181,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "TMEM216", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -720795,8 +720209,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25363", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25363", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -720804,11 +720219,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TMEM222", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032000", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032000.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -720818,8 +720233,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8372", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -720847,8 +720261,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28464", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28464", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -720856,11 +720271,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TMEM223", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033547", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033547.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -720870,8 +720285,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG12935", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -720899,8 +720313,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15876", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15876", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -720908,11 +720323,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TMEM230", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032871", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032871.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -720922,8 +720337,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG2611", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -720952,8 +720366,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:37234", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:37234", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -720961,11 +720376,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TMEM231", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031707", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031707.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -720975,8 +720390,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG14020", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -721005,8 +720419,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28837", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28837", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -721014,11 +720429,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TMEM234", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033429", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033429.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -721028,8 +720443,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG12929", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -721058,8 +720472,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14432", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14432", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -721067,11 +720482,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TMEM237", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036935", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036935.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -721081,8 +720496,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG14186", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -721111,8 +720525,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17206", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17206", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -721120,11 +720535,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TMEM242", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030311", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030311.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -721134,8 +720549,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG11699", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -721163,8 +720577,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1363", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1363", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -721172,11 +720587,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TMEM245", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037536", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037536.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -721186,8 +720601,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG2698", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -721215,8 +720629,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28618", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28618", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -721224,11 +720639,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TMEM256", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0259741", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0259741.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -721238,8 +720653,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG42395", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -721267,8 +720681,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28618", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28618", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -721276,11 +720691,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TMEM256", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038739", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038739.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -721290,8 +720705,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG4686", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -721319,8 +720733,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1164", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1164", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -721328,11 +720743,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TMEM258", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036667", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036667.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -721342,8 +720757,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "kud", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -721371,8 +720785,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17039", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17039", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -721380,11 +720795,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TMEM259", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034071", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034071.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -721394,8 +720809,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8405", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -721424,8 +720838,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28550", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28550", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -721433,11 +720848,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TMEM26", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039429", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039429.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -721447,8 +720862,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG14238", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -721477,8 +720891,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26139", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26139", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -721486,11 +720901,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TMEM267", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035475", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035475.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -721500,8 +720915,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10866", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -721529,8 +720943,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24513", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24513", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -721538,11 +720953,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TMEM268", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028527", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028527.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -721552,8 +720967,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG18507", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -721582,8 +720996,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16667", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16667", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -721591,11 +721006,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TMEM30A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030752", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030752.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -721605,8 +721020,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CDC50", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -721635,8 +721049,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:27254", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:27254", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -721644,11 +721059,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TMEM30B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030752", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030752.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -721658,8 +721073,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CDC50", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -721688,8 +721102,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25541", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25541", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -721697,11 +721112,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TMEM33", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0266449", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0266449.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -721711,8 +721126,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Kr-h2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -721741,8 +721155,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25864", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25864", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -721750,11 +721165,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TMEM35A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0025712", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0025712.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -721764,8 +721179,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG13920", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -721793,8 +721207,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28462", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28462", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -721802,11 +721217,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TMEM38A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0053061", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0053061.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -721816,8 +721231,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG33061", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -721846,8 +721260,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28462", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28462", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -721855,11 +721270,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TMEM38A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030745", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030745.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -721869,8 +721284,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG4239", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -721899,8 +721313,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25535", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25535", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -721908,11 +721323,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TMEM38B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0053061", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0053061.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -721922,8 +721337,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG33061", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -721952,8 +721366,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25535", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25535", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -721961,11 +721376,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TMEM38B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030745", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030745.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -721975,8 +721390,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG4239", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -722005,8 +721419,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25600", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25600", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -722014,11 +721429,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TMEM39A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033899", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033899.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -722028,8 +721443,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG13016", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -722057,8 +721471,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25510", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25510", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -722066,11 +721481,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TMEM39B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033899", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033899.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -722080,8 +721495,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG13016", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -722109,8 +721523,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28948", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28948", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -722118,11 +721533,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TMEM41B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030850", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030850.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -722132,8 +721547,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "stas", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -722161,8 +721575,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28444", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28444", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -722170,11 +721585,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TMEM42", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0260027", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0260027.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -722184,8 +721599,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG42495", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -722214,8 +721628,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28472", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28472", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -722223,11 +721638,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TMEM43", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035825", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035825.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -722237,8 +721652,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8111", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -722266,8 +721680,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18515", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18515", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -722275,11 +721690,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TMEM47", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0266409", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0266409.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -722289,8 +721704,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG45049", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -722319,8 +721733,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30590", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30590", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -722328,11 +721743,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TMEM50A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035528", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035528.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -722342,8 +721757,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG15012", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -722371,8 +721785,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1280", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1280", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -722380,11 +721795,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TMEM50B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035528", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035528.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -722394,8 +721809,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG15012", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -722423,8 +721837,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26186", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26186", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -722432,11 +721847,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TMEM53", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033031", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033031.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -722446,8 +721861,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8245", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -722476,8 +721890,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21754", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21754", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -722485,11 +721900,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TMEM60", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035248", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035248.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -722499,8 +721914,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG13919", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -722529,8 +721943,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29118", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29118", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -722538,11 +721953,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TMEM63A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033259", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033259.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -722552,8 +721967,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Tmem63", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -722581,8 +721995,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17735", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17735", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -722590,11 +722005,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TMEM63B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033259", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033259.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -722604,8 +722019,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Tmem63", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -722633,8 +722047,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23787", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23787", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -722642,11 +722057,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TMEM63C", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033259", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033259.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -722656,8 +722071,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Tmem63", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -722685,8 +722099,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25441", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25441", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -722694,11 +722109,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TMEM64", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037185", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037185.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -722708,8 +722123,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG11367", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -722738,8 +722152,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25203", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25203", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -722747,11 +722162,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TMEM65", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0041004", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0041004.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -722761,8 +722176,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG17715", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -722791,8 +722205,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28396", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28396", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -722800,11 +722215,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TMEM67", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038814", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038814.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -722814,8 +722229,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG15923", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -722843,8 +722257,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26510", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26510", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -722852,11 +722267,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TMEM68", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0085377", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0085377.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -722866,8 +722281,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG34348", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -722895,8 +722309,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26050", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26050", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -722904,11 +722319,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TMEM70", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035805", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035805.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -722918,8 +722333,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7506", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -722948,8 +722362,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:31658", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:31658", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -722957,11 +722372,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TMEM72", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036860", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036860.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -722971,8 +722386,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG14086", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -723001,8 +722415,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:27453", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:27453", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -723010,11 +722425,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TMEM80", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037615", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037615.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -723024,8 +722439,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG11760", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -723054,8 +722468,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:27453", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:27453", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -723063,11 +722478,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TMEM80", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037614", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037614.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -723077,8 +722492,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "TMEM216", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -723107,8 +722521,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26890", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26890", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -723116,11 +722531,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TMEM86A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039681", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039681.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -723130,8 +722545,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7582", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -723160,8 +722574,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:28448", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28448", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -723169,11 +722584,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TMEM86B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039681", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039681.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -723183,8 +722598,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7582", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -723213,8 +722627,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24522", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24522", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -723222,11 +722637,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TMEM87A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031356", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031356.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -723236,8 +722651,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG17660", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -723266,8 +722680,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25913", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25913", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -723275,11 +722690,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TMEM87B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031356", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031356.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -723289,8 +722704,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG17660", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -723319,8 +722733,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21427", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21427", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -723328,11 +722743,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TMEM8B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039290", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039290.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -723342,8 +722757,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG13654", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -723372,8 +722786,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18823", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18823", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -723381,11 +722796,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TMEM9", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037313", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037313.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -723395,8 +722810,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG1161", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -723425,8 +722839,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28983", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28983", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -723434,11 +722849,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TMEM94", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0022153", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0022153.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -723448,8 +722863,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "l(2)k05819", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -723477,8 +722891,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1168", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1168", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -723486,11 +722901,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TMEM9B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037313", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037313.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -723500,8 +722915,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG1161", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -723530,8 +722944,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11870", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11870", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -723539,11 +722954,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TMF1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029912", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029912.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -723553,8 +722968,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG4557", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -723583,8 +722997,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30800", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30800", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -723592,11 +723007,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TMIE", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032860", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032860.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -723606,8 +723021,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG15130", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -723636,8 +723050,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18308", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18308", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -723645,11 +723060,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TMLHE", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038795", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038795.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -723659,8 +723074,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG4335", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -723689,8 +723103,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11871", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11871", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -723698,11 +723113,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TMOD1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0082582", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0082582.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -723712,8 +723127,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "tmod", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -723742,8 +723156,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11872", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11872", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -723751,11 +723166,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TMOD2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0082582", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0082582.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -723765,8 +723180,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "tmod", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -723795,8 +723209,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11873", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11873", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -723804,11 +723219,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TMOD3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0082582", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0082582.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -723818,8 +723233,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "tmod", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -723848,8 +723262,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11874", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11874", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -723857,11 +723272,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TMOD4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0082582", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0082582.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -723871,8 +723286,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "tmod", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -723901,8 +723315,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25398", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25398", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -723910,11 +723325,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TMPRSS11B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033363", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033363.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -723924,8 +723339,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG13744", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -723954,8 +723368,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24059", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24059", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -723963,11 +723378,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TMPRSS11D", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033363", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033363.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -723977,8 +723392,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG13744", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -724007,8 +723421,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29808", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29808", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -724016,11 +723431,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TMPRSS13", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003319", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003319.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -724030,8 +723445,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Sb", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -724060,8 +723474,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11876", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11876", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -724069,11 +723484,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TMPRSS2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003319", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003319.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -724083,8 +723498,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Sb", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -724113,8 +723527,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11878", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11878", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -724122,11 +723537,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TMPRSS4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034518", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034518.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -724136,8 +723551,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG13430", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -724166,8 +723580,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14908", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14908", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -724175,11 +723590,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TMPRSS5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033363", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033363.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -724189,8 +723604,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG13744", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -724219,8 +723633,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14908", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14908", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -724228,11 +723643,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TMPRSS5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033365", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033365.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -724242,8 +723657,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8170", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -724272,8 +723686,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16517", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16517", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -724281,11 +723696,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TMPRSS6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031619", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031619.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -724295,8 +723710,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG3355", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -724325,8 +723739,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16517", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16517", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -724334,11 +723749,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TMPRSS6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034661", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034661.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -724348,8 +723763,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "tpr", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -724378,8 +723792,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11881", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11881", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -724387,11 +723802,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TMSB4X", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0026084", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026084.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -724401,8 +723816,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "cib", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -724431,8 +723845,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25440", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25440", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -724440,11 +723855,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TMTC2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051690", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051690.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -724454,8 +723869,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG31690", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -724484,8 +723898,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25440", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25440", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -724493,11 +723908,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TMTC2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028481", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028481.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -724507,8 +723922,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG4341", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -724537,8 +723951,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26899", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26899", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -724546,11 +723961,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TMTC3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0020312", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0020312.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -724560,8 +723975,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Tmtc3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -724589,8 +724003,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25904", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25904", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -724598,11 +724013,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TMTC4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038324", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038324.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -724612,8 +724027,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5038", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -724642,8 +724056,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15487", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15487", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -724651,11 +724066,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TMX1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036221", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036221.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -724665,8 +724080,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG11588", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -724695,8 +724109,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15487", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15487", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -724704,11 +724119,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TMX1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034914", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034914.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -724718,8 +724133,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5554", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -724747,8 +724161,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30739", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30739", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -724756,11 +724171,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TMX2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034455", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034455.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -724770,8 +724185,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG11007", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -724799,8 +724213,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24718", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24718", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -724808,11 +724223,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TMX3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036579", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036579.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -724821,9 +724236,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG5027", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Tmx3", + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -724851,8 +724265,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:25237", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25237", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -724860,11 +724275,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TMX4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034914", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034914.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -724874,8 +724289,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5554", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -724904,8 +724318,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:11894", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11894", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -724913,11 +724328,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TNFAIP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033017", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033017.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -724927,8 +724342,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10465", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -724957,8 +724371,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17260", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17260", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -724966,11 +724381,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TNFAIP8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034894", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034894.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -724980,8 +724395,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "sigmar", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -725009,8 +724423,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:28279", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28279", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -725018,11 +724433,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TNFAIP8L1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034894", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034894.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -725032,8 +724447,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "sigmar", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -725062,8 +724476,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:26277", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26277", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -725071,11 +724486,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TNFAIP8L2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034894", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034894.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -725085,8 +724500,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "sigmar", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -725115,8 +724529,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:20620", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20620", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -725124,11 +724539,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TNFAIP8L3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034894", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034894.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -725138,8 +724553,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "sigmar", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -725168,8 +724582,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:33537", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:33537", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -725177,11 +724592,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TNFSF12-TNFSF13", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033483", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033483.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -725191,8 +724606,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "egr", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -725221,8 +724635,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:11928", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11928", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -725230,11 +724645,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TNFSF13", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033483", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033483.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -725244,8 +724659,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "egr", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -725274,8 +724688,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:11929", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11929", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -725283,11 +724698,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TNFSF13B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033483", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033483.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -725297,8 +724712,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "egr", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -725327,8 +724741,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30765", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30765", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -725336,11 +724751,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TNIK", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010909", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010909.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -725350,8 +724765,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "msn", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -725380,8 +724794,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:11940", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11940", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -725389,11 +724804,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TNK1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028484", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028484.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -725403,8 +724818,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ack", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -725433,8 +724847,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19297", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19297", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -725442,11 +724857,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TNK2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028484", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028484.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -725456,8 +724871,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ack", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -725486,8 +724900,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11941", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11941", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -725495,11 +724910,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TNKS", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027508", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027508.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -725509,8 +724924,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Tnks", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -725539,8 +724953,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15677", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15677", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -725548,11 +724963,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TNKS2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027508", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027508.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -725562,8 +724977,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Tnks", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -725592,8 +725006,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11945", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11945", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -725601,11 +725016,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TNNI1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0283471", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0283471.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -725615,8 +725030,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "wupA", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -725644,8 +725058,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11946", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11946", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -725653,11 +725068,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TNNI2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0283471", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0283471.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -725667,8 +725082,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "wupA", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -725696,8 +725110,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:11947", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11947", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -725705,11 +725120,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TNNI3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0283471", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0283471.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -725719,8 +725134,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "wupA", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -725749,8 +725163,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11948", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11948", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -725758,11 +725173,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TNNT1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004169", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004169.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -725772,8 +725187,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "up", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -725801,8 +725215,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:11949", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11949", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -725810,11 +725225,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TNNT2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004169", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004169.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -725824,8 +725239,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "up", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -725854,8 +725268,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:11950", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11950", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -725863,11 +725278,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TNNT3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004169", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004169.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -725877,8 +725292,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "up", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -725907,8 +725321,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6401", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6401", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -725916,11 +725331,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TNPO1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035693", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035693.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -725930,8 +725345,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8219", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -725960,8 +725374,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:6401", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6401", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -725969,11 +725384,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TNPO1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0024921", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0024921.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -725983,8 +725398,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Tnpo", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -726013,8 +725427,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19998", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19998", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -726022,11 +725437,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TNPO2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0024921", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0024921.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -726036,8 +725451,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Tnpo", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -726065,8 +725479,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17103", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17103", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -726074,11 +725489,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TNPO3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031456", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031456.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -726088,8 +725503,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Tnpo-SR", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -726117,8 +725531,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11953", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11953", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -726126,11 +725541,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TNR", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035452", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035452.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -726140,8 +725555,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10359", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -726170,8 +725584,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11962", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11962", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -726179,11 +725594,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TNRC18", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051151", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051151.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -726193,8 +725608,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "wge", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -726223,8 +725637,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:11969", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11969", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -726232,11 +725647,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TNRC6A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051992", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051992.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -726246,8 +725661,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "gw", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -726276,8 +725690,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:29190", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29190", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -726285,11 +725700,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TNRC6B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051992", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051992.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -726299,8 +725714,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "gw", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -726329,8 +725743,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29318", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29318", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -726338,11 +725753,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TNRC6C", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051992", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051992.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -726352,8 +725767,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "gw", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -726382,8 +725796,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11973", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11973", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -726391,11 +725806,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TNS1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000244", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000244.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -726405,8 +725820,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "by", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -726435,8 +725849,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19737", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19737", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -726444,11 +725859,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TNS2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000244", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000244.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -726458,8 +725873,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "by", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -726488,8 +725902,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21616", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21616", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -726497,11 +725912,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TNS3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000244", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000244.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -726511,8 +725926,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "by", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -726541,8 +725955,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:24352", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24352", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -726550,11 +725965,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TNS4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000244", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000244.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -726564,8 +725979,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "by", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -726594,8 +726008,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11979", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11979", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -726603,11 +726018,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TOB1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028397", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028397.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -726617,8 +726032,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Tob", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -726647,8 +726061,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:11980", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11980", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -726656,11 +726071,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TOB2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028397", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028397.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -726670,8 +726085,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Tob", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -726700,8 +726114,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19959", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19959", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -726709,11 +726124,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TOGARAM1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0259818", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0259818.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -726723,8 +726138,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG42399", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -726753,8 +726167,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:33715", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:33715", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -726762,11 +726177,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TOGARAM2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0259818", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0259818.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -726776,8 +726191,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG42399", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -726806,8 +726220,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:11982", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11982", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -726815,11 +726230,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TOM1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035995", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035995.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -726829,8 +726244,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG3529", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -726859,8 +726273,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:11983", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11983", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -726868,11 +726283,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TOM1L1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035995", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035995.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -726882,8 +726297,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG3529", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -726912,8 +726326,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11984", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11984", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -726921,11 +726336,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TOM1L2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035995", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035995.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -726935,8 +726350,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG3529", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -726964,8 +726378,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20947", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20947", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -726973,11 +726388,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TOMM20", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036928", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036928.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -726987,8 +726402,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Tom20", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -727016,8 +726430,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20947", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20947", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -727025,11 +726440,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TOMM20", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037828", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037828.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -727039,8 +726454,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "tomboy20", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -727069,8 +726483,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:33752", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:33752", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -727078,11 +726493,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TOMM20L", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037828", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037828.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -727092,8 +726507,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "tomboy20", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -727122,8 +726536,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18002", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18002", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -727131,11 +726546,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TOMM22", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035473", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035473.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -727145,8 +726560,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mge", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -727175,8 +726589,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:15746", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15746", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -727184,11 +726599,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TOMM34", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039463", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039463.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -727198,8 +726613,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Spag1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -727228,8 +726642,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18001", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18001", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -727237,11 +726652,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TOMM40", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038355", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038355.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -727251,8 +726666,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG4520", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -727281,8 +726695,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18001", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18001", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -727290,11 +726705,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TOMM40", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0016041", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0016041.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -727304,8 +726719,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Tom40", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -727333,8 +726747,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18001", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18001", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -727342,11 +726757,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TOMM40", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033074", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033074.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -727356,8 +726771,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "tomboy40", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -727386,8 +726800,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25756", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25756", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -727395,11 +726810,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TOMM40L", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038355", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038355.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -727409,8 +726824,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG4520", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -727439,8 +726853,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:25756", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25756", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -727448,11 +726863,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TOMM40L", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0016041", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0016041.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -727462,8 +726877,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Tom40", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -727492,8 +726906,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25756", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25756", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -727501,11 +726916,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TOMM40L", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033074", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033074.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -727515,8 +726930,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "tomboy40", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -727545,8 +726959,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21648", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21648", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -727554,11 +726969,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TOMM7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033357", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033357.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -727568,8 +726983,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Tom7", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -727598,8 +727012,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11985", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11985", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -727607,11 +727022,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TOMM70", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032397", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032397.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -727621,8 +727036,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Tom70", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -727650,8 +727064,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:7801", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7801", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -727659,11 +727074,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TONSL", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035812", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035812.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -727673,8 +727088,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7457", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -727703,8 +727117,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11986", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11986", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -727712,11 +727127,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TOP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004924", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004924.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -727726,8 +727141,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Top1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -727755,8 +727169,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:29787", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29787", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -727764,11 +727179,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TOP1MT", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004924", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004924.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -727778,8 +727193,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Top1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -727808,8 +727222,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11989", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11989", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -727817,11 +727232,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TOP2A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0284220", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0284220.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -727831,8 +727246,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Top2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -727861,8 +727275,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11990", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11990", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -727870,11 +727285,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TOP2B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0284220", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0284220.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -727884,8 +727299,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Top2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -727914,8 +727328,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11992", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11992", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -727923,11 +727338,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TOP3A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040268", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040268.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -727937,8 +727352,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Top3\u03b1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -727966,8 +727380,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11993", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11993", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -727975,11 +727390,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TOP3B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0026015", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026015.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -727989,8 +727404,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Top3\u03b2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -728018,8 +727432,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17008", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17008", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -728027,11 +727442,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TOPBP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0002878", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0002878.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -728041,8 +727456,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mus101", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -728071,8 +727485,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21653", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21653", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -728080,11 +727495,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TOPORS", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034411", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034411.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -728094,8 +727509,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG18605", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -728124,8 +727538,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21653", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21653", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -728133,11 +727548,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TOPORS", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0267351", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0267351.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -728147,8 +727562,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Topors", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -728177,8 +727591,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3098", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3098", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -728186,11 +727601,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TOR1A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0025615", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0025615.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -728200,8 +727615,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Torsin", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -728229,8 +727643,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11995", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11995", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -728238,11 +727653,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TOR1B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0025615", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0025615.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -728252,8 +727667,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Torsin", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -728281,8 +727695,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:11996", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11996", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -728290,11 +727705,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TOR2A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0025615", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0025615.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -728304,8 +727719,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Torsin", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -728334,8 +727748,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:11997", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11997", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -728343,11 +727758,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TOR3A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0025615", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0025615.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -728357,8 +727772,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Torsin", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -728387,8 +727801,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:25981", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25981", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -728396,11 +727811,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TOR4A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0025615", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0025615.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -728410,8 +727825,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Torsin", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -728440,8 +727854,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:18988", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18988", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -728449,11 +727864,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TOX", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035238", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035238.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -728463,8 +727878,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG12104", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -728493,8 +727907,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:16095", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16095", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -728502,11 +727917,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TOX2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035238", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035238.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -728516,8 +727931,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG12104", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -728546,8 +727960,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:11972", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11972", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -728555,11 +727970,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TOX3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035238", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035238.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -728569,8 +727984,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG12104", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -728599,8 +728013,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20161", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20161", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -728608,11 +728023,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TOX4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035238", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035238.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -728622,8 +728037,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG12104", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -728652,8 +728066,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11998", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11998", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -728661,11 +728076,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TP53", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039044", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039044.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -728675,8 +728090,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "p53", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -728705,8 +728119,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12000", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12000", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -728714,11 +728129,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TP53BP2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034606", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034606.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -728728,8 +728143,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ASPP", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -728757,8 +728171,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25102", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25102", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -728766,11 +728181,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TP53I13", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035372", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035372.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -728780,8 +728195,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG12093", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -728810,8 +728224,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18022", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18022", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -728819,11 +728234,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TP53INP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035542", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035542.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -728833,8 +728248,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "DOR", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -728863,8 +728277,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16104", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16104", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -728872,11 +728287,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TP53INP2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035542", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035542.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -728886,8 +728301,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "DOR", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -728916,8 +728330,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16197", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16197", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -728925,11 +728340,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TP53RK", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035590", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035590.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -728938,9 +728353,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "Prpk", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Tcs5", + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -728968,8 +728382,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15979", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15979", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -728977,11 +728392,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TP63", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039044", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039044.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -728991,8 +728406,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "p53", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -729021,8 +728435,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12003", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12003", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -729030,11 +728445,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TP73", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039044", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039044.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -729044,8 +728459,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "p53", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -729074,8 +728488,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12004", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12004", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -729083,11 +728498,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TPBG", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037956", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037956.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -729097,8 +728512,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6959", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -729127,8 +728541,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:44159", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:44159", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -729136,11 +728551,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TPBGL", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037956", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037956.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -729150,8 +728565,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6959", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -729180,8 +728594,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12005", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12005", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -729189,11 +728604,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TPD52", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034345", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034345.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -729203,8 +728618,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5174", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -729233,8 +728647,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12006", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12006", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -729242,11 +728657,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TPD52L1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034345", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034345.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -729256,8 +728671,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5174", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -729286,8 +728700,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12007", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12007", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -729295,11 +728710,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TPD52L2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034345", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034345.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -729309,8 +728724,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5174", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -729339,8 +728753,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:23382", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23382", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -729348,11 +728763,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TPD52L3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034345", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034345.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -729362,8 +728777,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5174", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -729392,8 +728806,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24561", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24561", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -729401,11 +728816,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TPGS2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036236", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036236.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -729415,8 +728830,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6931", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -729444,8 +728858,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12008", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12008", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -729453,11 +728868,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TPH1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035187", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035187.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -729467,8 +728882,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Trh", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -729496,8 +728910,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:20692", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20692", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -729505,11 +728920,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TPH2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035187", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035187.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -729519,8 +728934,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Trh", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -729549,8 +728963,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12009", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12009", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -729558,11 +728973,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TPI1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0086355", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0086355.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -729572,8 +728987,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Tpi", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -729601,8 +729015,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17358", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17358", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -729610,11 +729025,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TPK1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037942", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037942.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -729624,8 +729039,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG14721", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -729653,8 +729067,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12010", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12010", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -729662,11 +729077,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TPM1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003721", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003721.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -729676,8 +729091,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Tm1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -729706,8 +729120,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12010", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12010", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -729715,11 +729130,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TPM1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004117", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004117.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -729729,8 +729144,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Tm2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -729759,8 +729173,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:12011", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12011", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -729768,11 +729183,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TPM2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003721", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003721.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -729782,8 +729197,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Tm1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -729812,8 +729226,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12011", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12011", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -729821,11 +729236,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TPM2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004117", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004117.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -729835,8 +729250,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Tm2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -729865,8 +729279,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12012", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12012", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -729874,11 +729289,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TPM3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003721", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003721.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -729888,8 +729303,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Tm1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -729918,8 +729332,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12012", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12012", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -729927,11 +729342,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TPM3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004117", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004117.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -729941,8 +729356,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Tm2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -729971,8 +729385,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:12013", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12013", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -729980,11 +729395,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TPM4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003721", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003721.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -729994,8 +729409,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Tm1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -730024,8 +729438,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12013", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12013", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -730033,11 +729448,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TPM4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004117", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004117.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -730047,8 +729462,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Tm2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -730077,8 +729491,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12015", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12015", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -730086,11 +729501,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TPO", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0263986", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0263986.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -730100,8 +729515,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "cd", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -730130,8 +729544,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:12015", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12015", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -730139,11 +729554,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TPO", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0011828", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0011828.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -730153,8 +729568,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pxn", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -730183,8 +729597,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12016", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12016", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -730192,11 +729607,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TPP2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0020370", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0020370.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -730206,8 +729621,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "TppII", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -730235,8 +729649,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:24164", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24164", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -730244,11 +729659,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TPPP", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0266417", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0266417.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -730258,8 +729673,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ringer", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -730288,8 +729702,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19293", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19293", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -730297,11 +729712,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TPPP2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0266417", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0266417.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -730311,8 +729726,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ringer", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -730340,8 +729754,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24162", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24162", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -730349,11 +729764,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TPPP3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0266417", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0266417.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -730363,8 +729778,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ringer", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -730392,8 +729806,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12017", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12017", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -730401,11 +729816,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TPR", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0013756", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0013756.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -730415,8 +729830,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Mtor", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -730445,8 +729859,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12019", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12019", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -730454,11 +729869,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TPSAB1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034507", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034507.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -730468,8 +729883,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG11192", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -730498,8 +729912,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12019", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12019", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -730507,11 +729922,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TPSAB1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039272", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039272.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -730521,8 +729936,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG11836", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -730551,8 +729965,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12019", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12019", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -730560,11 +729975,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TPSAB1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035501", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035501.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -730574,8 +729989,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG1299", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -730604,8 +730018,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12019", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12019", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -730613,11 +730028,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TPSAB1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035496", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035496.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -730627,8 +730042,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG14990", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -730657,8 +730071,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12019", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12019", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -730666,11 +730081,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TPSAB1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031470", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031470.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -730680,8 +730095,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG18557", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -730710,8 +730124,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12019", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12019", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -730719,11 +730134,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TPSAB1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032639", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032639.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -730733,8 +730148,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG18563", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -730763,8 +730177,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12019", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12019", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -730772,11 +730187,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TPSAB1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0042098", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0042098.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -730786,8 +730201,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG18735", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -730816,8 +730230,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12019", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12019", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -730825,11 +730240,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TPSAB1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0050025", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0050025.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -730839,8 +730254,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG30025", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -730869,8 +730283,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12019", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12019", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -730878,11 +730293,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TPSAB1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0050031", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0050031.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -730892,8 +730307,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG30031", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -730922,8 +730336,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12019", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12019", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -730931,11 +730346,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TPSAB1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031471", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031471.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -730945,8 +730360,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG3117", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -730975,8 +730389,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12019", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12019", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -730984,11 +730399,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TPSAB1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0058160", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0058160.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -730998,8 +730413,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG40160", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -731028,8 +730442,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12019", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12019", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -731037,11 +730452,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TPSAB1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028514", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028514.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -731051,8 +730466,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG4793", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -731081,8 +730495,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12019", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12019", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -731090,11 +730505,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TPSAB1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036436", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036436.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -731104,8 +730519,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG4914", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -731134,8 +730548,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12019", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12019", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -731143,11 +730558,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TPSAB1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032213", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032213.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -731157,8 +730572,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5390", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -731187,8 +730601,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12019", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12019", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -731196,11 +730611,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TPSAB1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035663", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035663.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -731210,8 +730625,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6462", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -731240,8 +730654,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12019", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12019", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -731249,11 +730664,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TPSAB1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036817", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036817.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -731263,8 +730678,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6865", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -731293,8 +730707,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12019", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12019", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -731302,11 +730717,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TPSAB1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033320", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033320.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -731316,8 +730731,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8586", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -731346,8 +730760,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12019", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12019", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -731355,11 +730770,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TPSAB1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033321", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033321.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -731369,8 +730784,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8738", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -731399,8 +730813,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12019", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12019", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -731408,11 +730823,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TPSAB1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034666", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034666.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -731422,8 +730837,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG9294", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -731452,8 +730866,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12019", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12019", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -731461,11 +730876,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TPSAB1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000533", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000533.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -731475,8 +730890,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ea", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -731505,8 +730919,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12019", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12019", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -731514,11 +730929,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TPSAB1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003356", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003356.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -731528,8 +730943,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Jon99Cii", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -731558,8 +730972,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12019", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12019", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -731567,11 +730982,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TPSAB1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032638", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032638.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -731581,8 +730996,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "SPH93", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -731611,8 +731025,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12019", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12019", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -731620,11 +731035,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TPSAB1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034661", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034661.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -731634,8 +731049,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "tpr", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -731664,8 +731078,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12019", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12019", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -731673,11 +731088,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TPSAB1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003863", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003863.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -731687,8 +731102,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "\u03b1Try", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -731717,8 +731131,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12019", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12019", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -731726,11 +731141,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TPSAB1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010357", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010357.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -731740,8 +731155,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "\u03b2Try", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -731770,8 +731184,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14118", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14118", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -731779,11 +731194,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TPSD1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039272", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039272.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -731793,8 +731208,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG11836", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -731823,8 +731237,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14118", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14118", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -731832,11 +731247,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TPSD1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035501", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035501.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -731846,8 +731261,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG1299", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -731876,8 +731290,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14118", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14118", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -731885,11 +731300,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TPSD1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035496", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035496.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -731899,8 +731314,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG14990", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -731929,8 +731343,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14118", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14118", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -731938,11 +731353,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TPSD1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031470", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031470.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -731952,8 +731367,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG18557", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -731982,8 +731396,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14118", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14118", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -731991,11 +731406,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TPSD1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032639", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032639.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -732005,8 +731420,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG18563", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -732035,8 +731449,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14118", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14118", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -732044,11 +731459,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TPSD1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0042098", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0042098.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -732058,8 +731473,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG18735", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -732088,8 +731502,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14118", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14118", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -732097,11 +731512,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TPSD1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031471", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031471.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -732111,8 +731526,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG3117", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -732141,8 +731555,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14118", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14118", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -732150,11 +731565,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TPSD1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0058160", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0058160.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -732164,8 +731579,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG40160", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -732194,8 +731608,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14118", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14118", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -732203,11 +731618,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TPSD1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028514", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028514.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -732217,8 +731632,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG4793", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -732247,8 +731661,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14118", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14118", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -732256,11 +731671,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TPSD1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036436", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036436.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -732270,8 +731685,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG4914", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -732300,8 +731714,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14118", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14118", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -732309,11 +731724,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TPSD1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032213", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032213.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -732323,8 +731738,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5390", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -732353,8 +731767,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14118", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14118", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -732362,11 +731777,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TPSD1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035663", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035663.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -732376,8 +731791,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6462", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -732406,8 +731820,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14118", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14118", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -732415,11 +731830,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TPSD1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036817", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036817.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -732429,8 +731844,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6865", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -732459,8 +731873,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14118", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14118", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -732468,11 +731883,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TPSD1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033320", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033320.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -732482,8 +731897,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8586", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -732512,8 +731926,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14118", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14118", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -732521,11 +731936,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TPSD1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033321", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033321.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -732535,8 +731950,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8738", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -732565,8 +731979,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14118", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14118", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -732574,11 +731989,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TPSD1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034666", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034666.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -732588,8 +732003,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG9294", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -732618,8 +732032,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14118", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14118", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -732627,11 +732042,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TPSD1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000533", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000533.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -732641,8 +732056,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ea", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -732671,8 +732085,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14118", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14118", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -732680,11 +732095,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TPSD1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003356", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003356.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -732694,8 +732109,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Jon99Cii", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -732724,8 +732138,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14118", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14118", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -732733,11 +732148,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TPSD1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032638", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032638.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -732747,8 +732162,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "SPH93", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -732777,8 +732191,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14118", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14118", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -732786,11 +732201,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TPSD1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034661", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034661.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -732800,8 +732215,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "tpr", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -732830,8 +732244,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14134", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14134", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -732839,11 +732254,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TPSG1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034507", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034507.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -732853,8 +732268,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG11192", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -732883,8 +732297,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14134", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14134", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -732892,11 +732307,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TPSG1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039272", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039272.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -732906,8 +732321,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG11836", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -732936,8 +732350,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14134", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14134", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -732945,11 +732360,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TPSG1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035501", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035501.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -732959,8 +732374,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG1299", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -732989,8 +732403,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14134", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14134", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -732998,11 +732413,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TPSG1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0042098", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0042098.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -733012,8 +732427,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG18735", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -733042,8 +732456,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14134", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14134", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -733051,11 +732466,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TPSG1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0050025", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0050025.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -733065,8 +732480,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG30025", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -733095,8 +732509,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14134", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14134", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -733104,11 +732519,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TPSG1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0050031", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0050031.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -733118,8 +732533,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG30031", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -733148,8 +732562,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14134", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14134", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -733157,11 +732572,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TPSG1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036436", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036436.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -733171,8 +732586,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG4914", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -733201,8 +732615,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14134", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14134", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -733210,11 +732625,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TPSG1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035663", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035663.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -733224,8 +732639,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6462", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -733254,8 +732668,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14134", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14134", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -733263,11 +732678,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TPSG1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034666", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034666.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -733277,8 +732692,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG9294", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -733307,8 +732721,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14134", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14134", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -733316,11 +732731,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TPSG1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000533", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000533.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -733330,8 +732745,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ea", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -733360,8 +732774,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14134", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14134", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -733369,11 +732784,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TPSG1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034661", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034661.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -733383,8 +732798,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "tpr", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -733413,8 +732827,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14134", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14134", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -733422,11 +732837,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TPSG1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003863", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003863.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -733436,8 +732851,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "\u03b1Try", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -733466,8 +732880,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14134", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14134", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -733475,11 +732890,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TPSG1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010357", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010357.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -733489,8 +732904,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "\u03b2Try", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -733519,8 +732933,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12020", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12020", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -733528,11 +732943,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TPST1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0086674", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0086674.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -733542,8 +732957,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Tpst", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -733572,8 +732986,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12021", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12021", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -733581,11 +732996,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TPST2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0086674", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0086674.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -733595,8 +733010,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Tpst", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -733625,8 +733039,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12022", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12022", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -733634,11 +733049,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TPT1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037874", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037874.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -733648,8 +733063,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Tctp", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -733677,8 +733091,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:24088", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24088", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -733686,11 +733101,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TPT1P8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037874", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037874.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -733700,8 +733115,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Tctp", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -733730,8 +733144,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:53829", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:53829", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -733739,11 +733154,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TPTEP2-CSNK1E", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0002413", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0002413.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -733753,8 +733168,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "dco", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -733783,8 +733197,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16645", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16645", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -733792,11 +733207,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TRA2A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003742", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003742.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -733806,8 +733221,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "tra2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -733836,8 +733250,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10781", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10781", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -733845,11 +733260,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TRA2B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003742", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003742.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -733859,8 +733274,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "tra2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -733889,8 +733303,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28805", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28805", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -733898,11 +733313,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TRABD", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0283438", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0283438.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -733912,8 +733327,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG46280", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -733942,8 +733356,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17861", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17861", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -733951,11 +733366,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TRAF3IP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038221", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038221.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -733965,8 +733380,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "IFT54", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -733994,8 +733408,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12034", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12034", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -734003,11 +733418,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TRAF4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0026319", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026319.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -734017,8 +733432,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Traf4", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -734046,8 +733460,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12036", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12036", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -734055,11 +733470,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TRAF6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0265464", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0265464.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -734069,8 +733484,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Traf6", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -734098,8 +733512,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30764", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30764", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -734107,11 +733522,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TRAIP", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034314", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034314.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -734121,8 +733536,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "nopo", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -734151,8 +733565,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29947", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29947", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -734160,11 +733575,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TRAK1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0262872", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0262872.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -734174,8 +733589,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "milt", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -734203,8 +733617,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:13206", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13206", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -734212,11 +733627,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TRAK2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0262872", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0262872.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -734226,8 +733641,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "milt", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -734256,8 +733670,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20568", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20568", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -734265,11 +733680,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TRAM1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040340", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040340.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -734279,8 +733694,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "TRAM", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -734308,8 +733722,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:28371", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28371", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -734317,11 +733732,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TRAM1L1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040340", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040340.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -734331,8 +733746,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "TRAM", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -734361,8 +733775,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:16855", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16855", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -734370,11 +733785,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TRAM2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040340", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040340.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -734384,8 +733799,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "TRAM", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -734414,8 +733828,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16264", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16264", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -734423,11 +733838,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TRAP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0026761", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026761.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -734437,8 +733852,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Trap1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -734466,8 +733880,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19894", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19894", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -734475,11 +733890,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TRAPPC1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0260860", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0260860.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -734489,8 +733904,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Bet5", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -734518,8 +733932,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11868", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11868", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -734527,11 +733942,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TRAPPC10", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038303", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038303.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -734541,8 +733956,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "SIDL", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -734570,8 +733984,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25751", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25751", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -734579,11 +733994,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TRAPPC11", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0286567", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0286567.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -734593,8 +734008,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "gry", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -734623,8 +734037,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24284", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24284", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -734632,11 +734047,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TRAPPC12", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037022", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037022.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -734646,8 +734061,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG11396", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -734676,8 +734090,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25828", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25828", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -734685,11 +734100,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TRAPPC13", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032204", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032204.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -734699,8 +734114,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG4953", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -734728,8 +734142,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23068", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23068", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -734737,11 +734152,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TRAPPC2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0266724", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0266724.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -734751,8 +734166,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Trs20", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -734780,8 +734194,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30887", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30887", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -734789,11 +734204,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TRAPPC2L", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033605", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033605.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -734803,8 +734218,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG9067", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -734832,8 +734246,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19942", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19942", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -734841,11 +734256,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TRAPPC3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0260859", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0260859.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -734855,8 +734270,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Bet3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -734884,8 +734298,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:21090", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21090", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -734893,11 +734308,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TRAPPC3L", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0260859", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0260859.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -734907,8 +734322,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Bet3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -734937,8 +734351,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19943", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19943", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -734946,11 +734361,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TRAPPC4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0260861", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0260861.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -734960,8 +734375,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Trs23", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -734989,8 +734403,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23067", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23067", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -734998,11 +734413,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TRAPPC5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0266723", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0266723.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -735012,8 +734427,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Trs31", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -735041,8 +734455,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:23069", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23069", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -735050,11 +734465,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TRAPPC6A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0266722", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0266722.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -735064,8 +734479,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Trs33", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -735094,8 +734508,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23066", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23066", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -735103,11 +734518,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TRAPPC6B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0266722", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0266722.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -735117,8 +734532,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Trs33", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -735146,8 +734560,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29169", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29169", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -735155,11 +734570,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TRAPPC8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0260655", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0260655.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -735169,8 +734584,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "l(3)76BDm", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -735198,8 +734612,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30832", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30832", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -735207,11 +734622,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TRAPPC9", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261787", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261787.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -735221,8 +734636,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "brun", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -735251,8 +734665,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2977", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2977", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -735260,11 +734675,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TRDMT1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028707", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028707.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -735274,8 +734689,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Mt2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -735304,8 +734718,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12266", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12266", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -735313,11 +734728,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TREH", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034121", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034121.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -735327,8 +734742,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6262", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -735357,8 +734771,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12266", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12266", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -735366,11 +734781,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TREH", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003748", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003748.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -735380,8 +734795,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Treh", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -735409,8 +734823,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18273", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18273", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -735418,11 +734833,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TRERF1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037698", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037698.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -735432,8 +734847,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG16779", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -735462,8 +734876,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12269", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12269", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -735471,11 +734886,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TREX1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031484", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031484.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -735485,8 +734900,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG3165", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -735515,8 +734929,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12270", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12270", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -735524,11 +734939,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TREX2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031484", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031484.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -735538,8 +734953,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG3165", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -735568,8 +734982,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30748", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30748", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -735577,11 +734992,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TRHDE", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0058470", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0058470.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -735591,8 +735006,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG40470", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -735621,8 +735035,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30748", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30748", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -735630,11 +735045,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TRHDE", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0259237", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0259237.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -735644,8 +735059,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG42335", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -735674,8 +735088,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12299", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12299", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -735683,11 +735098,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TRHR", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038874", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038874.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -735697,8 +735112,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ETHR", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -735727,8 +735141,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26937", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26937", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -735736,11 +735151,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TRIAP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0050108", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0050108.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -735750,8 +735165,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG30108", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -735780,8 +735194,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26937", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26937", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -735789,11 +735204,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TRIAP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0050109", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0050109.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -735803,8 +735218,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG30109", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -735833,8 +735247,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:16891", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16891", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -735842,11 +735257,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TRIB1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028978", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028978.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -735856,8 +735271,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "trbl", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -735886,8 +735300,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30809", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30809", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -735895,11 +735310,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TRIB2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028978", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028978.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -735909,8 +735324,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "trbl", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -735939,8 +735353,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:16228", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16228", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -735948,11 +735363,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TRIB3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028978", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028978.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -735962,8 +735377,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "trbl", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -735992,8 +735406,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15974", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15974", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -736001,11 +735416,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TRIM2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010300", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010300.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -736015,8 +735430,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "brat", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -736045,8 +735459,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15974", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15974", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -736054,11 +735469,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TRIM2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0265356", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0265356.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -736068,8 +735483,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "tn", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -736098,8 +735512,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:11812", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11812", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -736107,11 +735522,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TRIM24", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0023097", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0023097.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -736121,8 +735536,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "bon", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -736151,8 +735565,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:16384", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16384", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -736160,11 +735575,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TRIM28", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0023097", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0023097.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -736174,8 +735589,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "bon", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -736204,8 +735618,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10064", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10064", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -736213,11 +735628,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TRIM3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010300", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010300.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -736227,8 +735642,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "brat", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -736257,8 +735671,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10064", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10064", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -736266,11 +735681,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TRIM3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0265356", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0265356.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -736280,8 +735695,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "tn", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -736310,8 +735724,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16290", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16290", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -736319,11 +735734,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TRIM33", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0023097", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0023097.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -736333,8 +735748,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "bon", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -736363,8 +735777,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:16280", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16280", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -736372,11 +735787,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TRIM36", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051721", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051721.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -736386,8 +735801,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Trim9", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -736416,8 +735830,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19018", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19018", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -736425,11 +735840,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TRIM45", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031999", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031999.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -736439,8 +735854,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8419", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -736469,8 +735883,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:19019", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19019", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -736478,11 +735893,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TRIM46", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051721", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051721.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -736492,8 +735907,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Trim9", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -736522,8 +735936,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:29005", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29005", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -736531,11 +735946,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TRIM66", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0023097", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0023097.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -736545,8 +735960,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "bon", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -736575,8 +735989,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:31859", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:31859", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -736584,11 +735999,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TRIM67", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051721", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051721.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -736598,8 +736013,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Trim9", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -736627,8 +736041,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:32669", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:32669", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -736636,11 +736051,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TRIM71", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0259745", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0259745.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -736650,8 +736065,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "wech", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -736680,8 +736094,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16288", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16288", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -736689,11 +736104,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TRIM9", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051721", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051721.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -736703,8 +736118,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Trim9", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -736732,8 +736146,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:12303", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12303", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -736741,11 +736156,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TRIO", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0024277", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0024277.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -736755,8 +736170,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "trio", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -736785,8 +736199,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:17009", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17009", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -736794,11 +736209,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TRIOBP", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003016", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003016.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -736808,8 +736223,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "osp", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -736838,8 +736252,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12304", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12304", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -736847,11 +736262,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TRIP10", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035533", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035533.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -736861,8 +736276,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cip4", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -736890,8 +736304,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12305", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12305", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -736899,11 +736314,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TRIP11", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027287", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027287.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -736913,8 +736328,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Gmap", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -736943,8 +736357,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12306", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12306", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -736952,11 +736367,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TRIP12", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0260794", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0260794.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -736966,8 +736381,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ctrip", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -736996,8 +736410,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12307", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12307", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -737005,11 +736420,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TRIP13", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051453", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051453.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -737019,8 +736434,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "pch2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -737048,8 +736462,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12310", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12310", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -737057,11 +736472,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TRIP4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031115", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031115.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -737071,8 +736486,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG11710", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -737100,8 +736514,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:12311", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12311", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -737109,11 +736524,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TRIP6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0011642", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0011642.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -737123,8 +736538,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Zyx", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -737153,8 +736567,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28424", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28424", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -737162,11 +736577,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TRIR", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0042132", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0042132.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -737176,8 +736591,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG18809", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -737206,8 +736620,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20286", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20286", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -737215,11 +736630,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TRIT1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0043799", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0043799.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -737229,8 +736644,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG31381", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -737258,8 +736672,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30967", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30967", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -737267,11 +736682,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TRMO", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033229", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033229.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -737281,8 +736696,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG12822", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -737311,8 +736725,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25980", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25980", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -737320,11 +736735,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TRMT1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032430", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032430.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -737333,9 +736748,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG6388", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Trm1", + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -737363,8 +736777,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28403", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28403", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -737372,11 +736787,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TRMT10A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031189", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031189.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -737386,8 +736801,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG14618", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -737416,8 +736830,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26022", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26022", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -737425,11 +736840,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TRMT10C", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034351", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034351.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -737439,8 +736854,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "rswl", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -737468,8 +736882,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21080", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21080", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -737477,11 +736892,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TRMT11", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037250", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037250.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -737491,8 +736906,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG1074", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -737521,8 +736935,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26940", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26940", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -737530,11 +736945,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TRMT112", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037061", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037061.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -737543,9 +736958,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG12975", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Trmt112", + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -737573,8 +736987,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25502", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25502", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -737582,11 +736997,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TRMT13", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037435", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037435.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -737596,8 +737011,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG18048", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -737625,8 +737039,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24974", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24974", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -737634,11 +737049,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TRMT2A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036838", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036838.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -737648,8 +737063,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG3808", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -737678,8 +737092,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:25748", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25748", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -737687,11 +737102,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TRMT2B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036838", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036838.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -737701,8 +737116,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG3808", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -737731,8 +737145,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26653", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26653", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -737740,11 +737155,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TRMT44", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037708", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037708.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -737754,8 +737169,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG9386", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -737783,8 +737197,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23141", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23141", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -737792,11 +737207,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TRMT5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052281", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052281.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -737806,8 +737221,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG32281", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -737835,8 +737249,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20900", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20900", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -737844,11 +737259,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TRMT6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031832", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031832.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -737858,8 +737273,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG9596", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -737887,8 +737301,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23790", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23790", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -737896,11 +737311,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TRMT61A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039407", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039407.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -737910,8 +737325,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG14544", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -737939,8 +737353,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26725", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26725", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -737948,11 +737363,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TRMT9B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0259146", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0259146.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -737962,8 +737377,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "fid", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -737992,8 +737406,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25481", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25481", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -738001,11 +737416,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TRMU", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040337", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040337.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -738015,8 +737430,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG3021", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -738044,8 +737458,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30813", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30813", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -738053,11 +737468,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TRNAU1AP", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031607", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031607.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -738067,8 +737482,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Secp43", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -738097,8 +737511,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17341", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17341", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -738106,11 +737521,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TRNT1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037369", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037369.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -738120,8 +737535,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG2100", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -738149,8 +737563,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:12326", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12326", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -738158,11 +737573,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TRO", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037481", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037481.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -738172,8 +737587,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "MAGE", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -738202,8 +737616,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:497", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:497", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -738211,11 +737626,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TRPA1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035934", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035934.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -738225,8 +737640,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "TrpA1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -738255,8 +737669,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:12333", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12333", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -738264,11 +737679,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TRPC1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003861", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003861.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -738278,8 +737693,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "trp", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -738308,8 +737722,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:12333", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12333", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -738317,11 +737732,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TRPC1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032593", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032593.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -738331,8 +737746,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Trp\u03b3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -738361,8 +737775,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:12335", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12335", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -738370,11 +737785,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TRPC3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003861", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003861.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -738384,8 +737799,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "trp", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -738414,8 +737828,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:12335", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12335", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -738423,11 +737838,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TRPC3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032593", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032593.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -738437,8 +737852,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Trp\u03b3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -738467,8 +737881,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12336", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12336", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -738476,11 +737891,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TRPC4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003861", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003861.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -738490,8 +737905,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "trp", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -738520,8 +737934,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12336", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12336", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -738529,11 +737944,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TRPC4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0005614", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0005614.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -738543,8 +737958,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "trpl", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -738573,8 +737987,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12336", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12336", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -738582,11 +737997,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TRPC4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032593", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032593.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -738596,8 +738011,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Trp\u03b3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -738626,8 +738040,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12337", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12337", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -738635,11 +738050,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TRPC5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003861", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003861.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -738649,8 +738064,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "trp", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -738679,8 +738093,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12337", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12337", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -738688,11 +738103,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TRPC5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0005614", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0005614.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -738702,8 +738117,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "trpl", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -738732,8 +738146,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12337", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12337", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -738741,11 +738156,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TRPC5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032593", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032593.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -738755,8 +738170,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Trp\u03b3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -738785,8 +738199,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:12338", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12338", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -738794,11 +738209,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TRPC6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003861", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003861.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -738808,8 +738223,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "trp", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -738838,8 +738252,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:12338", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12338", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -738847,11 +738262,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TRPC6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032593", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032593.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -738861,8 +738276,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Trp\u03b3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -738891,8 +738305,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:20754", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20754", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -738900,11 +738315,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TRPC7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003861", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003861.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -738914,8 +738329,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "trp", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -738944,8 +738358,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:20754", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20754", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -738953,11 +738368,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TRPC7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032593", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032593.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -738967,8 +738382,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Trp\u03b3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -738997,8 +738411,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:7146", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:7146", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -739006,11 +738421,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TRPM1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0265194", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0265194.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -739020,8 +738435,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Trpm", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -739050,8 +738464,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17992", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17992", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -739059,11 +738474,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TRPM3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0265194", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0265194.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -739073,8 +738488,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Trpm", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -739102,8 +738516,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:17993", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17993", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -739111,11 +738526,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TRPM4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0265194", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0265194.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -739125,8 +738540,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Trpm", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -739155,8 +738569,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:14323", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14323", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -739164,11 +738579,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TRPM5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0265194", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0265194.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -739178,8 +738593,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Trpm", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -739208,8 +738622,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:17995", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17995", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -739217,11 +738632,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TRPM6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0265194", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0265194.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -739231,8 +738646,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Trpm", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -739261,8 +738675,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17994", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17994", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -739270,11 +738685,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TRPM7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0265194", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0265194.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -739284,8 +738699,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Trpm", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -739313,8 +738727,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:17961", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17961", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -739322,11 +738737,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TRPM8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0265194", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0265194.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -739336,8 +738751,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Trpm", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -739366,8 +738780,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20316", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20316", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -739375,11 +738790,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TRPT1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0053057", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0053057.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -739389,8 +738804,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG33057", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -739418,8 +738832,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:12716", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12716", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -739427,11 +738842,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TRPV1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036414", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036414.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -739441,8 +738856,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "nan", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -739471,8 +738885,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:18082", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18082", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -739480,11 +738895,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TRPV2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036414", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036414.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -739494,8 +738909,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "nan", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -739524,8 +738938,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:18084", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18084", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -739533,11 +738948,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TRPV3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036414", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036414.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -739547,8 +738962,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "nan", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -739577,8 +738991,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:18083", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18083", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -739586,11 +739001,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TRPV4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036414", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036414.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -739600,8 +739015,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "nan", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -739630,8 +739044,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3145", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3145", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -739639,11 +739054,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TRPV5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0086693", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0086693.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -739653,8 +739068,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "iav", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -739683,8 +739097,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3145", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3145", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -739692,11 +739107,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TRPV5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036414", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036414.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -739706,8 +739121,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "nan", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -739736,8 +739150,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14006", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14006", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -739745,11 +739160,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TRPV6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0086693", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0086693.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -739759,8 +739174,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "iav", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -739789,8 +739203,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14006", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14006", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -739798,11 +739213,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TRPV6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036414", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036414.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -739812,8 +739227,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "nan", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -739842,8 +739256,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12347", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12347", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -739851,11 +739266,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TRRAP", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0053554", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0053554.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -739865,8 +739280,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Nipped-A", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -739895,8 +739309,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17170", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17170", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -739904,11 +739319,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TRUB2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033060", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033060.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -739918,8 +739333,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7849", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -739947,8 +739361,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12362", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12362", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -739956,11 +739371,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TSC1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0026317", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026317.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -739970,8 +739385,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Tsc1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -739999,8 +739413,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12363", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12363", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -740008,11 +739423,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TSC2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0005198", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0005198.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -740022,8 +739437,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "gig", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -740052,8 +739466,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16826", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16826", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -740061,11 +739476,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TSC22D1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0259176", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0259176.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -740075,8 +739490,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "bun", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -740105,8 +739519,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29095", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29095", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -740114,11 +739529,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TSC22D2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0259176", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0259176.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -740128,8 +739543,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "bun", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -740158,8 +739572,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:3051", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3051", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -740167,11 +739582,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TSC22D3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0259176", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0259176.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -740181,8 +739596,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "bun", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -740211,8 +739625,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:21696", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21696", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -740220,11 +739635,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TSC22D4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0259176", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0259176.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -740234,8 +739649,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "bun", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -740264,8 +739678,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28422", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28422", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -740273,11 +739688,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TSEN2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051812", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051812.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -740287,8 +739702,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Tsen2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -740317,8 +739731,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15506", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15506", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -740326,11 +739741,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TSEN34", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0053260", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0053260.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -740340,8 +739755,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Tsen34", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -740370,8 +739784,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:27561", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:27561", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -740379,11 +739794,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TSEN54", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036266", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036266.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -740393,8 +739808,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Tsen54", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -740423,8 +739837,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12367", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12367", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -740432,11 +739847,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TSFM", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032646", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032646.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -740446,8 +739861,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mEFTs", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -740475,8 +739889,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15971", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15971", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -740484,11 +739899,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TSG101", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036666", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036666.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -740498,8 +739913,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "TSG101", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -740528,8 +739942,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:14927", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14927", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -740537,11 +739952,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TSGA10", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036480", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036480.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -740551,8 +739966,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cep135", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -740581,8 +739995,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:12372", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12372", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -740590,11 +740005,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TSHB", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0063368", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0063368.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -740604,8 +740019,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Gpb5", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -740634,8 +740048,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:12373", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12373", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -740643,11 +740058,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TSHR", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0016650", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0016650.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -740657,8 +740072,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Lgr1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -740687,8 +740101,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10669", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10669", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -740696,11 +740111,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TSHZ1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028979", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028979.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -740710,8 +740125,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "tio", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -740740,8 +740154,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10669", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10669", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -740749,11 +740164,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TSHZ1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003866", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003866.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -740763,8 +740178,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "tsh", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -740793,8 +740207,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13010", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13010", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -740802,11 +740217,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TSHZ2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028979", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028979.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -740816,8 +740231,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "tio", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -740846,8 +740260,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13010", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13010", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -740855,11 +740270,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TSHZ2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003866", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003866.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -740869,8 +740284,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "tsh", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -740899,8 +740313,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30700", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30700", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -740908,11 +740323,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TSHZ3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028979", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028979.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -740922,8 +740337,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "tio", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -740952,8 +740366,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30700", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30700", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -740961,11 +740376,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TSHZ3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003866", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003866.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -740975,8 +740390,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "tsh", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -741005,8 +740419,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28850", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28850", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -741014,11 +740429,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TSKU", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038866", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038866.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -741028,8 +740443,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5810", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -741058,8 +740472,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28850", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28850", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -741067,11 +740482,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TSKU", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0013272", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0013272.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -741081,8 +740496,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Gp150", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -741111,8 +740525,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12379", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12379", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -741120,11 +740535,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TSN", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033528", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033528.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -741134,8 +740549,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "trsn", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -741163,8 +740577,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26437", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26437", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -741172,11 +740587,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TSNARE1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036341", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036341.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -741186,8 +740601,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Syx13", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -741216,8 +740630,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12380", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12380", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -741225,11 +740640,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TSNAX", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038327", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038327.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -741239,8 +740654,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Trax", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -741268,8 +740682,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:20657", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20657", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -741277,11 +740692,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TSPAN1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036769", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036769.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -741291,8 +740706,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Tsp74F", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -741321,8 +740735,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30795", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30795", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -741330,11 +740745,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TSPAN11", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036769", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036769.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -741344,8 +740759,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Tsp74F", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -741374,8 +740788,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21643", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21643", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -741383,11 +740798,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TSPAN13", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039465", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039465.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -741397,8 +740812,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Tsp97E", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -741426,8 +740840,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:23303", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23303", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -741435,11 +740850,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TSPAN14", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031760", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031760.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -741449,8 +740864,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Tsp26A", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -741479,8 +740893,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23298", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23298", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -741488,11 +740903,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TSPAN15", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033135", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033135.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -741502,8 +740917,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Tsp42En", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -741532,8 +740946,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30725", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30725", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -741541,11 +740956,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TSPAN16", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033132", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033132.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -741555,8 +740970,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Tsp42Ej", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -741585,8 +740999,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13594", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13594", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -741594,11 +741009,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TSPAN17", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031760", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031760.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -741608,8 +741023,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Tsp26A", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -741638,8 +741052,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:20660", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20660", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -741647,11 +741062,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TSPAN18", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036769", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036769.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -741661,8 +741076,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Tsp74F", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -741691,8 +741105,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:31886", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:31886", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -741700,11 +741115,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TSPAN19", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033132", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033132.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -741714,8 +741129,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Tsp42Ej", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -741744,8 +741158,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:20659", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20659", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -741753,11 +741168,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TSPAN2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027865", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027865.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -741767,8 +741182,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Tsp96F", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -741797,8 +741211,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17752", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17752", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -741806,11 +741221,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TSPAN3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0024361", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0024361.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -741820,8 +741235,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Tsp2A", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -741850,8 +741264,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17752", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17752", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -741859,11 +741274,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TSPAN3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0042086", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0042086.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -741873,8 +741288,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Tsp42Eb", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -741903,8 +741317,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17752", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17752", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -741912,11 +741327,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TSPAN3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033133", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033133.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -741926,8 +741341,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Tsp42Ek", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -741956,8 +741370,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17752", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17752", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -741965,11 +741380,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TSPAN3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033134", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033134.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -741979,8 +741394,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Tsp42El", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -742009,8 +741423,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17752", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17752", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -742018,11 +741433,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TSPAN3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033139", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033139.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -742032,8 +741447,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Tsp42Er", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -742062,8 +741476,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10539", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10539", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -742071,11 +741486,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TSPAN31", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039465", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039465.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -742085,8 +741500,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Tsp97E", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -742114,8 +741528,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28743", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28743", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -742123,11 +741538,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TSPAN33", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040334", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040334.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -742137,8 +741552,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Tsp3A", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -742167,8 +741581,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28743", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28743", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -742176,11 +741591,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TSPAN33", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037848", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037848.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -742190,8 +741605,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Tsp86D", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -742220,8 +741634,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:11859", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11859", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -742229,11 +741644,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TSPAN4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029837", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029837.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -742243,8 +741658,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Tsp5D", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -742273,8 +741687,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17753", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17753", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -742282,11 +741697,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TSPAN5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031760", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031760.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -742296,8 +741711,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Tsp26A", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -742326,8 +741740,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11858", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11858", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -742335,11 +741750,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TSPAN6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032075", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032075.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -742349,8 +741764,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Tsp29Fb", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -742379,8 +741793,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:11858", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11858", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -742388,11 +741803,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TSPAN6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032943", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032943.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -742402,8 +741817,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Tsp39D", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -742432,8 +741846,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11854", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11854", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -742441,11 +741856,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TSPAN7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032075", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032075.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -742455,8 +741870,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Tsp29Fb", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -742485,8 +741899,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:11854", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11854", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -742494,11 +741909,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TSPAN7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032943", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032943.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -742508,8 +741923,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Tsp39D", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -742538,8 +741952,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11855", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11855", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -742547,11 +741962,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TSPAN8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0042086", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0042086.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -742561,8 +741976,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Tsp42Eb", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -742591,8 +742005,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11855", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11855", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -742600,11 +742015,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TSPAN8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033133", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033133.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -742614,8 +742029,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Tsp42Ek", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -742644,8 +742058,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11855", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11855", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -742653,11 +742068,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TSPAN8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033134", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033134.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -742667,8 +742082,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Tsp42El", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -742697,8 +742111,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11855", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11855", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -742706,11 +742121,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TSPAN8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033139", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033139.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -742720,8 +742135,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Tsp42Er", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -742750,8 +742164,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21640", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21640", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -742759,11 +742174,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TSPAN9", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029837", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029837.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -742773,8 +742188,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Tsp5D", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -742803,8 +742217,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1268", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1268", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -742812,11 +742227,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TSPEAR", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261016", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261016.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -742826,8 +742241,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "clos", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -742856,8 +742270,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1158", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1158", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -742865,11 +742280,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TSPO", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031263", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031263.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -742879,8 +742294,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Tspo", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -742908,8 +742322,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:21256", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21256", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -742917,11 +742332,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TSPO2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031263", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031263.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -742931,8 +742346,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Tspo", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -742961,8 +742375,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16831", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16831", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -742970,11 +742385,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TSPOAP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0262483", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0262483.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -742984,8 +742399,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rbp", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -743014,8 +742428,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:37473", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:37473", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -743023,11 +742438,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TSPY10", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0014879", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0014879.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -743037,8 +742452,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Set", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -743067,8 +742481,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:23924", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23924", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -743076,11 +742491,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TSPY2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0014879", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0014879.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -743090,8 +742505,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Set", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -743120,8 +742534,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:33876", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:33876", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -743129,11 +742544,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TSPY3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0014879", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0014879.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -743143,8 +742558,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Set", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -743173,8 +742587,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:37287", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:37287", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -743182,11 +742597,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TSPY4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0014879", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0014879.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -743196,8 +742611,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Set", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -743226,8 +742640,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:12382", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12382", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -743235,11 +742650,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TSPYL1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0014879", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0014879.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -743249,8 +742664,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Set", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -743279,8 +742693,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:24358", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24358", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -743288,11 +742703,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TSPYL2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0014879", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0014879.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -743302,8 +742717,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Set", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -743332,8 +742746,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:21559", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21559", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -743341,11 +742756,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TSPYL4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0014879", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0014879.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -743355,8 +742770,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Set", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -743385,8 +742799,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:29367", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29367", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -743394,11 +742809,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TSPYL5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0014879", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0014879.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -743408,8 +742823,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Set", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -743438,8 +742852,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:14521", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14521", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -743447,11 +742862,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TSPYL6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0014879", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0014879.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -743461,8 +742876,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Set", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -743491,8 +742905,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25542", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25542", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -743500,11 +742915,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TSR1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037073", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037073.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -743514,8 +742929,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Tsr1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -743544,8 +742958,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25455", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25455", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -743553,11 +742968,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TSR2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039404", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039404.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -743567,8 +742982,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG14543", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -743596,8 +743010,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14175", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14175", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -743605,11 +743020,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TSR3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038313", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038313.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -743619,8 +743034,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG4338", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -743649,8 +743063,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12386", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12386", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -743658,11 +743073,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TSSC4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036063", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036063.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -743672,8 +743087,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6674", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -743702,8 +743116,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:14968", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14968", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -743711,11 +743126,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TSSK1B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038630", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038630.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -743725,8 +743140,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG14305", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -743755,8 +743169,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11401", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11401", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -743764,11 +743179,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TSSK2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038630", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038630.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -743778,8 +743193,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG14305", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -743808,8 +743222,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19825", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19825", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -743817,11 +743232,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TSSK4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031784", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031784.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -743831,8 +743246,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG9222", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -743861,8 +743275,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:30410", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30410", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -743870,11 +743285,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TSSK6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038630", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038630.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -743884,8 +743299,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG14305", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -743914,8 +743328,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:35410", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:35410", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -743923,11 +743338,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TSTD1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038080", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038080.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -743937,8 +743352,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG12279", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -743967,8 +743381,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:35410", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:35410", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -743976,11 +743391,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TSTD1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0001228", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0001228.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -743990,8 +743405,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG4456", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -744020,8 +743434,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:35410", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:35410", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -744029,11 +743444,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TSTD1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039145", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039145.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -744043,8 +743458,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6000", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -744073,8 +743487,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:40910", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:40910", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -744082,11 +743497,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TSTD3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038080", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038080.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -744096,8 +743511,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG12279", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -744126,8 +743540,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:40910", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:40910", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -744135,11 +743550,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TSTD3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0001228", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0001228.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -744149,8 +743564,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG4456", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -744179,8 +743593,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:40910", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:40910", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -744188,11 +743603,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TSTD3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039145", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039145.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -744202,8 +743617,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6000", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -744232,8 +743646,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19140", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19140", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -744241,11 +743656,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TTBK1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039908", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039908.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -744255,8 +743670,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Asator", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -744285,8 +743699,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19141", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19141", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -744294,11 +743709,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TTBK2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039908", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039908.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -744308,8 +743723,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Asator", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -744338,8 +743752,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12391", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12391", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -744347,11 +743762,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TTC1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038428", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038428.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -744361,8 +743776,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG14894", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -744390,8 +743804,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23700", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23700", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -744399,11 +743814,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TTC12", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0085303", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0085303.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -744413,8 +743828,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG34274", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -744443,8 +743857,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23700", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23700", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -744452,11 +743867,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TTC12", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0085326", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0085326.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -744466,8 +743881,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG34297", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -744496,8 +743910,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23700", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23700", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -744505,11 +743920,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TTC12", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039228", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039228.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -744519,8 +743934,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6980", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -744549,8 +743963,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24697", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24697", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -744558,11 +743973,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TTC14", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037855", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037855.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -744572,8 +743987,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6621", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -744602,8 +744016,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25596", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25596", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -744611,11 +744026,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TTC17", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029713", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029713.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -744625,8 +744040,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG11436", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -744655,8 +744069,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26006", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26006", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -744664,11 +744079,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TTC19", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032744", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032744.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -744678,8 +744093,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ttc19", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -744703,66 +744117,14 @@ "stringencyFilter": "stringent", "totalMethodCount": 10 }, - { - "best": "Yes", - "bestReverse": "Yes", - "gene": { - "id": "HGNC:25280", - "species": { - "commonNames": "['human']", - "dataProviderFullName": "Rat Genome Database", - "dataProviderShortName": "RGD", - "name": "Homo sapiens", - "shortName": "Hsa", - "taxonId": "NCBITaxon:9606" - }, - "symbol": "TTC25", - "taxonId": "NCBITaxon:9606", - "url": null - }, - "homologGene": { - "id": "FB:FBgn0034692", - "species": { - "commonNames": "['fly', 'fruit fly', 'dme']", - "dataProviderFullName": "FlyBase", - "dataProviderShortName": "FB", - "name": "Drosophila melanogaster", - "shortName": "Dme", - "taxonId": "NCBITaxon:7227" - }, - "symbol": "CG13502", - "taxonId": "NCBITaxon:7227", - "url": null - }, - "methodCount": 5, - "predictionMethodsMatched": [ - "Ensembl Compara", - "OrthoFinder", - "OrthoInspector", - "PhylomeDB", - "Roundup" - ], - "predictionMethodsNotCalled": [ - "HGNC", - "ZFIN" - ], - "predictionMethodsNotMatched": [ - "Hieranoid", - "InParanoid", - "OMA", - "PANTHER", - "TreeFam" - ], - "stringencyFilter": "stringent", - "totalMethodCount": 10 - }, { "best": "Yes", "bestReverse": "Yes", "gene": { "id": "HGNC:21882", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21882", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -744770,11 +744132,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TTC26", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038358", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038358.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -744784,8 +744146,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ttc26", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -744813,8 +744174,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25986", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25986", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -744822,11 +744184,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TTC27", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036772", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036772.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -744836,8 +744198,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5290", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -744865,8 +744226,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29179", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29179", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -744874,11 +744236,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TTC28", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0262719", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0262719.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -744888,8 +744250,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG43163", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -744917,8 +744278,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:25853", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25853", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -744926,11 +744288,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TTC30A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032470", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032470.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -744940,8 +744302,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ttc30", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -744970,8 +744331,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26425", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26425", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -744979,11 +744341,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TTC30B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032470", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032470.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -744993,8 +744355,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ttc30", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -745022,8 +744383,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:33708", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:33708", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -745031,11 +744393,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TTC36", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036359", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036359.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -745045,8 +744407,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG14105", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -745075,8 +744436,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23639", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23639", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -745084,11 +744446,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TTC37", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033376", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033376.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -745098,8 +744460,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8777", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -745127,8 +744488,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12394", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12394", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -745136,11 +744498,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TTC4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0266518", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0266518.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -745150,8 +744512,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Dpit47", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -745179,8 +744540,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:49210", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:49210", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -745188,11 +744550,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TTC41P", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032798", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032798.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -745202,8 +744564,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10132", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -745232,8 +744593,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19750", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19750", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -745241,11 +744603,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TTC7A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0021847", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0021847.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -745255,8 +744617,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ttc7", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -745285,8 +744646,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19858", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19858", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -745294,11 +744656,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TTC7B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0021847", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0021847.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -745308,8 +744670,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ttc7", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -745338,8 +744699,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20087", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20087", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -745347,11 +744709,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TTC8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031255", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031255.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -745361,8 +744723,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "BBS8", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -745390,8 +744751,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12398", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12398", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -745399,11 +744761,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TTF2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037531", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037531.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -745413,8 +744775,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10445", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -745443,8 +744804,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12398", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12398", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -745452,11 +744814,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TTF2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0002542", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0002542.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -745466,8 +744828,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "lds", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -745496,8 +744857,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29029", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29029", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -745505,11 +744867,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TTI1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037741", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037741.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -745518,9 +744880,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG16908", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Tti1", + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -745548,8 +744909,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12401", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12401", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -745557,11 +744919,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TTK", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000063", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000063.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -745571,8 +744933,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Mps1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -745601,8 +744962,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1312", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1312", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -745610,11 +744972,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TTLL1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030823", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030823.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -745624,8 +744986,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "TTLL1A", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -745654,8 +745015,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1312", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1312", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -745663,11 +745025,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TTLL1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052238", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052238.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -745677,8 +745039,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "TTLL1B", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -745706,8 +745067,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28974", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28974", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -745715,11 +745077,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TTLL12", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033225", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033225.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -745729,8 +745091,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "TTLL12", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -745758,20 +745119,21 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:32484", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:32484", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "TTLL13P", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "TTLL13", + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034459", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034459.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -745781,8 +745143,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "TTLL6A", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -745811,20 +745172,21 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:32484", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:32484", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "TTLL13P", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "TTLL13", + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039501", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039501.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -745834,8 +745196,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "TTLL6B", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -745864,8 +745225,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24483", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24483", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -745873,11 +745235,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TTLL3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031854", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031854.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -745887,8 +745249,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "TTLL3A", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -745917,8 +745278,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24483", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24483", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -745926,11 +745288,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TTLL3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031853", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031853.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -745940,8 +745302,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "TTLL3B", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -745970,8 +745331,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28976", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28976", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -745979,11 +745341,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TTLL4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0026147", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026147.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -745993,8 +745355,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "TTLL4A", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -746023,8 +745384,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28976", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28976", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -746032,11 +745394,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TTLL4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031574", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031574.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -746046,8 +745408,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "TTLL4B", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -746076,8 +745437,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19963", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19963", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -746085,11 +745447,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TTLL5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051108", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051108.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -746099,8 +745461,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "TTLL5", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -746129,8 +745490,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26664", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26664", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -746138,11 +745500,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TTLL6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034459", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034459.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -746152,8 +745514,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "TTLL6A", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -746182,8 +745543,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26664", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26664", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -746191,11 +745553,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TTLL6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039501", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039501.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -746205,8 +745567,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "TTLL6B", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -746235,8 +745596,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:34000", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:34000", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -746244,11 +745606,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TTLL8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031854", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031854.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -746258,8 +745620,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "TTLL3A", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -746288,8 +745649,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:34000", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:34000", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -746297,11 +745659,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TTLL8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031853", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031853.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -746311,8 +745673,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "TTLL3B", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -746341,8 +745702,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12403", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12403", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -746350,11 +745712,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TTN", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0005666", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0005666.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -746364,8 +745726,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "bt", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -746394,8 +745755,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12404", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12404", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -746403,11 +745765,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TTPA", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039107", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039107.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -746417,8 +745779,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10300", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -746447,8 +745808,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12404", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12404", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -746456,11 +745818,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TTPA", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039106", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039106.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -746470,8 +745832,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10301", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -746500,8 +745861,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12404", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12404", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -746509,11 +745871,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TTPA", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033437", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033437.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -746523,8 +745885,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG12926", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -746553,8 +745914,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12404", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12404", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -746562,11 +745924,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TTPA", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033434", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033434.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -746576,8 +745938,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG1902", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -746606,8 +745967,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12404", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12404", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -746615,11 +745977,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TTPA", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0050339", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0050339.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -746629,8 +745991,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG30339", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -746659,8 +746020,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12404", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12404", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -746668,11 +746030,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TTPA", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051636", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051636.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -746682,8 +746044,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG31636", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -746712,8 +746073,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12404", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12404", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -746721,11 +746083,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TTPA", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0053514", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0053514.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -746735,8 +746097,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG33514", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -746765,8 +746126,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12404", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12404", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -746774,11 +746136,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TTPA", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0053965", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0053965.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -746788,8 +746150,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG33965", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -746818,8 +746179,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12404", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12404", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -746827,11 +746189,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TTPA", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0053966", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0053966.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -746841,8 +746203,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG33966", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -746871,8 +746232,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16114", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16114", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -746880,11 +746242,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TTPAL", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032783", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032783.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -746894,8 +746256,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10237", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -746924,8 +746285,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16114", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16114", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -746933,11 +746295,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TTPAL", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039107", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039107.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -746947,8 +746309,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10300", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -746977,8 +746338,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16114", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16114", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -746986,11 +746348,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TTPAL", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039106", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039106.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -747000,8 +746362,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10301", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -747030,8 +746391,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16114", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16114", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -747039,11 +746401,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TTPAL", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033437", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033437.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -747053,8 +746415,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG12926", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -747083,8 +746444,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16114", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16114", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -747092,11 +746454,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TTPAL", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033434", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033434.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -747106,8 +746468,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG1902", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -747136,8 +746497,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16114", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16114", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -747145,11 +746507,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TTPAL", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0050339", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0050339.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -747159,8 +746521,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG30339", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -747189,8 +746550,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16114", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16114", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -747198,11 +746560,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TTPAL", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051636", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051636.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -747212,8 +746574,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG31636", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -747242,8 +746603,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16114", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16114", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -747251,11 +746613,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TTPAL", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0053514", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0053514.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -747265,8 +746627,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG33514", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -747295,8 +746656,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16114", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16114", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -747304,11 +746666,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TTPAL", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0053965", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0053965.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -747318,8 +746680,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG33965", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -747348,8 +746709,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16114", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16114", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -747357,11 +746719,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TTPAL", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0053966", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0053966.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -747371,8 +746733,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG33966", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -747401,8 +746762,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16114", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16114", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -747410,11 +746772,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TTPAL", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031913", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031913.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -747424,8 +746786,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5958", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -747454,8 +746815,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16114", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16114", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -747463,11 +746825,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TTPAL", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031914", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031914.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -747477,8 +746839,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5973", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -747507,8 +746868,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12405", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12405", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -747516,11 +746878,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TTR", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0050016", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0050016.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -747530,8 +746892,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG30016", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -747560,8 +746921,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13476", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13476", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -747569,11 +746931,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TTYH1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261444", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261444.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -747583,8 +746945,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG3638", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -747612,8 +746973,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:13877", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13877", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -747621,11 +746983,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TTYH2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261444", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261444.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -747635,8 +746997,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG3638", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -747665,8 +747026,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13877", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13877", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -747674,11 +747036,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TTYH2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015558", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015558.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -747688,8 +747050,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "tty", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -747718,8 +747079,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:22222", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:22222", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -747727,11 +747089,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TTYH3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261444", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261444.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -747741,8 +747103,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG3638", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -747770,8 +747131,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12406", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12406", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -747779,11 +747141,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TUB", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015721", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015721.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -747793,8 +747155,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ktub", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -747823,8 +747184,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:20766", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20766", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -747832,11 +747194,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TUBA1A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003884", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003884.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -747846,8 +747208,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "\u03b1Tub84B", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -747876,8 +747237,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20766", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20766", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -747885,11 +747247,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TUBA1A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003886", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003886.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -747899,8 +747261,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "\u03b1Tub85E", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -747929,8 +747290,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:18809", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18809", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -747938,11 +747300,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TUBA1B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003884", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003884.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -747952,8 +747314,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "\u03b1Tub84B", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -747982,8 +747343,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:20768", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20768", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -747991,11 +747353,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TUBA1C", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003884", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003884.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -748005,8 +747367,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "\u03b1Tub84B", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -748035,8 +747396,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24071", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24071", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -748044,11 +747406,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TUBA3D", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003884", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003884.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -748058,8 +747420,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "\u03b1Tub84B", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -748088,8 +747449,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24071", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24071", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -748097,11 +747459,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TUBA3D", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003885", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003885.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -748111,8 +747473,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "\u03b1Tub84D", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -748141,8 +747502,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:20765", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20765", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -748150,11 +747512,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TUBA3E", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003884", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003884.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -748164,8 +747526,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "\u03b1Tub84B", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -748194,8 +747555,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23534", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23534", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -748203,11 +747565,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TUBAL3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038565", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038565.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -748217,8 +747579,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7794", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -748247,8 +747608,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23534", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23534", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -748256,11 +747618,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TUBAL3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0087040", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0087040.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -748270,8 +747632,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "\u03b1Tub67C", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -748300,8 +747661,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:20778", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20778", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -748309,11 +747671,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TUBB", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0284243", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0284243.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -748323,8 +747685,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "\u03b2Tub56D", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -748353,8 +747714,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16257", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16257", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -748362,11 +747724,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TUBB1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052396", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052396.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -748375,9 +747737,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG32396", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "\u03b2Tub65B", + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -748406,8 +747767,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12412", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12412", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -748415,11 +747777,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TUBB2A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003889", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003889.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -748429,8 +747791,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "\u03b2Tub85D", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -748459,8 +747820,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:30829", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30829", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -748468,11 +747830,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TUBB2B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0284243", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0284243.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -748482,8 +747844,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "\u03b2Tub56D", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -748512,8 +747873,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30829", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30829", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -748521,11 +747883,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TUBB2B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003889", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003889.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -748535,8 +747897,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "\u03b2Tub85D", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -748565,8 +747926,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:20772", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20772", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -748574,11 +747936,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TUBB3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003888", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003888.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -748588,8 +747950,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "\u03b2Tub60D", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -748618,8 +747979,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20772", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20772", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -748627,11 +747989,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TUBB3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003890", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003890.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -748641,8 +748003,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "\u03b2Tub97EF", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -748671,8 +748032,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:20774", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20774", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -748680,11 +748042,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TUBB4A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0284243", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0284243.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -748694,8 +748056,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "\u03b2Tub56D", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -748724,8 +748085,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20771", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20771", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -748733,11 +748095,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TUBB4B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0284243", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0284243.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -748747,8 +748109,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "\u03b2Tub56D", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -748777,8 +748138,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20776", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20776", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -748786,11 +748148,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TUBB6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003888", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003888.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -748800,8 +748162,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "\u03b2Tub60D", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -748830,8 +748191,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20776", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20776", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -748839,11 +748201,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TUBB6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003890", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003890.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -748853,8 +748215,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "\u03b2Tub97EF", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -748883,8 +748244,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20773", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20773", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -748892,11 +748254,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TUBB8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003890", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003890.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -748906,8 +748268,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "\u03b2Tub97EF", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -748936,8 +748297,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20775", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20775", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -748945,11 +748307,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TUBE1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052396", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052396.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -748958,9 +748320,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG32396", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "\u03b2Tub65B", + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -748989,8 +748350,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12417", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12417", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -748998,11 +748360,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TUBG1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0260639", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0260639.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -749012,8 +748374,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "\u03b3Tub23C", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -749041,8 +748402,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12419", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12419", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -749050,11 +748412,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TUBG2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010097", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010097.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -749064,8 +748426,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "\u03b3Tub37C", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -749089,12 +748450,13 @@ "totalMethodCount": 10 }, { - "best": "No", + "best": "Yes", "bestReverse": "Yes", "gene": { "id": "HGNC:18599", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18599", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -749102,11 +748464,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TUBGCP2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0035800", + "id": "FB:FBgn0026430", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026430.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -749115,39 +748477,38 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG7716", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Grip84", + "taxonId": "NCBITaxon:7227" }, - "methodCount": 5, + "methodCount": 10, "predictionMethodsMatched": [ + "Ensembl Compara", + "Hieranoid", + "InParanoid", "OMA", "OrthoFinder", + "OrthoInspector", "PANTHER", "PhylomeDB", + "Roundup", "TreeFam" ], "predictionMethodsNotCalled": [ "HGNC", "ZFIN" ], - "predictionMethodsNotMatched": [ - "Ensembl Compara", - "Hieranoid", - "InParanoid", - "OrthoInspector", - "Roundup" - ], + "predictionMethodsNotMatched": [], "stringencyFilter": "stringent", "totalMethodCount": 10 }, { - "best": "Yes", + "best": "No", "bestReverse": "Yes", "gene": { "id": "HGNC:18599", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18599", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -749155,11 +748516,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TUBGCP2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0026430", + "id": "FB:FBgn0035800", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035800.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -749168,28 +748529,28 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "Grip84", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "t-Grip84", + "taxonId": "NCBITaxon:7227" }, - "methodCount": 10, + "methodCount": 5, "predictionMethodsMatched": [ - "Ensembl Compara", - "Hieranoid", - "InParanoid", "OMA", "OrthoFinder", - "OrthoInspector", "PANTHER", "PhylomeDB", - "Roundup", "TreeFam" ], "predictionMethodsNotCalled": [ "HGNC", "ZFIN" ], - "predictionMethodsNotMatched": [], + "predictionMethodsNotMatched": [ + "Ensembl Compara", + "Hieranoid", + "InParanoid", + "OrthoInspector", + "Roundup" + ], "stringencyFilter": "stringent", "totalMethodCount": 10 }, @@ -749198,8 +748559,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18598", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18598", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -749207,11 +748569,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TUBGCP3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0001612", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0001612.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -749221,8 +748583,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Grip91", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -749250,8 +748611,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16691", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16691", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -749259,11 +748621,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TUBGCP4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0026431", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026431.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -749273,8 +748635,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Grip75", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -749302,8 +748663,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18600", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18600", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -749311,11 +748673,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TUBGCP5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0026433", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026433.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -749325,8 +748687,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Grip128", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -749355,8 +748716,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18127", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18127", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -749364,11 +748726,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TUBGCP6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0026432", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026432.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -749378,8 +748740,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Grip163", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -749408,8 +748769,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12420", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12420", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -749417,11 +748779,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TUFM", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0024556", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0024556.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -749431,8 +748793,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mEFTu1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -749461,8 +748822,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12420", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12420", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -749470,11 +748832,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TUFM", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033184", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033184.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -749484,8 +748846,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mEFTu2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -749514,8 +748875,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:12423", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12423", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -749523,11 +748885,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TULP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015721", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015721.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -749537,8 +748899,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ktub", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -749567,8 +748928,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:12424", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12424", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -749576,11 +748938,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TULP2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015721", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015721.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -749590,8 +748952,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ktub", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -749620,8 +748981,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12425", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12425", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -749629,11 +748991,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TULP3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015721", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015721.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -749643,8 +749005,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ktub", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -749673,8 +749034,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15530", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15530", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -749682,11 +749044,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TULP4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039530", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039530.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -749696,8 +749058,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Tusp", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -749726,8 +749087,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30242", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30242", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -749735,11 +749097,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TUSC3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032015", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032015.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -749749,8 +749111,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ost\u03b3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -749778,8 +749139,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28981", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28981", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -749787,11 +749149,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TUT4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035889", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035889.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -749801,8 +749163,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mkg-p", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -749831,8 +749192,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20398", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20398", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -749840,11 +749202,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TVP23A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035944", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035944.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -749854,8 +749216,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5021", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -749883,8 +749244,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20399", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20399", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -749892,11 +749254,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TVP23B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035944", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035944.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -749906,8 +749268,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5021", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -749935,8 +749296,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:42961", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:42961", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -749944,11 +749306,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TVP23C-CDRT4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035944", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035944.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -749958,8 +749320,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5021", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -749988,8 +749349,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9620", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9620", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -749997,11 +749359,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TWF1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038206", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038206.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -750011,8 +749373,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "twf", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -750040,8 +749401,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9621", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9621", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -750049,11 +749411,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TWF2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038206", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038206.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -750063,8 +749425,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "twf", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -750092,8 +749453,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12428", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12428", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -750101,11 +749463,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TWIST1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003900", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003900.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -750115,8 +749477,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "twi", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -750145,8 +749506,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20670", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20670", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -750154,11 +749516,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TWIST2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003900", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003900.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -750168,8 +749530,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "twi", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -750198,8 +749559,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1160", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1160", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -750207,11 +749569,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TWNK", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032154", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032154.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -750221,8 +749583,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mtDNA-helicase", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -750251,8 +749612,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12429", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12429", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -750260,11 +749622,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TWSG1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000394", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000394.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -750274,8 +749636,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "cv", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -750303,8 +749664,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12429", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12429", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -750312,11 +749674,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TWSG1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261952", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261952.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -750326,8 +749688,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "srw", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -750356,8 +749717,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12429", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12429", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -750365,11 +749727,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TWSG1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003865", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003865.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -750379,8 +749741,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "tsg", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -750408,8 +749769,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:12434", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12434", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -750417,11 +749779,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TXK", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003502", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003502.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -750431,8 +749793,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Btk29A", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -750461,8 +749822,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30685", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30685", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -750470,11 +749832,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TXLNA", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039379", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039379.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -750484,8 +749846,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5886", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -750514,8 +749875,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:21617", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21617", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -750523,11 +749885,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TXLNB", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039379", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039379.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -750537,8 +749899,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5886", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -750567,8 +749928,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:18578", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18578", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -750576,11 +749938,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TXLNG", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039379", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039379.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -750590,8 +749952,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5886", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -750620,8 +749981,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12435", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12435", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -750629,11 +749991,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TXN", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036442", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036442.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -750643,8 +750005,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG13473", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -750673,8 +750034,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12435", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12435", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -750682,11 +750044,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TXN", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0011761", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0011761.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -750696,8 +750058,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "dhd", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -750726,8 +750087,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12435", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12435", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -750735,11 +750097,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TXN", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040070", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040070.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -750749,8 +750111,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Trx-2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -750779,8 +750140,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12435", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12435", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -750788,11 +750150,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TXN", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029752", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029752.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -750802,8 +750164,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "TrxT", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -750832,8 +750193,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17772", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17772", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -750841,11 +750203,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TXN2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0024986", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0024986.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -750855,8 +750217,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG3719", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -750885,8 +750246,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17772", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17772", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -750894,11 +750256,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TXN2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034472", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034472.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -750908,8 +750270,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8517", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -750938,8 +750299,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17772", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17772", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -750947,11 +750309,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TXN2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035334", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035334.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -750961,8 +750323,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8993", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -750991,8 +750352,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28030", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28030", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -751000,11 +750362,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TXNDC11", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035867", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035867.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -751014,8 +750376,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG13671", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -751044,8 +750405,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24626", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24626", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -751053,11 +750415,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TXNDC12", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031392", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031392.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -751067,8 +750429,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "AIF", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -751097,8 +750458,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20652", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20652", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -751106,11 +750468,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TXNDC15", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034050", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034050.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -751120,8 +750482,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "bug", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -751150,8 +750511,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28218", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28218", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -751159,11 +750521,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TXNDC17", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040396", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040396.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -751173,8 +750535,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG3939", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -751203,8 +750564,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28218", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28218", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -751212,11 +750574,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TXNDC17", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000318", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000318.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -751226,8 +750588,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "cl", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -751255,8 +750616,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:16470", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16470", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -751264,11 +750626,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TXNDC2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040070", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040070.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -751278,8 +750640,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Trx-2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -751308,8 +750669,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:16470", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16470", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -751317,11 +750679,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TXNDC2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029752", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029752.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -751331,8 +750693,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "TrxT", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -751361,8 +750722,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21073", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21073", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -751370,11 +750732,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TXNDC5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030329", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030329.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -751384,8 +750746,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "prtp", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -751413,8 +750774,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:31454", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:31454", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -751422,11 +750784,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TXNDC8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0011761", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0011761.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -751436,8 +750798,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "dhd", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -751466,8 +750827,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:31454", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:31454", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -751475,11 +750837,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TXNDC8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040070", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040070.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -751489,8 +750851,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Trx-2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -751519,8 +750880,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:31454", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:31454", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -751528,11 +750890,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TXNDC8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029752", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029752.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -751542,8 +750904,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "TrxT", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -751572,8 +750933,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24110", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24110", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -751581,11 +750943,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TXNDC9", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037843", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037843.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -751595,8 +750957,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG4511", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -751624,8 +750985,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16952", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16952", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -751633,11 +750995,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TXNIP", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037517", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037517.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -751647,8 +751009,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10086", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -751677,8 +751038,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16952", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16952", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -751686,11 +751048,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TXNIP", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037465", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037465.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -751700,8 +751062,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG1105", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -751730,8 +751091,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16952", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16952", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -751739,11 +751101,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TXNIP", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037853", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037853.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -751753,8 +751115,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG14696", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -751783,8 +751144,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16952", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16952", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -751792,11 +751154,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TXNIP", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0042101", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0042101.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -751806,8 +751168,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG18744", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -751836,8 +751197,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16952", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16952", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -751845,11 +751207,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TXNIP", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0042102", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0042102.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -751859,8 +751221,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG18745", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -751889,8 +751250,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16952", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16952", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -751898,11 +751260,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TXNIP", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0042103", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0042103.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -751912,8 +751274,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG18746", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -751942,8 +751303,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16952", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16952", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -751951,11 +751313,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TXNIP", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0042104", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0042104.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -751965,8 +751327,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG18747", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -751995,8 +751356,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16952", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16952", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -752004,11 +751366,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TXNIP", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0042105", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0042105.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -752018,8 +751380,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG18748", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -752048,8 +751409,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16952", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16952", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -752057,11 +751419,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TXNIP", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037518", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037518.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -752071,8 +751433,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG2641", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -752101,8 +751462,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16952", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16952", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -752110,11 +751472,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TXNIP", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037521", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037521.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -752124,8 +751486,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG2993", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -752154,8 +751515,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12436", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12436", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -752163,11 +751525,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TXNL1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035631", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035631.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -752177,8 +751539,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Txl", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -752206,8 +751567,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30551", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30551", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -752215,11 +751577,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TXNL4A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031601", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031601.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -752229,8 +751591,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Dim1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -752258,8 +751619,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:12437", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12437", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -752267,11 +751629,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TXNRD1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0020653", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0020653.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -752281,8 +751643,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Trxr-1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -752311,8 +751672,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:12437", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12437", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -752320,11 +751682,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TXNRD1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037170", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037170.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -752334,8 +751696,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Trxr-2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -752364,8 +751725,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18155", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18155", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -752373,11 +751735,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TXNRD2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0020653", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0020653.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -752387,8 +751749,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Trxr-1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -752417,8 +751778,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18155", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18155", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -752426,11 +751788,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TXNRD2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037170", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037170.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -752440,8 +751802,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Trxr-2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -752470,8 +751831,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:20667", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20667", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -752479,11 +751841,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TXNRD3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0020653", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0020653.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -752493,8 +751855,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Trxr-1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -752523,8 +751884,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:20667", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20667", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -752532,11 +751894,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TXNRD3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037170", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037170.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -752546,8 +751908,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Trxr-2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -752576,8 +751937,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:12440", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12440", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -752585,11 +751947,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TYK2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004864", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004864.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -752599,8 +751961,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "hop", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -752629,8 +751990,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12441", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12441", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -752638,11 +752000,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TYMS", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0024920", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0024920.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -752652,8 +752014,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ts", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -752681,8 +752042,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28531", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28531", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -752690,11 +752052,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "TYSND1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035065", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035065.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -752704,8 +752066,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG3589", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -752734,8 +752095,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12453", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12453", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -752743,11 +752105,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "U2AF1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0017457", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0017457.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -752757,8 +752119,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "U2af38", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -752787,8 +752148,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23020", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23020", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -752796,11 +752158,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "U2AF1L4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0017457", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0017457.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -752810,8 +752172,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "U2af38", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -752835,66 +752196,14 @@ "stringencyFilter": "stringent", "totalMethodCount": 10 }, - { - "best": "Yes", - "bestReverse": "No", - "gene": { - "id": "HGNC:51830", - "species": { - "commonNames": "['human']", - "dataProviderFullName": "Rat Genome Database", - "dataProviderShortName": "RGD", - "name": "Homo sapiens", - "shortName": "Hsa", - "taxonId": "NCBITaxon:9606" - }, - "symbol": "U2AF1L5", - "taxonId": "NCBITaxon:9606", - "url": null - }, - "homologGene": { - "id": "FB:FBgn0017457", - "species": { - "commonNames": "['fly', 'fruit fly', 'dme']", - "dataProviderFullName": "FlyBase", - "dataProviderShortName": "FB", - "name": "Drosophila melanogaster", - "shortName": "Dme", - "taxonId": "NCBITaxon:7227" - }, - "symbol": "U2af38", - "taxonId": "NCBITaxon:7227", - "url": null - }, - "methodCount": 7, - "predictionMethodsMatched": [ - "Hieranoid", - "InParanoid", - "OrthoFinder", - "OrthoInspector", - "PANTHER", - "PhylomeDB", - "Roundup" - ], - "predictionMethodsNotCalled": [ - "HGNC", - "ZFIN" - ], - "predictionMethodsNotMatched": [ - "Ensembl Compara", - "OMA", - "TreeFam" - ], - "stringencyFilter": "stringent", - "totalMethodCount": 10 - }, { "best": "No", "bestReverse": "Yes", "gene": { "id": "HGNC:23156", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23156", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -752902,11 +752211,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "U2AF2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034834", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034834.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -752916,8 +752225,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "LS2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -752946,8 +752254,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23156", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23156", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -752955,11 +752264,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "U2AF2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0005411", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0005411.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -752969,8 +752278,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "U2af50", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -752998,8 +752306,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30855", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30855", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -753007,11 +752316,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "U2SURP", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034572", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034572.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -753021,8 +752330,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG9346", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -753051,8 +752359,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12457", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12457", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -753060,11 +752369,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UAP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0259749", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0259749.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -753074,8 +752383,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mmy", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -753104,8 +752412,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28082", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28082", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -753113,11 +752422,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UAP1L1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0259749", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0259749.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -753127,8 +752436,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mmy", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -753157,8 +752465,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12469", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12469", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -753166,11 +752475,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UBA1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0023143", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0023143.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -753180,8 +752489,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Uba1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -753210,8 +752518,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30661", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30661", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -753219,11 +752528,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UBA2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029113", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029113.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -753233,8 +752542,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Uba2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -753262,8 +752570,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12470", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12470", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -753271,11 +752580,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UBA3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0263697", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0263697.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -753285,8 +752594,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Uba3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -753314,8 +752622,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23230", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23230", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -753323,11 +752632,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UBA5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030305", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030305.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -753337,8 +752646,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Uba5", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -753366,8 +752674,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12458", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12458", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -753375,11 +752684,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UBA52", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003941", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003941.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -753389,8 +752698,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "RpL40", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -753418,8 +752726,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:12471", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12471", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -753427,11 +752736,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UBA7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0023143", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0023143.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -753441,8 +752750,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Uba1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -753471,8 +752779,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30221", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30221", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -753480,11 +752789,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UBAC1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028372", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028372.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -753493,9 +752802,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "isopeptidase-T-3", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Kpc2", + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -753524,8 +752832,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12461", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12461", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -753533,11 +752842,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UBAP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037539", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037539.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -753547,8 +752856,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10435", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -753577,8 +752885,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:40028", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:40028", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -753586,11 +752895,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UBAP1L", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037539", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037539.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -753600,8 +752909,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10435", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -753630,8 +752938,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14185", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14185", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -753639,11 +752948,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UBAP2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0020279", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0020279.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -753653,8 +752962,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "lig", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -753683,8 +752991,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:29877", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29877", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -753692,11 +753001,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UBAP2L", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0020279", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0020279.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -753706,8 +753015,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "lig", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -753736,8 +753044,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:12462", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12462", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -753745,11 +753054,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UBASH3A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039137", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039137.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -753758,9 +753067,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG13604", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Epp", + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -753789,8 +753097,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29884", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29884", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -753798,11 +753107,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UBASH3B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039137", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039137.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -753811,9 +753120,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG13604", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Epp", + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -753841,8 +753149,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12463", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12463", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -753850,11 +753159,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UBB", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029856", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029856.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -753864,8 +753173,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG11700", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -753894,8 +753202,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12468", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12468", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -753903,11 +753212,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UBC", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0086558", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0086558.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -753917,8 +753226,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ubi-p5E", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -753947,8 +753255,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12468", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12468", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -753956,11 +753265,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UBC", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003943", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003943.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -753970,8 +753279,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ubi-p63E", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -754000,8 +753308,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:12472", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12472", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -754009,11 +753318,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UBE2A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004436", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004436.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -754023,8 +753332,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ubc6", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -754053,8 +753361,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12473", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12473", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -754062,11 +753371,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UBE2B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004436", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004436.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -754076,8 +753385,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ubc6", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -754105,8 +753413,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15937", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15937", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -754114,11 +753423,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UBE2C", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0264848", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0264848.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -754128,8 +753437,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "vih", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -754157,8 +753465,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:12474", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12474", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -754166,11 +753475,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UBE2D1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0011217", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0011217.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -754180,8 +753489,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "eff", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -754210,8 +753518,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12475", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12475", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -754219,11 +753528,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UBE2D2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0011217", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0011217.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -754233,8 +753542,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "eff", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -754263,8 +753571,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12476", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12476", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -754272,11 +753581,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UBE2D3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0011217", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0011217.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -754286,8 +753595,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "eff", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -754316,8 +753624,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:21647", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21647", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -754325,11 +753634,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UBE2D4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0011217", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0011217.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -754339,8 +753648,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "eff", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -754369,8 +753677,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12477", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12477", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -754378,11 +753687,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UBE2E1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031331", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031331.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -754392,8 +753701,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5440", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -754422,8 +753730,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12477", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12477", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -754431,11 +753740,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UBE2E1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015320", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015320.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -754445,8 +753754,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ubc2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -754474,8 +753782,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12478", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12478", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -754483,11 +753792,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UBE2E2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031331", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031331.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -754497,8 +753806,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5440", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -754527,8 +753835,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12478", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12478", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -754536,11 +753845,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UBE2E2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015320", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015320.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -754550,8 +753859,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ubc2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -754579,8 +753887,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12479", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12479", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -754588,11 +753897,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UBE2E3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031331", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031331.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -754602,8 +753911,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5440", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -754632,8 +753940,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12479", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12479", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -754641,11 +753950,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UBE2E3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015320", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015320.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -754655,8 +753964,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ubc2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -754684,8 +753992,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12482", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12482", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -754693,11 +754002,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UBE2G1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0058045", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0058045.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -754707,8 +754016,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG40045", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -754736,8 +754044,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12482", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12482", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -754745,11 +754054,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UBE2G1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0267383", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0267383.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -754759,8 +754068,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ubc87F", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -754789,8 +754097,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12483", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12483", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -754798,11 +754107,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UBE2G2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0267384", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0267384.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -754812,8 +754121,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ubc7", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -754842,8 +754150,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12484", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12484", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -754851,11 +754160,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UBE2H", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037987", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037987.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -754865,8 +754174,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG14739", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -754895,8 +754203,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12484", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12484", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -754904,11 +754213,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UBE2H", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029996", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029996.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -754918,8 +754227,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "UbcE2H", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -754947,8 +754255,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12485", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12485", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -754956,11 +754265,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UBE2I", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010602", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010602.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -754970,8 +754279,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "lwr", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -754999,8 +754307,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19268", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19268", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -755008,11 +754317,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UBE2J2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038515", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038515.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -755022,8 +754331,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5823", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -755052,8 +754360,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4914", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4914", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -755061,11 +754370,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UBE2K", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015321", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015321.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -755075,8 +754384,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ubc4", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -755104,8 +754412,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12488", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12488", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -755113,11 +754422,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UBE2L3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0026316", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026316.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -755127,8 +754436,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ubc10", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -755157,8 +754465,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12488", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12488", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -755166,11 +754475,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UBE2L3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0017456", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0017456.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -755180,8 +754489,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ubc84D", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -755210,8 +754518,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:13477", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13477", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -755219,11 +754528,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UBE2L5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0026316", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026316.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -755233,8 +754542,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ubc10", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -755263,8 +754571,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12490", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12490", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -755272,11 +754581,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UBE2L6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035584", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035584.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -755286,8 +754595,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG17030", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -755316,8 +754624,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:12490", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12490", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -755325,11 +754634,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UBE2L6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0026316", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026316.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -755339,8 +754648,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ubc10", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -755369,8 +754677,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:12490", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12490", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -755378,11 +754687,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UBE2L6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0017456", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0017456.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -755392,8 +754701,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ubc84D", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -755422,8 +754730,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12491", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12491", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -755431,11 +754740,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UBE2M", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035853", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035853.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -755445,8 +754754,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "UbcE2M", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -755475,8 +754783,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12492", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12492", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -755484,11 +754793,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UBE2N", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000173", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000173.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -755498,8 +754807,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ben", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -755527,8 +754835,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12492", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12492", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -755536,11 +754845,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UBE2N", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028913", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028913.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -755550,8 +754859,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG3473", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -755580,8 +754888,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:31710", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:31710", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -755589,11 +754898,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UBE2NL", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000173", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000173.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -755603,8 +754912,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ben", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -755633,8 +754941,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:31710", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:31710", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -755642,11 +754951,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UBE2NL", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028913", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028913.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -755656,8 +754965,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG3473", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -755686,8 +754994,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29554", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29554", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -755695,11 +755004,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UBE2O", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027512", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027512.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -755709,8 +755018,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10254", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -755739,8 +755047,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15698", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15698", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -755748,11 +755057,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UBE2Q1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0023528", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0023528.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -755762,8 +755071,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG2924", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -755791,8 +755099,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19248", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19248", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -755800,11 +755109,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UBE2Q2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0023528", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0023528.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -755814,8 +755123,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG2924", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -755843,8 +755151,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:37269", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:37269", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -755852,11 +755161,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UBE2QL1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031896", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031896.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -755866,8 +755175,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG4502", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -755896,8 +755204,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19907", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19907", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -755905,11 +755214,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UBE2R2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036516", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036516.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -755919,8 +755228,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7656", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -755948,8 +755256,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17895", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17895", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -755957,11 +755266,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UBE2S", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030863", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030863.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -755971,8 +755280,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8188", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -756000,8 +755308,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12495", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12495", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -756009,11 +755318,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UBE2V2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035601", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035601.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -756023,8 +755332,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Uev1A", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -756053,8 +755361,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25616", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25616", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -756062,11 +755371,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UBE2W", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033544", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033544.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -756076,8 +755385,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7220", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -756105,8 +755413,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12496", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12496", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -756114,11 +755423,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UBE3A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0061469", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0061469.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -756128,8 +755437,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ube3a", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -756157,8 +755465,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13478", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13478", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -756166,11 +755475,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UBE3B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035953", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035953.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -756180,8 +755489,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5087", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -756209,8 +755517,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16803", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16803", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -756218,11 +755527,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UBE3C", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034989", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034989.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -756232,8 +755541,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG3356", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -756261,8 +755569,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21381", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21381", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -756270,11 +755579,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UBE3D", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030970", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030970.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -756284,8 +755593,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7326", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -756314,8 +755622,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12499", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12499", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -756323,11 +755632,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UBE4A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028467", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028467.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -756336,9 +755645,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG11070", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Ube4A", + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -756367,8 +755675,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12500", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12500", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -756376,11 +755685,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UBE4B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032467", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032467.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -756389,9 +755698,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG9934", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Ube4B", + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -756420,8 +755728,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30791", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30791", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -756429,11 +755738,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UBIAD1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028375", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028375.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -756443,8 +755752,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "heix", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -756472,8 +755780,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12504", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12504", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -756481,11 +755790,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UBL3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0026076", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026076.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -756495,8 +755804,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "UBL3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -756525,8 +755833,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12505", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12505", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -756534,11 +755843,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UBL4A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038571", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038571.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -756548,8 +755857,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7215", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -756578,8 +755886,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:32309", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:32309", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -756587,11 +755896,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UBL4B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038571", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038571.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -756601,8 +755910,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7215", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -756631,8 +755939,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13736", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13736", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -756640,11 +755949,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UBL5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0022224", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0022224.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -756654,8 +755963,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ubl", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -756683,8 +755991,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28221", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28221", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -756692,11 +756001,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UBL7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037538", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037538.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -756706,8 +756015,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG3223", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -756736,8 +756044,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28110", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28110", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -756745,11 +756054,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UBLCP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027526", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027526.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -756759,8 +756068,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ublcp1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -756788,8 +756096,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:12506", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12506", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -756797,11 +756106,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UBN1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0005596", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0005596.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -756811,8 +756120,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "yem", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -756841,8 +756149,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21931", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21931", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -756850,11 +756159,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UBN2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0005596", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0005596.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -756864,8 +756173,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "yem", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -756894,8 +756202,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17777", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17777", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -756903,11 +756212,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UBOX5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039767", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039767.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -756917,8 +756226,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG2218", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -756946,8 +756254,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:12507", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12507", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -756955,11 +756264,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UBP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0050011", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0050011.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -756969,8 +756278,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "gem", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -756999,8 +756307,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12508", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12508", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -757008,11 +756317,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UBQLN1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031057", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031057.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -757022,8 +756331,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ubqn", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -757051,8 +756359,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:12509", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12509", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -757060,11 +756369,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UBQLN2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031057", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031057.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -757074,8 +756383,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ubqn", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -757104,8 +756412,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:12510", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12510", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -757113,11 +756422,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UBQLN3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031057", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031057.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -757127,8 +756436,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ubqn", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -757157,8 +756465,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:1237", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1237", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -757166,11 +756475,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UBQLN4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031057", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031057.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -757180,8 +756489,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ubqn", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -757210,8 +756518,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:28294", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28294", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -757219,11 +756528,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UBQLNL", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031057", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031057.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -757233,8 +756542,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ubqn", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -757263,8 +756571,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:16808", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16808", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -757272,11 +756581,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UBR1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030809", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030809.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -757286,8 +756595,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ubr1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -757316,8 +756624,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21289", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21289", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -757325,11 +756634,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UBR2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030809", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030809.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -757339,8 +756648,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ubr1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -757368,8 +756676,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30467", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30467", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -757377,11 +756686,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UBR3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0260970", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0260970.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -757391,8 +756700,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ubr3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -757421,8 +756729,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30313", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30313", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -757430,11 +756739,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UBR4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0011230", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0011230.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -757444,8 +756753,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "poe", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -757473,8 +756781,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16806", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16806", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -757482,11 +756791,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UBR5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0002431", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0002431.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -757496,8 +756805,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "hyd", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -757525,8 +756833,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20344", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20344", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -757534,11 +756843,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UBR7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032635", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032635.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -757548,8 +756857,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG15141", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -757578,8 +756886,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25683", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25683", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -757587,11 +756896,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UBTD1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0264712", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0264712.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -757601,8 +756910,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG1172", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -757630,8 +756938,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:24463", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24463", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -757639,11 +756948,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UBTD2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0264712", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0264712.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -757653,8 +756962,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG1172", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -757683,8 +756991,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18402", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18402", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -757692,11 +757001,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UBXN1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035830", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035830.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -757706,8 +757015,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8209", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -757735,8 +757043,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:27265", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:27265", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -757744,11 +757053,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UBXN2A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033179", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033179.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -757758,8 +757067,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "p47", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -757788,8 +757096,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:27035", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:27035", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -757797,11 +757106,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UBXN2B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0259729", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0259729.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -757811,8 +757120,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG42383", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -757841,8 +757149,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:27035", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:27035", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -757850,11 +757159,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UBXN2B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033179", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033179.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -757864,8 +757173,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "p47", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -757894,8 +757202,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14860", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14860", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -757903,11 +757212,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UBXN4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027554", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027554.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -757917,8 +757226,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8042", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -757947,8 +757255,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14928", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14928", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -757956,11 +757265,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UBXN6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034372", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034372.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -757970,8 +757279,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Gint3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -757999,8 +757307,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29119", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29119", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -758008,11 +757317,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UBXN7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031664", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031664.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -758022,8 +757331,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8892", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -758052,8 +757360,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12513", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12513", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -758061,11 +757370,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UCHL1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010288", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010288.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -758075,8 +757384,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Uch", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -758104,8 +757412,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:12515", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12515", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -758113,11 +757422,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UCHL3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010288", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010288.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -758127,8 +757436,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Uch", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -758157,8 +757465,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19678", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19678", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -758166,11 +757475,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UCHL5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0011327", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0011327.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -758180,8 +757489,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Uch-L5", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -758209,8 +757517,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19678", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19678", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -758218,11 +757527,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UCHL5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030370", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030370.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -758232,8 +757541,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Uch-L5R", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -758262,8 +757570,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14859", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14859", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -758271,11 +757580,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UCK1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0263398", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0263398.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -758285,8 +757594,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Uck", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -758314,8 +757622,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12562", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12562", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -758323,11 +757632,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UCK2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0263398", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0263398.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -758337,8 +757646,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Uck", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -758366,8 +757674,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15938", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15938", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -758375,11 +757684,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UCKL1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0022029", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0022029.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -758389,8 +757698,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "l(2)k01209", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -758418,8 +757726,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:30866", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30866", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -758427,11 +757736,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UEVLD", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036666", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036666.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -758441,8 +757750,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "TSG101", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -758471,8 +757779,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26941", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26941", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -758480,11 +757789,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UFC1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034061", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034061.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -758494,8 +757803,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ufc1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -758523,8 +757831,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12520", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12520", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -758532,11 +757841,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UFD1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036136", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036136.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -758545,9 +757854,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "Ufd1-like", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Ufd1", + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -758575,8 +757883,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23039", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23039", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -758584,11 +757893,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UFL1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037467", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037467.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -758598,8 +757907,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ufl1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -758627,8 +757935,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20597", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20597", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -758636,11 +757945,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UFM1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0085220", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0085220.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -758650,8 +757959,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ufm1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -758679,8 +757987,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:33821", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:33821", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -758688,11 +757997,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UFSP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0050157", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0050157.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -758702,8 +758011,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG30157", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -758732,8 +758040,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25640", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25640", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -758741,11 +758050,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UFSP2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036512", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036512.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -758755,8 +758064,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG16979", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -758785,8 +758093,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12524", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12524", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -758794,11 +758103,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGCG", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0067102", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0067102.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -758808,8 +758117,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "GlcT", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -758837,8 +758145,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12525", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12525", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -758846,11 +758155,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGDH", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261445", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261445.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -758860,8 +758169,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "sgl", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -758889,8 +758197,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15663", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15663", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -758898,11 +758207,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGGT1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0014075", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0014075.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -758912,8 +758221,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Uggt", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -758941,8 +758249,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15664", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15664", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -758950,11 +758259,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGGT2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0014075", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0014075.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -758964,8 +758273,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Uggt", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -758993,8 +758301,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12527", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12527", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -759002,11 +758311,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGP2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035978", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035978.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -759016,8 +758325,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "UGP", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -759045,8 +758353,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12530", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12530", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -759054,11 +758363,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032684", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032684.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -759068,8 +758377,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt301D1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -759098,8 +758406,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12530", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12530", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -759107,11 +758416,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040252", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040252.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -759121,8 +758430,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt303A1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -759151,8 +758459,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12530", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12530", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -759160,11 +758469,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039086", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039086.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -759174,8 +758483,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt303B1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -759204,8 +758512,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12530", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12530", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -759213,11 +758522,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039087", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039087.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -759227,8 +758536,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt303B2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -759257,8 +758565,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12530", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12530", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -759266,11 +758575,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039085", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039085.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -759280,8 +758589,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt303B3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -759310,8 +758618,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12530", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12530", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -759319,11 +758628,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031887", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031887.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -759333,8 +758642,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt307A1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -759363,8 +758671,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12530", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12530", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -759372,11 +758681,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040091", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040091.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -759386,8 +758695,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt317A1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -759416,8 +758724,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12530", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12530", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -759425,11 +758734,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0026315", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026315.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -759439,8 +758748,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt35A1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -759469,8 +758777,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12530", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12530", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -759478,11 +758787,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040256", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040256.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -759492,8 +758801,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt35C1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -759522,8 +758830,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12530", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12530", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -759531,11 +758840,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051002", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051002.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -759545,8 +758854,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt35D1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -759575,8 +758883,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12530", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12530", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -759584,11 +758893,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040253", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040253.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -759598,8 +758907,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt35E1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -759628,8 +758936,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12530", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12530", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -759637,11 +758946,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040255", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040255.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -759651,8 +758960,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt35E2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -759681,8 +758989,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12530", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12530", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -759690,11 +758999,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032713", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032713.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -759704,8 +759013,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt36D1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -759734,8 +759042,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12530", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12530", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -759743,11 +759052,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027070", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027070.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -759757,8 +759066,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt36E1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -759787,8 +759095,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12530", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12530", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -759796,11 +759105,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0026756", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026756.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -759810,8 +759119,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt37A1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -759840,8 +759148,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12530", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12530", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -759849,11 +759158,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038082", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038082.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -759863,8 +759172,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt37A2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -759893,8 +759201,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12530", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12530", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -759902,11 +759211,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038083", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038083.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -759916,8 +759225,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt37A3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -759946,8 +759254,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12530", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12530", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -759955,11 +759264,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0026755", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026755.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -759969,8 +759278,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt37B1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -759999,8 +759307,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12530", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12530", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -760008,11 +759317,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040262", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040262.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -760022,8 +759331,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt37C2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -760052,8 +759360,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12530", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12530", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -760061,11 +759370,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040260", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040260.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -760075,8 +759384,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt37D1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -760105,8 +759413,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12530", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12530", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -760114,11 +759423,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040261", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040261.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -760128,8 +759437,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt37E1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -760158,8 +759466,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12530", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12530", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -760167,11 +759476,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027073", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027073.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -760181,8 +759490,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt49B1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -760211,8 +759519,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12530", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12530", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -760220,11 +759529,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038886", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038886.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -760234,8 +759543,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt49B2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -760264,8 +759572,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12530", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12530", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -760273,11 +759582,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034605", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034605.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -760287,8 +759596,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt49C1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -760317,8 +759625,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12531", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12531", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -760326,11 +759635,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A10", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032684", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032684.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -760340,8 +759649,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt301D1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -760370,8 +759678,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:12531", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12531", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -760379,11 +759688,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A10", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040259", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040259.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -760393,8 +759702,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt302C1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -760423,8 +759731,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:12531", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12531", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -760432,11 +759741,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A10", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040257", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040257.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -760446,8 +759755,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt302E1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -760476,8 +759784,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:12531", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12531", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -760485,11 +759794,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A10", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040251", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040251.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -760499,8 +759808,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt302K1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -760529,8 +759837,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12531", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12531", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -760538,11 +759847,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A10", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040252", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040252.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -760552,8 +759861,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt303A1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -760582,8 +759890,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12531", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12531", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -760591,11 +759900,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A10", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039086", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039086.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -760605,8 +759914,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt303B1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -760635,8 +759943,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12531", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12531", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -760644,11 +759953,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A10", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039087", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039087.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -760658,8 +759967,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt303B2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -760688,8 +759996,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12531", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12531", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -760697,11 +760006,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A10", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039085", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039085.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -760711,8 +760020,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt303B3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -760741,8 +760049,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12531", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12531", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -760750,11 +760059,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A10", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031887", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031887.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -760764,8 +760073,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt307A1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -760794,8 +760102,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12531", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12531", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -760803,11 +760112,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A10", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040091", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040091.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -760817,8 +760126,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt317A1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -760847,8 +760155,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12531", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12531", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -760856,11 +760165,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A10", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0026315", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026315.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -760870,8 +760179,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt35A1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -760900,8 +760208,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:12531", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12531", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -760909,11 +760218,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A10", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0026314", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026314.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -760923,8 +760232,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt35B1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -760953,8 +760261,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12531", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12531", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -760962,11 +760271,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A10", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040256", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040256.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -760976,8 +760285,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt35C1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -761006,8 +760314,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12531", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12531", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -761015,11 +760324,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A10", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051002", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051002.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -761029,8 +760338,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt35D1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -761059,8 +760367,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:12531", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12531", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -761068,11 +760377,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A10", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040253", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040253.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -761082,8 +760391,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt35E1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -761112,8 +760420,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12531", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12531", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -761121,11 +760430,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A10", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040255", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040255.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -761135,8 +760444,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt35E2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -761165,8 +760473,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12531", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12531", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -761174,11 +760483,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A10", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032713", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032713.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -761188,8 +760497,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt36D1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -761218,8 +760526,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12531", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12531", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -761227,11 +760536,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A10", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027070", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027070.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -761241,8 +760550,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt36E1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -761271,8 +760579,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12531", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12531", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -761280,11 +760589,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A10", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0026756", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026756.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -761294,8 +760603,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt37A1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -761324,8 +760632,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12531", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12531", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -761333,11 +760642,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A10", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038082", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038082.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -761347,8 +760656,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt37A2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -761377,8 +760685,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12531", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12531", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -761386,11 +760695,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A10", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038083", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038083.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -761400,8 +760709,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt37A3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -761430,8 +760738,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12531", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12531", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -761439,11 +760748,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A10", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0026755", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026755.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -761453,8 +760762,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt37B1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -761483,8 +760791,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12531", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12531", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -761492,11 +760801,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A10", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040262", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040262.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -761506,8 +760815,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt37C2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -761536,8 +760844,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12531", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12531", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -761545,11 +760854,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A10", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040260", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040260.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -761559,8 +760868,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt37D1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -761589,8 +760897,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12531", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12531", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -761598,11 +760907,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A10", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040261", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040261.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -761612,8 +760921,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt37E1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -761642,8 +760950,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12531", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12531", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -761651,11 +760960,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A10", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027073", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027073.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -761665,8 +760974,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt49B1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -761695,8 +761003,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12531", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12531", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -761704,11 +761013,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A10", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038886", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038886.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -761718,8 +761027,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt49B2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -761748,8 +761056,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:12531", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12531", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -761757,11 +761066,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A10", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034605", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034605.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -761771,8 +761080,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt49C1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -761801,8 +761109,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12535", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12535", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -761810,11 +761119,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032684", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032684.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -761824,8 +761133,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt301D1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -761854,8 +761162,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:12535", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12535", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -761863,11 +761172,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040259", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040259.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -761877,8 +761186,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt302C1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -761907,8 +761215,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:12535", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12535", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -761916,11 +761225,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040257", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040257.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -761930,8 +761239,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt302E1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -761960,8 +761268,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:12535", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12535", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -761969,11 +761278,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040251", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040251.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -761983,8 +761292,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt302K1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -762013,8 +761321,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12535", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12535", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -762022,11 +761331,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040252", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040252.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -762036,8 +761345,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt303A1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -762066,8 +761374,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12535", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12535", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -762075,11 +761384,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039086", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039086.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -762089,8 +761398,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt303B1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -762119,8 +761427,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12535", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12535", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -762128,11 +761437,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039087", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039087.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -762142,8 +761451,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt303B2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -762172,8 +761480,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12535", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12535", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -762181,11 +761490,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039085", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039085.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -762195,8 +761504,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt303B3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -762225,8 +761533,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12535", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12535", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -762234,11 +761543,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031887", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031887.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -762248,8 +761557,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt307A1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -762278,8 +761586,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12535", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12535", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -762287,11 +761596,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040091", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040091.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -762301,8 +761610,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt317A1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -762331,8 +761639,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12535", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12535", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -762340,11 +761649,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0026315", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026315.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -762354,8 +761663,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt35A1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -762384,8 +761692,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:12535", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12535", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -762393,11 +761702,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0026314", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026314.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -762407,8 +761716,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt35B1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -762437,8 +761745,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12535", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12535", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -762446,11 +761755,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040256", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040256.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -762460,8 +761769,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt35C1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -762490,8 +761798,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12535", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12535", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -762499,11 +761808,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051002", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051002.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -762513,8 +761822,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt35D1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -762543,8 +761851,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:12535", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12535", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -762552,11 +761861,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040253", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040253.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -762566,8 +761875,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt35E1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -762596,8 +761904,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12535", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12535", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -762605,11 +761914,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040255", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040255.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -762619,8 +761928,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt35E2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -762649,8 +761957,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12535", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12535", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -762658,11 +761967,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032713", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032713.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -762672,8 +761981,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt36D1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -762702,8 +762010,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12535", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12535", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -762711,11 +762020,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027070", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027070.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -762725,8 +762034,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt36E1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -762755,8 +762063,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12535", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12535", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -762764,11 +762073,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0026756", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026756.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -762778,8 +762087,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt37A1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -762808,8 +762116,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12535", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12535", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -762817,11 +762126,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038082", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038082.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -762831,8 +762140,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt37A2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -762861,8 +762169,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12535", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12535", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -762870,11 +762179,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038083", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038083.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -762884,8 +762193,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt37A3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -762914,8 +762222,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12535", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12535", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -762923,11 +762232,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0026755", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026755.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -762937,8 +762246,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt37B1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -762967,8 +762275,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12535", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12535", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -762976,11 +762285,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040262", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040262.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -762990,8 +762299,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt37C2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -763020,8 +762328,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12535", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12535", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -763029,11 +762338,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040260", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040260.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -763043,8 +762352,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt37D1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -763073,8 +762381,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12535", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12535", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -763082,11 +762391,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040261", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040261.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -763096,8 +762405,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt37E1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -763126,8 +762434,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12535", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12535", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -763135,11 +762444,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027073", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027073.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -763149,8 +762458,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt49B1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -763179,8 +762487,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12535", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12535", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -763188,11 +762497,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038886", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038886.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -763202,8 +762511,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt49B2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -763232,8 +762540,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:12535", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12535", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -763241,11 +762550,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034605", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034605.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -763255,8 +762564,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt49C1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -763285,8 +762593,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12536", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12536", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -763294,11 +762603,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032684", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032684.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -763308,8 +762617,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt301D1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -763338,8 +762646,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:12536", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12536", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -763347,11 +762656,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040259", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040259.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -763361,8 +762670,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt302C1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -763391,8 +762699,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:12536", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12536", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -763400,11 +762709,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040257", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040257.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -763414,8 +762723,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt302E1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -763444,8 +762752,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:12536", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12536", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -763453,11 +762762,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040251", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040251.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -763467,8 +762776,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt302K1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -763497,8 +762805,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12536", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12536", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -763506,11 +762815,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040252", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040252.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -763520,8 +762829,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt303A1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -763550,8 +762858,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12536", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12536", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -763559,11 +762868,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039086", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039086.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -763573,8 +762882,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt303B1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -763603,8 +762911,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12536", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12536", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -763612,11 +762921,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039087", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039087.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -763626,8 +762935,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt303B2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -763656,8 +762964,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12536", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12536", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -763665,11 +762974,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039085", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039085.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -763679,8 +762988,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt303B3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -763709,8 +763017,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12536", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12536", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -763718,11 +763027,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031887", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031887.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -763732,8 +763041,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt307A1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -763762,8 +763070,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12536", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12536", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -763771,11 +763080,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040091", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040091.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -763785,8 +763094,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt317A1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -763815,8 +763123,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12536", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12536", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -763824,11 +763133,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0026315", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026315.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -763838,8 +763147,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt35A1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -763868,8 +763176,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:12536", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12536", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -763877,11 +763186,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0026314", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026314.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -763891,8 +763200,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt35B1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -763921,8 +763229,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12536", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12536", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -763930,11 +763239,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040256", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040256.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -763944,8 +763253,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt35C1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -763974,8 +763282,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12536", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12536", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -763983,11 +763292,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051002", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051002.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -763997,8 +763306,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt35D1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -764027,8 +763335,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:12536", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12536", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -764036,11 +763345,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040253", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040253.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -764050,8 +763359,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt35E1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -764080,8 +763388,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12536", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12536", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -764089,11 +763398,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040255", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040255.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -764103,8 +763412,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt35E2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -764133,8 +763441,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12536", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12536", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -764142,11 +763451,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032713", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032713.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -764156,8 +763465,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt36D1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -764186,8 +763494,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12536", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12536", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -764195,11 +763504,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027070", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027070.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -764209,8 +763518,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt36E1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -764239,8 +763547,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12536", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12536", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -764248,11 +763557,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0026756", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026756.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -764262,8 +763571,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt37A1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -764292,8 +763600,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12536", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12536", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -764301,11 +763610,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038082", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038082.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -764315,8 +763624,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt37A2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -764345,8 +763653,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12536", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12536", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -764354,11 +763663,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038083", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038083.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -764368,8 +763677,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt37A3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -764398,8 +763706,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12536", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12536", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -764407,11 +763716,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0026755", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026755.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -764421,8 +763730,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt37B1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -764451,8 +763759,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12536", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12536", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -764460,11 +763769,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040262", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040262.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -764474,8 +763783,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt37C2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -764504,8 +763812,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12536", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12536", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -764513,11 +763822,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040260", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040260.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -764527,8 +763836,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt37D1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -764557,8 +763865,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12536", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12536", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -764566,11 +763875,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040261", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040261.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -764580,8 +763889,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt37E1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -764610,8 +763918,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12536", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12536", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -764619,11 +763928,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027073", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027073.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -764633,8 +763942,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt49B1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -764663,8 +763971,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12536", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12536", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -764672,11 +763981,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038886", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038886.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -764686,8 +763995,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt49B2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -764716,8 +764024,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:12536", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12536", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -764725,11 +764034,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034605", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034605.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -764739,8 +764048,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt49C1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -764769,8 +764077,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12537", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12537", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -764778,11 +764087,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032684", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032684.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -764792,8 +764101,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt301D1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -764822,8 +764130,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:12537", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12537", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -764831,11 +764140,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040259", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040259.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -764845,8 +764154,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt302C1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -764875,8 +764183,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:12537", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12537", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -764884,11 +764193,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040257", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040257.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -764898,8 +764207,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt302E1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -764928,8 +764236,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:12537", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12537", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -764937,11 +764246,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040251", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040251.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -764951,8 +764260,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt302K1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -764981,8 +764289,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12537", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12537", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -764990,11 +764299,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040252", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040252.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -765004,8 +764313,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt303A1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -765034,8 +764342,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12537", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12537", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -765043,11 +764352,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039086", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039086.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -765057,8 +764366,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt303B1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -765087,8 +764395,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12537", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12537", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -765096,11 +764405,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039087", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039087.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -765110,8 +764419,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt303B2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -765140,8 +764448,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12537", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12537", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -765149,11 +764458,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039085", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039085.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -765163,8 +764472,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt303B3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -765193,8 +764501,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12537", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12537", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -765202,11 +764511,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031887", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031887.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -765216,8 +764525,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt307A1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -765246,8 +764554,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12537", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12537", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -765255,11 +764564,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040091", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040091.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -765269,8 +764578,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt317A1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -765299,8 +764607,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12537", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12537", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -765308,11 +764617,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0026315", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026315.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -765322,8 +764631,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt35A1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -765352,8 +764660,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:12537", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12537", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -765361,11 +764670,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0026314", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026314.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -765375,8 +764684,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt35B1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -765405,8 +764713,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12537", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12537", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -765414,11 +764723,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040256", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040256.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -765428,8 +764737,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt35C1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -765458,8 +764766,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12537", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12537", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -765467,11 +764776,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051002", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051002.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -765481,8 +764790,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt35D1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -765511,8 +764819,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:12537", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12537", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -765520,11 +764829,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040253", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040253.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -765534,8 +764843,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt35E1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -765564,8 +764872,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12537", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12537", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -765573,11 +764882,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040255", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040255.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -765587,8 +764896,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt35E2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -765617,8 +764925,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12537", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12537", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -765626,11 +764935,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032713", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032713.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -765640,8 +764949,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt36D1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -765670,8 +764978,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12537", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12537", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -765679,11 +764988,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027070", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027070.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -765693,8 +765002,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt36E1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -765723,8 +765031,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12537", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12537", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -765732,11 +765041,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0026756", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026756.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -765746,8 +765055,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt37A1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -765776,8 +765084,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12537", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12537", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -765785,11 +765094,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038082", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038082.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -765799,8 +765108,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt37A2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -765829,8 +765137,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12537", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12537", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -765838,11 +765147,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038083", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038083.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -765852,8 +765161,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt37A3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -765882,8 +765190,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12537", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12537", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -765891,11 +765200,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0026755", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026755.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -765905,8 +765214,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt37B1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -765935,8 +765243,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12537", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12537", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -765944,11 +765253,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040262", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040262.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -765958,8 +765267,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt37C2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -765988,8 +765296,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12537", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12537", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -765997,11 +765306,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040260", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040260.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -766011,8 +765320,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt37D1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -766041,8 +765349,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12537", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12537", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -766050,11 +765359,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040261", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040261.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -766064,8 +765373,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt37E1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -766094,8 +765402,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12537", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12537", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -766103,11 +765412,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027073", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027073.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -766117,8 +765426,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt49B1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -766147,8 +765455,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12537", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12537", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -766156,11 +765465,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038886", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038886.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -766170,8 +765479,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt49B2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -766200,8 +765508,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:12537", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12537", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -766209,11 +765518,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034605", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034605.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -766223,8 +765532,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt49C1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -766253,8 +765561,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12538", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12538", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -766262,11 +765571,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032684", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032684.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -766276,8 +765585,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt301D1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -766306,8 +765614,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:12538", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12538", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -766315,11 +765624,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040259", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040259.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -766329,8 +765638,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt302C1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -766359,8 +765667,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:12538", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12538", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -766368,11 +765677,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040257", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040257.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -766382,8 +765691,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt302E1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -766412,8 +765720,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:12538", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12538", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -766421,11 +765730,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040251", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040251.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -766435,8 +765744,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt302K1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -766465,8 +765773,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12538", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12538", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -766474,11 +765783,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040252", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040252.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -766488,8 +765797,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt303A1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -766518,8 +765826,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12538", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12538", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -766527,11 +765836,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039086", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039086.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -766541,8 +765850,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt303B1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -766571,8 +765879,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12538", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12538", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -766580,11 +765889,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039087", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039087.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -766594,8 +765903,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt303B2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -766624,8 +765932,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12538", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12538", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -766633,11 +765942,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039085", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039085.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -766647,8 +765956,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt303B3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -766677,8 +765985,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12538", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12538", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -766686,11 +765995,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031887", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031887.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -766700,8 +766009,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt307A1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -766730,8 +766038,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12538", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12538", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -766739,11 +766048,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040091", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040091.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -766753,8 +766062,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt317A1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -766783,8 +766091,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12538", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12538", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -766792,11 +766101,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0026315", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026315.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -766806,8 +766115,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt35A1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -766836,8 +766144,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:12538", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12538", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -766845,11 +766154,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0026314", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026314.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -766859,8 +766168,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt35B1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -766889,8 +766197,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12538", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12538", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -766898,11 +766207,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040256", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040256.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -766912,8 +766221,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt35C1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -766942,8 +766250,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12538", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12538", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -766951,11 +766260,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051002", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051002.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -766965,8 +766274,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt35D1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -766995,8 +766303,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:12538", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12538", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -767004,11 +766313,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040253", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040253.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -767018,8 +766327,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt35E1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -767048,8 +766356,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12538", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12538", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -767057,11 +766366,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040255", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040255.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -767071,8 +766380,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt35E2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -767101,8 +766409,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12538", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12538", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -767110,11 +766419,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032713", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032713.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -767124,8 +766433,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt36D1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -767154,8 +766462,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12538", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12538", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -767163,11 +766472,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027070", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027070.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -767177,8 +766486,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt36E1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -767207,8 +766515,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12538", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12538", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -767216,11 +766525,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0026756", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026756.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -767230,8 +766539,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt37A1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -767260,8 +766568,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12538", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12538", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -767269,11 +766578,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038082", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038082.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -767283,8 +766592,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt37A2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -767313,8 +766621,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12538", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12538", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -767322,11 +766631,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038083", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038083.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -767336,8 +766645,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt37A3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -767366,8 +766674,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12538", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12538", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -767375,11 +766684,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0026755", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026755.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -767389,8 +766698,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt37B1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -767419,8 +766727,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12538", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12538", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -767428,11 +766737,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040262", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040262.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -767442,8 +766751,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt37C2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -767472,8 +766780,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12538", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12538", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -767481,11 +766790,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040260", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040260.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -767495,8 +766804,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt37D1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -767525,8 +766833,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12538", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12538", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -767534,11 +766843,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040261", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040261.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -767548,8 +766857,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt37E1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -767578,8 +766886,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12538", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12538", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -767587,11 +766896,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027073", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027073.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -767601,8 +766910,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt49B1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -767631,8 +766939,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12538", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12538", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -767640,11 +766949,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038886", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038886.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -767654,8 +766963,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt49B2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -767684,8 +766992,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:12538", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12538", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -767693,11 +767002,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034605", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034605.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -767707,8 +767016,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt49C1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -767737,8 +767045,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12539", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12539", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -767746,11 +767055,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032684", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032684.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -767760,8 +767069,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt301D1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -767790,8 +767098,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:12539", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12539", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -767799,11 +767108,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040259", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040259.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -767813,8 +767122,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt302C1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -767843,8 +767151,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:12539", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12539", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -767852,11 +767161,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040257", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040257.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -767866,8 +767175,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt302E1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -767896,8 +767204,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:12539", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12539", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -767905,11 +767214,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040251", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040251.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -767919,8 +767228,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt302K1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -767949,8 +767257,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12539", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12539", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -767958,11 +767267,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040252", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040252.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -767972,8 +767281,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt303A1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -768002,8 +767310,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12539", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12539", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -768011,11 +767320,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039086", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039086.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -768025,8 +767334,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt303B1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -768055,8 +767363,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12539", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12539", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -768064,11 +767373,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039087", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039087.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -768078,8 +767387,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt303B2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -768108,8 +767416,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12539", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12539", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -768117,11 +767426,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039085", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039085.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -768131,8 +767440,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt303B3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -768161,8 +767469,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12539", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12539", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -768170,11 +767479,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031887", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031887.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -768184,8 +767493,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt307A1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -768214,8 +767522,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12539", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12539", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -768223,11 +767532,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040091", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040091.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -768237,8 +767546,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt317A1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -768267,8 +767575,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12539", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12539", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -768276,11 +767585,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0026315", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026315.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -768290,8 +767599,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt35A1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -768320,8 +767628,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:12539", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12539", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -768329,11 +767638,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0026314", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026314.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -768343,8 +767652,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt35B1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -768373,8 +767681,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12539", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12539", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -768382,11 +767691,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040256", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040256.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -768396,8 +767705,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt35C1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -768426,8 +767734,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12539", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12539", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -768435,11 +767744,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051002", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051002.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -768449,8 +767758,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt35D1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -768479,8 +767787,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:12539", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12539", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -768488,11 +767797,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040253", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040253.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -768502,8 +767811,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt35E1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -768532,8 +767840,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12539", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12539", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -768541,11 +767850,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040255", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040255.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -768555,8 +767864,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt35E2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -768585,8 +767893,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12539", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12539", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -768594,11 +767903,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032713", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032713.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -768608,8 +767917,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt36D1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -768638,8 +767946,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12539", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12539", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -768647,11 +767956,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027070", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027070.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -768661,8 +767970,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt36E1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -768691,8 +767999,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12539", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12539", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -768700,11 +768009,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0026756", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026756.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -768714,8 +768023,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt37A1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -768744,8 +768052,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12539", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12539", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -768753,11 +768062,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038082", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038082.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -768767,8 +768076,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt37A2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -768797,8 +768105,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12539", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12539", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -768806,11 +768115,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038083", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038083.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -768820,8 +768129,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt37A3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -768850,8 +768158,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12539", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12539", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -768859,11 +768168,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0026755", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026755.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -768873,8 +768182,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt37B1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -768903,8 +768211,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12539", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12539", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -768912,11 +768221,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040262", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040262.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -768926,8 +768235,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt37C2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -768956,8 +768264,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12539", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12539", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -768965,11 +768274,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040260", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040260.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -768979,8 +768288,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt37D1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -769009,8 +768317,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12539", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12539", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -769018,11 +768327,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040261", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040261.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -769032,8 +768341,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt37E1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -769062,8 +768370,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12539", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12539", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -769071,11 +768380,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027073", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027073.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -769085,8 +768394,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt49B1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -769115,8 +768423,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12539", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12539", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -769124,11 +768433,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038886", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038886.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -769138,8 +768447,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt49B2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -769168,8 +768476,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:12539", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12539", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -769177,11 +768486,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034605", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034605.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -769191,8 +768500,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt49C1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -769221,8 +768529,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12540", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12540", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -769230,11 +768539,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032684", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032684.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -769244,8 +768553,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt301D1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -769274,8 +768582,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:12540", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12540", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -769283,11 +768592,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040259", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040259.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -769297,8 +768606,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt302C1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -769327,8 +768635,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:12540", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12540", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -769336,11 +768645,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040257", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040257.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -769350,8 +768659,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt302E1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -769380,8 +768688,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:12540", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12540", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -769389,11 +768698,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040251", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040251.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -769403,8 +768712,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt302K1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -769433,8 +768741,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12540", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12540", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -769442,11 +768751,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040252", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040252.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -769456,8 +768765,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt303A1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -769486,8 +768794,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12540", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12540", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -769495,11 +768804,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039086", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039086.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -769509,8 +768818,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt303B1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -769539,8 +768847,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12540", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12540", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -769548,11 +768857,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039087", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039087.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -769562,8 +768871,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt303B2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -769592,8 +768900,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12540", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12540", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -769601,11 +768910,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039085", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039085.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -769615,8 +768924,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt303B3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -769645,8 +768953,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12540", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12540", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -769654,11 +768963,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031887", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031887.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -769668,8 +768977,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt307A1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -769698,8 +769006,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12540", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12540", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -769707,11 +769016,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040091", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040091.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -769721,8 +769030,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt317A1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -769751,8 +769059,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12540", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12540", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -769760,11 +769069,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0026315", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026315.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -769774,8 +769083,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt35A1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -769804,8 +769112,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:12540", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12540", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -769813,11 +769122,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0026314", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026314.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -769827,8 +769136,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt35B1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -769857,8 +769165,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12540", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12540", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -769866,11 +769175,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040256", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040256.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -769880,8 +769189,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt35C1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -769910,8 +769218,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12540", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12540", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -769919,11 +769228,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051002", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051002.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -769933,8 +769242,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt35D1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -769963,8 +769271,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:12540", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12540", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -769972,11 +769281,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040253", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040253.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -769986,8 +769295,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt35E1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -770016,8 +769324,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12540", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12540", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -770025,11 +769334,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040255", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040255.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -770039,8 +769348,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt35E2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -770069,8 +769377,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12540", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12540", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -770078,11 +769387,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032713", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032713.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -770092,8 +769401,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt36D1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -770122,8 +769430,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12540", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12540", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -770131,11 +769440,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027070", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027070.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -770145,8 +769454,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt36E1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -770175,8 +769483,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12540", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12540", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -770184,11 +769493,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0026756", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026756.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -770198,8 +769507,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt37A1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -770228,8 +769536,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12540", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12540", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -770237,11 +769546,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038082", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038082.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -770251,8 +769560,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt37A2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -770281,8 +769589,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12540", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12540", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -770290,11 +769599,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038083", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038083.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -770304,8 +769613,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt37A3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -770334,8 +769642,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12540", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12540", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -770343,11 +769652,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0026755", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026755.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -770357,8 +769666,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt37B1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -770387,8 +769695,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12540", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12540", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -770396,11 +769705,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040262", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040262.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -770410,8 +769719,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt37C2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -770440,8 +769748,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12540", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12540", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -770449,11 +769758,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040260", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040260.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -770463,8 +769772,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt37D1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -770493,8 +769801,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12540", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12540", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -770502,11 +769811,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040261", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040261.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -770516,8 +769825,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt37E1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -770546,8 +769854,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12540", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12540", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -770555,11 +769864,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027073", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027073.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -770569,8 +769878,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt49B1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -770599,8 +769907,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12540", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12540", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -770608,11 +769917,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038886", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038886.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -770622,8 +769931,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt49B2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -770652,8 +769960,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:12540", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12540", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -770661,11 +769970,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034605", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034605.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -770675,8 +769984,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt49C1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -770705,8 +770013,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12541", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12541", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -770714,11 +770023,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A9", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032684", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032684.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -770728,8 +770037,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt301D1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -770758,8 +770066,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:12541", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12541", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -770767,11 +770076,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A9", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040259", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040259.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -770781,8 +770090,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt302C1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -770811,8 +770119,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:12541", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12541", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -770820,11 +770129,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A9", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040257", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040257.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -770834,8 +770143,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt302E1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -770864,8 +770172,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:12541", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12541", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -770873,11 +770182,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A9", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040251", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040251.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -770887,8 +770196,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt302K1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -770917,8 +770225,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12541", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12541", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -770926,11 +770235,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A9", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040252", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040252.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -770940,8 +770249,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt303A1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -770970,8 +770278,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12541", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12541", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -770979,11 +770288,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A9", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039086", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039086.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -770993,8 +770302,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt303B1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -771023,8 +770331,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12541", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12541", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -771032,11 +770341,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A9", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039087", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039087.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -771046,8 +770355,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt303B2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -771076,8 +770384,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12541", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12541", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -771085,11 +770394,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A9", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039085", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039085.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -771099,8 +770408,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt303B3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -771129,8 +770437,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12541", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12541", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -771138,11 +770447,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A9", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031887", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031887.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -771152,8 +770461,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt307A1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -771182,8 +770490,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12541", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12541", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -771191,11 +770500,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A9", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040091", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040091.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -771205,8 +770514,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt317A1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -771235,8 +770543,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12541", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12541", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -771244,11 +770553,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A9", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0026315", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026315.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -771258,8 +770567,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt35A1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -771288,8 +770596,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:12541", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12541", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -771297,11 +770606,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A9", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0026314", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026314.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -771311,8 +770620,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt35B1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -771341,8 +770649,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12541", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12541", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -771350,11 +770659,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A9", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040256", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040256.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -771364,8 +770673,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt35C1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -771394,8 +770702,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12541", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12541", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -771403,11 +770712,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A9", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051002", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051002.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -771417,8 +770726,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt35D1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -771447,8 +770755,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:12541", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12541", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -771456,11 +770765,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A9", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040253", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040253.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -771470,8 +770779,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt35E1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -771500,8 +770808,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12541", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12541", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -771509,11 +770818,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A9", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040255", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040255.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -771523,8 +770832,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt35E2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -771553,8 +770861,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12541", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12541", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -771562,11 +770871,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A9", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032713", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032713.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -771576,8 +770885,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt36D1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -771606,8 +770914,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12541", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12541", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -771615,11 +770924,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A9", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027070", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027070.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -771629,8 +770938,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt36E1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -771659,8 +770967,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12541", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12541", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -771668,11 +770977,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A9", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0026756", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026756.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -771682,8 +770991,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt37A1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -771712,8 +771020,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12541", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12541", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -771721,11 +771030,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A9", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038082", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038082.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -771735,8 +771044,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt37A2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -771765,8 +771073,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12541", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12541", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -771774,11 +771083,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A9", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038083", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038083.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -771788,8 +771097,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt37A3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -771818,8 +771126,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12541", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12541", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -771827,11 +771136,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A9", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0026755", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026755.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -771841,8 +771150,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt37B1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -771871,8 +771179,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12541", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12541", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -771880,11 +771189,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A9", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040262", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040262.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -771894,8 +771203,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt37C2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -771924,8 +771232,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12541", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12541", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -771933,11 +771242,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A9", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040260", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040260.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -771947,8 +771256,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt37D1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -771977,8 +771285,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12541", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12541", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -771986,11 +771295,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A9", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040261", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040261.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -772000,8 +771309,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt37E1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -772030,8 +771338,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12541", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12541", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -772039,11 +771348,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A9", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027073", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027073.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -772053,8 +771362,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt49B1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -772083,8 +771391,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12541", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12541", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -772092,11 +771401,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A9", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038886", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038886.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -772106,8 +771415,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt49B2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -772136,8 +771444,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:12541", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12541", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -772145,11 +771454,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT1A9", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034605", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034605.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -772159,8 +771468,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt49C1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -772189,8 +771497,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28183", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28183", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -772198,11 +771507,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2A2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032684", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032684.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -772212,8 +771521,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt301D1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -772242,8 +771550,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28183", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28183", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -772251,11 +771560,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2A2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040259", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040259.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -772265,8 +771574,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt302C1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -772295,8 +771603,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:28183", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28183", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -772304,11 +771613,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2A2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040257", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040257.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -772318,8 +771627,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt302E1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -772348,8 +771656,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28183", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28183", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -772357,11 +771666,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2A2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040251", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040251.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -772371,8 +771680,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt302K1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -772401,8 +771709,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28183", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28183", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -772410,11 +771719,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2A2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040252", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040252.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -772424,8 +771733,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt303A1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -772454,8 +771762,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28183", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28183", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -772463,11 +771772,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2A2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039086", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039086.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -772477,8 +771786,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt303B1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -772507,8 +771815,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28183", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28183", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -772516,11 +771825,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2A2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039087", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039087.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -772530,8 +771839,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt303B2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -772560,8 +771868,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28183", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28183", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -772569,11 +771878,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2A2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039085", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039085.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -772583,8 +771892,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt303B3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -772613,8 +771921,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28183", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28183", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -772622,11 +771931,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2A2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040250", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040250.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -772636,8 +771945,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt304A1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -772666,8 +771974,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28183", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28183", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -772675,11 +771984,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2A2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031887", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031887.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -772689,8 +771998,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt307A1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -772719,8 +772027,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28183", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28183", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -772728,11 +772037,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2A2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036842", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036842.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -772742,8 +772051,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt316A1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -772772,8 +772080,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28183", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28183", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -772781,11 +772090,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2A2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040091", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040091.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -772795,8 +772104,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt317A1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -772825,8 +772133,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28183", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28183", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -772834,11 +772143,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2A2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0026315", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026315.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -772848,8 +772157,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt35A1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -772878,8 +772186,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28183", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28183", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -772887,11 +772196,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2A2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040256", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040256.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -772901,8 +772210,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt35C1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -772931,8 +772239,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28183", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28183", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -772940,11 +772249,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2A2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051002", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051002.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -772954,8 +772263,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt35D1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -772984,8 +772292,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28183", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28183", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -772993,11 +772302,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2A2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040255", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040255.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -773007,8 +772316,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt35E2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -773037,8 +772345,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28183", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28183", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -773046,11 +772355,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2A2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015663", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015663.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -773060,8 +772369,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt36A1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -773090,8 +772398,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28183", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28183", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -773099,11 +772408,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2A2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032713", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032713.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -773113,8 +772422,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt36D1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -773143,8 +772451,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28183", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28183", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -773152,11 +772461,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2A2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027070", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027070.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -773166,8 +772475,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt36E1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -773196,8 +772504,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28183", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28183", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -773205,11 +772514,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2A2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027074", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027074.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -773219,8 +772528,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt36F1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -773249,8 +772557,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28183", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28183", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -773258,11 +772567,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2A2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0026756", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026756.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -773272,8 +772581,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt37A1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -773302,8 +772610,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28183", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28183", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -773311,11 +772620,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2A2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038082", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038082.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -773325,8 +772634,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt37A2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -773355,8 +772663,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28183", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28183", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -773364,11 +772673,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2A2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038083", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038083.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -773378,8 +772687,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt37A3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -773408,8 +772716,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28183", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28183", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -773417,11 +772726,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2A2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0026755", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026755.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -773431,8 +772740,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt37B1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -773461,8 +772769,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28183", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28183", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -773470,11 +772779,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2A2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040262", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040262.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -773484,8 +772793,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt37C2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -773514,8 +772822,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28183", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28183", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -773523,11 +772832,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2A2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040260", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040260.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -773537,8 +772846,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt37D1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -773567,8 +772875,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28183", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28183", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -773576,11 +772885,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2A2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040261", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040261.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -773590,8 +772899,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt37E1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -773620,8 +772928,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28183", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28183", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -773629,11 +772938,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2A2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027073", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027073.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -773643,8 +772952,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt49B1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -773673,8 +772981,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28183", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28183", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -773682,11 +772991,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2A2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038886", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038886.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -773696,8 +773005,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt49B2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -773726,8 +773034,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28528", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28528", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -773735,11 +773044,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2A3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032684", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032684.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -773749,8 +773058,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt301D1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -773779,8 +773087,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28528", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28528", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -773788,11 +773097,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2A3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040259", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040259.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -773802,8 +773111,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt302C1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -773832,8 +773140,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:28528", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28528", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -773841,11 +773150,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2A3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040257", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040257.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -773855,8 +773164,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt302E1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -773885,8 +773193,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28528", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28528", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -773894,11 +773203,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2A3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040251", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040251.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -773908,8 +773217,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt302K1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -773938,8 +773246,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28528", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28528", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -773947,11 +773256,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2A3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040252", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040252.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -773961,8 +773270,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt303A1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -773991,8 +773299,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28528", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28528", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -774000,11 +773309,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2A3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039086", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039086.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -774014,8 +773323,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt303B1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -774044,8 +773352,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28528", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28528", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -774053,11 +773362,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2A3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039087", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039087.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -774067,8 +773376,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt303B2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -774097,8 +773405,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28528", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28528", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -774106,11 +773415,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2A3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039085", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039085.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -774120,8 +773429,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt303B3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -774150,8 +773458,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28528", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28528", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -774159,11 +773468,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2A3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040250", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040250.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -774173,8 +773482,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt304A1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -774203,8 +773511,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28528", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28528", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -774212,11 +773521,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2A3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031887", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031887.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -774226,8 +773535,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt307A1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -774256,8 +773564,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28528", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28528", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -774265,11 +773574,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2A3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036842", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036842.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -774279,8 +773588,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt316A1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -774309,8 +773617,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28528", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28528", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -774318,11 +773627,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2A3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040091", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040091.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -774332,8 +773641,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt317A1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -774362,8 +773670,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28528", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28528", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -774371,11 +773680,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2A3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0026315", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026315.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -774385,8 +773694,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt35A1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -774415,8 +773723,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28528", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28528", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -774424,11 +773733,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2A3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0026314", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026314.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -774438,8 +773747,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt35B1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -774468,8 +773776,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28528", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28528", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -774477,11 +773786,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2A3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040256", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040256.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -774491,8 +773800,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt35C1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -774521,8 +773829,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28528", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28528", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -774530,11 +773839,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2A3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051002", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051002.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -774544,8 +773853,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt35D1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -774574,8 +773882,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28528", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28528", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -774583,11 +773892,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2A3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040255", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040255.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -774597,8 +773906,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt35E2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -774627,8 +773935,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28528", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28528", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -774636,11 +773945,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2A3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015663", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015663.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -774650,8 +773959,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt36A1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -774680,8 +773988,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28528", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28528", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -774689,11 +773998,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2A3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032713", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032713.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -774703,8 +774012,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt36D1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -774733,8 +774041,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28528", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28528", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -774742,11 +774051,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2A3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027070", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027070.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -774756,8 +774065,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt36E1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -774786,8 +774094,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28528", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28528", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -774795,11 +774104,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2A3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027074", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027074.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -774809,8 +774118,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt36F1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -774839,8 +774147,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28528", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28528", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -774848,11 +774157,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2A3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0026756", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026756.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -774862,8 +774171,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt37A1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -774892,8 +774200,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28528", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28528", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -774901,11 +774210,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2A3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038082", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038082.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -774915,8 +774224,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt37A2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -774945,8 +774253,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28528", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28528", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -774954,11 +774263,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2A3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038083", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038083.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -774968,8 +774277,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt37A3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -774998,8 +774306,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28528", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28528", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -775007,11 +774316,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2A3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0026755", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026755.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -775021,8 +774330,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt37B1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -775051,8 +774359,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28528", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28528", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -775060,11 +774369,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2A3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040262", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040262.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -775074,8 +774383,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt37C2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -775104,8 +774412,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28528", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28528", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -775113,11 +774422,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2A3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040260", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040260.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -775127,8 +774436,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt37D1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -775157,8 +774465,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28528", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28528", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -775166,11 +774475,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2A3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040261", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040261.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -775180,8 +774489,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt37E1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -775210,8 +774518,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28528", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28528", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -775219,11 +774528,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2A3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027073", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027073.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -775233,8 +774542,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt49B1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -775263,8 +774571,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28528", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28528", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -775272,11 +774581,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2A3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038886", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038886.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -775286,8 +774595,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt49B2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -775316,8 +774624,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12544", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12544", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -775325,11 +774634,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2B10", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032684", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032684.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -775339,8 +774648,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt301D1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -775369,8 +774677,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12544", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12544", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -775378,11 +774687,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2B10", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040259", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040259.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -775392,8 +774701,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt302C1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -775422,8 +774730,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:12544", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12544", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -775431,11 +774740,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2B10", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040257", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040257.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -775445,8 +774754,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt302E1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -775475,8 +774783,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12544", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12544", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -775484,11 +774793,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2B10", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040251", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040251.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -775498,8 +774807,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt302K1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -775528,8 +774836,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12544", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12544", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -775537,11 +774846,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2B10", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040252", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040252.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -775551,8 +774860,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt303A1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -775581,8 +774889,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12544", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12544", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -775590,11 +774899,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2B10", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039086", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039086.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -775604,8 +774913,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt303B1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -775634,8 +774942,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12544", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12544", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -775643,11 +774952,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2B10", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039087", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039087.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -775657,8 +774966,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt303B2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -775687,8 +774995,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12544", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12544", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -775696,11 +775005,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2B10", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039085", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039085.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -775710,8 +775019,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt303B3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -775740,8 +775048,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12544", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12544", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -775749,11 +775058,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2B10", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040250", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040250.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -775763,8 +775072,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt304A1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -775793,8 +775101,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12544", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12544", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -775802,11 +775111,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2B10", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031887", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031887.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -775816,8 +775125,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt307A1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -775846,8 +775154,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12544", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12544", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -775855,11 +775164,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2B10", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036842", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036842.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -775869,8 +775178,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt316A1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -775899,8 +775207,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12544", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12544", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -775908,11 +775217,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2B10", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040091", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040091.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -775922,8 +775231,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt317A1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -775952,8 +775260,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12544", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12544", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -775961,11 +775270,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2B10", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0026315", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026315.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -775975,8 +775284,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt35A1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -776005,8 +775313,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12544", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12544", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -776014,11 +775323,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2B10", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040256", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040256.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -776028,8 +775337,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt35C1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -776058,8 +775366,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12544", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12544", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -776067,11 +775376,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2B10", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051002", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051002.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -776081,8 +775390,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt35D1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -776111,8 +775419,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12544", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12544", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -776120,11 +775429,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2B10", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040255", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040255.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -776134,8 +775443,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt35E2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -776164,8 +775472,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12544", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12544", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -776173,11 +775482,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2B10", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015663", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015663.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -776187,8 +775496,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt36A1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -776217,8 +775525,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12544", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12544", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -776226,11 +775535,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2B10", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032713", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032713.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -776240,8 +775549,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt36D1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -776270,8 +775578,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12544", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12544", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -776279,11 +775588,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2B10", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027070", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027070.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -776293,8 +775602,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt36E1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -776323,8 +775631,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12544", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12544", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -776332,11 +775641,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2B10", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027074", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027074.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -776346,8 +775655,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt36F1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -776376,8 +775684,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12544", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12544", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -776385,11 +775694,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2B10", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0026756", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026756.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -776399,8 +775708,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt37A1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -776429,8 +775737,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12544", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12544", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -776438,11 +775747,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2B10", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038082", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038082.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -776452,8 +775761,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt37A2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -776482,8 +775790,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12544", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12544", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -776491,11 +775800,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2B10", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038083", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038083.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -776505,8 +775814,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt37A3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -776535,8 +775843,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12544", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12544", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -776544,11 +775853,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2B10", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0026755", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026755.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -776558,8 +775867,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt37B1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -776588,8 +775896,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12544", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12544", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -776597,11 +775906,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2B10", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040262", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040262.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -776611,8 +775920,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt37C2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -776641,8 +775949,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12544", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12544", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -776650,11 +775959,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2B10", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040260", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040260.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -776664,8 +775973,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt37D1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -776694,8 +776002,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12544", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12544", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -776703,11 +776012,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2B10", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040261", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040261.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -776717,8 +776026,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt37E1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -776747,8 +776055,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12544", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12544", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -776756,11 +776065,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2B10", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027073", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027073.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -776770,8 +776079,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt49B1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -776800,8 +776108,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12544", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12544", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -776809,11 +776118,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2B10", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038886", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038886.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -776823,8 +776132,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt49B2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -776853,8 +776161,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12545", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12545", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -776862,11 +776171,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2B11", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032684", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032684.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -776876,8 +776185,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt301D1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -776906,8 +776214,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12545", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12545", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -776915,11 +776224,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2B11", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040259", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040259.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -776929,8 +776238,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt302C1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -776959,8 +776267,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:12545", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12545", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -776968,11 +776277,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2B11", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040257", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040257.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -776982,8 +776291,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt302E1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -777012,8 +776320,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12545", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12545", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -777021,11 +776330,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2B11", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040251", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040251.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -777035,8 +776344,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt302K1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -777065,8 +776373,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12545", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12545", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -777074,11 +776383,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2B11", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040252", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040252.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -777088,8 +776397,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt303A1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -777118,8 +776426,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12545", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12545", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -777127,11 +776436,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2B11", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039086", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039086.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -777141,8 +776450,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt303B1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -777171,8 +776479,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12545", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12545", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -777180,11 +776489,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2B11", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039087", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039087.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -777194,8 +776503,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt303B2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -777224,8 +776532,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12545", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12545", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -777233,11 +776542,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2B11", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039085", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039085.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -777247,8 +776556,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt303B3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -777277,8 +776585,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12545", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12545", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -777286,11 +776595,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2B11", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040250", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040250.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -777300,8 +776609,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt304A1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -777330,8 +776638,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12545", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12545", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -777339,11 +776648,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2B11", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031887", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031887.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -777353,8 +776662,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt307A1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -777383,8 +776691,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12545", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12545", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -777392,11 +776701,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2B11", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036842", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036842.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -777406,8 +776715,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt316A1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -777436,8 +776744,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12545", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12545", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -777445,11 +776754,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2B11", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040091", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040091.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -777459,8 +776768,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt317A1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -777489,8 +776797,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12545", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12545", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -777498,11 +776807,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2B11", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0026315", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026315.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -777512,8 +776821,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt35A1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -777542,8 +776850,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12545", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12545", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -777551,11 +776860,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2B11", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040256", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040256.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -777565,8 +776874,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt35C1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -777595,8 +776903,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12545", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12545", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -777604,11 +776913,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2B11", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051002", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051002.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -777618,8 +776927,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt35D1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -777648,8 +776956,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12545", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12545", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -777657,11 +776966,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2B11", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040255", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040255.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -777671,8 +776980,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt35E2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -777701,8 +777009,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12545", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12545", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -777710,11 +777019,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2B11", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015663", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015663.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -777724,8 +777033,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt36A1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -777754,8 +777062,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12545", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12545", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -777763,11 +777072,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2B11", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032713", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032713.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -777777,8 +777086,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt36D1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -777807,8 +777115,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12545", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12545", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -777816,11 +777125,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2B11", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027070", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027070.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -777830,8 +777139,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt36E1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -777860,8 +777168,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12545", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12545", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -777869,11 +777178,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2B11", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027074", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027074.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -777883,8 +777192,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt36F1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -777913,8 +777221,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12545", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12545", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -777922,11 +777231,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2B11", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0026756", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026756.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -777936,8 +777245,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt37A1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -777966,8 +777274,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12545", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12545", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -777975,11 +777284,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2B11", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038082", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038082.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -777989,8 +777298,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt37A2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -778019,8 +777327,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12545", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12545", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -778028,11 +777337,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2B11", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038083", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038083.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -778042,8 +777351,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt37A3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -778072,8 +777380,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12545", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12545", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -778081,11 +777390,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2B11", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0026755", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026755.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -778095,8 +777404,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt37B1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -778125,8 +777433,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12545", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12545", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -778134,11 +777443,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2B11", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040262", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040262.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -778148,8 +777457,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt37C2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -778178,8 +777486,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12545", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12545", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -778187,11 +777496,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2B11", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040260", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040260.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -778201,8 +777510,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt37D1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -778231,8 +777539,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12545", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12545", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -778240,11 +777549,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2B11", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040261", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040261.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -778254,8 +777563,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt37E1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -778284,8 +777592,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12545", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12545", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -778293,11 +777602,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2B11", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027073", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027073.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -778307,8 +777616,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt49B1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -778337,8 +777645,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12545", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12545", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -778346,11 +777655,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2B11", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038886", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038886.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -778360,8 +777669,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt49B2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -778390,8 +777698,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12546", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12546", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -778399,11 +777708,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2B15", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032684", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032684.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -778413,8 +777722,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt301D1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -778443,8 +777751,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12546", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12546", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -778452,11 +777761,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2B15", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040259", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040259.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -778466,8 +777775,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt302C1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -778496,8 +777804,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:12546", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12546", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -778505,11 +777814,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2B15", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040257", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040257.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -778519,8 +777828,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt302E1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -778549,8 +777857,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12546", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12546", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -778558,11 +777867,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2B15", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040251", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040251.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -778572,8 +777881,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt302K1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -778602,8 +777910,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12546", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12546", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -778611,11 +777920,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2B15", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040252", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040252.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -778625,8 +777934,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt303A1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -778655,8 +777963,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12546", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12546", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -778664,11 +777973,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2B15", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039086", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039086.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -778678,8 +777987,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt303B1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -778708,8 +778016,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12546", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12546", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -778717,11 +778026,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2B15", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039087", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039087.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -778731,8 +778040,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt303B2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -778761,8 +778069,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12546", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12546", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -778770,11 +778079,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2B15", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039085", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039085.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -778784,8 +778093,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt303B3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -778814,8 +778122,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12546", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12546", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -778823,11 +778132,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2B15", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040250", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040250.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -778837,8 +778146,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt304A1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -778867,8 +778175,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12546", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12546", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -778876,11 +778185,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2B15", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031887", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031887.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -778890,8 +778199,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt307A1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -778920,8 +778228,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12546", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12546", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -778929,11 +778238,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2B15", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036842", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036842.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -778943,8 +778252,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt316A1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -778973,8 +778281,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12546", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12546", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -778982,11 +778291,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2B15", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040091", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040091.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -778996,8 +778305,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt317A1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -779026,8 +778334,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12546", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12546", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -779035,11 +778344,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2B15", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0026315", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026315.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -779049,8 +778358,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt35A1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -779079,8 +778387,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12546", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12546", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -779088,11 +778397,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2B15", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0026314", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026314.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -779102,8 +778411,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt35B1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -779132,8 +778440,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12546", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12546", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -779141,11 +778450,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2B15", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040256", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040256.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -779155,8 +778464,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt35C1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -779185,8 +778493,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12546", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12546", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -779194,11 +778503,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2B15", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051002", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051002.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -779208,8 +778517,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt35D1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -779238,8 +778546,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12546", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12546", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -779247,11 +778556,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2B15", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040255", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040255.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -779261,8 +778570,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt35E2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -779291,8 +778599,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12546", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12546", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -779300,11 +778609,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2B15", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015663", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015663.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -779314,8 +778623,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt36A1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -779344,8 +778652,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12546", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12546", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -779353,11 +778662,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2B15", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032713", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032713.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -779367,8 +778676,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt36D1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -779397,8 +778705,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12546", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12546", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -779406,11 +778715,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2B15", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027070", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027070.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -779420,8 +778729,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt36E1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -779450,8 +778758,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12546", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12546", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -779459,11 +778768,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2B15", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027074", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027074.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -779473,8 +778782,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt36F1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -779503,8 +778811,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12546", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12546", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -779512,11 +778821,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2B15", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0026756", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026756.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -779526,8 +778835,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt37A1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -779556,8 +778864,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12546", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12546", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -779565,11 +778874,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2B15", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038082", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038082.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -779579,8 +778888,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt37A2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -779609,8 +778917,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12546", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12546", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -779618,11 +778927,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2B15", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038083", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038083.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -779632,8 +778941,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt37A3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -779662,8 +778970,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12546", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12546", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -779671,11 +778980,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2B15", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0026755", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026755.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -779685,8 +778994,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt37B1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -779715,8 +779023,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12546", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12546", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -779724,11 +779033,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2B15", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040262", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040262.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -779738,8 +779047,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt37C2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -779768,8 +779076,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12546", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12546", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -779777,11 +779086,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2B15", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040260", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040260.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -779791,8 +779100,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt37D1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -779821,8 +779129,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12546", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12546", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -779830,11 +779139,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2B15", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040261", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040261.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -779844,8 +779153,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt37E1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -779874,8 +779182,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12546", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12546", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -779883,11 +779192,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2B15", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027073", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027073.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -779897,8 +779206,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt49B1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -779927,8 +779235,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12546", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12546", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -779936,11 +779245,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2B15", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038886", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038886.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -779950,8 +779259,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt49B2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -779980,8 +779288,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12547", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12547", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -779989,11 +779298,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2B17", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032684", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032684.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -780003,8 +779312,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt301D1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -780033,8 +779341,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12547", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12547", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -780042,11 +779351,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2B17", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040259", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040259.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -780056,8 +779365,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt302C1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -780086,8 +779394,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:12547", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12547", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -780095,11 +779404,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2B17", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040257", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040257.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -780109,8 +779418,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt302E1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -780139,8 +779447,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12547", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12547", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -780148,11 +779457,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2B17", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040251", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040251.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -780162,8 +779471,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt302K1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -780192,8 +779500,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12547", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12547", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -780201,11 +779510,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2B17", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040252", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040252.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -780215,8 +779524,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt303A1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -780245,8 +779553,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12547", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12547", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -780254,11 +779563,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2B17", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039086", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039086.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -780268,8 +779577,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt303B1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -780298,8 +779606,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12547", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12547", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -780307,11 +779616,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2B17", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039087", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039087.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -780321,8 +779630,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt303B2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -780351,8 +779659,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12547", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12547", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -780360,11 +779669,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2B17", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039085", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039085.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -780374,8 +779683,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt303B3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -780404,8 +779712,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12547", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12547", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -780413,11 +779722,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2B17", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040250", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040250.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -780427,8 +779736,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt304A1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -780457,8 +779765,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12547", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12547", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -780466,11 +779775,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2B17", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031887", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031887.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -780480,8 +779789,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt307A1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -780510,8 +779818,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12547", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12547", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -780519,11 +779828,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2B17", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036842", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036842.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -780533,8 +779842,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt316A1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -780563,8 +779871,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12547", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12547", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -780572,11 +779881,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2B17", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040091", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040091.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -780586,8 +779895,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt317A1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -780616,8 +779924,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12547", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12547", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -780625,11 +779934,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2B17", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0026315", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026315.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -780639,8 +779948,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt35A1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -780669,8 +779977,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12547", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12547", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -780678,11 +779987,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2B17", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040256", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040256.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -780692,8 +780001,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt35C1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -780722,8 +780030,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12547", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12547", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -780731,11 +780040,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2B17", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051002", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051002.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -780745,8 +780054,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt35D1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -780775,8 +780083,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12547", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12547", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -780784,11 +780093,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2B17", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040255", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040255.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -780798,8 +780107,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt35E2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -780828,8 +780136,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12547", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12547", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -780837,11 +780146,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2B17", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015663", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015663.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -780851,8 +780160,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt36A1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -780881,8 +780189,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12547", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12547", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -780890,11 +780199,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2B17", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032713", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032713.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -780904,8 +780213,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt36D1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -780934,8 +780242,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12547", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12547", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -780943,11 +780252,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2B17", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027070", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027070.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -780957,8 +780266,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt36E1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -780987,8 +780295,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12547", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12547", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -780996,11 +780305,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2B17", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027074", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027074.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -781010,8 +780319,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt36F1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -781040,8 +780348,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12547", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12547", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -781049,11 +780358,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2B17", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0026756", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026756.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -781063,8 +780372,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt37A1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -781093,8 +780401,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12547", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12547", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -781102,11 +780411,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2B17", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038082", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038082.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -781116,8 +780425,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt37A2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -781146,8 +780454,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12547", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12547", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -781155,11 +780464,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2B17", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038083", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038083.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -781169,8 +780478,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt37A3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -781199,8 +780507,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12547", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12547", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -781208,11 +780517,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2B17", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0026755", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026755.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -781222,8 +780531,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt37B1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -781252,8 +780560,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12547", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12547", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -781261,11 +780570,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2B17", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040262", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040262.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -781275,8 +780584,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt37C2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -781305,8 +780613,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12547", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12547", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -781314,11 +780623,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2B17", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040260", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040260.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -781328,8 +780637,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt37D1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -781358,8 +780666,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12547", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12547", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -781367,11 +780676,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2B17", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040261", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040261.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -781381,8 +780690,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt37E1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -781411,8 +780719,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12547", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12547", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -781420,11 +780729,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2B17", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027073", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027073.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -781434,8 +780743,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt49B1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -781464,8 +780772,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12547", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12547", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -781473,11 +780782,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2B17", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038886", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038886.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -781487,8 +780796,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt49B2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -781517,8 +780825,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13479", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13479", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -781526,11 +780835,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2B28", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032684", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032684.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -781540,8 +780849,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt301D1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -781570,8 +780878,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13479", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13479", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -781579,11 +780888,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2B28", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040259", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040259.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -781593,8 +780902,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt302C1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -781623,8 +780931,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:13479", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13479", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -781632,11 +780941,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2B28", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040257", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040257.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -781646,8 +780955,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt302E1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -781676,8 +780984,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13479", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13479", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -781685,11 +780994,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2B28", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040251", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040251.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -781699,8 +781008,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt302K1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -781729,8 +781037,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13479", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13479", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -781738,11 +781047,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2B28", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040252", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040252.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -781752,8 +781061,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt303A1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -781782,8 +781090,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13479", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13479", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -781791,11 +781100,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2B28", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039086", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039086.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -781805,8 +781114,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt303B1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -781835,8 +781143,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13479", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13479", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -781844,11 +781153,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2B28", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039087", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039087.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -781858,8 +781167,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt303B2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -781888,8 +781196,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13479", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13479", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -781897,11 +781206,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2B28", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039085", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039085.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -781911,8 +781220,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt303B3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -781941,8 +781249,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13479", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13479", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -781950,11 +781259,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2B28", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040250", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040250.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -781964,8 +781273,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt304A1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -781994,8 +781302,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13479", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13479", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -782003,11 +781312,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2B28", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031887", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031887.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -782017,8 +781326,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt307A1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -782047,8 +781355,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13479", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13479", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -782056,11 +781365,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2B28", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036842", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036842.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -782070,8 +781379,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt316A1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -782100,8 +781408,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13479", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13479", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -782109,11 +781418,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2B28", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040091", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040091.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -782123,8 +781432,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt317A1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -782153,8 +781461,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13479", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13479", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -782162,11 +781471,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2B28", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0026315", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026315.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -782176,8 +781485,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt35A1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -782206,8 +781514,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13479", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13479", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -782215,11 +781524,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2B28", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040256", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040256.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -782229,8 +781538,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt35C1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -782259,8 +781567,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13479", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13479", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -782268,11 +781577,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2B28", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051002", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051002.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -782282,8 +781591,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt35D1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -782312,8 +781620,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13479", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13479", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -782321,11 +781630,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2B28", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040255", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040255.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -782335,8 +781644,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt35E2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -782365,8 +781673,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13479", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13479", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -782374,11 +781683,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2B28", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015663", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015663.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -782388,8 +781697,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt36A1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -782418,8 +781726,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13479", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13479", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -782427,11 +781736,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2B28", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032713", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032713.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -782441,8 +781750,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt36D1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -782471,8 +781779,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13479", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13479", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -782480,11 +781789,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2B28", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027070", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027070.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -782494,8 +781803,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt36E1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -782524,8 +781832,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13479", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13479", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -782533,11 +781842,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2B28", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027074", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027074.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -782547,8 +781856,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt36F1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -782577,8 +781885,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13479", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13479", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -782586,11 +781895,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2B28", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0026756", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026756.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -782600,8 +781909,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt37A1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -782630,8 +781938,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13479", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13479", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -782639,11 +781948,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2B28", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038082", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038082.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -782653,8 +781962,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt37A2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -782683,8 +781991,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13479", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13479", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -782692,11 +782001,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2B28", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038083", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038083.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -782706,8 +782015,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt37A3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -782736,8 +782044,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13479", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13479", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -782745,11 +782054,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2B28", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0026755", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026755.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -782759,8 +782068,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt37B1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -782789,8 +782097,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13479", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13479", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -782798,11 +782107,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2B28", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040262", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040262.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -782812,8 +782121,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt37C2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -782842,8 +782150,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13479", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13479", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -782851,11 +782160,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2B28", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040260", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040260.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -782865,8 +782174,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt37D1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -782895,8 +782203,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13479", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13479", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -782904,11 +782213,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2B28", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040261", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040261.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -782918,8 +782227,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt37E1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -782948,8 +782256,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13479", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13479", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -782957,11 +782266,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2B28", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027073", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027073.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -782971,8 +782280,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt49B1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -783001,8 +782309,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13479", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13479", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -783010,11 +782319,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2B28", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038886", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038886.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -783024,8 +782333,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt49B2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -783054,8 +782362,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12553", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12553", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -783063,11 +782372,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2B4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032684", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032684.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -783077,8 +782386,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt301D1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -783107,8 +782415,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12553", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12553", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -783116,11 +782425,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2B4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040259", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040259.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -783130,8 +782439,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt302C1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -783160,8 +782468,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:12553", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12553", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -783169,11 +782478,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2B4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040257", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040257.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -783183,8 +782492,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt302E1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -783213,8 +782521,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12553", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12553", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -783222,11 +782531,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2B4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040251", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040251.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -783236,8 +782545,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt302K1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -783266,8 +782574,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12553", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12553", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -783275,11 +782584,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2B4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040252", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040252.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -783289,8 +782598,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt303A1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -783319,8 +782627,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12553", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12553", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -783328,11 +782637,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2B4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039086", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039086.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -783342,8 +782651,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt303B1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -783372,8 +782680,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12553", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12553", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -783381,11 +782690,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2B4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039087", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039087.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -783395,8 +782704,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt303B2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -783425,8 +782733,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12553", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12553", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -783434,11 +782743,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2B4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039085", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039085.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -783448,8 +782757,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt303B3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -783478,8 +782786,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12553", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12553", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -783487,11 +782796,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2B4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040250", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040250.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -783501,8 +782810,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt304A1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -783531,8 +782839,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12553", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12553", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -783540,11 +782849,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2B4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031887", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031887.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -783554,8 +782863,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt307A1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -783584,8 +782892,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12553", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12553", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -783593,11 +782902,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2B4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036842", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036842.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -783607,8 +782916,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt316A1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -783637,8 +782945,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12553", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12553", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -783646,11 +782955,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2B4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040091", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040091.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -783660,8 +782969,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt317A1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -783690,8 +782998,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12553", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12553", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -783699,11 +783008,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2B4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0026315", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026315.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -783713,8 +783022,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt35A1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -783743,8 +783051,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12553", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12553", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -783752,11 +783061,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2B4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040256", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040256.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -783766,8 +783075,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt35C1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -783796,8 +783104,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12553", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12553", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -783805,11 +783114,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2B4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051002", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051002.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -783819,8 +783128,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt35D1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -783849,8 +783157,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12553", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12553", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -783858,11 +783167,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2B4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040255", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040255.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -783872,8 +783181,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt35E2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -783902,8 +783210,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12553", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12553", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -783911,11 +783220,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2B4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015663", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015663.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -783925,8 +783234,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt36A1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -783955,8 +783263,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12553", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12553", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -783964,11 +783273,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2B4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032713", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032713.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -783978,8 +783287,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt36D1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -784008,8 +783316,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12553", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12553", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -784017,11 +783326,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2B4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027070", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027070.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -784031,8 +783340,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt36E1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -784061,8 +783369,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12553", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12553", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -784070,11 +783379,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2B4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027074", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027074.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -784084,8 +783393,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt36F1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -784114,8 +783422,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12553", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12553", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -784123,11 +783432,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2B4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0026756", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026756.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -784137,8 +783446,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt37A1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -784167,8 +783475,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12553", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12553", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -784176,11 +783485,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2B4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038082", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038082.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -784190,8 +783499,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt37A2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -784220,8 +783528,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12553", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12553", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -784229,11 +783538,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2B4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038083", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038083.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -784243,8 +783552,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt37A3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -784273,8 +783581,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12553", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12553", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -784282,11 +783591,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2B4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0026755", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026755.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -784296,8 +783605,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt37B1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -784326,8 +783634,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12553", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12553", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -784335,11 +783644,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2B4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040262", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040262.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -784349,8 +783658,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt37C2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -784379,8 +783687,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12553", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12553", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -784388,11 +783697,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2B4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040260", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040260.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -784402,8 +783711,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt37D1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -784432,8 +783740,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12553", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12553", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -784441,11 +783750,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2B4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040261", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040261.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -784455,8 +783764,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt37E1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -784485,8 +783793,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12553", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12553", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -784494,11 +783803,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2B4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027073", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027073.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -784508,8 +783817,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt49B1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -784538,8 +783846,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12553", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12553", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -784547,11 +783856,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2B4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038886", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038886.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -784561,8 +783870,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt49B2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -784591,8 +783899,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12554", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12554", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -784600,11 +783909,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2B7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032684", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032684.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -784614,8 +783923,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt301D1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -784644,8 +783952,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12554", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12554", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -784653,11 +783962,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2B7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040259", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040259.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -784667,8 +783976,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt302C1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -784697,8 +784005,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12554", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12554", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -784706,11 +784015,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2B7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040257", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040257.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -784720,8 +784029,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt302E1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -784750,8 +784058,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12554", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12554", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -784759,11 +784068,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2B7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040251", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040251.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -784773,8 +784082,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt302K1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -784803,8 +784111,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12554", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12554", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -784812,11 +784121,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2B7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040252", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040252.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -784826,8 +784135,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt303A1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -784856,8 +784164,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12554", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12554", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -784865,11 +784174,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2B7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039086", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039086.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -784879,8 +784188,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt303B1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -784909,8 +784217,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12554", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12554", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -784918,11 +784227,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2B7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039087", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039087.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -784932,8 +784241,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt303B2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -784962,8 +784270,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12554", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12554", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -784971,11 +784280,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2B7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039085", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039085.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -784985,8 +784294,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt303B3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -785015,8 +784323,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12554", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12554", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -785024,11 +784333,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2B7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040250", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040250.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -785038,8 +784347,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt304A1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -785068,8 +784376,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12554", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12554", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -785077,11 +784386,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2B7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031887", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031887.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -785091,8 +784400,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt307A1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -785121,8 +784429,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12554", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12554", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -785130,11 +784439,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2B7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036842", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036842.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -785144,8 +784453,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt316A1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -785174,8 +784482,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12554", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12554", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -785183,11 +784492,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2B7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040091", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040091.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -785197,8 +784506,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt317A1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -785227,8 +784535,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12554", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12554", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -785236,11 +784545,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2B7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0026315", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026315.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -785250,8 +784559,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt35A1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -785280,8 +784588,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12554", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12554", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -785289,11 +784598,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2B7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040256", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040256.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -785303,8 +784612,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt35C1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -785333,8 +784641,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12554", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12554", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -785342,11 +784651,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2B7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051002", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051002.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -785356,8 +784665,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt35D1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -785386,8 +784694,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12554", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12554", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -785395,11 +784704,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2B7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040255", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040255.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -785409,8 +784718,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt35E2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -785439,8 +784747,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12554", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12554", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -785448,11 +784757,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2B7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015663", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015663.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -785462,8 +784771,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt36A1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -785492,8 +784800,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12554", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12554", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -785501,11 +784810,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2B7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032713", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032713.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -785515,8 +784824,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt36D1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -785545,8 +784853,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12554", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12554", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -785554,11 +784863,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2B7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027070", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027070.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -785568,8 +784877,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt36E1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -785598,8 +784906,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12554", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12554", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -785607,11 +784916,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2B7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027074", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027074.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -785621,8 +784930,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt36F1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -785651,8 +784959,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12554", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12554", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -785660,11 +784969,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2B7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0026756", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026756.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -785674,8 +784983,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt37A1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -785704,8 +785012,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12554", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12554", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -785713,11 +785022,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2B7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038082", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038082.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -785727,8 +785036,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt37A2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -785757,8 +785065,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12554", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12554", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -785766,11 +785075,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2B7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038083", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038083.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -785780,8 +785089,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt37A3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -785810,8 +785118,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12554", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12554", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -785819,11 +785128,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2B7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0026755", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026755.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -785833,8 +785142,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt37B1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -785863,8 +785171,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12554", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12554", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -785872,11 +785181,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2B7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0026754", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026754.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -785886,8 +785195,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt37C1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -785916,8 +785224,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12554", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12554", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -785925,11 +785234,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2B7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040262", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040262.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -785939,8 +785248,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt37C2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -785969,8 +785277,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12554", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12554", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -785978,11 +785287,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2B7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040260", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040260.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -785992,8 +785301,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt37D1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -786022,8 +785330,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12554", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12554", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -786031,11 +785340,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2B7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040261", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040261.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -786045,8 +785354,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt37E1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -786075,8 +785383,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12554", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12554", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -786084,11 +785393,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2B7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027073", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027073.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -786098,8 +785407,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt49B1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -786128,8 +785436,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12554", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12554", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -786137,11 +785446,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT2B7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038886", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038886.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -786151,8 +785460,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt49B2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -786181,8 +785489,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:26625", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26625", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -786190,11 +785499,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT3A1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040259", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040259.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -786204,8 +785513,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt302C1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -786234,8 +785542,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:26625", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26625", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -786243,11 +785552,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT3A1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040257", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040257.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -786257,8 +785566,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt302E1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -786287,8 +785595,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:26625", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26625", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -786296,11 +785605,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT3A1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040251", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040251.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -786310,8 +785619,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt302K1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -786340,8 +785648,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:26625", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26625", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -786349,11 +785658,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT3A1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040250", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040250.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -786363,8 +785672,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt304A1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -786393,8 +785701,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:26625", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26625", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -786402,11 +785711,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT3A1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036842", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036842.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -786416,8 +785725,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt316A1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -786446,8 +785754,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:26625", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26625", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -786455,11 +785764,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT3A1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015663", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015663.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -786469,8 +785778,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt36A1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -786499,8 +785807,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:26625", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26625", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -786508,11 +785817,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT3A1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027074", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027074.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -786522,8 +785831,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt36F1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -786552,8 +785860,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:27266", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:27266", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -786561,11 +785870,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT3A2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040257", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040257.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -786575,8 +785884,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt302E1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -786605,8 +785913,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:27266", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:27266", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -786614,11 +785923,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT3A2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015663", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015663.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -786628,8 +785937,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt36A1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -786658,8 +785966,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:27266", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:27266", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -786667,11 +785976,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT3A2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027074", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027074.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -786681,8 +785990,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt36F1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -786711,8 +786019,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12555", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12555", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -786720,11 +786029,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UGT8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0050438", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0050438.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -786734,8 +786043,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ugt50B3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -786764,8 +786072,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21216", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21216", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -786773,11 +786082,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UHRF1BP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0083962", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0083962.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -786787,8 +786096,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG34126", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -786816,8 +786124,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29102", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29102", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -786825,11 +786134,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UHRF1BP1L", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0083962", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0083962.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -786839,8 +786148,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG34126", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -786868,8 +786176,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12558", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12558", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -786877,11 +786186,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ULK1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0260945", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0260945.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -786891,8 +786200,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Atg1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -786921,8 +786229,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13480", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13480", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -786930,11 +786239,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ULK2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0260945", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0260945.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -786944,8 +786253,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Atg1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -786974,8 +786282,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19703", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19703", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -786983,11 +786292,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ULK3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037679", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037679.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -786997,8 +786306,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Aduk", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -787027,8 +786335,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12563", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12563", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -787036,11 +786345,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UMPS", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003257", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003257.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -787050,8 +786359,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "r-l", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -787079,8 +786387,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12565", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12565", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -787088,11 +786397,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UNC119", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0025549", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0025549.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -787102,8 +786411,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "unc-119", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -787131,8 +786439,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16488", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16488", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -787140,11 +786449,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UNC119B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0025549", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0025549.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -787154,8 +786463,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "unc-119", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -787183,8 +786491,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23150", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23150", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -787192,11 +786501,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UNC13A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0025726", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0025726.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -787206,8 +786515,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "unc-13", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -787236,8 +786544,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12566", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12566", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -787245,11 +786554,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UNC13B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0025726", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0025726.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -787259,8 +786568,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "unc-13", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -787289,8 +786597,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:23149", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23149", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -787298,11 +786607,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UNC13C", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0025726", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0025726.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -787312,8 +786621,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "unc-13", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -787342,8 +786650,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23147", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23147", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -787351,11 +786660,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UNC13D", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0266719", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0266719.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -787365,8 +786674,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "stac", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -787395,8 +786703,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:23147", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23147", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -787404,11 +786713,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UNC13D", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035756", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035756.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -787418,8 +786727,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "unc-13-4A", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -787448,8 +786756,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:30594", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30594", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -787457,11 +786766,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UNC45A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010812", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010812.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -787471,8 +786780,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "unc-45", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -787501,8 +786809,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14304", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14304", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -787510,11 +786819,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UNC45B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010812", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010812.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -787524,8 +786833,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "unc-45", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -787553,8 +786861,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16046", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16046", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -787562,11 +786871,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UNC50", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037609", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037609.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -787575,9 +786884,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG9773", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Unc50", + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -787605,8 +786913,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12567", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12567", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -787614,11 +786923,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UNC5A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034013", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034013.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -787628,8 +786937,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "unc-5", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -787657,8 +786965,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12568", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12568", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -787666,11 +786975,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UNC5B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034013", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034013.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -787680,8 +786989,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "unc-5", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -787709,8 +787017,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12569", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12569", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -787718,11 +787027,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UNC5C", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034013", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034013.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -787732,8 +787041,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "unc-5", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -787761,8 +787069,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:18634", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18634", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -787770,11 +787079,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UNC5D", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034013", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034013.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -787784,8 +787093,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "unc-5", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -787814,8 +787122,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19966", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19966", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -787823,11 +787132,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UNC79", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038693", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038693.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -787837,8 +787146,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "unc79", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -787866,8 +787174,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26582", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26582", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -787875,11 +787184,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UNC80", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039536", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039536.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -787889,8 +787198,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "unc80", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -787919,8 +787227,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12570", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12570", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -787928,11 +787237,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UNC93A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033289", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033289.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -787942,8 +787251,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG2121", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -787972,8 +787280,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12570", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12570", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -787981,11 +787290,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UNC93A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027556", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027556.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -787995,8 +787304,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG4928", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -788024,8 +787332,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:33194", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:33194", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -788033,11 +787342,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UNCX", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0026058", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026058.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -788047,8 +787356,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "OdsH", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -788077,8 +787385,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:33194", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:33194", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -788086,11 +787395,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UNCX", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0024184", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0024184.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -788100,8 +787409,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "unc-4", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -788130,8 +787438,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29369", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29369", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -788139,11 +787448,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UNK", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004395", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004395.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -788153,8 +787462,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "unk", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -788183,8 +787491,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:14184", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14184", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -788192,11 +787501,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UNKL", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004395", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004395.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -788206,8 +787515,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "unk", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -788236,8 +787544,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16297", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16297", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -788245,11 +787554,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UPB1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037513", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037513.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -788259,8 +787568,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "pyd3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -788288,8 +787596,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9962", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9962", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -788297,11 +787606,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UPF1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030354", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030354.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -788311,8 +787620,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Upf1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -788340,8 +787648,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17854", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17854", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -788349,11 +787658,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UPF2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029992", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029992.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -788363,8 +787672,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Upf2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -788392,8 +787700,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20332", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20332", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -788401,11 +787710,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UPF3A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034923", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034923.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -788415,8 +787724,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Upf3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -788445,8 +787753,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20439", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20439", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -788454,11 +787763,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UPF3B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034923", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034923.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -788468,8 +787777,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Upf3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -788498,8 +787806,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12576", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12576", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -788507,11 +787816,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UPP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031489", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031489.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -788521,8 +787830,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG17224", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -788551,8 +787859,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12576", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12576", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -788560,11 +787869,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UPP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034800", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034800.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -788574,8 +787883,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG3788", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -788604,8 +787912,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12576", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12576", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -788613,11 +787922,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UPP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039464", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039464.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -788627,8 +787936,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6330", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -788657,8 +787965,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23061", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23061", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -788666,11 +787975,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UPP2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031489", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031489.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -788680,8 +787989,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG17224", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -788710,8 +788018,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23061", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23061", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -788719,11 +788028,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UPP2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034800", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034800.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -788733,8 +788042,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG3788", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -788763,8 +788071,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23061", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23061", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -788772,11 +788081,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UPP2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039464", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039464.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -788786,8 +788095,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6330", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -788816,8 +788124,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28334", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28334", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -788825,11 +788134,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UPRT", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035639", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035639.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -788839,8 +788148,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "kri", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -788869,8 +788177,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15891", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15891", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -788878,11 +788187,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UQCC1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035722", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035722.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -788892,8 +788201,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10075", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -788922,8 +788230,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30863", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30863", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -788931,11 +788240,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UQCR10", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0011227", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0011227.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -788945,8 +788254,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ox", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -788975,8 +788283,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30862", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30862", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -788984,11 +788293,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UQCR11", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034245", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034245.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -788998,8 +788307,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "UQCR-6.4", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -789028,8 +788336,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12582", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12582", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -789037,11 +788346,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UQCRB", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030733", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030733.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -789051,8 +788360,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "UQCR-14", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -789080,8 +788388,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12582", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12582", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -789089,11 +788398,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UQCRB", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039576", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039576.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -789103,8 +788412,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "UQCR-14L", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -789132,8 +788440,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:12585", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12585", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -789141,11 +788450,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UQCRC1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038271", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038271.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -789155,8 +788464,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "UQCR-C1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -789185,8 +788493,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12586", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12586", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -789194,11 +788503,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UQCRC2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0250814", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0250814.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -789208,8 +788517,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "UQCR-C2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -789237,8 +788545,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12587", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12587", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -789246,11 +788555,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UQCRFS1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0021906", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0021906.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -789260,8 +788569,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "RFeSP", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -789290,8 +788598,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:12588", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12588", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -789299,11 +788608,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UQCRFS1P1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0021906", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0021906.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -789313,8 +788622,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "RFeSP", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -789343,8 +788651,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12590", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12590", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -789352,11 +788661,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UQCRH", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0260008", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0260008.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -789366,8 +788675,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "UQCR-11", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -789396,8 +788704,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12590", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12590", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -789405,11 +788714,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UQCRH", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0050354", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0050354.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -789419,8 +788728,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "UQCR-11L", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -789448,8 +788756,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:51714", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:51714", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -789457,11 +788766,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UQCRHL", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0260008", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0260008.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -789471,8 +788780,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "UQCR-11", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -789501,8 +788809,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:51714", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:51714", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -789510,11 +788819,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UQCRHL", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0050354", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0050354.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -789524,8 +788833,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "UQCR-11L", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -789554,8 +788862,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29594", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29594", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -789563,11 +788872,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UQCRQ", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036728", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036728.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -789577,8 +788886,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "UQCR-Q", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -789606,8 +788914,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17344", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17344", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -789615,11 +788924,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "URB1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038968", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038968.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -789629,8 +788938,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG12499", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -789658,8 +788966,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13236", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13236", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -789667,11 +788976,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "URI1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035025", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035025.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -789681,8 +788990,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "uri", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -789711,8 +789019,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28378", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28378", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -789720,11 +789029,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "URM1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0053276", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0053276.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -789734,8 +789043,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Urm1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -789763,8 +789071,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12591", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12591", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -789772,11 +789081,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UROD", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033428", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033428.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -789786,8 +789095,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Urod", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -789816,8 +789124,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12592", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12592", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -789825,11 +789134,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UROS", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030066", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030066.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -789839,8 +789148,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Uros1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -789868,8 +789176,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12592", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12592", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -789877,11 +789186,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UROS", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038361", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038361.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -789891,8 +789200,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Uros2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -789921,8 +789229,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25792", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25792", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -789930,11 +789239,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "USB1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037713", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037713.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -789944,8 +789253,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG16790", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -789973,8 +789281,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30882", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30882", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -789982,11 +789291,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "USE1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035965", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035965.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -789996,8 +789305,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Use1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -790025,8 +789333,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:12593", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12593", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -790034,11 +789343,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "USF1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029711", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029711.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -790048,8 +789357,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Usf", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -790078,8 +789386,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12594", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12594", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -790087,11 +789396,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "USF2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029711", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029711.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -790101,8 +789410,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Usf", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -790131,8 +789439,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12597", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12597", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -790140,11 +789449,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "USH1C", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029835", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029835.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -790154,8 +789463,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5921", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -790184,8 +789492,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16356", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16356", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -790193,11 +789502,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "USH1G", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033785", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033785.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -790207,8 +789516,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Sans", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -790237,8 +789545,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30904", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30904", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -790246,11 +789555,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "USO1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040087", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040087.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -790260,8 +789569,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "p115", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -790290,8 +789598,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12607", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12607", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -790299,11 +789608,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "USP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028476", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028476.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -790313,8 +789622,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Usp1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -790343,8 +789651,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12608", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12608", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -790352,11 +789661,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "USP10", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052479", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052479.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -790366,8 +789675,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Usp10", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -790396,8 +789704,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20485", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20485", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -790405,11 +789714,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "USP12", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039025", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039025.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -790419,8 +789728,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Usp12-46", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -790448,8 +789756,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12611", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12611", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -790457,11 +789766,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "USP13", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035402", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035402.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -790471,8 +789780,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Usp5", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -790500,8 +789808,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12612", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12612", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -790509,11 +789818,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "USP14", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032216", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032216.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -790523,8 +789832,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Usp14", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -790552,8 +789860,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:12614", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12614", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -790561,11 +789870,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "USP16", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029763", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029763.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -790575,8 +789884,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Usp16-45", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -790605,8 +789913,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:37182", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:37182", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -790614,11 +789923,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "USP17L1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0260936", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0260936.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -790628,8 +789937,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "scny", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -790658,8 +789966,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:44438", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:44438", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -790667,11 +789976,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "USP17L10", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0260936", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0260936.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -790681,8 +789990,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "scny", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -790711,8 +790019,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:44439", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:44439", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -790720,11 +790029,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "USP17L11", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0260936", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0260936.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -790734,8 +790043,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "scny", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -790764,8 +790072,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:44440", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:44440", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -790773,11 +790082,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "USP17L12", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0260936", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0260936.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -790787,8 +790096,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "scny", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -790817,8 +790125,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:44441", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:44441", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -790826,11 +790135,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "USP17L13", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0260936", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0260936.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -790840,8 +790149,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "scny", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -790870,8 +790178,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:44445", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:44445", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -790879,11 +790188,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "USP17L17", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0260936", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0260936.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -790893,8 +790202,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "scny", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -790923,8 +790231,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:44446", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:44446", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -790932,11 +790241,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "USP17L18", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0260936", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0260936.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -790946,8 +790255,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "scny", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -790976,8 +790284,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:44447", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:44447", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -790985,11 +790294,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "USP17L19", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0260936", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0260936.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -790999,8 +790308,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "scny", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -791029,8 +790337,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:34434", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:34434", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -791038,11 +790347,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "USP17L2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0260936", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0260936.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -791052,8 +790361,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "scny", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -791082,8 +790390,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:44448", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:44448", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -791091,11 +790400,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "USP17L20", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0260936", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0260936.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -791105,8 +790414,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "scny", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -791135,8 +790443,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:44449", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:44449", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -791144,11 +790453,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "USP17L21", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0260936", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0260936.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -791158,8 +790467,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "scny", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -791188,8 +790496,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:44450", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:44450", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -791197,11 +790506,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "USP17L22", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0260936", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0260936.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -791211,8 +790520,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "scny", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -791241,8 +790549,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:37175", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:37175", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -791250,11 +790559,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "USP17L3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0260936", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0260936.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -791264,8 +790573,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "scny", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -791294,8 +790602,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:37176", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:37176", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -791303,11 +790612,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "USP17L4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0260936", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0260936.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -791317,8 +790626,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "scny", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -791347,8 +790655,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:37177", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:37177", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -791356,11 +790665,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "USP17L5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0260936", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0260936.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -791370,8 +790679,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "scny", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -791400,8 +790708,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:37179", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:37179", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -791409,11 +790718,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "USP17L6P", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0260936", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0260936.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -791423,8 +790732,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "scny", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -791453,8 +790761,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:37180", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:37180", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -791462,11 +790771,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "USP17L7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0260936", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0260936.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -791476,8 +790785,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "scny", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -791506,8 +790814,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:37181", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:37181", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -791515,11 +790824,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "USP17L8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0260936", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0260936.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -791529,8 +790838,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "scny", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -791559,8 +790867,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12618", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12618", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -791568,11 +790877,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "USP2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031187", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031187.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -791582,8 +790891,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Usp2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -791612,8 +790920,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12619", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12619", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -791621,11 +790930,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "USP20", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033916", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033916.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -791635,8 +790944,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Usp20-33", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -791665,8 +790973,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12620", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12620", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -791674,11 +790983,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "USP21", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031187", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031187.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -791688,8 +790997,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Usp2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -791718,8 +791026,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12621", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12621", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -791727,11 +791036,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "USP22", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0013717", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0013717.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -791741,8 +791050,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "not", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -791770,8 +791078,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:13486", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13486", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -791779,11 +791088,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "USP27X", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0013717", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0013717.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -791793,8 +791102,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "not", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -791823,8 +791131,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20065", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20065", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -791832,11 +791141,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "USP30", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029819", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029819.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -791846,8 +791155,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Usp30", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -791875,8 +791183,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20060", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20060", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -791884,11 +791193,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "USP31", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0050421", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0050421.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -791898,8 +791207,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Usp15-31", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -791928,8 +791236,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19143", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19143", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -791937,11 +791246,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "USP32", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036913", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036913.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -791951,8 +791260,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Usp32", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -791980,8 +791288,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:20059", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20059", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -791989,11 +791298,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "USP33", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033916", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033916.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -792003,8 +791312,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Usp20-33", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -792033,8 +791341,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20066", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20066", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -792042,11 +791351,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "USP34", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039214", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039214.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -792056,8 +791365,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "puf", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -792085,8 +791393,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20061", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20061", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -792094,11 +791403,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "USP35", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033738", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033738.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -792108,8 +791417,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "DUBAI", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -792137,8 +791445,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20062", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20062", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -792146,11 +791455,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "USP36", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0260936", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0260936.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -792160,8 +791469,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "scny", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -792190,8 +791498,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20067", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20067", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -792199,11 +791508,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "USP38", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033738", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033738.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -792213,8 +791522,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "DUBAI", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -792242,8 +791550,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20071", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20071", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -792251,11 +791560,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "USP39", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030969", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030969.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -792265,8 +791574,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Usp39", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -792294,8 +791602,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:20068", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20068", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -792303,11 +791612,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "USP42", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0260936", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0260936.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -792317,8 +791626,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "scny", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -792347,8 +791655,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:20072", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20072", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -792356,11 +791665,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "USP43", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0050421", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0050421.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -792370,8 +791679,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Usp15-31", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -792400,8 +791708,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20080", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20080", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -792409,11 +791718,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "USP45", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029763", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029763.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -792423,8 +791732,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Usp16-45", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -792453,8 +791761,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20075", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20075", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -792462,11 +791771,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "USP46", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039025", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039025.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -792476,8 +791785,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Usp12-46", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -792505,8 +791813,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20076", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20076", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -792514,11 +791823,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "USP47", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0016756", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0016756.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -792528,8 +791837,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Usp47", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -792557,8 +791865,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12628", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12628", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -792566,11 +791875,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "USP5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035402", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035402.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -792580,8 +791889,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Usp5", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -792609,8 +791917,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:23086", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23086", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -792618,11 +791927,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "USP51", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0013717", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0013717.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -792632,8 +791941,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "not", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -792662,8 +791970,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:29255", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29255", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -792671,11 +791980,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "USP53", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000542", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000542.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -792685,8 +791994,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ec", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -792715,8 +792023,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23513", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23513", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -792724,11 +792033,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "USP54", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000542", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000542.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -792738,8 +792047,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ec", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -792768,8 +792076,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:12629", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12629", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -792777,11 +792086,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "USP6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036913", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036913.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -792791,8 +792100,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Usp32", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -792821,8 +792129,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16858", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16858", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -792830,11 +792139,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "USP6NL", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0020620", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0020620.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -792844,8 +792153,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "RN-tre", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -792874,8 +792182,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12630", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12630", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -792883,11 +792192,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "USP7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030366", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030366.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -792897,8 +792206,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Usp7", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -792927,8 +792235,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12631", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12631", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -792936,11 +792245,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "USP8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038862", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038862.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -792950,8 +792259,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Usp8", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -792980,8 +792288,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12632", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12632", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -792989,11 +792298,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "USP9X", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0005632", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0005632.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -793003,8 +792312,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "faf", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -793033,8 +792341,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:12633", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12633", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -793042,11 +792351,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "USP9Y", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0005632", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0005632.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -793056,8 +792365,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "faf", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -793086,8 +792394,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17223", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17223", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -793095,11 +792404,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UST", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003089", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003089.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -793109,8 +792418,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "pip", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -793139,8 +792447,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24329", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24329", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -793148,11 +792457,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UTP11", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030063", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030063.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -793162,8 +792471,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG1789", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -793191,8 +792499,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10665", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10665", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -793200,11 +792509,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UTP14A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036514", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036514.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -793214,8 +792523,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG12301", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -793244,8 +792552,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20321", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20321", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -793253,11 +792562,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UTP14C", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036514", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036514.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -793267,8 +792576,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG12301", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -793297,8 +792605,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25758", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25758", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -793306,11 +792615,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UTP15", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0023527", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0023527.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -793320,8 +792629,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG3071", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -793349,8 +792657,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24274", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24274", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -793358,11 +792667,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UTP18", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0262560", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0262560.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -793372,8 +792681,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "wcd", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -793402,8 +792710,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17897", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17897", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -793411,11 +792720,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UTP20", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034734", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034734.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -793425,8 +792734,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG4554", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -793455,8 +792763,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28224", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28224", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -793464,11 +792773,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UTP23", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031361", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031361.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -793478,8 +792787,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG17652", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -793507,8 +792815,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28440", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28440", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -793516,11 +792825,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UTP25", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034933", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034933.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -793530,8 +792839,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG3735", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -793559,8 +792867,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24477", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24477", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -793568,11 +792877,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UTP3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029755", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029755.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -793582,8 +792891,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Sas10", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -793612,8 +792920,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1983", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1983", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -793621,11 +792930,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UTP4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0263605", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0263605.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -793635,8 +792944,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "l(3)72Dn", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -793664,8 +792972,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18279", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18279", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -793673,11 +792982,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UTP6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030081", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030081.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -793687,8 +792996,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7246", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -793716,8 +793024,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12635", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12635", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -793725,11 +793034,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UTRN", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0260003", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0260003.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -793739,8 +793048,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Dys", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -793769,8 +793077,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12638", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12638", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -793778,11 +793087,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UTY", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0260749", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0260749.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -793792,8 +793101,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Utx", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -793822,8 +793130,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12640", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12640", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -793831,11 +793140,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UVRAG", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032499", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032499.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -793845,8 +793154,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Uvrag", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -793875,8 +793183,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17729", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17729", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -793884,11 +793193,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UXS1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035848", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035848.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -793898,8 +793207,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Uxs", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -793928,8 +793236,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12641", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12641", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -793937,11 +793246,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "UXT", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0259982", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0259982.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -793951,8 +793260,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Uxt", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -793981,8 +793289,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25507", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25507", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -793990,11 +793299,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "VAC14", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038058", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038058.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -794004,8 +793313,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5608", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -794033,8 +793341,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12642", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12642", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -794042,11 +793351,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "VAMP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0013342", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0013342.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -794056,8 +793365,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "nSyb", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -794086,8 +793394,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12642", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12642", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -794095,11 +793404,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "VAMP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003660", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003660.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -794109,8 +793418,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Syb", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -794139,8 +793447,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12643", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12643", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -794148,11 +793457,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "VAMP2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0013342", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0013342.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -794162,8 +793471,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "nSyb", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -794192,8 +793500,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12643", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12643", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -794201,11 +793510,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "VAMP2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003660", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003660.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -794215,8 +793524,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Syb", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -794245,8 +793553,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:12644", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12644", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -794254,11 +793563,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "VAMP3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0013342", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0013342.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -794268,8 +793577,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "nSyb", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -794298,8 +793606,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:12644", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12644", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -794307,11 +793616,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "VAMP3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003660", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003660.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -794321,8 +793630,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Syb", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -794351,8 +793659,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11486", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11486", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -794360,11 +793669,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "VAMP7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0266186", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0266186.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -794374,8 +793683,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Vamp7", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -794403,8 +793711,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15512", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15512", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -794412,11 +793721,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "VANGL1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015838", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015838.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -794426,8 +793735,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Vang", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -794456,8 +793764,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15511", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15511", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -794465,11 +793774,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "VANGL2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015838", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015838.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -794479,8 +793788,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Vang", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -794509,8 +793817,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12648", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12648", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -794518,11 +793827,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "VAPA", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029687", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029687.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -794532,8 +793841,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Vap33", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -794562,8 +793870,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12649", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12649", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -794571,11 +793880,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "VAPB", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028379", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028379.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -794585,8 +793894,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "fan", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -794615,8 +793923,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12649", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12649", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -794624,11 +793933,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "VAPB", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029687", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029687.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -794638,8 +793947,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Vap33", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -794668,8 +793976,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12651", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12651", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -794677,11 +793986,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "VARS1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027079", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027079.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -794691,8 +794000,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ValRS", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -794720,8 +794028,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12651", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12651", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -794729,11 +794038,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "VARS1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035942", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035942.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -794743,8 +794052,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ValRS-m", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -794773,8 +794081,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21642", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21642", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -794782,11 +794091,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "VARS2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035942", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035942.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -794796,8 +794105,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ValRS-m", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -794826,8 +794134,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:12652", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12652", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -794835,11 +794144,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "VASP", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000578", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000578.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -794849,8 +794158,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ena", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -794879,8 +794187,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12657", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12657", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -794888,11 +794197,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "VAV1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040068", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040068.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -794902,8 +794211,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Vav", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -794931,8 +794239,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12658", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12658", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -794940,11 +794249,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "VAV2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040068", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040068.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -794954,8 +794263,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Vav", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -794983,8 +794291,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12659", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12659", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -794992,11 +794301,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "VAV3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040068", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040068.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -795006,8 +794315,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Vav", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -795035,8 +794343,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12660", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12660", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -795044,11 +794353,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "VAX1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034520", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034520.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -795058,8 +794367,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "lms", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -795088,8 +794396,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12662", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12662", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -795097,11 +794406,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "VBP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0264694", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0264694.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -795111,8 +794420,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mgr", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -795140,8 +794448,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12665", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12665", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -795149,11 +794458,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "VCL", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004397", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004397.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -795163,8 +794472,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Vinc", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -795193,8 +794501,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12666", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12666", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -795202,11 +794511,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "VCP", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0286784", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0286784.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -795216,8 +794525,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "TER94", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -795245,8 +794553,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12669", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12669", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -795254,11 +794563,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "VDAC1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0260454", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0260454.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -795268,8 +794577,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG17139", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -795298,8 +794606,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12669", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12669", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -795307,11 +794616,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "VDAC1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0260453", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0260453.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -795321,8 +794630,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG17140", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -795351,8 +794659,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12669", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12669", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -795360,11 +794669,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "VDAC1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004363", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004363.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -795374,8 +794683,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "porin", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -795403,8 +794711,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12669", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12669", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -795412,11 +794721,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "VDAC1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0069354", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0069354.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -795426,8 +794735,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Porin2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -795456,8 +794764,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12672", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12672", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -795465,11 +794774,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "VDAC2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0260454", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0260454.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -795479,8 +794788,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG17139", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -795509,8 +794817,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12672", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12672", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -795518,11 +794827,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "VDAC2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0260453", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0260453.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -795532,8 +794841,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG17140", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -795562,8 +794870,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12672", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12672", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -795571,11 +794880,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "VDAC2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004363", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004363.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -795585,8 +794894,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "porin", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -795614,8 +794922,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12672", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12672", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -795623,11 +794932,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "VDAC2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0069354", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0069354.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -795637,8 +794946,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Porin2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -795667,8 +794975,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12674", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12674", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -795676,11 +794985,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "VDAC3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0260454", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0260454.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -795690,8 +794999,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG17139", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -795720,8 +795028,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12674", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12674", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -795729,11 +795038,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "VDAC3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0260453", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0260453.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -795743,8 +795052,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG17140", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -795773,8 +795081,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12674", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12674", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -795782,11 +795091,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "VDAC3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004363", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004363.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -795796,8 +795105,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "porin", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -795825,8 +795133,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12674", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12674", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -795834,11 +795143,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "VDAC3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0069354", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0069354.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -795848,8 +795157,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Porin2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -795878,8 +795186,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12679", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12679", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -795887,11 +795196,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "VDR", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015240", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015240.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -795901,8 +795210,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Hr96", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -795931,8 +795239,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:12680", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12680", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -795940,11 +795249,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "VEGFA", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030964", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030964.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -795954,8 +795263,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pvf1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -795984,8 +795292,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25735", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25735", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -795993,11 +795302,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "VEPH1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0023001", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0023001.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -796007,8 +795316,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "melt", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -796037,8 +795345,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:20985", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20985", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -796046,11 +795355,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "VGLL1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003975", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003975.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -796060,8 +795369,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "vg", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -796090,8 +795398,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20232", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20232", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -796099,11 +795408,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "VGLL2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003975", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003975.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -796113,8 +795422,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "vg", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -796143,8 +795451,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24327", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24327", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -796152,11 +795461,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "VGLL3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003975", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003975.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -796166,8 +795475,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "vg", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -796196,8 +795504,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28966", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28966", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -796205,11 +795514,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "VGLL4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036373", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036373.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -796219,8 +795528,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Tgi", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -796249,8 +795557,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12687", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12687", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -796258,11 +795567,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "VHL", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0041174", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0041174.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -796272,8 +795581,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Vhl", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -796302,8 +795610,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:30666", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30666", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -796311,11 +795620,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "VHLL", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0041174", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0041174.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -796325,8 +795634,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Vhl", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -796355,8 +795663,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:12690", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12690", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -796364,11 +795673,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "VIL1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010225", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010225.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -796378,8 +795687,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Gel", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -796408,8 +795716,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12690", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12690", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -796417,11 +795726,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "VIL1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003187", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003187.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -796431,8 +795740,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "qua", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -796461,8 +795769,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:30906", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30906", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -796470,11 +795779,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "VILL", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010225", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010225.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -796484,8 +795793,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Gel", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -796514,8 +795822,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30906", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30906", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -796523,11 +795832,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "VILL", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003187", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003187.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -796537,8 +795846,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "qua", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -796567,8 +795875,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20347", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20347", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -796576,11 +795885,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "VIPAS39", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039702", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039702.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -796590,8 +795899,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Vps16B", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -796619,8 +795927,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12694", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12694", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -796628,11 +795937,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "VIPR1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0260753", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0260753.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -796642,8 +795951,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pdfr", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -796672,8 +795980,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12695", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12695", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -796681,11 +795990,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "VIPR2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0260753", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0260753.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -796695,8 +796004,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Pdfr", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -796725,8 +796033,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24500", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24500", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -796734,11 +796043,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "VIRMA", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003977", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003977.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -796748,8 +796057,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "vir", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -796778,8 +796086,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23663", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23663", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -796787,11 +796096,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "VKORC1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0053544", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0053544.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -796801,8 +796110,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Vkor", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -796830,8 +796138,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:21492", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21492", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -796839,11 +796148,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "VKORC1L1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0053544", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0053544.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -796853,8 +796162,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Vkor", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -796883,8 +796191,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12698", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12698", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -796892,11 +796201,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "VLDLR", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0066101", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0066101.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -796906,8 +796215,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "LpR1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -796936,8 +796244,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12698", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12698", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -796945,11 +796254,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "VLDLR", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051092", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051092.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -796959,8 +796268,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "LpR2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -796989,8 +796297,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:22082", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:22082", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -796998,11 +796307,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "VMA21", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039059", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039059.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -797012,8 +796321,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG13829", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -797042,8 +796350,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:22082", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:22082", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -797051,11 +796360,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "VMA21", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036998", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036998.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -797065,8 +796374,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5969", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -797095,8 +796403,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29559", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29559", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -797104,11 +796413,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "VMP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052087", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052087.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -797118,8 +796427,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG32087", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -797148,8 +796456,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29559", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29559", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -797157,11 +796466,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "VMP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052675", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052675.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -797171,8 +796480,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Tango5", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -797200,8 +796508,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:12705", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12705", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -797209,11 +796518,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "VNN1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029848", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029848.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -797223,8 +796532,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Btnd", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -797253,8 +796561,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:12705", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12705", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -797262,11 +796571,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "VNN1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052750", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052750.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -797276,8 +796585,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG32750", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -797306,8 +796614,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12705", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12705", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -797315,11 +796624,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "VNN1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052751", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052751.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -797329,8 +796638,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG32751", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -797359,8 +796667,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12705", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12705", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -797368,11 +796677,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "VNN1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040069", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040069.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -797382,8 +796691,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "vanin-like", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -797412,8 +796720,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:12706", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12706", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -797421,11 +796730,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "VNN2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029848", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029848.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -797435,8 +796744,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Btnd", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -797465,8 +796773,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:12706", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12706", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -797474,11 +796783,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "VNN2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052750", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052750.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -797488,8 +796797,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG32750", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -797518,8 +796826,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12706", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12706", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -797527,11 +796836,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "VNN2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052751", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052751.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -797541,8 +796850,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG32751", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -797571,8 +796879,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12706", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12706", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -797580,11 +796889,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "VNN2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040069", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040069.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -797594,8 +796903,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "vanin-like", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -797624,20 +796932,21 @@ "bestReverse": "No", "gene": { "id": "HGNC:16431", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16431", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "VNN3", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "VNN3P", + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029848", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029848.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -797647,8 +796956,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Btnd", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -797677,20 +796985,21 @@ "bestReverse": "No", "gene": { "id": "HGNC:16431", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16431", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "VNN3", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "VNN3P", + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052750", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052750.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -797700,8 +797009,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG32750", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -797730,20 +797038,21 @@ "bestReverse": "No", "gene": { "id": "HGNC:16431", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16431", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "VNN3", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "VNN3P", + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052751", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052751.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -797753,8 +797062,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG32751", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -797783,20 +797091,21 @@ "bestReverse": "No", "gene": { "id": "HGNC:16431", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16431", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "VNN3", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "VNN3P", + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040069", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040069.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -797806,8 +797115,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "vanin-like", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -797836,8 +797144,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14583", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14583", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -797845,11 +797154,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "VPS11", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052350", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052350.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -797859,8 +797168,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Vps11", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -797889,8 +797197,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1908", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1908", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -797898,11 +797207,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "VPS13A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033194", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033194.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -797912,8 +797221,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Vps13", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -797942,8 +797250,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2183", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2183", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -797951,11 +797260,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "VPS13B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039727", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039727.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -797965,8 +797274,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Vps13B", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -797995,8 +797303,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:23594", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23594", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -798004,11 +797313,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "VPS13C", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033194", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033194.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -798018,8 +797327,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Vps13", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -798048,8 +797356,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23595", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23595", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -798057,11 +797366,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "VPS13D", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052113", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052113.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -798071,8 +797380,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Vps13D", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -798101,8 +797409,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14584", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14584", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -798110,11 +797419,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "VPS16", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0285911", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0285911.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -798124,8 +797433,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Vps16A", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -798153,8 +797461,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15972", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15972", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -798162,11 +797471,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "VPS18", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000482", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000482.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -798176,8 +797485,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "dor", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -798205,8 +797513,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28122", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28122", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -798214,11 +797523,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "VPS25", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0022027", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0022027.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -798228,8 +797537,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Vps25", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -798257,8 +797565,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12711", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12711", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -798266,11 +797575,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "VPS26A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0014411", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0014411.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -798280,8 +797589,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Vps26", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -798310,8 +797618,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28119", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28119", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -798319,11 +797628,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "VPS26B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0014411", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0014411.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -798333,8 +797642,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Vps26", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -798363,8 +797671,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:3044", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:3044", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -798372,11 +797681,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "VPS26C", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037017", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037017.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -798386,8 +797695,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG4074", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -798415,8 +797723,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18178", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18178", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -798424,11 +797733,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "VPS28", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0021814", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0021814.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -798438,8 +797747,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Vps28", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -798468,8 +797776,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14340", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14340", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -798477,11 +797786,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "VPS29", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031310", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031310.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -798491,8 +797800,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Vps29", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -798520,8 +797828,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18179", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18179", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -798529,11 +797838,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "VPS33A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000257", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000257.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -798543,8 +797852,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "car", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -798572,8 +797880,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12712", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12712", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -798581,11 +797890,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "VPS33B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039335", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039335.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -798595,8 +797904,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Vps33B", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -798625,8 +797933,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13487", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13487", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -798634,11 +797943,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "VPS35", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034708", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034708.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -798648,8 +797957,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Vps35", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -798677,8 +797985,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24641", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24641", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -798686,11 +797995,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "VPS35L", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037622", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037622.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -798700,8 +798009,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8202", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -798729,8 +798037,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20312", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20312", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -798738,11 +798047,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "VPS36", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0086785", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0086785.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -798752,8 +798061,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Vps36", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -798781,8 +798089,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24928", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24928", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -798790,11 +798099,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "VPS37A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0016038", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0016038.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -798804,8 +798113,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Vsp37A", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -798834,8 +798142,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:25754", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25754", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -798843,11 +798152,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "VPS37B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037299", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037299.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -798857,8 +798166,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Vps37B", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -798887,8 +798195,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26097", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26097", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -798896,11 +798205,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "VPS37C", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037299", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037299.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -798910,8 +798219,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Vps37B", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -798940,8 +798248,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:18287", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18287", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -798949,11 +798258,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "VPS37D", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037299", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037299.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -798963,8 +798272,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Vps37B", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -798993,8 +798301,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20593", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20593", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -799002,11 +798311,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "VPS39", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038593", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038593.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -799016,8 +798325,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Vps39", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -799045,8 +798353,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12713", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12713", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -799054,11 +798363,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "VPS41", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0002566", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0002566.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -799068,8 +798377,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "lt", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -799097,8 +798405,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14579", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14579", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -799106,11 +798415,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "VPS45", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261049", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261049.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -799120,8 +798429,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Vps45", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -799149,8 +798457,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13488", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13488", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -799158,11 +798467,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "VPS4A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0283469", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0283469.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -799172,8 +798481,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Vps4", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -799202,8 +798510,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10895", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10895", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -799211,11 +798520,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "VPS4B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0283469", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0283469.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -799225,8 +798534,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Vps4", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -799255,8 +798563,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25956", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25956", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -799264,11 +798573,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "VPS50", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034271", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034271.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -799278,8 +798587,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Vps50", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -799307,8 +798615,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1172", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1172", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -799316,11 +798625,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "VPS51", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034380", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034380.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -799330,8 +798639,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Vps51", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -799359,8 +798667,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:10518", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:10518", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -799368,11 +798677,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "VPS52", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031710", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031710.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -799382,8 +798691,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Vps52", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -799411,8 +798719,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25608", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25608", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -799420,11 +798729,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "VPS53", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031598", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031598.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -799434,8 +798743,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Vps53", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -799463,8 +798771,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18652", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18652", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -799472,11 +798781,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "VPS54", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0011232", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0011232.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -799486,8 +798795,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "scat", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -799515,8 +798823,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11644", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11644", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -799524,11 +798833,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "VPS72", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032321", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032321.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -799538,8 +798847,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "YL-1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -799567,8 +798875,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29122", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29122", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -799576,11 +798885,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "VPS8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035704", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035704.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -799590,8 +798899,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Vps8", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -799620,8 +798928,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12718", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12718", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -799629,11 +798938,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "VRK1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027889", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027889.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -799643,8 +798952,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ball", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -799673,8 +798981,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12718", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12718", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -799682,11 +798991,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "VRK1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027504", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027504.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -799696,8 +799005,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8878", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -799726,8 +799034,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12719", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12719", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -799735,11 +799044,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "VRK2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027889", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027889.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -799749,8 +799058,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ball", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -799779,8 +799087,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12719", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12719", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -799788,11 +799097,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "VRK2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027504", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027504.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -799802,8 +799111,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8878", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -799832,8 +799140,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:18996", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18996", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -799841,11 +799150,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "VRK3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027889", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027889.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -799855,8 +799164,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ball", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -799885,8 +799193,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:12723", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12723", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -799894,11 +799203,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "VSX1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0263512", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0263512.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -799908,8 +799217,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Vsx2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -799938,8 +799246,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1975", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1975", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -799947,11 +799256,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "VSX2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0263511", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0263511.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -799961,8 +799270,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Vsx1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -799991,8 +799299,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1975", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1975", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -800000,11 +799309,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "VSX2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0263512", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0263512.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -800014,8 +799323,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Vsx2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -800044,8 +799352,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20954", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20954", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -800053,11 +799362,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "VTA1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035251", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035251.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -800067,8 +799376,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Vta1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -800096,8 +799404,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17792", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17792", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -800105,11 +799414,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "VTI1A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0260862", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0260862.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -800119,8 +799428,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Vti1a", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -800148,8 +799456,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:17793", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17793", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -800157,11 +799466,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "VTI1B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0264751", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0264751.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -800171,8 +799480,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Vti1b", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -800201,8 +799509,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29071", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29071", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -800210,11 +799519,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "VWA8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040234", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040234.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -800224,8 +799533,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "c12.2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -800254,8 +799562,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:30200", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30200", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -800263,11 +799572,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "VWC2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000395", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000395.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -800277,8 +799586,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "cv-2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -800307,8 +799615,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:37203", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:37203", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -800316,11 +799625,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "VWC2L", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000395", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000395.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -800330,8 +799639,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "cv-2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -800360,8 +799668,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12726", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12726", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -800369,11 +799678,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "VWF", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029167", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029167.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -800383,8 +799692,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Hml", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -800413,8 +799721,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17327", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17327", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -800422,11 +799731,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "WAC", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030812", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030812.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -800436,8 +799745,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "wcy", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -800466,8 +799774,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23293", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23293", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -800475,11 +799784,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "WAPL", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004655", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004655.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -800489,8 +799798,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "wapl", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -800519,8 +799827,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12729", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12729", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -800528,11 +799837,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "WARS1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010803", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010803.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -800542,8 +799851,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "TrpRS", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -800572,8 +799880,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12730", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12730", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -800581,11 +799890,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "WARS2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036763", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036763.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -800595,8 +799904,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "TrpRS-m", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -800625,8 +799933,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12731", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12731", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -800634,11 +799943,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "WAS", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0024273", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0024273.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -800648,8 +799957,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "WASp", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -800678,8 +799986,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12732", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12732", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -800687,11 +799996,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "WASF1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0041781", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0041781.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -800701,8 +800010,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "SCAR", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -800730,8 +800038,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:12733", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12733", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -800739,11 +800048,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "WASF2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0041781", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0041781.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -800753,8 +800062,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "SCAR", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -800783,8 +800091,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12734", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12734", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -800792,11 +800101,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "WASF3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0041781", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0041781.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -800806,8 +800115,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "SCAR", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -800835,8 +800143,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:24362", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24362", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -800844,11 +800153,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "WASH3P", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033692", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033692.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -800858,8 +800167,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "wash", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -800888,8 +800196,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:31685", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:31685", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -800897,11 +800206,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "WASH6P", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033692", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033692.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -800911,8 +800220,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "wash", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -800941,8 +800249,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24361", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24361", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -800950,11 +800259,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "WASHC1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033692", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033692.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -800964,8 +800273,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "wash", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -800994,8 +800302,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:23416", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23416", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -801003,11 +800312,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "WASHC2A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034529", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034529.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -801017,8 +800326,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "FAM21", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -801047,8 +800355,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23414", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23414", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -801056,11 +800365,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "WASHC2C", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034529", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034529.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -801070,8 +800379,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "FAM21", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -801100,8 +800408,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24256", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24256", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -801109,11 +800418,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "WASHC3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031979", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031979.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -801123,8 +800432,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CCDC53", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -801152,8 +800460,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29174", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29174", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -801161,11 +800470,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "WASHC4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030739", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030739.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -801175,8 +800484,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "SWIP", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -801204,8 +800512,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28984", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28984", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -801213,11 +800522,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "WASHC5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036571", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036571.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -801227,8 +800536,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Strump", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -801256,8 +800564,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:12735", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12735", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -801265,11 +800574,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "WASL", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0024273", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0024273.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -801279,8 +800588,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "WASp", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -801309,8 +800617,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16461", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16461", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -801318,11 +800627,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "WBP11", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0024998", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0024998.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -801332,8 +800641,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG2685", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -801362,8 +800670,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12738", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12738", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -801371,11 +800680,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "WBP2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036318", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036318.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -801385,8 +800694,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Wbp2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -801414,8 +800722,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:28389", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28389", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -801423,11 +800732,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "WBP2NL", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036318", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036318.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -801437,8 +800746,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Wbp2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -801467,8 +800775,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12739", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12739", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -801476,11 +800785,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "WBP4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031287", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031287.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -801490,8 +800799,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG4291", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -801520,8 +800828,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:20451", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20451", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -801529,11 +800838,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "WDFY1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032246", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032246.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -801543,8 +800852,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Wdfy2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -801573,8 +800881,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20482", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20482", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -801582,11 +800891,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "WDFY2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032246", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032246.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -801596,8 +800905,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Wdfy2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -801625,8 +800933,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20751", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20751", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -801634,11 +800943,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "WDFY3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0043362", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0043362.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -801648,8 +800957,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "bchs", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -801677,8 +800985,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:29323", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29323", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -801686,11 +800995,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "WDFY4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0043362", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0043362.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -801700,8 +801009,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "bchs", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -801730,8 +801038,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23170", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23170", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -801739,11 +801048,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "WDHD1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033890", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033890.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -801753,8 +801062,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ctf4", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -801782,8 +801090,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28027", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28027", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -801791,11 +801100,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "WDPCP", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0086698", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0086698.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -801805,8 +801114,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "frtz", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -801835,8 +801143,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12754", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12754", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -801844,11 +801153,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "WDR1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0260049", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0260049.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -801858,8 +801167,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "flr", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -801887,8 +801195,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14098", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14098", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -801896,11 +801205,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "WDR12", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032298", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032298.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -801910,8 +801219,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6724", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -801939,8 +801247,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17956", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17956", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -801948,11 +801257,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "WDR18", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0023514", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0023514.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -801962,8 +801271,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG14805", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -801992,8 +801300,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18340", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18340", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -802001,11 +801310,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "WDR19", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034452", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034452.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -802015,8 +801324,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Oseg6", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -802044,8 +801352,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19667", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19667", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -802053,11 +801362,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "WDR20", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039451", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039451.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -802067,8 +801376,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6420", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -802097,8 +801405,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20852", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20852", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -802106,11 +801415,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "WDR24", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027518", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027518.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -802120,8 +801429,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Wdr24", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -802149,8 +801457,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21208", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21208", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -802158,11 +801467,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "WDR26", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037094", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037094.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -802172,8 +801481,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7611", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -802202,8 +801510,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12755", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12755", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -802211,11 +801520,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "WDR3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038597", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038597.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -802225,8 +801534,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8064", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -802254,8 +801562,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25651", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25651", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -802263,11 +801572,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "WDR33", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0046222", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0046222.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -802277,8 +801586,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Wdr33", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -802307,8 +801615,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29250", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29250", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -802316,11 +801625,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "WDR35", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035264", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035264.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -802330,8 +801639,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Oseg4", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -802359,8 +801667,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30696", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30696", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -802368,11 +801677,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "WDR36", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038146", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038146.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -802382,8 +801691,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG9799", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -802412,8 +801720,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:31406", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:31406", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -802421,11 +801730,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "WDR37", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038617", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038617.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -802435,8 +801744,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Wdr37", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -802464,8 +801772,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12756", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12756", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -802473,11 +801782,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "WDR4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029857", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029857.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -802487,8 +801796,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "wuho", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -802517,8 +801825,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28945", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28945", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -802526,11 +801835,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "WDR43", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0050349", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0050349.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -802540,8 +801849,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG30349", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -802570,8 +801878,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30512", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30512", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -802579,11 +801888,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "WDR44", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0083969", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0083969.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -802593,8 +801902,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG34133", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -802623,8 +801931,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25072", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25072", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -802632,11 +801941,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "WDR45B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037648", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037648.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -802646,8 +801955,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG11975", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -802675,8 +801983,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13923", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13923", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -802684,11 +801993,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "WDR46", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030000", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030000.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -802698,8 +802007,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG2260", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -802727,8 +802035,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29141", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29141", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -802736,11 +802045,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "WDR47", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034931", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034931.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -802750,8 +802059,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG2812", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -802780,8 +802088,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30914", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30914", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -802789,11 +802098,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "WDR48", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033607", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033607.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -802803,8 +802112,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG9062", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -802832,8 +802140,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26587", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26587", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -802841,11 +802150,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "WDR49", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0267449", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0267449.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -802855,8 +802164,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "WDY", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -802885,8 +802193,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12757", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12757", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -802894,11 +802203,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "WDR5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040066", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040066.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -802908,8 +802217,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "wds", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -802937,8 +802245,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25971", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25971", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -802946,11 +802255,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "WDR55", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037943", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037943.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -802960,8 +802269,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG14722", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -802990,8 +802298,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25706", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25706", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -802999,11 +802308,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "WDR59", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032339", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032339.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -803013,8 +802322,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Wdr59", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -803043,8 +802351,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:17826", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17826", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -803052,11 +802361,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "WDR5B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0040066", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0040066.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -803066,8 +802375,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "wds", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -803096,8 +802404,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12758", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12758", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -803105,11 +802414,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "WDR6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0053172", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0053172.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -803119,8 +802428,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG33172", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -803149,8 +802457,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30300", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30300", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -803158,11 +802467,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "WDR61", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027524", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027524.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -803172,8 +802481,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG3909", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -803201,8 +802509,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24502", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24502", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -803210,11 +802519,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "WDR62", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031374", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031374.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -803224,8 +802533,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Wdr62", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -803254,8 +802562,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13490", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13490", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -803263,11 +802572,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "WDR7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0023510", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0023510.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -803277,8 +802586,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rbcn-3B", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -803306,8 +802614,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25495", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25495", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -803315,11 +802624,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "WDR70", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034908", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034908.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -803329,8 +802638,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5543", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -803358,8 +802666,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:26790", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26790", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -803367,11 +802676,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "WDR72", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0023510", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0023510.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -803381,8 +802690,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rbcn-3B", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -803411,8 +802719,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25529", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25529", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -803420,11 +802729,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "WDR74", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0284246", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0284246.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -803434,8 +802743,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "l(2)k09848", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -803463,8 +802771,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25725", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25725", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -803472,11 +802781,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "WDR75", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0284251", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0284251.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -803486,8 +802795,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "l(2)05287", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -803516,8 +802824,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29652", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29652", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -803525,11 +802834,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "WDR77", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003978", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003978.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -803539,8 +802848,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "vls", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -803569,8 +802877,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26600", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26600", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -803578,11 +802887,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "WDR81", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032395", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032395.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -803592,8 +802901,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Wdr81", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -803622,8 +802930,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28826", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28826", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -803631,11 +802940,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "WDR82", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031431", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031431.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -803645,8 +802954,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG3515", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -803675,8 +802983,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28826", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28826", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -803684,11 +802993,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "WDR82", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032030", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032030.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -803698,8 +803007,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Wdr82", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -803727,8 +803035,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:32672", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:32672", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -803736,11 +803045,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "WDR83", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028897", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028897.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -803750,8 +803059,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG4935", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -803779,8 +803087,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30203", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30203", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -803788,11 +803097,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "WDR83OS", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035592", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035592.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -803802,8 +803111,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10674", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -803831,8 +803139,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28020", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28020", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -803840,11 +803149,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "WDR86", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038532", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038532.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -803854,8 +803163,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG14322", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -803884,8 +803192,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20489", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20489", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -803893,11 +803202,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "WDR89", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033471", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033471.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -803907,8 +803216,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG12134", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -803937,8 +803245,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24997", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24997", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -803946,11 +803255,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "WDR91", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038672", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038672.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -803960,8 +803269,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6005", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -803985,65 +803293,14 @@ "stringencyFilter": "stringent", "totalMethodCount": 10 }, - { - "best": "Yes", - "bestReverse": "Yes", - "gene": { - "id": "HGNC:25176", - "species": { - "commonNames": "['human']", - "dataProviderFullName": "Rat Genome Database", - "dataProviderShortName": "RGD", - "name": "Homo sapiens", - "shortName": "Hsa", - "taxonId": "NCBITaxon:9606" - }, - "symbol": "WDR92", - "taxonId": "NCBITaxon:9606", - "url": null - }, - "homologGene": { - "id": "FB:FBgn0036771", - "species": { - "commonNames": "['fly', 'fruit fly', 'dme']", - "dataProviderFullName": "FlyBase", - "dataProviderShortName": "FB", - "name": "Drosophila melanogaster", - "shortName": "Dme", - "taxonId": "NCBITaxon:7227" - }, - "symbol": "Wdr92", - "taxonId": "NCBITaxon:7227", - "url": null - }, - "methodCount": 10, - "predictionMethodsMatched": [ - "Ensembl Compara", - "Hieranoid", - "InParanoid", - "OMA", - "OrthoFinder", - "OrthoInspector", - "PANTHER", - "PhylomeDB", - "Roundup", - "TreeFam" - ], - "predictionMethodsNotCalled": [ - "HGNC", - "ZFIN" - ], - "predictionMethodsNotMatched": [], - "stringencyFilter": "stringent", - "totalMethodCount": 10 - }, { "best": "Yes", "bestReverse": "Yes", "gene": { "id": "HGNC:29175", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29175", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -804051,11 +803308,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "WDTC1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000057", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000057.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -804065,8 +803322,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "adp", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -804094,8 +803350,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12761", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12761", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -804103,11 +803360,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "WEE1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0011737", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0011737.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -804117,8 +803374,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Wee1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -804147,8 +803403,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:19684", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19684", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -804156,11 +803413,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "WEE2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0011737", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0011737.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -804170,8 +803427,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Wee1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -804200,8 +803456,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16139", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16139", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -804209,11 +803466,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "WFDC10A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039527", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039527.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -804223,8 +803480,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5639", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -804253,8 +803509,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20479", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20479", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -804262,11 +803519,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "WFDC10B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039527", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039527.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -804276,8 +803533,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5639", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -804306,8 +803562,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20478", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20478", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -804315,11 +803572,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "WFDC11", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039527", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039527.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -804329,8 +803586,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5639", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -804359,8 +803615,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16115", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16115", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -804368,11 +803625,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "WFDC12", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039527", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039527.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -804382,8 +803639,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5639", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -804412,8 +803668,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16131", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16131", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -804421,11 +803678,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "WFDC13", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039527", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039527.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -804435,8 +803692,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5639", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -804465,8 +803721,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15957", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15957", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -804474,11 +803731,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "WFDC3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039527", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039527.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -804488,8 +803745,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5639", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -804518,8 +803774,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20477", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20477", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -804527,11 +803784,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "WFDC5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039527", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039527.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -804541,8 +803798,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5639", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -804571,8 +803827,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20380", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20380", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -804580,11 +803837,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "WFDC9", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039527", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039527.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -804594,8 +803851,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5639", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -804624,8 +803880,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30912", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30912", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -804633,11 +803890,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "WFIKKN1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031558", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031558.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -804647,8 +803904,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG16704", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -804677,8 +803933,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30912", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30912", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -804686,11 +803943,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "WFIKKN1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031564", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031564.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -804700,8 +803957,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG2816", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -804730,8 +803986,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30912", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30912", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -804739,11 +803996,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "WFIKKN1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0259954", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0259954.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -804753,8 +804010,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG42464", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -804783,8 +804039,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12762", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12762", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -804792,11 +804049,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "WFS1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039003", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039003.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -804806,8 +804063,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "wfs1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -804835,8 +804091,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16361", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16361", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -804844,11 +804101,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "WHRN", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0264006", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0264006.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -804858,8 +804115,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "dysc", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -804888,8 +804144,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18081", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18081", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -804897,11 +804154,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "WIF1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003390", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003390.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -804911,8 +804168,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "shf", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -804941,8 +804197,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12736", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12736", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -804950,11 +804207,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "WIPF1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0243516", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0243516.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -804964,8 +804221,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Vrp1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -804994,8 +804250,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30923", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30923", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -805003,11 +804260,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "WIPF2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0243516", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0243516.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -805017,8 +804274,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Vrp1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -805047,8 +804303,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:22004", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:22004", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -805056,11 +804313,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "WIPF3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0243516", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0243516.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -805070,8 +804327,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Vrp1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -805100,8 +804356,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25471", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25471", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -805109,11 +804366,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "WIPI1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035850", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035850.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -805123,8 +804380,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Atg18a", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -805153,8 +804409,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:32225", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:32225", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -805162,11 +804419,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "WIPI2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035850", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035850.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -805176,8 +804433,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Atg18a", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -805206,8 +804462,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:32225", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:32225", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -805215,11 +804472,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "WIPI2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032935", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032935.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -805229,8 +804486,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Atg18b", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -805259,8 +804515,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30238", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30238", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -805268,11 +804525,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "WLS", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036141", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036141.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -805282,8 +804539,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "wls", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -805311,8 +804567,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14540", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14540", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -805320,11 +804577,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "WNK1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037098", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037098.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -805334,8 +804591,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Wnk", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -805364,8 +804620,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:14542", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14542", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -805373,11 +804630,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "WNK2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037098", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037098.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -805387,8 +804644,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Wnk", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -805417,8 +804673,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:14543", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14543", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -805426,11 +804683,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "WNK3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037098", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037098.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -805440,8 +804697,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Wnk", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -805470,8 +804726,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:14544", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14544", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -805479,11 +804736,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "WNK4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037098", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037098.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -805493,8 +804750,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Wnk", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -805523,8 +804779,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12774", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12774", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -805532,11 +804789,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "WNT1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0284084", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0284084.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -805546,8 +804803,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "wg", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -805576,8 +804832,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:13829", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13829", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -805585,11 +804842,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "WNT10A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031903", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031903.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -805599,8 +804856,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Wnt10", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -805629,8 +804885,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12775", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12775", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -805638,11 +804895,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "WNT10B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031903", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031903.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -805652,8 +804909,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Wnt10", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -805681,8 +804937,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:12783", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12783", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -805690,11 +804947,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "WNT4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0284084", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0284084.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -805704,8 +804961,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "wg", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -805734,8 +804990,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:12783", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12783", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -805743,11 +805000,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "WNT4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004360", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004360.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -805757,8 +805014,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Wnt2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -805787,8 +805043,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:12784", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12784", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -805796,11 +805053,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "WNT5A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010194", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010194.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -805810,8 +805067,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Wnt5", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -805840,8 +805096,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16265", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16265", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -805849,11 +805106,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "WNT5B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010194", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010194.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -805863,8 +805120,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Wnt5", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -805893,8 +805149,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12785", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12785", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -805902,11 +805159,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "WNT6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031902", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031902.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -805916,8 +805173,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Wnt6", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -805946,8 +805202,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:12786", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12786", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -805955,11 +805212,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "WNT7A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004360", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004360.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -805969,8 +805226,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Wnt2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -805999,8 +805255,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12787", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12787", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -806008,11 +805265,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "WNT7B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004360", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004360.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -806022,8 +805279,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Wnt2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -806051,8 +805307,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12788", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12788", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -806060,11 +805317,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "WNT8A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038134", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038134.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -806074,8 +805331,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "wntD", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -806104,8 +805360,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12789", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12789", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -806113,11 +805370,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "WNT8B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038134", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038134.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -806127,8 +805384,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "wntD", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -806157,8 +805413,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:12778", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12778", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -806166,11 +805423,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "WNT9A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010453", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010453.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -806180,8 +805437,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Wnt4", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -806210,8 +805466,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12779", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12779", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -806219,11 +805476,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "WNT9B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010453", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010453.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -806233,8 +805490,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Wnt4", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -806263,8 +805519,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25522", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25522", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -806272,11 +805529,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "WRAP53", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031782", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031782.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -806286,8 +805543,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "WDR79", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -806316,8 +805572,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:29060", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29060", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -806325,11 +805582,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "WSCD1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030634", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030634.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -806339,8 +805596,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG9164", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -806369,8 +805625,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29117", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29117", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -806378,11 +805635,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "WSCD2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030634", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030634.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -806392,8 +805649,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG9164", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -806422,8 +805678,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16846", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16846", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -806431,11 +805688,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "WTAP", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000662", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000662.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -806445,8 +805702,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "fl(2)d", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -806475,8 +805731,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20964", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20964", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -806484,11 +805741,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "WTIP", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030530", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030530.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -806498,8 +805755,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "jub", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -806528,8 +805784,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29435", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29435", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -806537,11 +805794,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "WWC1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0262127", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0262127.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -806551,8 +805808,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "kibra", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -806580,8 +805836,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24148", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24148", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -806589,11 +805846,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "WWC2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0262127", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0262127.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -806603,8 +805860,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "kibra", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -806632,8 +805888,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:29237", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29237", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -806641,11 +805898,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "WWC3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0262127", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0262127.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -806655,8 +805912,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "kibra", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -806685,8 +805941,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12799", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12799", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -806694,11 +805951,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "WWOX", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031972", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031972.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -806708,8 +805965,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Wwox", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -806738,8 +805994,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17004", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17004", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -806747,11 +806004,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "WWP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003557", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003557.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -806761,8 +806018,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Su(dx)", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -806791,8 +806047,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16804", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16804", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -806800,11 +806057,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "WWP2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003557", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003557.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -806814,8 +806071,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Su(dx)", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -806844,8 +806100,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:24042", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24042", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -806853,11 +806110,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "WWTR1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034970", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034970.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -806867,8 +806124,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "yki", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -806897,8 +806153,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14089", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14089", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -806906,11 +806163,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "XAB2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033859", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033859.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -806920,8 +806177,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "fand", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -806949,8 +806205,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12801", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12801", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -806958,11 +806215,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "XBP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0021872", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0021872.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -806972,8 +806229,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Xbp1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -807002,8 +806258,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12805", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12805", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -807011,11 +806268,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "XDH", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003308", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003308.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -807025,8 +806282,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ry", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -807055,8 +806311,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:592", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:592", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -807064,11 +806321,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "XIAP", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0260635", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0260635.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -807078,8 +806335,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Diap1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -807108,8 +806364,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:592", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:592", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -807117,11 +806374,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "XIAP", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015247", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015247.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -807131,8 +806388,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Diap2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -807161,8 +806417,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29394", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29394", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -807170,11 +806427,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "XKR4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034279", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034279.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -807184,8 +806441,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG18635", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -807214,8 +806470,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:29394", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29394", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -807223,11 +806480,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "XKR4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052579", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052579.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -807237,8 +806494,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG32579", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -807267,8 +806523,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:27806", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:27806", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -807276,11 +806533,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "XKR6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034279", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034279.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -807290,8 +806547,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG18635", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -807320,8 +806576,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:27806", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:27806", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -807329,11 +806586,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "XKR6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052579", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052579.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -807343,8 +806600,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG32579", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -807373,8 +806629,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23062", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23062", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -807382,11 +806639,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "XKR7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034279", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034279.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -807396,8 +806653,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG18635", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -807426,8 +806682,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:23062", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23062", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -807435,11 +806692,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "XKR7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052579", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052579.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -807449,8 +806706,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG32579", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -807479,8 +806735,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:25508", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25508", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -807488,11 +806745,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "XKR8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052579", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052579.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -807502,8 +806759,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG32579", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -807532,8 +806788,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:20937", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20937", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -807541,11 +806798,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "XKR9", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052579", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052579.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -807555,8 +806812,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG32579", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -807585,8 +806841,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12814", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12814", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -807594,11 +806851,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "XPA", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004832", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004832.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -807608,8 +806865,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Xpac", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -807637,8 +806893,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12816", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12816", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -807646,11 +806903,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "XPC", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004698", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004698.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -807660,8 +806917,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Xpc", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -807690,8 +806946,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12822", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12822", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -807699,11 +806956,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "XPNPEP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0026150", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026150.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -807713,8 +806970,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ApepP", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -807742,8 +806998,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:12823", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12823", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -807751,11 +807008,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "XPNPEP2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0026150", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026150.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -807765,8 +807022,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ApepP", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -807795,8 +807051,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12823", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12823", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -807804,11 +807061,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "XPNPEP2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038072", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038072.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -807818,8 +807075,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6225", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -807848,8 +807104,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28052", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28052", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -807857,11 +807114,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "XPNPEP3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031093", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031093.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -807871,8 +807128,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG9581", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -807901,8 +807157,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12825", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12825", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -807910,11 +807167,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "XPO1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0020497", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0020497.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -807924,8 +807181,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "emb", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -807953,8 +807209,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17675", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17675", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -807962,11 +807219,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "XPO5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031051", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031051.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -807976,8 +807233,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ranbp21", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -808005,8 +807261,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19733", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19733", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -808014,11 +807271,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "XPO6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0266572", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0266572.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -808028,8 +807285,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ebo", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -808058,8 +807314,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:14108", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14108", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -808067,11 +807324,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "XPO7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0053180", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0053180.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -808081,8 +807338,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ranbp16", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -808110,8 +807366,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12827", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12827", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -808119,11 +807376,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "XPR1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032827", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032827.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -808133,8 +807390,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10481", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -808163,8 +807419,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12827", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12827", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -808172,11 +807429,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "XPR1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035649", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035649.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -808186,8 +807443,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10483", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -808216,8 +807472,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12827", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12827", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -808225,11 +807482,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "XPR1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029679", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029679.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -808239,8 +807496,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG2901", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -808269,8 +807525,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12827", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12827", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -808278,11 +807535,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "XPR1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030890", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030890.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -808292,8 +807549,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7536", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -808322,8 +807578,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12828", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12828", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -808331,11 +807588,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "XRCC1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0026751", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026751.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -808345,8 +807602,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "XRCC1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -808375,8 +807631,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12829", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12829", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -808384,11 +807641,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "XRCC2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030931", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030931.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -808398,8 +807655,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Xrcc2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -808428,8 +807684,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12830", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12830", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -808437,11 +807694,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "XRCC3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003480", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003480.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -808451,8 +807708,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "spn-B", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -808480,8 +807736,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12833", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12833", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -808489,11 +807746,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "XRCC5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0041627", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0041627.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -808503,8 +807760,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ku80", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -808533,8 +807789,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4055", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4055", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -808542,11 +807799,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "XRCC6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0011774", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0011774.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -808556,8 +807813,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Irbp", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -808585,8 +807841,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30654", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30654", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -808594,11 +807851,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "XRN1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0020261", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0020261.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -808608,8 +807865,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "pcm", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -808638,8 +807894,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12836", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12836", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -808647,11 +807904,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "XRN2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031868", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031868.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -808661,8 +807918,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Rat1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -808690,8 +807946,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26639", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26639", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -808699,11 +807956,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "XXYLT1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034959", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034959.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -808713,8 +807970,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Xxylt", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -808743,8 +807999,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12839", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12839", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -808752,11 +808009,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "XYLB", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038463", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038463.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -808766,8 +808023,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG3534", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -808795,8 +808051,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12839", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12839", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -808804,11 +808061,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "XYLB", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031279", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031279.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -808818,8 +808075,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG3544", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -808848,8 +808104,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15516", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15516", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -808857,11 +808114,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "XYLT1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015360", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015360.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -808871,8 +808128,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "oxt", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -808900,8 +808156,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15517", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15517", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -808909,11 +808166,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "XYLT2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015360", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015360.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -808923,8 +808180,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "oxt", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -808952,8 +808208,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24857", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24857", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -808961,11 +808218,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "YAE1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0047114", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0047114.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -808975,8 +808232,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG31142", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -809005,8 +808261,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17363", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17363", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -809014,11 +808271,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "YAF2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034763", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034763.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -809028,8 +808285,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "RYBP", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -809058,8 +808314,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16262", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16262", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -809067,11 +808324,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "YAP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034970", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034970.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -809081,8 +808338,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "yki", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -809111,8 +808367,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12840", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12840", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -809120,11 +808377,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "YARS1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027080", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027080.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -809134,8 +808391,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "TyrRS", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -809163,8 +808419,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24249", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24249", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -809172,11 +808429,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "YARS2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035064", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035064.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -809186,8 +808443,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "TyrRS-m", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -809215,8 +808471,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:8014", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:8014", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -809224,11 +808481,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "YBX1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0022959", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0022959.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -809238,8 +808495,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "yps", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -809268,8 +808524,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17948", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17948", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -809277,11 +808534,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "YBX2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0022959", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0022959.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -809291,8 +808548,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "yps", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -809321,8 +808577,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:2428", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:2428", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -809330,11 +808587,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "YBX3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0022959", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0022959.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -809344,8 +808601,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "yps", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -809374,8 +808630,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25489", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25489", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -809383,11 +808640,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "YEATS2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027490", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027490.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -809397,8 +808654,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "D12", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -809427,8 +808683,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24859", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24859", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -809436,11 +808693,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "YEATS4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031873", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031873.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -809450,8 +808707,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Gas41", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -809480,8 +808736,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:12841", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12841", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -809489,11 +808746,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "YES1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0264959", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0264959.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -809503,8 +808760,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Src42A", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -809533,8 +808789,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12841", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12841", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -809542,11 +808799,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "YES1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0262733", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0262733.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -809556,8 +808813,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Src64B", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -809585,21 +808841,22 @@ "best": "Yes", "bestReverse": "Yes", "gene": { - "id": "HGNC:16688", + "id": "HGNC:25231", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25231", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "YIF1A", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "YIPF1", + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0039450", + "id": "FB:FBgn0030435", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030435.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -809608,9 +808865,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "Yif1", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "CG4645", + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -809637,21 +808893,22 @@ "best": "Yes", "bestReverse": "Yes", "gene": { - "id": "HGNC:30511", + "id": "HGNC:28476", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28476", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "YIF1B", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "YIPF2", + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0039450", + "id": "FB:FBgn0030435", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030435.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -809660,9 +808917,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "Yif1", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "CG4645", + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -809689,21 +808945,22 @@ "best": "Yes", "bestReverse": "Yes", "gene": { - "id": "HGNC:25231", + "id": "HGNC:24877", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24877", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "YIPF1", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "YIPF5", + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0030435", + "id": "FB:FBgn0032465", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032465.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -809712,9 +808969,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG4645", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Yip1d1", + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -809741,21 +808997,22 @@ "best": "Yes", "bestReverse": "Yes", "gene": { - "id": "HGNC:28476", + "id": "HGNC:28304", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28304", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "YIPF2", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "YIPF6", + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0030435", + "id": "FB:FBgn0031600", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031600.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -809764,9 +809021,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG4645", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "CG3652", + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -809791,23 +809047,24 @@ }, { "best": "Yes", - "bestReverse": "Yes", + "bestReverse": "No", "gene": { - "id": "HGNC:24877", + "id": "HGNC:26825", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26825", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "YIPF5", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "YIPF7", + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032465", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032465.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -809817,10 +809074,9 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Yip1d1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, - "methodCount": 10, + "methodCount": 9, "predictionMethodsMatched": [ "Ensembl Compara", "Hieranoid", @@ -809830,66 +809086,15 @@ "OrthoInspector", "PANTHER", "PhylomeDB", - "Roundup", "TreeFam" ], "predictionMethodsNotCalled": [ "HGNC", "ZFIN" ], - "predictionMethodsNotMatched": [], - "stringencyFilter": "stringent", - "totalMethodCount": 10 - }, - { - "best": "Yes", - "bestReverse": "Yes", - "gene": { - "id": "HGNC:28304", - "species": { - "commonNames": "['human']", - "dataProviderFullName": "Rat Genome Database", - "dataProviderShortName": "RGD", - "name": "Homo sapiens", - "shortName": "Hsa", - "taxonId": "NCBITaxon:9606" - }, - "symbol": "YIPF6", - "taxonId": "NCBITaxon:9606", - "url": null - }, - "homologGene": { - "id": "FB:FBgn0031600", - "species": { - "commonNames": "['fly', 'fruit fly', 'dme']", - "dataProviderFullName": "FlyBase", - "dataProviderShortName": "FB", - "name": "Drosophila melanogaster", - "shortName": "Dme", - "taxonId": "NCBITaxon:7227" - }, - "symbol": "CG3652", - "taxonId": "NCBITaxon:7227", - "url": null - }, - "methodCount": 10, - "predictionMethodsMatched": [ - "Ensembl Compara", - "Hieranoid", - "InParanoid", - "OMA", - "OrthoFinder", - "OrthoInspector", - "PANTHER", - "PhylomeDB", - "Roundup", - "TreeFam" - ], - "predictionMethodsNotCalled": [ - "HGNC", - "ZFIN" + "predictionMethodsNotMatched": [ + "Roundup" ], - "predictionMethodsNotMatched": [], "stringencyFilter": "stringent", "totalMethodCount": 10 }, @@ -809897,21 +809102,22 @@ "best": "Yes", "bestReverse": "No", "gene": { - "id": "HGNC:26825", + "id": "HGNC:24785", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24785", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "YIPF7", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "YJEFN3", + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0032465", + "id": "FB:FBgn0030178", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030178.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -809920,18 +809126,14 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "Yip1d1", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Naxe", + "taxonId": "NCBITaxon:7227" }, - "methodCount": 9, + "methodCount": 6, "predictionMethodsMatched": [ "Ensembl Compara", - "Hieranoid", - "InParanoid", "OMA", "OrthoFinder", - "OrthoInspector", "PANTHER", "PhylomeDB", "TreeFam" @@ -809941,6 +809143,9 @@ "ZFIN" ], "predictionMethodsNotMatched": [ + "Hieranoid", + "InParanoid", + "OrthoInspector", "Roundup" ], "stringencyFilter": "stringent", @@ -809948,23 +809153,24 @@ }, { "best": "Yes", - "bestReverse": "No", + "bestReverse": "Yes", "gene": { - "id": "HGNC:24785", + "id": "HGNC:25518", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25518", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "YJEFN3", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "YJU2", + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0030178", + "id": "FB:FBgn0034084", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034084.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -809973,17 +809179,19 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "Naxe", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "CG8435", + "taxonId": "NCBITaxon:7227" }, - "methodCount": 6, + "methodCount": 9, "predictionMethodsMatched": [ "Ensembl Compara", - "OMA", + "Hieranoid", + "InParanoid", "OrthoFinder", + "OrthoInspector", "PANTHER", "PhylomeDB", + "Roundup", "TreeFam" ], "predictionMethodsNotCalled": [ @@ -809991,10 +809199,7 @@ "ZFIN" ], "predictionMethodsNotMatched": [ - "Hieranoid", - "InParanoid", - "OrthoInspector", - "Roundup" + "OMA" ], "stringencyFilter": "stringent", "totalMethodCount": 10 @@ -810003,21 +809208,22 @@ "best": "Yes", "bestReverse": "Yes", "gene": { - "id": "HGNC:25518", + "id": "HGNC:28118", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28118", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "YJU2", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "YJU2B", + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0034084", + "id": "FB:FBgn0034402", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034402.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -810026,9 +809232,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG8435", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "CG15084", + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -810057,8 +809262,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16959", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16959", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -810066,11 +809272,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "YKT6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0260858", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0260858.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -810080,8 +809286,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ykt6", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -810109,8 +809314,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17798", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17798", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -810118,11 +809324,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "YLPM1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0052685", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0052685.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -810132,8 +809338,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ZAP3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -810162,8 +809367,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12843", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12843", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -810171,11 +809377,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "YME1L1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034792", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034792.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -810185,8 +809391,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "YME1L", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -810215,8 +809420,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25035", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25035", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -810224,11 +809430,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "YOD1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035593", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035593.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -810238,8 +809444,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG4603", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -810267,8 +809472,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:12845", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12845", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -810276,11 +809482,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "YPEL1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030183", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030183.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -810289,9 +809495,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG15309", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Ypel", + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -810320,8 +809525,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18326", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18326", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -810329,11 +809535,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "YPEL2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030183", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030183.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -810342,9 +809548,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG15309", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Ypel", + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -810372,8 +809577,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:18327", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18327", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -810381,11 +809587,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "YPEL3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030183", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030183.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -810394,9 +809600,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG15309", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Ypel", + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -810425,8 +809630,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:18328", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18328", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -810434,11 +809640,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "YPEL4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030183", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030183.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -810447,9 +809653,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG15309", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Ypel", + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -810478,8 +809683,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18329", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18329", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -810487,11 +809693,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "YPEL5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0026749", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026749.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -810501,8 +809707,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Yippee", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -810530,8 +809735,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28905", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28905", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -810539,11 +809745,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "YRDC", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0061361", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0061361.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -810552,9 +809758,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG33786", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Tcs1", + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -810582,8 +809787,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30626", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30626", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -810591,11 +809797,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "YTHDC1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027616", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027616.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -810605,8 +809811,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ythdc1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -810635,8 +809840,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24721", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24721", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -810644,11 +809850,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "YTHDC2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004581", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004581.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -810658,8 +809864,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "bgcn", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -810688,8 +809893,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24721", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24721", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -810697,11 +809903,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "YTHDC2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030833", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030833.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -810711,8 +809917,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8915", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -810741,8 +809946,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:15867", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15867", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -810750,11 +809956,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "YTHDF1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039261", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039261.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -810764,8 +809970,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ythdf", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -810794,8 +809999,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:31675", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:31675", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -810803,11 +810009,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "YTHDF2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039261", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039261.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -810817,8 +810023,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ythdf", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -810847,8 +810052,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:26465", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26465", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -810856,11 +810062,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "YTHDF3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039261", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039261.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -810870,8 +810076,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Ythdf", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -810900,8 +810105,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12849", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12849", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -810909,11 +810115,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "YWHAB", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004907", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004907.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -810923,8 +810129,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "14-3-3\u03b6", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -810952,8 +810157,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12851", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12851", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -810961,11 +810167,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "YWHAE", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0020238", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0020238.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -810975,8 +810181,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "14-3-3\u03b5", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -811004,8 +810209,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:12852", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12852", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -811013,11 +810219,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "YWHAG", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004907", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004907.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -811027,8 +810233,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "14-3-3\u03b6", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -811057,8 +810262,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:12853", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12853", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -811066,11 +810272,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "YWHAH", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004907", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004907.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -811080,8 +810286,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "14-3-3\u03b6", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -811110,8 +810315,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:12854", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12854", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -811119,11 +810325,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "YWHAQ", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004907", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004907.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -811133,8 +810339,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "14-3-3\u03b6", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -811163,8 +810368,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12855", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12855", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -811172,11 +810378,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "YWHAZ", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004907", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004907.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -811186,8 +810392,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "14-3-3\u03b6", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -811215,8 +810420,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12856", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12856", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -811224,11 +810430,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "YY1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0002521", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0002521.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -811238,8 +810444,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "pho", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -811268,8 +810473,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:30935", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30935", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -811277,11 +810483,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "YY1AP1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0085444", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0085444.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -811291,8 +810497,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mute", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -811321,8 +810526,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:31684", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:31684", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -811330,11 +810536,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "YY2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0002521", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0002521.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -811344,8 +810550,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "pho", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -811374,8 +810579,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:31684", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:31684", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -811383,11 +810589,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "YY2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035997", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035997.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -811397,8 +810603,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "phol", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -811427,8 +810632,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12858", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12858", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -811436,11 +810642,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZAP70", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0015295", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0015295.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -811450,8 +810656,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Shark", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -811480,8 +810685,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:447", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:447", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -811489,11 +810695,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZBED1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031874", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031874.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -811503,8 +810709,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG13775", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -811533,8 +810738,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:447", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:447", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -811542,11 +810748,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZBED1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028931", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028931.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -811556,8 +810762,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG16863", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -811586,8 +810791,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20721", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20721", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -811595,11 +810801,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZBED4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031874", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031874.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -811609,8 +810815,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG13775", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -811639,8 +810844,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:33273", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:33273", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -811648,11 +810854,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZBED6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031874", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031874.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -811662,8 +810868,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG13775", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -811692,8 +810897,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19066", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19066", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -811701,11 +810907,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZBTB12", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0264442", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0264442.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -811715,8 +810921,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ab", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -811745,8 +810950,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12936", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12936", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -811754,11 +810960,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZBTB17", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030010", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030010.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -811768,8 +810974,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10959", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -811798,8 +811003,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12936", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12936", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -811807,11 +811013,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZBTB17", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030240", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030240.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -811821,8 +811027,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG2202", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -811851,8 +811056,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12936", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12936", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -811860,11 +811066,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZBTB17", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032401", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032401.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -811874,8 +811080,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Plzf", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -811904,8 +811109,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13030", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13030", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -811913,11 +811119,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZBTB18", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033185", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033185.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -811927,8 +811133,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG1603", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -811957,8 +811162,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21143", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21143", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -811966,11 +811172,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZBTB24", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0266450", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0266450.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -811980,8 +811186,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Kr-h1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -812010,8 +811215,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21143", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21143", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -812019,11 +811225,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZBTB24", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032401", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032401.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -812033,8 +811239,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Plzf", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -812063,8 +811268,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26636", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26636", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -812072,11 +811278,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZBTB38", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030010", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030010.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -812086,8 +811292,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10959", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -812116,8 +811321,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25001", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25001", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -812125,11 +811331,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZBTB44", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051224", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051224.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -812139,8 +811345,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG31224", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -812169,8 +811374,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4930", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4930", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -812178,11 +811384,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZBTB48", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035702", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035702.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -812192,8 +811398,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10147", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -812222,8 +811427,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4930", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4930", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -812231,11 +811437,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZBTB48", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030963", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030963.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -812245,8 +811451,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7101", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -812275,8 +811480,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4930", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4930", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -812284,11 +811490,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZBTB48", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0262636", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0262636.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -812298,8 +811504,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "dati", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -812328,8 +811533,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:4930", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:4930", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -812337,11 +811543,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZBTB48", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0266450", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0266450.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -812351,8 +811557,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Kr-h1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -812381,8 +811586,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18078", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18078", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -812390,11 +811596,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZBTB7A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0013469", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0013469.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -812404,8 +811610,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "klu", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -812434,8 +811639,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24094", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24094", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -812443,11 +811649,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZBTB8OS", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038893", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038893.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -812457,8 +811663,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Archease", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -812486,8 +811691,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24277", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24277", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -812495,11 +811701,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZC2HC1A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0050460", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0050460.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -812509,8 +811715,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG30460", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -812539,8 +811744,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24277", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24277", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -812548,11 +811754,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZC2HC1A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261561", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261561.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -812562,8 +811768,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG42675", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -812592,8 +811797,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:26259", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26259", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -812601,11 +811807,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZC3H12A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038769", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038769.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -812615,8 +811821,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Regnase-1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -812645,8 +811850,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:17407", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17407", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -812654,11 +811860,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZC3H12B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038769", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038769.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -812668,8 +811874,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Regnase-1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -812698,8 +811903,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29362", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29362", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -812707,11 +811913,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZC3H12C", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038769", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038769.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -812721,8 +811927,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Regnase-1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -812751,8 +811956,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:21175", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21175", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -812760,11 +811966,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZC3H12D", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038769", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038769.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -812774,8 +811980,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Regnase-1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -812804,8 +812009,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20368", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20368", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -812813,11 +812019,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZC3H13", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030974", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030974.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -812827,8 +812033,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Flacc", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -812857,8 +812062,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20509", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20509", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -812866,11 +812072,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZC3H14", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028471", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028471.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -812880,8 +812086,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Nab2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -812910,8 +812115,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29528", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29528", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -812919,11 +812125,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZC3H15", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033317", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033317.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -812933,8 +812139,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8635", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -812962,8 +812167,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25091", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25091", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -812971,11 +812177,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZC3H18", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029941", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029941.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -812985,8 +812191,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG1677", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -813015,8 +812220,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28972", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28972", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -813024,11 +812230,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZC3H3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035900", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035900.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -813038,8 +812244,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ZC3H3", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -813068,8 +812273,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17808", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17808", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -813077,11 +812283,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZC3H4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003575", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003575.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -813091,8 +812297,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "su(sable)", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -813121,8 +812326,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24762", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24762", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -813130,11 +812336,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZC3H6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003575", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003575.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -813144,8 +812350,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "su(sable)", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -813174,8 +812379,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:30941", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30941", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -813183,11 +812389,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZC3H8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003575", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003575.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -813197,8 +812403,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "su(sable)", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -813227,8 +812432,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24931", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24931", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -813236,11 +812442,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZC4H2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030806", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030806.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -813250,8 +812456,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG13001", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -813280,8 +812485,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25954", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25954", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -813289,11 +812495,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZCCHC10", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038389", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038389.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -813303,8 +812509,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5516", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -813333,8 +812538,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:31749", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:31749", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -813342,11 +812548,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZCCHC13", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034802", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034802.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -813356,8 +812562,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CNBP", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -813386,8 +812591,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:24134", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24134", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -813395,11 +812601,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZCCHC14", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032748", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032748.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -813409,8 +812615,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10492", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -813439,8 +812644,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:22916", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:22916", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -813448,11 +812654,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZCCHC2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032748", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032748.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -813462,8 +812668,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10492", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -813492,8 +812697,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:22917", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:22917", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -813501,11 +812707,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZCCHC4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033948", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033948.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -813515,8 +812721,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG12863", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -813545,8 +812750,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26209", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26209", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -813554,11 +812760,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZCCHC7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036668", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036668.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -813568,8 +812774,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Zcchc7", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -813598,8 +812803,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25265", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25265", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -813607,11 +812813,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZCCHC8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035021", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035021.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -813621,8 +812827,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG4622", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -813651,8 +812856,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17916", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17916", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -813660,11 +812866,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZDHHC1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031239", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031239.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -813674,8 +812880,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG17075", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -813704,8 +812909,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19158", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19158", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -813713,11 +812919,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZDHHC11", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031239", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031239.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -813727,8 +812933,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG17075", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -813757,8 +812962,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:32962", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:32962", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -813766,11 +812972,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZDHHC11B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031239", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031239.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -813780,8 +812986,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG17075", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -813810,8 +813015,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:18413", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18413", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -813819,11 +813025,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZDHHC13", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0259824", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0259824.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -813833,8 +813039,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Hip14", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -813863,8 +813068,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20341", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20341", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -813872,11 +813078,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZDHHC14", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0260941", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0260941.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -813886,8 +813092,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "app", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -813916,8 +813121,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:20342", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20342", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -813925,11 +813131,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZDHHC15", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033474", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033474.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -813939,8 +813145,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG1407", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -813969,8 +813174,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20342", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20342", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -813978,11 +813184,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZDHHC15", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034202", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034202.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -813992,8 +813198,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG17287", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -814022,8 +813227,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20714", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20714", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -814031,11 +813237,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZDHHC16", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039489", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039489.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -814045,8 +813251,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5880", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -814075,8 +813280,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18412", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18412", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -814084,11 +813290,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZDHHC17", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0259824", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0259824.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -814098,8 +813304,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Hip14", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -814127,8 +813332,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:20712", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20712", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -814136,11 +813342,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZDHHC18", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0260941", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0260941.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -814150,8 +813356,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "app", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -814180,8 +813385,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18469", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18469", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -814189,11 +813395,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZDHHC2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033474", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033474.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -814203,8 +813409,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG1407", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -814233,8 +813438,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18469", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18469", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -814242,11 +813448,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZDHHC2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034202", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034202.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -814256,8 +813462,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG17287", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -814286,8 +813491,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20749", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20749", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -814295,11 +813501,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZDHHC20", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033474", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033474.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -814309,8 +813515,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG1407", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -814339,8 +813544,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20749", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20749", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -814348,11 +813554,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZDHHC20", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034202", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034202.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -814362,8 +813568,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG17287", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -814392,8 +813597,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20750", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20750", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -814401,11 +813607,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZDHHC21", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027453", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027453.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -814415,8 +813621,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Dnz1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -814445,8 +813650,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20750", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20750", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -814454,11 +813660,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZDHHC21", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029137", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029137.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -814468,8 +813674,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Patsas", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -814498,8 +813703,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28654", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28654", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -814507,11 +813713,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZDHHC23", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031495", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031495.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -814521,8 +813727,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "GABPI", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -814551,8 +813756,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:27387", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:27387", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -814560,11 +813766,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZDHHC24", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034729", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034729.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -814574,8 +813780,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10344", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -814604,8 +813809,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:27387", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:27387", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -814613,11 +813819,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZDHHC24", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036670", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036670.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -814627,8 +813833,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG13029", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -814657,8 +813862,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:27387", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:27387", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -814666,11 +813872,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZDHHC24", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039369", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039369.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -814680,8 +813886,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG17195", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -814710,8 +813915,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:27387", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:27387", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -814719,11 +813925,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZDHHC24", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039368", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039368.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -814733,8 +813939,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG17196", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -814763,8 +813968,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:27387", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:27387", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -814772,11 +813978,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZDHHC24", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039367", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039367.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -814786,8 +813992,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG17197", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -814816,8 +814021,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:27387", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:27387", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -814825,11 +814031,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZDHHC24", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039366", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039366.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -814839,8 +814045,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG17198", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -814869,8 +814074,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:27387", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:27387", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -814878,11 +814084,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZDHHC24", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0042133", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0042133.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -814892,8 +814098,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG18810", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -814922,8 +814127,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:27387", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:27387", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -814931,11 +814137,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZDHHC24", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033815", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033815.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -814945,8 +814151,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG4676", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -814975,8 +814180,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:27387", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:27387", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -814984,11 +814190,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZDHHC24", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039370", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039370.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -814998,8 +814204,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG4956", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -815028,8 +814233,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18470", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18470", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -815037,11 +814243,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZDHHC3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034057", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034057.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -815051,8 +814257,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8314", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -815080,8 +814285,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18472", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18472", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -815089,11 +814295,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZDHHC5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0085478", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0085478.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -815103,8 +814309,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Zdhhc8", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -815133,8 +814338,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19160", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19160", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -815142,11 +814348,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZDHHC6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035970", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035970.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -815156,8 +814362,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG4483", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -815186,8 +814391,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19160", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19160", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -815195,11 +814401,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZDHHC6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038039", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038039.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -815209,8 +814415,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5196", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -815238,8 +814443,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:18459", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18459", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -815247,11 +814453,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZDHHC7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034057", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034057.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -815261,8 +814467,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8314", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -815291,8 +814496,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18474", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18474", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -815300,11 +814506,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZDHHC8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0085478", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0085478.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -815314,8 +814520,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Zdhhc8", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -815344,8 +814549,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:18475", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18475", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -815353,11 +814559,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZDHHC9", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0260941", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0260941.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -815367,8 +814573,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "app", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -815397,8 +814602,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11642", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11642", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -815406,11 +814612,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZEB1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004606", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004606.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -815420,8 +814626,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "zfh1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -815450,8 +814655,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:14881", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:14881", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -815459,11 +814665,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZEB2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004606", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004606.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -815473,8 +814679,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "zfh1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -815503,8 +814708,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30960", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30960", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -815512,11 +814718,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZER1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0043458", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0043458.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -815526,8 +814732,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG12084", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -815555,8 +814760,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:28073", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28073", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -815564,11 +814770,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZFAND2A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031535", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031535.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -815578,8 +814784,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG12795", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -815608,8 +814813,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25206", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25206", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -815617,11 +814823,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZFAND2B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031535", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031535.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -815631,8 +814837,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG12795", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -815660,8 +814865,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13008", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13008", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -815669,11 +814875,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZFAND5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030104", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030104.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -815683,8 +814889,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG15368", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -815713,8 +814918,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13008", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13008", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -815722,11 +814928,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZFAND5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0266410", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0266410.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -815736,8 +814942,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG45050", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -815765,8 +814970,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30164", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30164", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -815774,11 +814980,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZFAND6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030104", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030104.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -815788,8 +814994,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG15368", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -815818,8 +815023,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30164", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30164", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -815827,11 +815033,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZFAND6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0266410", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0266410.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -815841,8 +815047,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG45050", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -815870,8 +815075,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:20152", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20152", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -815879,11 +815085,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZFHX2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004607", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004607.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -815893,8 +815099,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "zfh2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -815923,8 +815128,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:777", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:777", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -815932,11 +815138,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZFHX3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004607", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004607.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -815946,8 +815152,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "zfh2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -815976,8 +815181,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30939", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30939", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -815985,11 +815191,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZFHX4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004607", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004607.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -815999,8 +815205,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "zfh2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -816029,8 +815234,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:29312", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29312", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -816038,11 +815244,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZFP14", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038047", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038047.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -816052,8 +815258,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5245", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -816082,8 +815287,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26138", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26138", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -816091,11 +815297,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZFP2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030005", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030005.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -816105,8 +815311,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG2120", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -816135,8 +815340,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:17801", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17801", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -816144,11 +815350,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZFP28", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038047", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038047.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -816158,8 +815364,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5245", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -816188,8 +815393,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:29555", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29555", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -816197,11 +815403,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZFP30", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038047", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038047.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -816211,8 +815417,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5245", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -816241,8 +815446,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12862", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12862", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -816250,11 +815456,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZFP36", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0011837", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0011837.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -816264,8 +815470,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Tis11", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -816294,8 +815499,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1107", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1107", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -816303,11 +815509,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZFP36L1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0011837", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0011837.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -816317,8 +815523,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Tis11", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -816347,8 +815552,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1108", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1108", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -816356,11 +815562,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZFP36L2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0011837", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0011837.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -816370,8 +815576,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Tis11", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -816400,8 +815605,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:30949", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30949", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -816409,11 +815615,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZFP42", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0002521", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0002521.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -816423,8 +815629,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "pho", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -816453,8 +815658,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15940", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15940", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -816462,11 +815668,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZFP64", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032814", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032814.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -816476,8 +815682,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10366", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -816506,8 +815711,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15940", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15940", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -816515,11 +815721,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZFP64", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034114", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034114.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -816529,8 +815735,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG4282", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -816559,8 +815764,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15940", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15940", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -816568,11 +815774,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZFP64", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035036", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035036.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -816582,8 +815788,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG4707", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -816612,8 +815817,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15940", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15940", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -816621,11 +815827,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZFP64", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037794", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037794.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -816635,8 +815841,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6254", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -816665,8 +815870,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15940", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15940", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -816674,11 +815880,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZFP64", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034062", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034062.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -816688,8 +815894,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8388", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -816718,8 +815923,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15940", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15940", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -816727,11 +815933,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZFP64", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032473", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032473.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -816741,8 +815947,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "kmg", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -816771,8 +815976,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:28682", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28682", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -816780,11 +815986,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZFP82", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038047", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038047.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -816794,8 +816000,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5245", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -816824,8 +816029,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12868", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12868", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -816833,11 +816039,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZFPL1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038950", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038950.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -816847,8 +816053,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5382", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -816877,8 +816082,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:19762", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19762", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -816886,11 +816092,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZFPM1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003963", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003963.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -816900,8 +816106,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ush", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -816930,8 +816135,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16700", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16700", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -816939,11 +816145,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZFPM2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003963", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003963.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -816953,8 +816159,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ush", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -816983,8 +816188,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:17277", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17277", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -816992,11 +816198,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZFR", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0263603", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0263603.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -817006,8 +816212,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Zn72D", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -817036,8 +816241,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:29189", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29189", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -817045,11 +816251,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZFR2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0263603", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0263603.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -817059,8 +816265,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Zn72D", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -817089,8 +816294,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:20756", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20756", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -817098,11 +816304,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZFYVE16", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0026369", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026369.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -817112,8 +816318,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Sara", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -817142,8 +816347,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20758", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20758", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -817151,11 +816357,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZFYVE19", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030694", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030694.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -817165,8 +816371,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG15602", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -817195,8 +816400,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20761", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20761", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -817204,11 +816410,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZFYVE26", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037897", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037897.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -817218,8 +816424,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5270", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -817248,8 +816453,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29334", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29334", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -817257,11 +816463,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZFYVE28", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039492", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039492.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -817271,8 +816477,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6051", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -817301,8 +816506,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:6775", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:6775", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -817310,11 +816516,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZFYVE9", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0026369", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026369.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -817324,8 +816530,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Sara", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -817354,8 +816559,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15948", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15948", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -817363,11 +816569,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZGPAT", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032169", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032169.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -817377,8 +816583,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG4709", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -817406,8 +816611,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12872", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12872", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -817415,11 +816621,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZIC1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003002", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003002.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -817429,8 +816635,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "opa", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -817459,8 +816664,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12873", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12873", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -817468,11 +816674,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZIC2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003002", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003002.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -817482,8 +816688,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "opa", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -817512,8 +816717,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:12874", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12874", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -817521,11 +816727,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZIC3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003002", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003002.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -817535,8 +816741,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "opa", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -817565,8 +816770,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20393", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20393", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -817574,11 +816780,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZIC4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003002", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003002.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -817588,8 +816794,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "opa", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -817618,8 +816823,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:20322", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20322", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -817627,11 +816833,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZIC5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003002", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003002.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -817641,8 +816847,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "opa", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -817671,8 +816876,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12875", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12875", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -817680,11 +816886,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZIM2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000289", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000289.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -817694,8 +816900,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "cg", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -817724,8 +816929,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:16366", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16366", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -817733,11 +816939,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZIM3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038047", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038047.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -817747,8 +816953,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5245", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -817777,8 +816982,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:12867", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12867", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -817786,11 +816992,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZKSCAN5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038047", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038047.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -817800,8 +817006,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5245", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -817830,8 +817035,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12955", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12955", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -817839,11 +817045,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZKSCAN7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038768", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038768.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -817853,8 +817059,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG4936", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -817883,8 +817088,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:29377", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29377", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -817892,11 +817098,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZMAT1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035134", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035134.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -817906,8 +817112,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG1231", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -817936,8 +817141,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26433", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26433", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -817945,11 +817151,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZMAT2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035520", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035520.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -817959,8 +817165,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG11586", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -817988,8 +817193,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29983", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29983", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -817997,11 +817203,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZMAT3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035134", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035134.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -818011,8 +817217,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG1231", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -818041,8 +817246,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25844", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25844", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -818050,11 +817256,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZMAT4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035134", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035134.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -818064,8 +817270,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG1231", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -818094,8 +817299,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28046", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28046", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -818103,11 +817309,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZMAT5", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051922", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051922.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -818117,8 +817323,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG31922", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -818147,8 +817352,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16493", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16493", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -818156,11 +817362,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZMIZ1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0026160", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026160.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -818170,8 +817376,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "tna", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -818200,8 +817405,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:22229", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:22229", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -818209,11 +817415,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZMIZ2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0026160", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026160.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -818223,8 +817429,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "tna", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -818253,8 +817458,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12877", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12877", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -818262,11 +817468,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZMPSTE24", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036153", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036153.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -818276,8 +817482,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG7573", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -818306,8 +817511,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12877", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12877", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -818315,11 +817521,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZMPSTE24", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034176", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034176.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -818329,8 +817535,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ste24a", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -818358,8 +817563,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12877", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12877", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -818367,11 +817573,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZMPSTE24", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034175", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034175.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -818381,8 +817587,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ste24b", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -818411,8 +817616,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12877", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12877", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -818420,11 +817626,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZMPSTE24", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0050462", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0050462.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -818434,8 +817640,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ste24c", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -818464,8 +817669,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:12989", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12989", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -818473,11 +817679,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZMYM2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010328", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010328.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -818487,8 +817693,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "woc", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -818517,8 +817722,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13054", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13054", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -818526,11 +817732,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZMYM3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010328", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010328.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -818540,8 +817746,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "woc", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -818570,8 +817775,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13055", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13055", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -818579,11 +817785,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZMYM4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010328", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010328.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -818593,8 +817799,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "woc", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -818623,8 +817828,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:13050", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13050", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -818632,11 +817838,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZMYM6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010328", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010328.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -818646,8 +817852,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "woc", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -818676,8 +817881,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:19412", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:19412", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -818685,11 +817891,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZMYND10", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0266709", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0266709.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -818699,8 +817905,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Zmynd10", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -818729,8 +817934,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16966", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16966", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -818738,11 +817944,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZMYND11", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033752", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033752.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -818752,8 +817958,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8569", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -818782,8 +817987,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:9397", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:9397", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -818791,11 +817997,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZMYND8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039863", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039863.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -818805,8 +818011,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG1815", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -818835,8 +818040,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:12902", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12902", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -818844,11 +818050,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZNF12", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038047", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038047.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -818858,8 +818064,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5245", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -818888,8 +818093,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:12916", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12916", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -818897,11 +818103,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZNF132", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038047", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038047.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -818911,8 +818117,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5245", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -818941,8 +818146,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12917", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12917", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -818950,11 +818156,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZNF133", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037120", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037120.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -818964,8 +818170,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG11247", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -818994,8 +818199,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:12919", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12919", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -819003,11 +818209,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZNF135", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038047", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038047.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -819017,8 +818223,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5245", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -819047,8 +818252,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:12925", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12925", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -819056,11 +818262,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZNF140", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038047", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038047.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -819070,8 +818276,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5245", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -819100,8 +818305,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12927", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12927", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -819109,11 +818315,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZNF142", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029928", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029928.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -819123,8 +818329,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG3032", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -819153,8 +818358,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12927", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12927", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -819162,11 +818368,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZNF142", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0262636", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0262636.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -819176,8 +818382,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "dati", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -819206,8 +818411,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12942", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12942", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -819215,11 +818421,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZNF157", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038787", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038787.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -819229,8 +818435,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG4360", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -819259,8 +818464,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:12947", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12947", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -819268,11 +818474,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZNF16", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038047", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038047.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -819282,8 +818488,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5245", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -819312,8 +818517,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:12964", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12964", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -819321,11 +818527,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZNF175", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038047", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038047.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -819335,8 +818541,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5245", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -819365,8 +818570,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13001", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13001", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -819374,11 +818580,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZNF182", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030005", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030005.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -819388,8 +818594,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG2120", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -819418,8 +818623,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13001", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13001", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -819427,11 +818633,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZNF182", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038787", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038787.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -819441,8 +818647,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG4360", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -819471,8 +818676,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13001", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13001", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -819480,11 +818686,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZNF182", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0020309", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0020309.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -819494,8 +818700,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "crol", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -819524,8 +818729,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:12980", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12980", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -819533,11 +818739,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZNF189", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038047", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038047.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -819547,8 +818753,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5245", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -819577,8 +818782,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:12991", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12991", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -819586,11 +818792,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZNF2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038047", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038047.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -819600,8 +818806,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5245", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -819630,8 +818835,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12994", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12994", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -819639,11 +818845,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZNF202", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0042205", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0042205.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -819653,8 +818859,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG18764", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -819683,8 +818888,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12998", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12998", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -819692,11 +818898,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZNF207", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032600", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032600.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -819706,8 +818912,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "BuGZ", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -819736,8 +818941,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13006", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13006", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -819745,11 +818951,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZNF214", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030005", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030005.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -819759,8 +818965,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG2120", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -819789,8 +818994,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13014", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13014", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -819798,11 +819004,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZNF221", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000289", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000289.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -819812,8 +819018,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "cg", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -819842,8 +819047,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13015", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13015", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -819851,11 +819057,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZNF222", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051388", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051388.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -819865,8 +819071,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG31388", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -819895,8 +819100,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13016", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13016", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -819904,11 +819110,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZNF223", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051388", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051388.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -819918,8 +819124,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG31388", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -819948,8 +819153,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:13019", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13019", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -819957,11 +819163,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZNF226", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038047", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038047.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -819971,8 +819177,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5245", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -820001,8 +819206,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13020", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13020", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -820010,11 +819216,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZNF227", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030005", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030005.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -820024,8 +819230,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG2120", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -820054,8 +819259,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:13023", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13023", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -820063,11 +819269,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZNF23", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038047", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038047.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -820077,8 +819283,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5245", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -820107,8 +819312,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30946", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30946", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -820116,11 +819322,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZNF233", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051441", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051441.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -820130,8 +819336,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG31441", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -820160,8 +819365,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30946", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30946", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -820169,11 +819375,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZNF233", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038768", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038768.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -820183,8 +819389,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG4936", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -820213,8 +819418,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30946", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30946", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -820222,11 +819428,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZNF233", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037446", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037446.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -820236,8 +819442,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Zif", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -820266,8 +819471,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:13027", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13027", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -820275,11 +819481,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZNF234", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038047", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038047.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -820289,8 +819495,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5245", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -820319,8 +819524,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:12866", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12866", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -820328,11 +819534,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZNF235", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038047", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038047.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -820342,8 +819548,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5245", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -820372,8 +819577,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13028", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13028", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -820381,11 +819587,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZNF236", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032815", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032815.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -820395,8 +819601,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10462", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -820425,8 +819630,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:13044", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13044", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -820434,11 +819640,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZNF250", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038047", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038047.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -820448,8 +819654,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5245", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -820478,8 +819683,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:13045", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13045", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -820487,11 +819693,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZNF251", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038047", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038047.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -820501,8 +819707,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5245", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -820531,8 +819736,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:13047", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13047", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -820540,11 +819746,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZNF254", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038047", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038047.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -820554,8 +819760,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5245", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -820584,8 +819789,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:13053", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13053", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -820593,11 +819799,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZNF26", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038047", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038047.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -820607,8 +819813,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5245", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -820637,8 +819842,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:13499", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13499", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -820646,11 +819852,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZNF260", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038047", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038047.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -820660,8 +819866,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5245", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -820690,8 +819895,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23330", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23330", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -820699,11 +819905,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZNF276", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039740", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039740.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -820713,8 +819919,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "ZIPIC", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -820743,8 +819948,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13070", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13070", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -820752,11 +819958,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZNF277", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034814", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034814.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -820766,8 +819972,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG9890", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -820795,8 +820000,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:13073", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13073", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -820804,11 +820010,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZNF28", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038047", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038047.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -820818,8 +820024,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5245", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -820848,8 +820053,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:18597", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18597", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -820857,11 +820063,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZNF280A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033998", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033998.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -820871,8 +820077,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "row", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -820901,8 +820106,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:23022", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23022", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -820910,11 +820116,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZNF280B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033998", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033998.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -820924,8 +820130,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "row", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -820954,8 +820159,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25955", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25955", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -820963,11 +820169,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZNF280C", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033998", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033998.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -820977,8 +820183,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "row", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -821007,8 +820212,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25953", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25953", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -821016,11 +820222,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZNF280D", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033998", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033998.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -821030,8 +820236,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "row", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -821060,8 +820265,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13075", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13075", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -821069,11 +820275,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZNF281", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000286", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000286.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -821083,8 +820289,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Cf2", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -821113,8 +820318,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13075", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13075", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -821122,11 +820328,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZNF281", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038550", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038550.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -821136,8 +820342,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG17801", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -821166,8 +820371,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13075", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13075", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -821175,11 +820381,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZNF281", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038549", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038549.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -821188,9 +820394,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG17802", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Nnk", + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -821219,8 +820424,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:13077", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13077", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -821228,11 +820434,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZNF283", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038047", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038047.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -821242,8 +820448,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5245", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -821272,8 +820477,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13078", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13078", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -821281,11 +820487,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZNF284", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000289", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000289.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -821295,8 +820501,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "cg", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -821325,8 +820530,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:13501", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13501", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -821334,11 +820540,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZNF286A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038047", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038047.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -821348,8 +820554,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5245", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -821378,8 +820583,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13502", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13502", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -821387,11 +820593,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZNF287", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030005", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030005.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -821401,8 +820607,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG2120", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -821431,8 +820636,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:15981", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15981", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -821440,11 +820646,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZNF296", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029939", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029939.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -821454,8 +820660,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG9650", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -821484,8 +820689,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:13090", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13090", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -821493,11 +820699,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZNF30", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038047", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038047.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -821507,8 +820713,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5245", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -821537,8 +820742,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:13091", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13091", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -821546,11 +820752,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZNF300", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038047", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038047.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -821560,8 +820766,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5245", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -821590,8 +820795,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:13847", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13847", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -821599,11 +820805,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZNF311", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038047", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038047.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -821613,8 +820819,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5245", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -821643,8 +820848,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13843", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13843", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -821652,11 +820858,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZNF316", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035137", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035137.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -821666,8 +820872,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG1233", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -821696,8 +820901,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:13507", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13507", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -821705,11 +820911,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZNF317", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038047", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038047.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -821719,8 +820925,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5245", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -821749,8 +820954,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13578", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13578", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -821758,11 +820964,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZNF318", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027866", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027866.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -821772,8 +820978,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG9776", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -821802,8 +821007,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:13842", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13842", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -821811,11 +821017,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZNF320", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038047", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038047.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -821825,8 +821031,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5245", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -821855,8 +821060,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23640", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23640", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -821864,11 +821070,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZNF322", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038766", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038766.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -821878,8 +821084,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG4854", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -821908,8 +821113,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23640", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23640", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -821917,11 +821123,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZNF322", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038767", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038767.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -821931,8 +821137,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "trem", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -821961,8 +821166,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15462", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15462", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -821970,11 +821176,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZNF330", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0026400", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0026400.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -821984,8 +821190,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Noa36", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -822013,8 +821218,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:15806", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15806", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -822022,11 +821228,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZNF334", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038047", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038047.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -822036,8 +821242,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5245", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -822066,8 +821271,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15807", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15807", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -822075,11 +821281,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZNF335", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032814", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032814.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -822089,8 +821295,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10366", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -822119,8 +821324,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15807", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15807", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -822128,11 +821334,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZNF335", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034114", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034114.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -822142,8 +821348,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG4282", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -822172,8 +821377,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15807", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15807", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -822181,11 +821387,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZNF335", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035036", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035036.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -822195,8 +821401,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG4707", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -822225,8 +821430,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15807", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15807", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -822234,11 +821440,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZNF335", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037794", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037794.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -822248,8 +821454,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6254", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -822278,8 +821483,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15807", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15807", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -822287,11 +821493,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZNF335", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034062", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034062.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -822301,8 +821507,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8388", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -822331,8 +821536,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:15807", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:15807", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -822340,11 +821546,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZNF335", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032473", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032473.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -822354,8 +821560,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "kmg", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -822384,8 +821589,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:16403", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16403", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -822393,11 +821599,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZNF346", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035134", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035134.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -822407,8 +821613,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG1231", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -822437,8 +821642,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:11628", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11628", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -822446,11 +821652,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZNF354A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038047", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038047.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -822460,8 +821666,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5245", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -822490,8 +821695,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:17197", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17197", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -822499,11 +821705,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZNF354B", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038047", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038047.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -822513,8 +821719,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5245", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -822543,8 +821748,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:16736", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16736", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -822552,11 +821758,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZNF354C", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038047", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038047.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -822566,8 +821772,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5245", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -822596,8 +821801,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16838", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16838", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -822605,11 +821811,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZNF358", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037722", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037722.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -822619,8 +821825,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8319", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -822649,8 +821854,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16838", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16838", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -822658,11 +821864,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZNF358", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0266450", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0266450.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -822672,8 +821878,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Kr-h1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -822702,8 +821907,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16838", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16838", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -822711,11 +821917,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZNF358", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0003567", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0003567.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -822725,8 +821931,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "su(Hw)", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -822755,8 +821960,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16838", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16838", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -822764,11 +821970,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZNF358", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037751", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037751.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -822778,8 +821984,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "topi", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -822808,8 +822013,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18079", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18079", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -822817,11 +822023,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZNF362", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0267337", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0267337.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -822831,8 +822037,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "rn", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -822861,8 +822066,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:13102", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13102", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -822870,11 +822076,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZNF37A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038047", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038047.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -822884,8 +822090,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5245", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -822914,8 +822119,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:11955", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:11955", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -822923,11 +822129,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZNF384", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0010768", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0010768.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -822937,8 +822143,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "sqz", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -822967,8 +822172,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:17521", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17521", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -822976,11 +822182,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZNF385A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035134", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035134.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -822990,8 +822196,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG1231", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -823020,8 +822225,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:26332", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26332", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -823029,117 +822235,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZNF385B", - "taxonId": "NCBITaxon:9606", - "url": null - }, - "homologGene": { - "id": "FB:FBgn0035134", - "species": { - "commonNames": "['fly', 'fruit fly', 'dme']", - "dataProviderFullName": "FlyBase", - "dataProviderShortName": "FB", - "name": "Drosophila melanogaster", - "shortName": "Dme", - "taxonId": "NCBITaxon:7227" - }, - "symbol": "CG1231", - "taxonId": "NCBITaxon:7227", - "url": null - }, - "methodCount": 3, - "predictionMethodsMatched": [ - "Ensembl Compara", - "PhylomeDB", - "TreeFam" - ], - "predictionMethodsNotCalled": [ - "HGNC", - "ZFIN" - ], - "predictionMethodsNotMatched": [ - "Hieranoid", - "InParanoid", - "OMA", - "OrthoFinder", - "OrthoInspector", - "PANTHER", - "Roundup" - ], - "stringencyFilter": "stringent", - "totalMethodCount": 10 - }, - { - "best": "Yes", - "bestReverse": "No", - "gene": { - "id": "HGNC:33722", - "species": { - "commonNames": "['human']", - "dataProviderFullName": "Rat Genome Database", - "dataProviderShortName": "RGD", - "name": "Homo sapiens", - "shortName": "Hsa", - "taxonId": "NCBITaxon:9606" - }, - "symbol": "ZNF385C", - "taxonId": "NCBITaxon:9606", - "url": null - }, - "homologGene": { - "id": "FB:FBgn0035134", - "species": { - "commonNames": "['fly', 'fruit fly', 'dme']", - "dataProviderFullName": "FlyBase", - "dataProviderShortName": "FB", - "name": "Drosophila melanogaster", - "shortName": "Dme", - "taxonId": "NCBITaxon:7227" - }, - "symbol": "CG1231", - "taxonId": "NCBITaxon:7227", - "url": null - }, - "methodCount": 3, - "predictionMethodsMatched": [ - "Ensembl Compara", - "PhylomeDB", - "TreeFam" - ], - "predictionMethodsNotCalled": [ - "HGNC", - "ZFIN" - ], - "predictionMethodsNotMatched": [ - "Hieranoid", - "InParanoid", - "OMA", - "OrthoFinder", - "OrthoInspector", - "PANTHER", - "Roundup" - ], - "stringencyFilter": "stringent", - "totalMethodCount": 10 - }, - { - "best": "Yes", - "bestReverse": "No", - "gene": { - "id": "HGNC:26191", - "species": { - "commonNames": "['human']", - "dataProviderFullName": "Rat Genome Database", - "dataProviderShortName": "RGD", - "name": "Homo sapiens", - "shortName": "Hsa", - "taxonId": "NCBITaxon:9606" - }, - "symbol": "ZNF385D", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035134", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035134.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -823149,8 +822249,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG1231", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -823178,21 +822277,22 @@ "best": "Yes", "bestReverse": "No", "gene": { - "id": "HGNC:18737", + "id": "HGNC:33722", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:33722", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "ZNF395", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "ZNF385C", + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0267336", + "id": "FB:FBgn0035134", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035134.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -823201,28 +822301,80 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "Glut4EF", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "CG1231", + "taxonId": "NCBITaxon:7227" }, - "methodCount": 7, + "methodCount": 3, "predictionMethodsMatched": [ "Ensembl Compara", + "PhylomeDB", + "TreeFam" + ], + "predictionMethodsNotCalled": [ + "HGNC", + "ZFIN" + ], + "predictionMethodsNotMatched": [ "Hieranoid", "InParanoid", + "OMA", "OrthoFinder", "OrthoInspector", "PANTHER", "Roundup" ], + "stringencyFilter": "stringent", + "totalMethodCount": 10 + }, + { + "best": "Yes", + "bestReverse": "No", + "gene": { + "id": "HGNC:26191", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26191", + "species": { + "commonNames": "['human', 'hsa']", + "dataProviderFullName": "Rat Genome Database", + "dataProviderShortName": "RGD", + "name": "Homo sapiens", + "shortName": "Hsa", + "taxonId": "NCBITaxon:9606" + }, + "symbol": "ZNF385D", + "taxonId": "NCBITaxon:9606" + }, + "homologGene": { + "id": "FB:FBgn0035134", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035134.html", + "species": { + "commonNames": "['fly', 'fruit fly', 'dme']", + "dataProviderFullName": "FlyBase", + "dataProviderShortName": "FB", + "name": "Drosophila melanogaster", + "shortName": "Dme", + "taxonId": "NCBITaxon:7227" + }, + "symbol": "CG1231", + "taxonId": "NCBITaxon:7227" + }, + "methodCount": 3, + "predictionMethodsMatched": [ + "Ensembl Compara", + "PhylomeDB", + "TreeFam" + ], "predictionMethodsNotCalled": [ "HGNC", "ZFIN" ], "predictionMethodsNotMatched": [ + "Hieranoid", + "InParanoid", "OMA", - "PhylomeDB", - "TreeFam" + "OrthoFinder", + "OrthoInspector", + "PANTHER", + "Roundup" ], "stringencyFilter": "stringent", "totalMethodCount": 10 @@ -823231,21 +822383,22 @@ "best": "Yes", "bestReverse": "No", "gene": { - "id": "HGNC:13107", + "id": "HGNC:18737", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18737", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "ZNF41", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "ZNF395", + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0038047", + "id": "FB:FBgn0267336", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0267336.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -823254,27 +822407,26 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG5245", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Glut4EF", + "taxonId": "NCBITaxon:7227" }, - "methodCount": 3, + "methodCount": 7, "predictionMethodsMatched": [ "Ensembl Compara", "Hieranoid", - "PANTHER" + "InParanoid", + "OrthoFinder", + "OrthoInspector", + "PANTHER", + "Roundup" ], "predictionMethodsNotCalled": [ "HGNC", "ZFIN" ], "predictionMethodsNotMatched": [ - "InParanoid", "OMA", - "OrthoFinder", - "OrthoInspector", "PhylomeDB", - "Roundup", "TreeFam" ], "stringencyFilter": "stringent", @@ -823284,21 +822436,22 @@ "best": "Yes", "bestReverse": "No", "gene": { - "id": "HGNC:20636", + "id": "HGNC:13107", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13107", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "ZNF415", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "ZNF41", + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038047", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038047.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -823308,8 +822461,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5245", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -823335,23 +822487,24 @@ }, { "best": "Yes", - "bestReverse": "Yes", + "bestReverse": "No", "gene": { - "id": "HGNC:16762", + "id": "HGNC:20636", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20636", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", "shortName": "Hsa", "taxonId": "NCBITaxon:9606" }, - "symbol": "ZNF423", - "taxonId": "NCBITaxon:9606", - "url": null + "symbol": "ZNF415", + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0284250", + "id": "FB:FBgn0038047", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038047.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -823360,28 +822513,27 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "Oaz", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "CG5245", + "taxonId": "NCBITaxon:7227" }, - "methodCount": 7, + "methodCount": 3, "predictionMethodsMatched": [ + "Ensembl Compara", "Hieranoid", - "InParanoid", - "OrthoFinder", - "OrthoInspector", - "PhylomeDB", - "Roundup", - "TreeFam" + "PANTHER" ], "predictionMethodsNotCalled": [ "HGNC", "ZFIN" ], "predictionMethodsNotMatched": [ - "Ensembl Compara", + "InParanoid", "OMA", - "PANTHER" + "OrthoFinder", + "OrthoInspector", + "PhylomeDB", + "Roundup", + "TreeFam" ], "stringencyFilter": "stringent", "totalMethodCount": 10 @@ -823391,8 +822543,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:20817", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20817", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -823400,11 +822553,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZNF429", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038047", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038047.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -823414,8 +822567,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5245", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -823444,8 +822596,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13109", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13109", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -823453,11 +822606,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZNF43", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038766", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038766.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -823467,8 +822620,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG4854", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -823497,8 +822649,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13109", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13109", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -823506,11 +822659,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZNF43", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038767", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038767.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -823520,8 +822673,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "trem", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -823550,8 +822702,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20810", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20810", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -823559,11 +822712,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZNF432", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038787", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038787.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -823573,8 +822726,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG4360", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -823603,8 +822755,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13111", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13111", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -823612,11 +822765,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZNF45", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038047", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038047.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -823626,8 +822779,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5245", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -823656,8 +822808,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:21200", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21200", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -823665,11 +822818,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZNF454", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038047", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038047.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -823679,8 +822832,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5245", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -823709,8 +822861,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:21629", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21629", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -823718,11 +822871,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZNF461", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038047", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038047.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -823732,8 +822885,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5245", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -823762,8 +822914,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21684", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21684", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -823771,11 +822924,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZNF462", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0032473", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0032473.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -823785,8 +822938,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "kmg", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -823815,8 +822967,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:22220", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:22220", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -823824,11 +822977,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZNF470", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038047", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038047.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -823838,8 +822991,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5245", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -823868,8 +823020,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:23226", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23226", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -823877,11 +823030,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZNF471", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038047", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038047.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -823891,8 +823044,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5245", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -823921,8 +823073,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23239", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23239", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -823930,11 +823083,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZNF473", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0263490", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0263490.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -823944,8 +823097,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mld", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -823974,8 +823126,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13114", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13114", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -823983,11 +823136,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZNF48", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0033491", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0033491.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -823997,8 +823150,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG18011", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -824027,8 +823179,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13114", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13114", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -824036,11 +823189,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZNF48", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0263490", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0263490.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -824050,8 +823203,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mld", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -824080,8 +823232,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23384", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23384", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -824089,11 +823242,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZNF483", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038047", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038047.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -824103,8 +823256,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5245", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -824133,8 +823285,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23535", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23535", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -824142,11 +823295,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZNF488", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035643", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035643.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -824156,8 +823309,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG13287", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -824186,8 +823338,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:23705", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23705", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -824195,11 +823348,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZNF490", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038047", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038047.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -824209,8 +823362,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5245", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -824239,8 +823391,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23707", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23707", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -824248,11 +823401,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZNF492", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038766", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038766.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -824262,8 +823415,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG4854", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -824292,8 +823444,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23707", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23707", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -824301,11 +823454,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZNF492", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038767", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038767.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -824315,8 +823468,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "trem", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -824345,8 +823497,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23708", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23708", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -824354,11 +823507,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZNF493", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030005", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030005.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -824368,8 +823521,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG2120", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -824398,8 +823550,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23708", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23708", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -824407,11 +823560,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZNF493", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038301", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038301.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -824421,8 +823574,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6654", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -824451,8 +823603,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23714", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23714", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -824460,11 +823613,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZNF497", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0043796", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0043796.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -824474,8 +823627,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG12219", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -824504,8 +823656,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23714", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23714", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -824513,11 +823666,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZNF497", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030005", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030005.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -824527,8 +823680,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG2120", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -824557,8 +823709,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23716", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23716", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -824566,11 +823719,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZNF500", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0042205", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0042205.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -824580,8 +823733,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG18764", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -824610,8 +823762,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23716", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23716", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -824619,11 +823772,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZNF500", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004618", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004618.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -824633,8 +823786,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "gl", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -824663,8 +823815,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23589", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23589", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -824672,11 +823825,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZNF503", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004858", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004858.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -824686,8 +823839,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "elB", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -824716,8 +823868,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23589", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23589", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -824725,11 +823878,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZNF503", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0005771", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0005771.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -824739,8 +823892,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "noc", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -824768,8 +823920,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28445", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28445", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -824777,11 +823930,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZNF511", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0016970", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0016970.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -824791,8 +823944,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "l(2)k10201", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -824816,66 +823968,14 @@ "stringencyFilter": "stringent", "totalMethodCount": 10 }, - { - "best": "Yes", - "bestReverse": "No", - "gene": { - "id": "HGNC:24605", - "species": { - "commonNames": "['human']", - "dataProviderFullName": "Rat Genome Database", - "dataProviderShortName": "RGD", - "name": "Homo sapiens", - "shortName": "Hsa", - "taxonId": "NCBITaxon:9606" - }, - "symbol": "ZNF521", - "taxonId": "NCBITaxon:9606", - "url": null - }, - "homologGene": { - "id": "FB:FBgn0284250", - "species": { - "commonNames": "['fly', 'fruit fly', 'dme']", - "dataProviderFullName": "FlyBase", - "dataProviderShortName": "FB", - "name": "Drosophila melanogaster", - "shortName": "Dme", - "taxonId": "NCBITaxon:7227" - }, - "symbol": "Oaz", - "taxonId": "NCBITaxon:7227", - "url": null - }, - "methodCount": 5, - "predictionMethodsMatched": [ - "Hieranoid", - "InParanoid", - "OrthoFinder", - "PhylomeDB", - "TreeFam" - ], - "predictionMethodsNotCalled": [ - "HGNC", - "ZFIN" - ], - "predictionMethodsNotMatched": [ - "Ensembl Compara", - "OMA", - "OrthoInspector", - "PANTHER", - "Roundup" - ], - "stringencyFilter": "stringent", - "totalMethodCount": 10 - }, { "best": "Yes", "bestReverse": "Yes", "gene": { "id": "HGNC:28322", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28322", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -824883,11 +823983,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZNF524", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037275", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037275.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -824897,8 +823997,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG14655", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -824927,8 +824026,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29385", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29385", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -824936,11 +824036,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZNF527", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051441", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051441.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -824950,8 +824050,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG31441", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -824980,8 +824079,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29385", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29385", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -824989,11 +824089,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZNF527", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038768", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038768.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -825003,8 +824103,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG4936", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -825033,8 +824132,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29385", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29385", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -825042,11 +824142,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZNF527", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037446", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037446.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -825056,8 +824156,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Zif", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -825086,8 +824185,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:29384", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29384", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -825095,11 +824195,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZNF528", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038047", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038047.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -825109,8 +824209,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5245", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -825139,8 +824238,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:26337", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26337", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -825148,11 +824248,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZNF534", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038047", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038047.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -825162,8 +824262,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5245", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -825192,8 +824291,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:25331", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25331", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -825201,11 +824301,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZNF540", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038047", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038047.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -825215,8 +824315,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5245", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -825245,8 +824344,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25294", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25294", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -825254,11 +824354,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZNF541", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037698", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037698.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -825268,8 +824368,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG16779", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -825298,8 +824397,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:25281", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25281", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -825307,11 +824407,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZNF543", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038047", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038047.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -825321,8 +824421,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5245", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -825351,8 +824450,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:16759", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:16759", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -825360,11 +824460,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZNF544", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030005", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030005.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -825374,8 +824474,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG2120", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -825404,8 +824503,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:28671", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28671", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -825413,11 +824513,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZNF546", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038047", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038047.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -825427,8 +824527,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5245", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -825457,8 +824556,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:31106", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:31106", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -825466,11 +824566,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZNF564", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037120", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037120.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -825480,8 +824580,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG11247", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -825510,8 +824609,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:26726", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26726", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -825519,11 +824619,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZNF565", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038047", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038047.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -825533,8 +824633,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5245", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -825563,8 +824662,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28696", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28696", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -825572,11 +824672,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZNF567", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030005", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030005.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -825586,8 +824686,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG2120", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -825616,8 +824715,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:25392", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25392", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -825625,11 +824725,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZNF568", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038047", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038047.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -825639,8 +824739,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5245", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -825669,8 +824768,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24737", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24737", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -825678,11 +824778,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZNF569", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0020309", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0020309.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -825692,8 +824792,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "crol", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -825722,8 +824821,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24737", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24737", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -825731,11 +824831,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZNF569", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0266450", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0266450.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -825745,8 +824845,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Kr-h1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -825775,8 +824874,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:25000", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25000", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -825784,11 +824884,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZNF571", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038047", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038047.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -825798,8 +824898,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5245", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -825828,8 +824927,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26758", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26758", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -825837,11 +824937,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZNF572", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051441", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051441.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -825851,8 +824951,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG31441", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -825881,8 +824980,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26758", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26758", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -825890,11 +824990,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZNF572", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038768", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038768.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -825904,8 +825004,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG4936", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -825934,8 +825033,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:26420", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26420", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -825943,11 +825043,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZNF573", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038047", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038047.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -825957,8 +825057,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5245", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -825987,8 +825086,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:27606", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:27606", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -825996,11 +825096,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZNF575", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0261679", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0261679.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -826010,8 +825110,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG42726", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -826040,8 +825139,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25017", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25017", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -826049,11 +825149,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZNF581", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037275", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037275.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -826063,8 +825163,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG14655", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -826093,8 +825192,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30943", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30943", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -826102,11 +825202,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZNF593", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029885", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029885.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -826116,8 +825216,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG3224", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -826145,8 +825244,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29392", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29392", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -826154,11 +825254,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZNF594", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0263490", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0263490.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -826168,8 +825268,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "mld", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -826198,8 +825297,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:27196", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:27196", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -826207,11 +825307,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZNF595", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038047", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038047.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -826221,8 +825321,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5245", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -826251,8 +825350,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28079", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28079", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -826260,11 +825360,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZNF598", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035024", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035024.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -826274,8 +825374,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG11414", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -826303,8 +825402,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28068", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28068", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -826312,11 +825412,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZNF605", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038787", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038787.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -826326,8 +825426,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG4360", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -826356,8 +825455,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:28192", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28192", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -826365,11 +825465,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZNF607", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038047", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038047.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -826379,8 +825479,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5245", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -826409,8 +825508,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29238", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29238", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -826418,11 +825518,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZNF608", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0285917", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0285917.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -826432,8 +825532,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "sbb", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -826462,8 +825561,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29003", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29003", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -826471,11 +825571,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZNF609", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0285917", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0285917.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -826485,8 +825585,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "sbb", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -826515,8 +825614,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:28766", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28766", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -826524,11 +825624,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZNF611", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038047", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038047.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -826538,8 +825638,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5245", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -826568,8 +825667,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:28062", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28062", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -826577,11 +825677,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZNF616", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038047", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038047.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -826591,8 +825691,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5245", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -826621,8 +825720,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24787", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24787", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -826630,11 +825730,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZNF621", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0042205", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0042205.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -826644,8 +825744,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG18764", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -826674,8 +825773,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24787", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24787", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -826683,11 +825783,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZNF621", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038766", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038766.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -826697,8 +825797,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG4854", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -826727,8 +825826,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24787", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24787", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -826736,11 +825836,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZNF621", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038767", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038767.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -826750,8 +825850,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "trem", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -826780,8 +825879,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30958", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30958", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -826789,11 +825889,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZNF622", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030878", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030878.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -826803,8 +825903,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6769", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -826832,8 +825931,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:29084", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29084", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -826841,11 +825941,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZNF623", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038047", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038047.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -826855,8 +825955,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5245", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -826885,8 +825984,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:29254", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29254", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -826894,11 +825994,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZNF624", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038047", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038047.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -826908,8 +826008,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5245", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -826938,8 +826037,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28054", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28054", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -826947,11 +826047,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZNF628", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028878", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028878.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -826961,8 +826061,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG15269", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -826991,8 +826090,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:28855", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28855", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -827000,11 +826100,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZNF630", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038047", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038047.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -827014,8 +826114,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5245", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -827044,8 +826143,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29004", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29004", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -827053,11 +826153,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZNF646", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030010", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030010.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -827067,8 +826167,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10959", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -827097,8 +826196,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29004", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29004", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -827106,11 +826206,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZNF646", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038550", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038550.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -827120,8 +826220,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG17801", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -827150,8 +826249,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25885", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25885", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -827159,11 +826259,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZNF665", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030005", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030005.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -827173,8 +826273,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG2120", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -827203,8 +826302,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25885", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25885", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -827212,11 +826312,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZNF665", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038301", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038301.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -827226,8 +826326,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6654", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -827256,8 +826355,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25821", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25821", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -827265,11 +826365,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZNF668", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0028895", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0028895.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -827279,8 +826379,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG17328", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -827309,8 +826408,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:30768", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:30768", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -827318,11 +826418,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZNF675", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030005", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030005.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -827332,8 +826432,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG2120", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -827362,8 +826461,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20429", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20429", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -827371,11 +826471,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZNF676", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0020309", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0020309.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -827385,8 +826485,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "crol", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -827415,8 +826514,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:28730", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28730", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -827424,11 +826524,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZNF677", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038047", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038047.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -827438,8 +826538,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5245", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -827468,8 +826567,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28652", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28652", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -827477,11 +826577,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZNF678", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0020309", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0020309.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -827491,8 +826591,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "crol", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -827521,8 +826620,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:26457", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26457", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -827530,11 +826630,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZNF681", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038047", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038047.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -827544,8 +826644,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5245", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -827574,8 +826673,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28495", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28495", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -827583,11 +826683,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZNF683", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0001325", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0001325.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -827597,8 +826697,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Kr", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -827627,8 +826726,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24750", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24750", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -827636,11 +826736,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZNF699", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038047", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038047.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -827650,8 +826750,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5245", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -827680,8 +826779,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:13139", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13139", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -827689,11 +826789,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZNF7", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038047", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038047.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -827703,8 +826803,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5245", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -827733,8 +826832,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25292", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25292", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -827742,11 +826842,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZNF700", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030005", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030005.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -827756,8 +826856,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG2120", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -827786,8 +826885,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25883", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25883", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -827795,11 +826895,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZNF703", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004858", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004858.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -827809,8 +826909,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "elB", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -827839,8 +826938,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25883", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25883", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -827848,11 +826948,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZNF703", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0005771", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0005771.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -827862,8 +826962,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "noc", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -827891,8 +826990,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:32291", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:32291", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -827900,11 +827000,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZNF704", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0267336", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0267336.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -827914,8 +827014,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Glut4EF", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -827944,8 +827043,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24992", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24992", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -827953,11 +827053,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZNF706", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036538", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036538.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -827967,8 +827067,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG15715", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -827997,8 +827096,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24992", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24992", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -828006,11 +827106,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZNF706", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036537", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036537.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -828020,8 +827120,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG18081", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -828045,13 +827144,67 @@ "stringencyFilter": "stringent", "totalMethodCount": 10 }, + { + "best": "Yes", + "bestReverse": "Yes", + "gene": { + "id": "HGNC:27815", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:27815", + "species": { + "commonNames": "['human', 'hsa']", + "dataProviderFullName": "Rat Genome Database", + "dataProviderShortName": "RGD", + "name": "Homo sapiens", + "shortName": "Hsa", + "taxonId": "NCBITaxon:9606" + }, + "symbol": "ZNF707", + "taxonId": "NCBITaxon:9606" + }, + "homologGene": { + "id": "FB:FBgn0051388", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051388.html", + "species": { + "commonNames": "['fly', 'fruit fly', 'dme']", + "dataProviderFullName": "FlyBase", + "dataProviderShortName": "FB", + "name": "Drosophila melanogaster", + "shortName": "Dme", + "taxonId": "NCBITaxon:7227" + }, + "symbol": "CG31388", + "taxonId": "NCBITaxon:7227" + }, + "methodCount": 2, + "predictionMethodsMatched": [ + "Ensembl Compara", + "PANTHER" + ], + "predictionMethodsNotCalled": [ + "HGNC", + "ZFIN" + ], + "predictionMethodsNotMatched": [ + "Hieranoid", + "InParanoid", + "OMA", + "OrthoFinder", + "OrthoInspector", + "PhylomeDB", + "Roundup", + "TreeFam" + ], + "stringencyFilter": "stringent", + "totalMethodCount": 10 + }, { "best": "Yes", "bestReverse": "Yes", "gene": { "id": "HGNC:12945", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12945", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -828059,11 +827212,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZNF708", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0027339", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0027339.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -828073,8 +827226,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "jim", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -828103,8 +827255,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13141", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13141", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -828112,11 +827265,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZNF71", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030005", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030005.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -828126,8 +827279,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG2120", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -828156,8 +827308,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29448", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29448", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -828165,11 +827318,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZNF717", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030005", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030005.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -828179,8 +827332,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG2120", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -828209,8 +827361,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:32462", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:32462", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -828218,11 +827371,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZNF726", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038047", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038047.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -828232,8 +827385,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5245", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -828262,8 +827414,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:22785", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:22785", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -828271,11 +827424,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZNF727", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038047", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038047.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -828285,8 +827438,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5245", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -828315,8 +827467,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:32463", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:32463", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -828324,11 +827477,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZNF728", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038047", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038047.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -828338,8 +827491,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5245", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -828368,8 +827520,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13144", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13144", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -828377,11 +827530,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZNF74", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038047", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038047.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -828391,8 +827544,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5245", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 4, "predictionMethodsMatched": [ @@ -828421,8 +827573,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13148", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13148", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -828430,11 +827583,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZNF75CP", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038768", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038768.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -828444,8 +827597,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG4936", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -828474,8 +827626,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13148", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13148", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -828483,11 +827636,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZNF75CP", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038767", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038767.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -828497,8 +827650,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "trem", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -828527,8 +827679,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13145", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13145", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -828536,11 +827689,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZNF75D", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0042205", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0042205.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -828550,8 +827703,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG18764", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -828580,8 +827732,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13145", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13145", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -828589,11 +827742,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZNF75D", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038768", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038768.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -828603,8 +827756,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG4936", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -828633,8 +827785,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13145", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13145", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -828642,11 +827795,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZNF75D", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038767", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038767.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -828656,8 +827809,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "trem", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -828686,8 +827838,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:33108", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:33108", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -828695,11 +827848,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZNF774", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0036396", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0036396.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -828709,8 +827862,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG17359", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -828739,8 +827891,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:33108", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:33108", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -828748,11 +827901,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZNF774", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030005", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030005.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -828762,8 +827915,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG2120", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -828792,8 +827944,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:27603", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:27603", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -828801,11 +827954,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZNF780A", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038047", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038047.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -828815,8 +827968,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5245", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -828845,8 +827997,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:33110", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:33110", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -828854,11 +828007,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZNF782", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0020309", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0020309.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -828868,8 +828021,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "crol", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -828898,8 +828050,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:33111", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:33111", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -828907,11 +828060,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZNF784", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051441", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051441.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -828921,8 +828074,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG31441", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -828951,8 +828103,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26998", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26998", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -828960,11 +828113,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZNF787", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0035137", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0035137.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -828974,8 +828127,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG1233", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -829004,8 +828156,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:33114", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:33114", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -829013,11 +828166,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZNF790", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038047", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038047.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -829027,8 +828180,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5245", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -829057,8 +828209,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13154", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13154", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -829066,11 +828219,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZNF8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0038549", + "id": "FB:FBgn0038548", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038548.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -829079,9 +828232,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG17802", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "CG17806", + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -829110,8 +828262,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13154", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13154", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -829119,11 +828272,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZNF8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0038548", + "id": "FB:FBgn0042205", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0042205.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -829132,9 +828285,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG17806", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "CG18764", + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -829163,8 +828315,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13154", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13154", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -829172,11 +828325,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZNF8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0042205", + "id": "FB:FBgn0037923", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037923.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -829185,9 +828338,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG18764", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "CG6813", + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -829216,8 +828368,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13154", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13154", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -829225,11 +828378,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZNF8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { - "id": "FB:FBgn0037923", + "id": "FB:FBgn0038549", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038549.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -829238,9 +828391,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG6813", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Nnk", + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -829269,8 +828421,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:27267", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:27267", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -829278,11 +828431,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZNF800", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037379", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037379.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -829292,8 +828445,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG10979", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 7, "predictionMethodsMatched": [ @@ -829322,8 +828474,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:33230", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:33230", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -829331,11 +828484,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZNF808", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037931", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037931.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -829345,8 +828498,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG18476", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -829375,8 +828527,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:13156", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13156", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -829384,11 +828537,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZNF81", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038047", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038047.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -829398,8 +828551,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5245", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -829428,8 +828580,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28043", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28043", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -829437,11 +828590,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZNF821", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029894", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029894.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -829451,8 +828604,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG14440", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 5, "predictionMethodsMatched": [ @@ -829481,8 +828633,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28043", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28043", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -829490,11 +828643,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZNF821", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029893", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029893.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -829504,8 +828657,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG14442", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -829534,8 +828686,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:27193", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:27193", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -829543,11 +828696,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZNF827", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0043796", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0043796.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -829557,8 +828710,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG12219", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -829587,8 +828739,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:34032", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:34032", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -829596,11 +828749,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZNF829", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038301", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038301.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -829610,8 +828763,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6654", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -829640,8 +828792,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:28291", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:28291", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -829649,11 +828802,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZNF830", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039271", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039271.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -829663,8 +828816,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG11839", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -829693,8 +828845,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:34332", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:34332", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -829702,11 +828855,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZNF835", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030005", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030005.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -829716,8 +828869,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG2120", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -829746,8 +828898,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:34332", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:34332", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -829755,11 +828908,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZNF835", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030659", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030659.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -829769,8 +828922,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG9215", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -829799,8 +828951,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:34333", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:34333", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -829808,11 +828961,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZNF836", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030005", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030005.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -829822,8 +828975,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG2120", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -829852,8 +829004,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13159", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13159", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -829861,11 +829014,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZNF84", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0020309", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0020309.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -829875,8 +829028,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "crol", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -829900,13 +829052,67 @@ "stringencyFilter": "stringent", "totalMethodCount": 10 }, + { + "best": "Yes", + "bestReverse": "Yes", + "gene": { + "id": "HGNC:27260", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:27260", + "species": { + "commonNames": "['human', 'hsa']", + "dataProviderFullName": "Rat Genome Database", + "dataProviderShortName": "RGD", + "name": "Homo sapiens", + "shortName": "Hsa", + "taxonId": "NCBITaxon:9606" + }, + "symbol": "ZNF846", + "taxonId": "NCBITaxon:9606" + }, + "homologGene": { + "id": "FB:FBgn0038301", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038301.html", + "species": { + "commonNames": "['fly', 'fruit fly', 'dme']", + "dataProviderFullName": "FlyBase", + "dataProviderShortName": "FB", + "name": "Drosophila melanogaster", + "shortName": "Dme", + "taxonId": "NCBITaxon:7227" + }, + "symbol": "CG6654", + "taxonId": "NCBITaxon:7227" + }, + "methodCount": 2, + "predictionMethodsMatched": [ + "Hieranoid", + "PhylomeDB" + ], + "predictionMethodsNotCalled": [ + "HGNC", + "ZFIN" + ], + "predictionMethodsNotMatched": [ + "Ensembl Compara", + "InParanoid", + "OMA", + "OrthoFinder", + "OrthoInspector", + "PANTHER", + "Roundup", + "TreeFam" + ], + "stringencyFilter": "stringent", + "totalMethodCount": 10 + }, { "best": "Yes", "bestReverse": "Yes", "gene": { "id": "HGNC:13160", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13160", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -829914,11 +829120,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZNF85", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030005", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030005.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -829928,8 +829134,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG2120", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -829958,8 +829163,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13160", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13160", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -829967,11 +829173,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZNF85", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0020309", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0020309.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -829981,8 +829187,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "crol", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -830011,8 +829216,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:27994", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:27994", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -830020,11 +829226,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZNF850", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0020309", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0020309.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -830034,8 +829240,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "crol", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -830064,8 +829269,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:27713", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:27713", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -830073,11 +829279,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZNF852", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038768", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038768.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -830087,8 +829293,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG4936", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -830117,8 +829322,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:37273", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:37273", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -830126,11 +829332,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZNF879", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038047", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038047.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -830140,8 +829346,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5245", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -830170,8 +829375,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:37249", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:37249", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -830179,11 +829385,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZNF880", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038047", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038047.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -830193,8 +829399,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5245", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -830223,8 +829428,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:13169", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13169", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -830232,11 +829438,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZNF93", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038047", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038047.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -830246,8 +829452,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG5245", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -830276,8 +829481,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13175", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13175", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -830285,11 +829491,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZNF99", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037120", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037120.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -830299,8 +829505,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG11247", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -830329,8 +829534,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:29271", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:29271", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -830338,11 +829544,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZNFX1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0039165", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0039165.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -830352,8 +829558,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG6204", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -830382,8 +829587,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:21688", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:21688", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -830391,11 +829597,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZNHIT1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031668", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031668.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -830405,8 +829611,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG31917", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -830434,8 +829639,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:1177", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:1177", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -830443,11 +829649,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZNHIT2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0051223", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0051223.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -830457,8 +829663,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG31223", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -830487,8 +829692,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12309", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12309", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -830496,11 +829702,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZNHIT3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034033", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034033.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -830510,8 +829716,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG8204", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -830539,8 +829744,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26089", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26089", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -830548,11 +829754,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZNHIT6", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030406", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030406.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -830562,8 +829768,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG1463", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -830592,8 +829797,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:18452", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18452", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -830601,11 +829807,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZNRF1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029911", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029911.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -830615,8 +829821,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG14435", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 8, "predictionMethodsMatched": [ @@ -830645,8 +829850,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:22316", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:22316", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -830654,11 +829860,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZNRF2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0029911", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0029911.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -830668,8 +829874,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG14435", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -830698,8 +829903,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:17726", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:17726", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -830707,11 +829913,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZNRF4", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037442", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037442.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -830721,8 +829927,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "gzl", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -830751,8 +829956,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13051", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13051", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -830760,11 +829966,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZPR1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0030096", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0030096.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -830774,8 +829980,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Zpr1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 9, "predictionMethodsMatched": [ @@ -830804,8 +830009,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:18224", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:18224", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -830813,11 +830019,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZRANB1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0037734", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0037734.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -830827,8 +830033,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "trbd", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -830856,8 +830061,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13058", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13058", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -830865,11 +830071,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZRANB2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0034750", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0034750.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -830879,8 +830085,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG3732", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -830908,8 +830113,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23019", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23019", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -830917,11 +830123,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZRSR2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031628", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031628.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -830931,8 +830137,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG3294", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -830960,8 +830165,9 @@ "bestReverse": "No", "gene": { "id": "HGNC:12456", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12456", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -830969,11 +830175,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZRSR2P1", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031628", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031628.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -830983,8 +830189,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG3294", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -831013,8 +830218,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12997", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12997", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -831022,11 +830228,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZSCAN10", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0000289", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0000289.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -831036,8 +830242,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "cg", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -831066,8 +830271,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:12997", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:12997", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -831075,11 +830281,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZSCAN10", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0038787", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0038787.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -831089,8 +830295,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG4360", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -831119,8 +830324,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20994", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20994", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -831128,11 +830334,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZSCAN2", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0020309", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0020309.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -831142,8 +830348,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "crol", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -831172,8 +830377,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:26673", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:26673", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -831181,11 +830387,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZSCAN29", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0042205", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0042205.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -831195,8 +830401,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG18764", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -831225,8 +830430,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:20812", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:20812", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -831234,11 +830440,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZSCAN32", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0042205", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0042205.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -831248,8 +830454,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "CG18764", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 2, "predictionMethodsMatched": [ @@ -831278,8 +830483,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:23528", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:23528", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -831287,11 +830493,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZSWIM8", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0085430", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0085430.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -831300,9 +830506,8 @@ "shortName": "Dme", "taxonId": "NCBITaxon:7227" }, - "symbol": "CG34401", - "taxonId": "NCBITaxon:7227", - "url": null + "symbol": "Dora", + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -831330,8 +830535,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:13194", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:13194", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -831339,11 +830545,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZW10", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0004643", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0004643.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -831353,8 +830559,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Zw10", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 10, "predictionMethodsMatched": [ @@ -831382,8 +830587,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:25468", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:25468", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -831391,11 +830597,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZWILCH", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0061476", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0061476.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -831405,8 +830611,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Zwilch", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 3, "predictionMethodsMatched": [ @@ -831435,8 +830640,9 @@ "bestReverse": "Yes", "gene": { "id": "HGNC:24523", + "modCrossRefCompleteUrl": "http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:24523", "species": { - "commonNames": "['human']", + "commonNames": "['human', 'hsa']", "dataProviderFullName": "Rat Genome Database", "dataProviderShortName": "RGD", "name": "Homo sapiens", @@ -831444,11 +830650,11 @@ "taxonId": "NCBITaxon:9606" }, "symbol": "ZZZ3", - "taxonId": "NCBITaxon:9606", - "url": null + "taxonId": "NCBITaxon:9606" }, "homologGene": { "id": "FB:FBgn0031876", + "modCrossRefCompleteUrl": "https://flybase.org/reports/FBgn0031876.html", "species": { "commonNames": "['fly', 'fruit fly', 'dme']", "dataProviderFullName": "FlyBase", @@ -831458,8 +830664,7 @@ "taxonId": "NCBITaxon:7227" }, "symbol": "Atac1", - "taxonId": "NCBITaxon:7227", - "url": null + "taxonId": "NCBITaxon:7227" }, "methodCount": 6, "predictionMethodsMatched": [ @@ -831484,8 +830689,8 @@ "totalMethodCount": 10 } ], - "returnedRecords": 15745, - "supplementalData": null, + "returnedRecords": 15730, + "supplementalData": {}, "title": "", - "total": 15745 + "total": 15730 }